## ETPub PCR alpha hacks (etpub_pcr_ah) ## (C) 2006-2007 PatheticCockroach.com ## This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License ## Derivative works may only be done if they are distributed with their source code. ## ## The original etpub_pcr_ah source and binaries can be found around http://www.patheticcockroach.com/etserver/etpub_pcr.php ## ## Note : ETPub PCR alpha hacks are just small modifications for ETPub (http://www.etpub.org) Bugfix : - g_fopsAmmoRegen introduced in rev 14 had a bug where Field Ops with akimbo pistol regenerating ammo would be able to always pick up ammo packs because ammo regen would deplete their akimbo ammo. See rev 14 for the new code, basically we commented ammo regen for pistols Other : - g_firstAid : default value changed to 0 in the client (for better compatibility with ETPub) (rev 27 and 28 have been updated) - increased the max number of shrubbot commands to 256... should be enough for most ppl now :D #define MAX_SHRUBBOT_COMMANDS 64 -> #define MAX_SHRUBBOT_COMMANDS 256 - increased the max number of maps available for voting to 64 #define MAX_VOTE_MAPS 32 -> #define MAX_VOTE_MAPS 64 - g_tyranny is no more read-only and is no more in server info : in g_main.c, replace { &g_tyranny, "g_tyranny", "0", CVAR_ROM|CVAR_SERVERINFO_NOUPDATE }, with { &g_tyranny, "g_tyranny", "0", 0 }, in g_syscalls.c, comment "g_tyranny", ------------------------- PERSONAL NOTES BG_MaxAmmoForWeapon BG_AddMagicAmmo BG_IsAkimboWeapon