jdmonin / JSettlers2

Java Settlers project home, downloads, and GPLv3 source code. To download the latest version as a JAR, see https://github.com/jdmonin/JSettlers2/releases/latest .
http://nand.net/jsettlers/
GNU General Public License v3.0
160 stars 63 forks source link

remembering last game settings #28

Closed kotc closed 3 years ago

kotc commented 7 years ago

is there a way to make last game settings remembered? for example i often set vp to 15 and set specific number of players. is it possible for java to remember that?

jdmonin commented 7 years ago

Thank you for the suggestion! Right now the server can have default game options through its properties file, but the client doesn't have a user-friendly way to do so.

kotc commented 7 years ago

it could be done as 'save/load settings (or game template)'

jdmonin commented 3 years ago

Formally added to roadmap/todo list. Thanks again!