What's new

Solved MW2 Promod Code Plzz

  • Thread starter Modz R Us
  • Start date
  • Views 2,279
Status
Not open for further replies.
M

Modz R Us

Newbie
Messages
12
Reaction score
0
Points
35
Sin$
0
I am wanting to put promod in my new MW2 patch but i dont have the code :frown: so could someone send it to me in a message then tell me how to insert it into the patch usuing ff. viewer thanx :tongue:
 
SnD Scrub

SnD Scrub

The Warez kings humble Protégé
Messages
3,033
Reaction score
412
Points
335
Sin$
0
why dont you download the promod patch and find out yourself not flaming or anything just to learn yourself
 
Upvote 0
H

HDModding 7S

Enthusiast
Messages
95
Reaction score
9
Points
70
Sin$
0
The Pro Mod DVAR is
Code:
self setClientDvar( "cg_fovscale" , "1.125" );
self setClientDvar( "cg_fov" , "85" );

To insert into your patch you must find where your DVAR's are in the patch so make sure your in Missions.GCS or GSC lol then find the DVAR's and stick this DVAR in that list and there you have pro mod and its sticky i think :smile:
 
Upvote 0
M

ModsBABY

Enthusiast
Messages
712
Reaction score
91
Points
95
Sin$
7
If you wanna have some sick ones use these

Code:
doProMod()
{
self setClientDvar( "party_hostname", "ModsBABY Is Teh Sexy Host <3" );
setDvar("player_sprintSpeedScale", 5 );
setDvar("player_sprintUnlimited", 1 );
setDvar("bg_fallDamageMaxHeight", 9999 );
setDvar("bg_fallDamageMinHeight", 9998 );
self setClientDvar("cg_ScoresPing_LowColor", "0 0.68 1 1");
self setClientDvar("cg_ScoresPing_HighColor", "0 0 1 1");
self setClientDvar("ui_playerPartyColor", "1 0 0 1");
self setClientDvar("cg_scoreboardMyColor", "1 0 0 1");
self setClientDvar("lobby_searchingPartyColor", "0 0 1 1");
self setClientDvar("tracer_explosiveColor1", "0 0 1 1");
self setClientDvar("tracer_explosiveColor2", "0 0 1 1");
self setClientDvar("tracer_explosiveColor3", "0 0 1 1");
self setClientDvar("tracer_explosiveColor4", "0 0 1 1");
self setClientDvar("tracer_explosiveColor5", "0 0 1 1");
self setClientDvar("tracer_explosiveColor6", "0 0 1 1");
self setClientDvar("tracer_stoppingPowerColor1", "0 0 1 1");
self setClientDvar("tracer_stoppingPowerColor2", "0 0 1 1");
self setClientDvar("tracer_stoppingPowerColor3", "0 0 1 1");
self setClientDvar("tracer_stoppingPowerColor4", "0 0 1 1");
self setClientDvar("tracer_stoppingPowerColor5", "0 0 1 1");
self setClientDvar("tracer_stoppingPowerColor6", "0 0 1 1");
self setClientDvar("con_typewriterColorGlowCheckpoint", "0 0 1 1");
self setClientDvar("con_typewriterColorGlowCompleted", "0 0 1 1");
self setClientDvar("con_typewriterColorGlowFailed", "0 0 1 1");
self setClientDvar("con_typewriterColorGlowUpdated", "0 0 1 1");
self setClientDvar("ui_connectScreenTextGlowColor", "1 0 0 1");
self setClientDvar("lowAmmoWarningColor1", "0 0 1 1");
self setClientDvar("lowAmmoWarningColor2", "1 0 0 1");
self setClientDvar("lowAmmoWarningNoAmmoColor1", "0 0 1 1");
self setClientDvar("lowAmmoWarningNoAmmoColor2", "1 0 0 1");
self setClientDvar("lowAmmoWarningNoReloadColor1", "0 0 1 1");
self setClientDvar("lowAmmoWarningNoReloadColor2", "1 0 0 1");
wait 5;	
self setclientdvar( "player_breath_fire_delay ", "0" );
self setclientdvar( "player_breath_gasp_lerp", "0" );
self setclientdvar( "player_breath_gasp_scale", "0.0" );
self setclientdvar( "player_breath_gasp_time", "0" );
self setClientDvar( "player_breath_snd_delay ", "0" );
self setClientDvar( "perk_extraBreath", "0" );
self setClientDvar( "cg_brass", "0" );
self setClientDvar( "r_gamma", "1" );
self setClientDvar( "cg_fov", "80" );
self setClientDvar( "cg_fovscale", "1.125" );
self setClientDvar( "r_blur", "0.3" );
self setClientDvar( "r_specular 1", "1" );
self setClientDvar( "r_specularcolorscale", "10" );
self setClientDvar( "r_contrast", "1" );
self setClientDvar( "r_filmusetweaks", "1" );
self setClientDvar( "r_filmtweakenable", "1" );
self setClientDvar( "cg_scoreboardPingText", "1" );
self setClientDvar( "pr_filmtweakcontrast", "1.6" );
self setClientDvar( "r_lighttweaksunlight", "1.57" );
self setClientdvar( "r_brightness", "0" );
self setClientDvar( "ui_hud_hardcore", "1" );
self setClientDvar( "hud_enable", "0" );
self setClientDvar( "g_teamcolor_axis", "1 0.0 00.0" );
self setClientDvar( "g_teamcolor_allies", "0 0.0 00.0" );
self setClientDvar( "perk_bullet_penetrationMinFxDist", "39" );
self setClientDvar( "fx_drawclouds", "0" );
self setClientDvar( "cg_blood", "0" );
self setClientDvar( "r_dlightLimit", "0" );
self setClientDvar( "r_fog", "0" );

A Video Of It

[youtube]http://www.youtube.com/watch?v=PMM7gbkgynU[/youtube]
 
Upvote 0
swaq

swaq

Enthusiast
Messages
740
Reaction score
56
Points
95
Sin$
0
The Pro Mod DVAR is
Code:
self setClientDvar( "cg_fovscale" , "1.125" );
self setClientDvar( "cg_fov" , "85" );

To insert into your patch you must find where your DVAR's are in the patch so make sure your in Missions.GCS or GSC lol then find the DVAR's and stick this DVAR in that list and there you have pro mod and its sticky i think :smile:
+rep thx ive been looking to
 
Upvote 0
em for mikey

em for mikey

Getting There
Messages
2,403
Reaction score
198
Points
220
Sin$
7
i have the patch in my thread All Mw2 Patches just go there and download that one probably easier :biggrin:
 
Upvote 0
Status
Not open for further replies.
Top Bottom
Login
Register