## 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) Not much code here... we just applied a few revisions from etpub : rev 1697 (banners moved in g_settings) : applied rev 1698 (some doc update + a minor UI edit) : applied rev 1699 (nextmap vote brings the voting screen instead of loading nextmap) : applied with modifications so vote_nextmapSmooth keeps working and nextmap still acts like timelimit 0.1 instead of just loading the map voting screen only when in map-voting (6) gametype in src\game\g_vote.c (line 693) ****REPLACE // Vote action (vote has passed) } else if (vote_nextmapSmooth.integer==0){ if( g_gametype.integer == GT_WOLF_CAMPAIGN ) { **** WITH // Vote action (vote has passed) } else if (vote_nextmapSmooth.integer==0 || (g_mapVoteFlags.integer & MAPVOTE_NEXTMAP_VOTEMAP)){ if( g_gametype.integer == GT_WOLF_CAMPAIGN ) { rev 1700 (removed some warnings in omni-bot interface ?) : applied rev 1701 (added possibility of several messages for spree end) : applied rev 1702 (added g_bot_flags 8: bots cannot mount tanks) : applied rev 1703 (changed g_spoofing to g_spoofOptions and added lots of options) : applied rev 1704 (changed default value for g_spoofOptions) : NOT applied, we changed the default value to 195 (kick for all spoofing but allow change if the first IP or GUID is empty) rev 1705 (added g_coverts flag 1024: a disguised covert can still steal an enemy uniform) : applied, we also set the default g_coverts value to 1024 rev 1706 (doc update + a comment in the code so nothing in the binaries) : applied rev 1707 (added a class letter to the hud uniform icon (for disguised covert)) : applied rev 1708 (wounded players see the name of medics passing by) : applied