project_files/frontlib/hwconsts.h
author Medo <smaxein@googlemail.com>
Sat, 09 Jun 2012 03:28:38 +0200
changeset 7179 f84805e6df03
parent 7177 bf6cf4dd847a
child 7230 240620f46dd7
permissions -rw-r--r--
Implemented game launching API for the frontlib. It is still buggy though, and not all game settings can be conveniently created/modified yet.

/**
 * This file contains important constants which might need to be changed to adapt to
 * changes in the engine or protocols.
 */

#ifndef HWCONSTS_H_
#define HWCONSTS_H_

#define HEDGEHOGS_PER_TEAM 8
#define NETGAME_DEFAULT_PORT 46631

#define GAMEMOD_PERHOGAMMO_MASKBIT 22
#define GAMEMOD_SHAREDAMMO_MASKBIT 16

#define WEAPONS_COUNT 55
#define AMMOLINE_DEFAULT_QT     "9391929422199121032235111001201000000211110101011111011"
#define AMMOLINE_DEFAULT_PROB   "0405040541600655546554464776576666666155510101115411011"
#define AMMOLINE_DEFAULT_DELAY  "0000000000000205500000040007004000000000220000000600000"
#define AMMOLINE_DEFAULT_CRATE  "1311110312111111123114111111111111111211111101111111010"

#endif