Here's a list of known issues in amuQuest:
- Version Number
- Explanation
- The version number of the program is 2, even though this is the first public release.
- Fix / Workaround
- This isn't actually a bug. I just never released the first version of amuQuest, don't intend to, and
refuse to change the version number.
- Quest Validity Checks
- Explanation
- When a quest is loaded, a lot of potential problems are checked for, but some aren't. Region exits are not confirmed to exist.
- Fix / Workaround
- Both of my quests are single region. Any quest that follows the format properly won't have this problem. However, if the region
connections are not set correctly, something bad will happen when you try to go through. I haven't tested it, but
I believe the program should crash with either a
NullPointerException or a ArrayIndexOutOfBoundsException.
Just test your quests and if this happens, check the region connections in the header.
If you find any more bugs, post 'em on the forum and I'll see what I can do.
Back