From: brett l. <bre...@gm...> - 2010-07-06 22:05:47
|
On Tue, Jul 6, 2010 at 9:26 PM, Stefan Frey <ste...@we...> wrote: > Options in the my.properties will be available: > > save.recovery.active > to activate/deactivate > > save.recovery.filepath=18xx_autosave.rails > to change filename/path information > As a general rule, we should try to most options that affect loading, saving, and gameplay into the GUI. Properties file options are great for development and "sensible" defaults that few people will want to change. We can then have the GUI update the properties file with the updated settings (if it doesn't already). > A possible solution for the conflicting "defaults" are predefined > configuration files for ftf and pbem plays. > > Maybe even asking for the preferred configuration on the first startup? > > Stefan > ---Brett. |