Sunday, October 4, 2015

Third release



After reading the comment on the previous post I've checked JTI again, and unfortunatlly found some bugs. So in this new release there is no new content but only bugfixes. This is the list of what's new:
  • Fixed framerate drop on some computers caused by acomulated sleep time in the game, now you can configure it from config.txt
  • Fixed and implemented end of the game (which was broken in the last release).
  • Reimplemeted some events that were missing from the last release.
  • Added walkthrought to the readme.txt
  • Changed selectors shapes, needs improvmet but at least they're not pixelated anymore.
  • Added a dialog when you want to start a new game.
  • Changed config.txt to start the game in fullscreen mode.
  • Fixed bug on data/quest/crystals.py line 44, "images/crystals2.jpg" should be "crystals2.jpg".
  • Added a "Gangbang!" message when it happens.
  • Implemented rerolls, they were broken in the last release.
Download (NEW 2! 05/10/15):
https://mega.nz/#!f01DUJpS!tPP5EeGvo9wvJjZGP_8MJy0-9PdcPxDq_cU1U8ee0Pc

8 comments:

  1. ran into a bug where after finishing the Northdoor quest every field I land on displays the swamp2.jpg

    ReplyDelete
    Replies
    1. Yep, fixed on the last link. The bug was on data/quest/northdoor.py, if you search for "samp2.jpg" you'll find that the conditional misses an "at": if at("swamp") and ...

      Delete
  2. i don't know if it's a bug or you yourself have to chose, but when you get a gangbang at the swamp the program doesn't choose the second task for you.

    ReplyDelete
    Replies
    1. It is undefined behavior. If you don't want to choose just use W.

      Delete
  3. I appologize if I'm missing something obvious, but is it normal if the random encounters don't do anything? I haven't had them do anything yet after playing around some. Possibly related: when does the crystal quest start?

    Thank you.

    ReplyDelete
    Replies
    1. The random encounters start apearing when you start the crystal quest. To start the crystal quest you must find the sorceress beetween the dragon lair and the swamp (that encounenter should work).

      Delete
  4. This might be a bug. If you get send to hell by the orc encounter and you have a reroll, you can reroll to dodge hell and end up in a standard adjacent location.

    ReplyDelete
    Replies
    1. Should be fixed in the next release. Thanks for the feedback.

      Delete