Ze Tanks!

     2010 Arvydas Burdulis
    http://tanks.gamedev.lt
    http://ae.gamedev.lt


To start game:

    1) Install OpenAL - run OpenAL_installer.exe
    2) Launch game executable - Ze_Tanks.exe


Game settings

    At first run player has to select language, there are two choices as for now:
    english and lithuanian. Game settings can be modified by editing settings
    file "settings.txt". Some settings are for geeks only, so be careful!
    Possible keywords:
        fullscr=bool        - is fullscreen enabled?
        lang=string         - language ("en", "lt")
        sound=bool          - is sound enabled?
        pos=int, int        - window position (if in windowed mode)
        size=int, int       - window size
        fps=int             - frames per second
        bpp=int             - bit depth
        z_bpp=int           - z-buffer depth
        accum_bpp=int       - accumulation buffer depth
        stencil_bpp=int     - stencil buffer depth
        v-sync=bool         - limit FPS?
        broadcast_ip=string - local network IP, which is looked for game servers
        title=string        - window title
        gpu=string          - title of GPU on which the game is rendered
        class=string        - WinAPI window class name
    Value meanings:
        bool - can be either "0" or "1", which means "disabled" and "enabled"
        int - number
        string - text


Server settings

    Server settings can be modified by editing file "server_settings.txt".
    Possible keywords:
        name=string     - server name
        host=string     - IP address on which server will be created
        port=int        - server listening port
        timeout=int     - server delay (sleep time between two working cycles), ms
        log=bool        - write information to file "server_log.txt"?


Controlling server

    Server can be controlled by entering text commands. To enter command, write
    text and press "Enter".
    Possible commands:
        players     - show player list.
        maps        - show map list.
        admin_num   - player with number "num" set as administrator, eg. "admin_3".
                      -1 - don't use administrator.
        kick_num    - kick player with number "num", eg. "kick_2".
        map_num     - set map to "num", eg. "map_1".
        start       - start game.
        stop        - stop game.
        quit        - shut down server.
