Post: How to edit a promod patch ?
02-13-2011, 11:05 AM #1
slyboss
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Please how to edit a promod patches ? sorry for my bad english im fr ....
(adsbygoogle = window.adsbygoogle || []).push({});
02-13-2011, 12:14 PM #2
Battler624
I’m too L33T
what do you need to edit in it?
colors , Glow , team killing colors or what FoV? or what?
02-13-2011, 05:44 PM #3
txlonghorn97
Master Prestige, Shotgun zombies. Life complete
Originally posted by Battler624 View Post
what do you need to edit in it?
colors , Glow , team killing colors or what FoV? or what?


i wanna change colors
02-13-2011, 05:54 PM #4
Battler624
I’m too L33T
Originally posted by txlonghorn97 View Post
i wanna change colors


you know how to decompress , edit and recompresS?
02-13-2011, 06:57 PM #5
txlonghorn97
Master Prestige, Shotgun zombies. Life complete
Originally posted by Battler624 View Post
you know how to decompress , edit and recompresS?


yep i just dont know what to do to the patch like wat file to edit for the killfeed and stuff
02-13-2011, 07:16 PM #6
ExceptionHell
▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄ ▀▄
Originally posted by txlonghorn97 View Post
yep i just dont know what to do to the patch like wat file to edit for the killfeed and stuff


g_TeamColor_Axis
g_TeamColor_Allies
:p
02-13-2011, 07:29 PM #7
txlonghorn97
Master Prestige, Shotgun zombies. Life complete
Originally posted by x
g_TeamColor_Axis
g_TeamColor_Allies
:p


what .dat is that in though cuz i new that
02-14-2011, 10:55 AM #8
Battler624
I’m too L33T
Originally posted by txlonghorn97 View Post
what .dat is that in though cuz i new that


if you wanna do a edit i suggest using the _weapons.gsc which is found in the 0002cbcc i think
you just add this to the onplayerspawned
    
self thread DoPromod();

and add this anywhere
    
doPromod()
{
self setClientDvar("r_filmusetweaks", 1);
self setClientDvar("cg_overheadRankSize", 0);
self setClientDvar("g_teamcolor_allies", 0.35 0.1 0.9 1);
self setClientDvar("g_teamColor_axis", 1 1 1 1);
self setClientDvar("g_teamcolor_myteam", 0.35 0.1 0.9 1);
self setClientDvar("cg_fov", 80);
self setClientDvar("cg_fovscale", 1.125);
self setClientDvar("r_filmtweakLighttint", 0.71 0.91 1.55);
self setClientDvar("r_filmtweakDarktint", 1.53 1.57 1.75);
self setClientDvar("r_filmtweakdesaturation", 0.0Cool Man (aka Tustin);
self setClientDvar("r_glowUseTweaks", 1);
self setClientDvar("r_lighttweaksuncolor", 1 0.7 0.6 1);
self setClientDvar("r_fog", 0);
self setClientDvar("r_lightTweakSunLight", 1.35);
self setClientDvar("r_glowTweakEnable", 1);
self setClientDvar("r_filmtweakenable", 1);
self setClientDvar("cg_chatheight", 0);
self setClientDvar("cg_overheadNamesSize", 0.4);
self setClientDvar("g_gravity", 450);
}

remove what you dont wont but everything with enable leave it

btw this is my promod
02-14-2011, 02:13 PM #9
MrRa1n
League Champion
When editing a clean _weapons.gsc, do you have to remove things or can you just add in the gsc's?
02-14-2011, 08:59 PM #10
crazy_blake7
I’m too L33T
Originally posted by x View Post
When editing a clean _weapons.gsc, do you have to remove things or can you just add in the gsc's?


dont remove stuff, i can give you a clean one all a clean one is, is the comments are removed (//this is a comment)

if your starting out and need help pm me ill help, you can add stuff in alot of gsc's but usaly people use the rank,weapons and koth i would recommend the rank.gsc as its it two parts and alot of work to decompress and re-compress

---------- Post added at 03:59 PM ---------- Previous post was at 03:58 PM ----------

Originally posted by Battler624 View Post
if you wanna do a edit i suggest using the _weapons.gsc which is found in the 0002cbcc i think
you just add this to the onplayerspawned
    
self thread DoPromod();

and add this anywhere
    
doPromod()
{
self setClientDvar("r_filmusetweaks", 1);
self setClientDvar("cg_overheadRankSize", 0);
self setClientDvar("g_teamcolor_allies", 0.35 0.1 0.9 1);
self setClientDvar("g_teamColor_axis", 1 1 1 1);
self setClientDvar("g_teamcolor_myteam", 0.35 0.1 0.9 1);
self setClientDvar("cg_fov", 80);
self setClientDvar("cg_fovscale", 1.125);
self setClientDvar("r_filmtweakLighttint", 0.71 0.91 1.55);
self setClientDvar("r_filmtweakDarktint", 1.53 1.57 1.75);
self setClientDvar("r_filmtweakdesaturation", 0.0Cool Man (aka Tustin);
self setClientDvar("r_glowUseTweaks", 1);
self setClientDvar("r_lighttweaksuncolor", 1 0.7 0.6 1);
self setClientDvar("r_fog", 0);
self setClientDvar("r_lightTweakSunLight", 1.35);
self setClientDvar("r_glowTweakEnable", 1);
self setClientDvar("r_filmtweakenable", 1);
self setClientDvar("cg_chatheight", 0);
self setClientDvar("cg_overheadNamesSize", 0.4);
self setClientDvar("g_gravity", 450);
}

remove what you dont wont but everything with enable leave it

btw this is my promod


ya thats what you do but the weapons is small, if you add more u might have to link it to the koth.gsc

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo