Menu

Tree [fbbd44] default tip /
 History

Read Only access


File Date Author Commit
 blank_maps 2014-07-13 Mike Mike [77a176] assets
 game 2023-09-18 Danny Schneider Danny Schneider [8e867d] minor improvements
 src 2023-10-03 Danny Schneider Danny Schneider [fbbd44] Merged with Bugfix
 toolchain 2023-09-23 Danny Schneider Danny Schneider [78e606] Fix for cmake script
 .hgignore 2023-09-28 Danny Schneider Danny Schneider [bb4511] replaced stack placed with heap allocated array...
 CMakeLists.txt 2023-09-23 Danny Schneider Danny Schneider [98982e] backported from other project
 Doxyfile 2023-09-18 Danny Schneider Danny Schneider [8e867d] minor improvements
 bashfu.sh 2023-09-18 Danny Schneider Danny Schneider [18619f] build script --> detect dirty repositories for ...
 build.sh 2023-09-28 Danny Schneider Danny Schneider [bb4511] replaced stack placed with heap allocated array...
 build_clear.sh 2023-09-17 Danny Schneider Danny Schneider [a53dcc] 1st Prototype for a modernized CMake based build
 build_config.cfg 2023-09-17 Danny Schneider Danny Schneider [a53dcc] 1st Prototype for a modernized CMake based build
 build_debug.sh 2023-09-28 Danny Schneider Danny Schneider [bb4511] replaced stack placed with heap allocated array...
 build_doxy.sh 2023-09-18 Danny Schneider Danny Schneider [8e867d] minor improvements
 build_game_only.sh 2023-09-28 Danny Schneider Danny Schneider [bb4511] replaced stack placed with heap allocated array...
 playme.sh 2022-09-30 Danny Schneider Danny Schneider [761e30] simple script to startup compiled game
 readme.txt 2014-07-13 Mike Mike [77a176] assets
 zod_engine_help.txt 2014-07-13 Mike Mike [77a176] assets

Read Me

The Zod Engine by Nighsoft
Please visit http://zod.sourceforge.net/

To connect to the main public server simply run zod_engine_nighsoft_red.bat
If you would like to test it offline run zod_engine_local_test.bat

In order to do things like change teams, or your name, or turn sounds off
you must edit the respective bat file by right clicking it and going to edit.

these are the options you can change... For more help visit the website
and post questions on the forums.



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
-n player_name       - your player name
-t team              - your team
-b #                 - amount of bots to connect
-p #                 - amount of total real players before game start (not used yet)
-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
-k                   - use faster and blander cursor
-v                   - display version and credits

Example usage...
zod_engine.exe -c localhost -r 800x600 -w
zod_engine.exe -m level1.map -b 1 -p 1
==================================================================