SupunArunoda / nethack-android

Automatically exported from code.google.com/p/nethack-android
0 stars 0 forks source link

Add configurable options #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start a game
2. Set a bunch of options
3. Start another game
4. Forced to set all options again

What is the expected output? What do you see instead?
A file or Gui to persist options

What version of the product are you using? On what operating system?
1.0 on g1

Please provide any additional information below.
A feature request obviously

Original issue reported on code.google.com by dan.a.le...@gmail.com on 16 Oct 2009 at 2:38

GoogleCodeExporter commented 8 years ago
Makes sense, will try to fix.

Original comment by farnst...@gmail.com on 17 Oct 2009 at 3:17

GoogleCodeExporter commented 8 years ago
Sorry about the dupe, submitting issues from the G1 stock browser throws an 
error
that makes it look like it didn't work.

Original comment by dan.a.le...@gmail.com on 17 Oct 2009 at 5:25

GoogleCodeExporter commented 8 years ago
This didn't make it in for version 1.1.1, unless there is some way to make the 
core
NetHack code save them (in version 1.0, it's possible that something like that 
would
have been overwritten on startup, but 1.1.1 is less aggressive about copying 
over
files). Hopefully can get it in for the next version.

Original comment by farnst...@gmail.com on 21 Oct 2009 at 9:38

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
For those with rooted phones, you can put 'OPTIONS=...' directives in
  /data/data/com.nethackff/nethackdir/.nethackrc
My suggestion would be to make the above 'file' a link to say
  /sdcard/data/NetHack.txt
so that it can be modified by any user:
  ln -s /data/data/com.nethackff/nethackdir/.nethackrc /sdcard/data/NetHack.txt

Original comment by jdhedden on 22 Oct 2009 at 6:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The new version 1.2.1 lets you import and export configuration files on the SD 
card, available from the menu. I hope to still improve how this works in the 
future, but at least there is something now.

Original comment by farnst...@gmail.com on 21 Jun 2010 at 6:48