File README.SUSE of Package zod-engine
### Wrapper scripts provided by openSUSE: /usr/bin/zod // starts the zod engine /usr/bin/zod_launcher // starts the zod_launcher (You probably only need this) /usr/bin/zod_map_editor // starts the map editor ### Important files and directories: /usr/share/zod-engine/ // system-wide game-data directory ~/.local/share/zod-engine/ // this is the directory where the games are started in ~/.local/share/zod-engine/default_settings.txt // default settings ~/.local/share/zod-engine/map_list.txt // default map list ~/.local/share/zod-engine/zod_launcher_settings.txt // settings for the zod game launcher ### manual start of a singleplayer game zod -l map_list.txt -n zlover -t red -r 800x484 -w -b blue # see help output from zod for more options $ zod -h Welcome to the Zod Engine ================================================================== Command list... -c ip_address - game host address -m filename - map to be used -l filename - map list to be used -z filename - settings file to be used -e filename - main server settings file to be used -n player_name - your player name -g login_name - your login name -i login_password - your login password -t team - your team -b team - connect a bot player -w - run game in windowed mode -r resolution - resolution to run the game at -d - run a dedicated server -h - display command help -s - no sound -u - no music -o - no opengl -k - use faster and blander cursor -v - display version and credits -a - run shell based tray app Example usage... zod -c localhost -r 800x600 -w zod -m level1.map -b 1 -p 1 ================================================================== ### Forum / User help If you have any questions just use the official forum for the game: http://zzone.lewe.com/forum/viewtopic.php?f=5&t=621&start=330 ## EOF