After solving the problem described below, I ran into another, also related to the direction keys. When I attempted to use code breaking on a door, and was prompted to enter a direction, the direction keys worked differently from how they worked for movement (different keys corresponded to the same direction, depending on whether I was in code breaking mode or movement mode). It's not a huge deal, but maybe it could be corrected?
***** old problem, already solved, but maybe someone will find the solution useful******
Hello,
It may sound silly, but I cannot figure out how to move my character using keys. In the config file, I changed the keys so that I could use 1-9 for movement, just as I did with GH1. When I press "h" and look up the keys, the list correctly shows 1-9 as corresponding to movement. However, when I actually press the keys, nothing happens, with the exception of 4 and 6 which rotate my character and 5 (wait). I have controls on roguelike, so that should not be a problem. Also, I tested it by assigning the letter "q" for one of the directions, but pressing "q" also does nothing. So, the problem is not limited to just the 1-9 keys. Does anyone know what gives?
**** SOLUTION TO ABOVE PROBLEM ******
It seems that the problem was with isometric vs perspective. Once I switched to isometric, it worked. I had also enabled the ISO line in the config file.