Posted By
 Csabo on 2025-03-30 15:06:41
| Re: Forthcoming new RPG game
Sure 
- Need better input validation throughout: a very long hero name will stop the game with an error. A long hero name will break several screen layouts. - Entering -10 for speed initially allows you to max out all other stats. Negative values probably shouldn't be allowed. - Gambling with fractions leads to gold being "14.888888", which breaks some screen layouts. - You shouldn't get thrown out of the BAR, but the PUB  - Pressing keys repeatedly on the troll bridge leads to ?OUT OF MEMORY error. - You find "AN" angry troll. - "You have found a dwarf cave. (?)ould you like to enter" -> probably Shift + W instead of just W. - Pressing "L" in front of the Oak Doors does something odd - haven't checked the code very thoroughly, but depending on a random number it just ends up asking for another key with no message at all. When the user does press something else, a "blank message" is shown momentarily. - If you don't have enough health but try to revive yourself, the game won't let you (should say "HEALTH" in the message instead of "HEAL" though). If you press any key at the next question (play from beginning) other than Y/N, you get revived anyway (with negative health). |