## ETPub PCR alpha hacks (etpub_pcr_ah) ## (C) 2006-2007 PatheticCockroach.com ## This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 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) 1 bug fixed : the class icon used to have the same color as the crosshair, so it was modified when cg_crosshairHealth = 1. !finger flag changed from h (!help) to e (!userinfo) ------------------------- MODIFICATION STARTS HERE src\cgame\cg_draw.c (line 2454) **** AFTER if ( cg_drawCrosshair.integer < 0 ) { return; } **** ADD // etpub_pcr_ah : we get rid of the color modified by CG_DrawCrosshair trap_R_SetColor(colorWhite); g_shrubbot.c : **** REPLACE {"finger", G_shrubbot_finger, 'h', 0, "disambiguation", ""}, **** WITH {"finger", G_shrubbot_finger, 'e', 0, "disambiguation", ""}, ------------------------- PERSONAL NOTES trap_R_SetColor( hcolor ); } else { trap_R_SetColor(cg.xhairColor);