What's new

Discussion [Release] Special MW2 Dvars

  • Thread starter Dakota628
  • Start date
  • Views 2,073
Dakota628

Dakota628

Enthusiast
Messages
430
Reaction score
158
Points
115
Sin$
0
Explosive Bullets (basically a nuke it will murder everyone on the map when u shoot)
bg_forceExplosiveBullets 1
bg_bulletExplRadius 10000
bg_bulletExplDmgFactor 100

Special Dvars - I'll let you guys figure it out
scr_restxp_cap 1
scr_restxp_enable 1
scr_restxp_levelsPerDay 150
scr_restxp_minRestTime 9999
scr_restxp_restedAwardScale 100
scr_restxp_timescale 0.1

Random Stuff
cr_maxPerPlayerExplosives 100
scr_player_healthregentime 999

Good Luck!
 
F

fishguts54

Enthusiast
Messages
257
Reaction score
11
Points
70
Sin$
0
explosive bullets do they work because in my patch ive tried many dvars and none of them worked
 
Dakota628

Dakota628

Enthusiast
Messages
430
Reaction score
158
Points
115
Sin$
0
exactly.

looking through old dvars that were taken out of the xex is pointless...

actually maybe the last two might work. on binds

Explosive bullets only work in coop...This is MW2 Modding section is it not.. Other one is an XP cap.. figure it out.
 
Apathy

Apathy

Member
Programmer Modder Hardened Veteran
Messages
3,007
Reaction score
920
Points
455
Sin$
7
Explosive Bullets (basically a nuke it will murder everyone on the map when u shoot)
bg_forceExplosiveBullets 1
bg_bulletExplRadius 10000
bg_bulletExplDmgFactor 100

Special Dvars - I'll let you guys figure it out
scr_restxp_cap 1
scr_restxp_enable 1
scr_restxp_levelsPerDay 150
scr_restxp_minRestTime 9999
scr_restxp_restedAwardScale 100
scr_restxp_timescale 0.1

Random Stuff
cr_maxPerPlayerExplosives 100
scr_player_healthregentime 999

Good Luck!

You can get stuff from the code_post_gfx_mp.ff can't you.
Code:
// rest XP
set scr_restxp_enable				0
set scr_restxp_minRestTime			4			// hours before rest starts taking effect
set scr_restxp_levelsPerDay			0.5		// levels of rest XP awarded per day of rest
set scr_restxp_cap					0.5			// max levels of rest XP allowed to accumulate
set scr_restxp_restedAwardScale		0.5			// multiplier for extra XP given while rested
set scr_restxp_timescale			1			// for debugging
 
Dakota628

Dakota628

Enthusiast
Messages
430
Reaction score
158
Points
115
Sin$
0
You can get stuff from the code_post_gfx_mp.ff can't you.
Code:
// rest XP
set scr_restxp_enable				0
set scr_restxp_minRestTime			4			// hours before rest starts taking effect
set scr_restxp_levelsPerDay			0.5		// levels of rest XP awarded per day of rest
set scr_restxp_cap					0.5			// max levels of rest XP allowed to accumulate
set scr_restxp_restedAwardScale		0.5			// multiplier for extra XP given while rested
set scr_restxp_timescale			1			// for debugging
Didn't see that there but hey.
Anyhow you should do it anyway.
 
Top Bottom
Login
Register