1 # Timeout when trying to save the game before stopping the server (in seconds)
2 NWSERVER_SAVE_TIMEOUT=10
4 # Save slot to use when stopping the server
7 # Save name to use when stopping the server
8 NWSERVER_SAVE_NAME=shutdown
10 # Commandline arguments
11 NWSERVER_ARGS="-module 'Prelude' -load '$NWSERVER_SAVE_SLOT'"