I'm not entirely sure if it should be here or in Development sub-forum. Source question originated from compiling Hengband.
So here it goes:
Hengband gameplay:
1) Is Death Scythe any good? Or is it only for berserkers? Or useless and just for flavor?
Hengband gameplay, general/Ubuntu:
I recently started to use my dual boot Ubuntu a bit more. So, for advanced users some of the below may be stupid. Indulge me, please. Still, compiling Hengband was trivial.
Sidenote: I only use ASCII. No graphic. Center on character even while running option.
2) It seems that gameplay is a bit laggy compared to one under Windows. For example opening the inventory takes a half (a quarter?) of a second or so. Character running seems slower too. Is it normal?
3) Keyboard. I got used to using Shift+dir to run and Ctlr+dir to alter. But it doesn't work on my Ubuntu-compiled version, and I'm forced to use ".+dir" and different commands to dig, and tunnel. Which is annoying as hell. Is there any simple method to alter controls?
4) Saves. That may be really stupid question, but how can I play with few characters at the same time? If one save does exist, game loads it automatically. Is there any simple way to create few characters at the same time and switch between them? So far the only way for me is to cheat, i.e. backup save and delete it from the save directory.
Browsing Hengband code:
5) In a function fire_ball the last number is a radius, right? Still there are few cases when it is something like "-(plev/15) -1". Unless I miss something obvious that number is negative. So what does it mean to have a ball with radius < 0? Unless it is a bug...
Any help appreciated.
Cheers.
So here it goes:
Hengband gameplay:
1) Is Death Scythe any good? Or is it only for berserkers? Or useless and just for flavor?
Hengband gameplay, general/Ubuntu:
I recently started to use my dual boot Ubuntu a bit more. So, for advanced users some of the below may be stupid. Indulge me, please. Still, compiling Hengband was trivial.
Sidenote: I only use ASCII. No graphic. Center on character even while running option.
2) It seems that gameplay is a bit laggy compared to one under Windows. For example opening the inventory takes a half (a quarter?) of a second or so. Character running seems slower too. Is it normal?
3) Keyboard. I got used to using Shift+dir to run and Ctlr+dir to alter. But it doesn't work on my Ubuntu-compiled version, and I'm forced to use ".+dir" and different commands to dig, and tunnel. Which is annoying as hell. Is there any simple method to alter controls?
4) Saves. That may be really stupid question, but how can I play with few characters at the same time? If one save does exist, game loads it automatically. Is there any simple way to create few characters at the same time and switch between them? So far the only way for me is to cheat, i.e. backup save and delete it from the save directory.
Browsing Hengband code:
5) In a function fire_ball the last number is a radius, right? Still there are few cases when it is something like "-(plev/15) -1". Unless I miss something obvious that number is negative. So what does it mean to have a ball with radius < 0? Unless it is a bug...
Any help appreciated.
Cheers.
Comment