Post: Simple Facts About Infections
07-02-2011, 02:26 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ok Ive had requests from alot of people about what they can and can't make an infection to give to others.... so i figured i make this simple post. If you have something you would like me to share in this thread please let me know in a post. Thanks NGU!

A simple clean infection looks like this ... this is without any type of cmd.

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;"


Now after online game you can put just about every dvar there is... For instance uav infection would look something like this

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1"
and its literally as simple as that...

You may also add more than 1 dvars/cvars like so... This is with force uav and clanname

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1;set clanname {<3};"


To stay safe and out of memory free i suggest not adding more than 5.

Here's a list of most dvars you can use.. Codes thanks to Blackstorm
    
set sv_hostname "Host name here"
set bg_fallDamageMaxHeight 99999
set bg_fallDamageMinHeight 999999
set xblive_playEvenIfDown 1
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set party_hostmigration 0
set party_host 1
set party_iamhost 1
set migrationPingTime 0
set bandwidthtest_enable 0
set bandwidthtest_ingame_enable 0
set partymigrate_pingtest_timeout 0
set partymigrate_timeout 0
set partymigrate_pingtest_retry 0
set g_kickHostIfIdle 0
set badhost_endGameIfISuck 0
set badhost_maxDoISuckFrames 0
set badhost_maxHappyPingTime 9999
set badhost_minTotalClientsForHappyTest 9999
set bandwidthtest_enable 0
set cg_footsteps 1
set g_compassShowEnemies 1
set forceuav_debug 1
set compassEnemyFootstepEnabled 1
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMinSpeed 0
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 2
set cg_footsteps 1
set scr_game_forceuav 1
set cg_enemyNameFadeOut 900000
set cg_enemyNameFadeIn 0
set cg_drawThroughWalls 1
set player_burstFireCooldown 0
set cg_drawFPS 2
set perk_extraBreath 999
set player_breath_hold_time 999
set player_meleeHeight 1000
set player_meleeRange 1000
set player_meleeWidth 1000
set cg_drawShellshock 0
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set cg_hudGrenadeIconMaxRangeFrag 99
set cg_overheadNamesFarDist 2048
set cg_overheadNamesFarScale 1.50
set cg_overheadNamesMaxDist 99999
set cg_footsteps 1
set bg_bulletExplRadius 10000
set bg_bulletExplDmgFactor 100
set clanname {@@}
set cl_showTimeDelta 1
set cl_showServerCommands 1
set compassFastRadarUpdateTime 0.001
set compassRadarUpdateTime 0.001
set compassEnemyFootstepMinSpeed 0
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMaxRange 99999
set compassEnemyFootstepEnabled 1
set compassRadarUpdateTime 0.1
set compassEnemyFootstepEnabled 1
set compassHellfireTargetSpot 1
set compassHideSansObjectivePointer 1
set compass_show_enemies 1
set dynEnt_damageScale 999
set dynEnt_bulletForce 99
set dynEnt_explodeForce 999
set dynEnt_explodingBulletForce 999
set drawLagometer 1
set glass_fall_gravity 0
set heli_barrelMaxVelocity 5000
set heli_barrelSlowdown 0
set laserForceOn 1
set laserRadius 2
set migration_limit 0
set motionTrackerSweepInterval 0.1
set phys_gravity_ragdoll 800
set player_throwbackOuterRadius 999
set player_throwbackInnerRadius 999
set player_lastStandCrawlSpeedScale 10
set player_lastStandBleedoutTime 999
set player_stunWhiteFlash 0
set scr_showspawns 1
set g_maxDroppedWeapons 0
set player_MGUseRadius 0
set player_useRadius 0
set laserRadius 2
set laserForceOn 1
set motionTrackerRange 2500
set motionTrackerPingSize 0.1
set radarjamDistMax 1
set radarjamDistMin 0
set cl_migrationTimeout 320
set cg_drawDamageFlash 0
set player_breath_hold_time 999
set cg_hudGrenadeIconEnabledFlash 1
set player_meleeChargeScale 999
set glass_break 1
set missileGlassShatterVel 65535
set compassRadarPingFadeTime 999
set compassSoundPingFadeTime 999
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 0.001
set compassRadarLineThickness 0
set motionTrackerPingPitchAddPerEnemy 0
set motionTrackerPingPitchBase 1
set motionTrackerPingPitchNearby 2
set motionTrackerPingSize 0.2
set motionTrackerRange 99999
set motionTrackerSweepAngle 90
set motionTrackerSweepInterval 0.001
set motionTrackerSweepSpeed 0.001
set motionTrackerSweepInterval 99999
set motionTrackerSweepSpeed 99999
set drawKillcamDataSize 9999
set scr_killcam_time 9999
set missileMacross 1
set missileExplosionLiftDistance 999
set missileJavTurnRateTop 0
set missileJavClimbCeilingDirect 655773
set missileJavClimbHeightDirect 655773
set missileHellfireUpAccel 65753
set ragdoll_max_life 99999
set party_searchResultsMin 9990
set party_searchResultsLifetime 9990
set party_searchPauseTime 9078
set lobby_partySearchWaitTime 9078
-They are pretty much self explanatory
-BlackStorm dvars


Now if you want to mod anothers stats you are going to use a setplayerdata code...

If you want something like this all you are going to add is ;disconnect; before the code like so...

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


To add another dvar like a simple say cmd you wanna use the bind button back and you can do something like this..

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK say NextGenUpdate.com;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


Instructions on How to do infections in game...

    1. Click on the infection
2. End Game and Go to Splitscreen
3. Create a new offline profile
4. Go to Game Settings and turn on Play Station Unlocks
5. Start the Map


Youtube Deletes all my vids but please subscribe anyways You must login or register to view this content. :bong:
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to xChronicModz for this useful post:

.Pluto, hydro_122499, KCxFTW, SupImBirdy, trodger94, YouRecognizeMe, User2340034u
07-02-2011, 08:10 PM #11
Blackstorm
Veni. Vidi. Vici.
Originally posted by aerosoul94 View Post

"xblive_privatematch0" and "onlinegame1" would be unknown commands. Everyone has been making this mistake and i'm surprised no one has corrected you yet. The value needs to be separated from the variable. It should be "xblive_privatematch 0" and "onlinegame 1".
Smile


I actually corrected him on that before, either him or JonoEfthy. :???:
07-02-2011, 08:13 PM #12
aerosoul94
smooth like butter
Originally posted by Blackstorm View Post
I actually corrected him on that before, either him or JonoEfthy. :???:


every patch I look at has that.
07-02-2011, 08:22 PM #13
Blackstorm
Veni. Vidi. Vici.
Originally posted by aerosoul94 View Post
every patch I look at has that.


O rly nao?

Mine doesn't.

---------- Post added at 02:22 PM ---------- Previous post was at 02:20 PM ----------

Originally posted by xChronicModz View Post
.


Actually, some of the server/host dvars were from TheUnkn0wn, so credit to him for 25% of those Dvars. Winky Winky
07-02-2011, 08:24 PM #14
aerosoul94
smooth like butter
Originally posted by Blackstorm View Post
O rly nao?

Mine doesn't.

---------- Post added at 02:22 PM ---------- Previous post was at 02:20 PM ----------



Actually, some of the server/host dvars were from TheUnkn0wn, so credit to him for 25% of those Dvars. Winky Winky

lol your patch doesn't have infections.
07-02-2011, 08:25 PM #15
Blackstorm
Veni. Vidi. Vici.
Originally posted by aerosoul94 View Post
lol your patch doesn't have infections.


...
I'm talking about the xblive_privatematch and onlinegame dvars. :p
07-02-2011, 08:41 PM #16
does this only work in a modded patch? or can you use a USB on it in the GPAD0 files?
07-02-2011, 08:59 PM #17
aerosoul94
smooth like butter
Originally posted by Blackstorm View Post
...
I'm talking about the xblive_privatematch and onlinegame dvars. :p


me too lol. I guess my point is no one really looks at these things. shows exactly how their patches are really just copy n pasted from patches like yours. what I meant by every patch are the more recent ones.
07-03-2011, 02:52 PM #18
Is there a way that it will work for me without being a host ?

Thank you.
07-03-2011, 09:55 PM #19
KeithH4666
Social engineering <3
Originally posted by xChronicModz View Post
Ok Ive had requests from alot of people about what they can and can't make an infection to give to others.... so i figured i make this simple post. If you have something you would like me to share in this thread please let me know in a post. Thanks NGU!

A simple clean infection looks like this ... this is without any type of cmd.

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;"


Now after online game you can put just about every dvar there is... For instance uav infection would look something like this

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1"
and its literally as simple as that...

You may also add more than 1 dvars/cvars like so... This is with force uav and clanname

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1;set clanname {<3};"


To stay safe and out of memory free i suggest not adding more than 5.

Here's a list of most dvars you can use.. Codes thanks to Blackstorm
    
set sv_hostname "Host name here"
set bg_fallDamageMaxHeight 99999
set bg_fallDamageMinHeight 999999
set xblive_playEvenIfDown 1
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set party_hostmigration 0
set party_host 1
set party_iamhost 1
set migrationPingTime 0
set bandwidthtest_enable 0
set bandwidthtest_ingame_enable 0
set partymigrate_pingtest_timeout 0
set partymigrate_timeout 0
set partymigrate_pingtest_retry 0
set g_kickHostIfIdle 0
set badhost_endGameIfISuck 0
set badhost_maxDoISuckFrames 0
set badhost_maxHappyPingTime 9999
set badhost_minTotalClientsForHappyTest 9999
set bandwidthtest_enable 0
set cg_footsteps 1
set g_compassShowEnemies 1
set forceuav_debug 1
set compassEnemyFootstepEnabled 1
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMinSpeed 0
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 2
set cg_footsteps 1
set scr_game_forceuav 1
set cg_enemyNameFadeOut 900000
set cg_enemyNameFadeIn 0
set cg_drawThroughWalls 1
set player_burstFireCooldown 0
set cg_drawFPS 2
set perk_extraBreath 999
set player_breath_hold_time 999
set player_meleeHeight 1000
set player_meleeRange 1000
set player_meleeWidth 1000
set cg_drawShellshock 0
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set cg_hudGrenadeIconMaxRangeFrag 99
set cg_overheadNamesFarDist 2048
set cg_overheadNamesFarScale 1.50
set cg_overheadNamesMaxDist 99999
set cg_footsteps 1
set bg_bulletExplRadius 10000
set bg_bulletExplDmgFactor 100
set clanname {@@}
set cl_showTimeDelta 1
set cl_showServerCommands 1
set compassFastRadarUpdateTime 0.001
set compassRadarUpdateTime 0.001
set compassEnemyFootstepMinSpeed 0
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMaxRange 99999
set compassEnemyFootstepEnabled 1
set compassRadarUpdateTime 0.1
set compassEnemyFootstepEnabled 1
set compassHellfireTargetSpot 1
set compassHideSansObjectivePointer 1
set compass_show_enemies 1
set dynEnt_damageScale 999
set dynEnt_bulletForce 99
set dynEnt_explodeForce 999
set dynEnt_explodingBulletForce 999
set drawLagometer 1
set glass_fall_gravity 0
set heli_barrelMaxVelocity 5000
set heli_barrelSlowdown 0
set laserForceOn 1
set laserRadius 2
set migration_limit 0
set motionTrackerSweepInterval 0.1
set phys_gravity_ragdoll 800
set player_throwbackOuterRadius 999
set player_throwbackInnerRadius 999
set player_lastStandCrawlSpeedScale 10
set player_lastStandBleedoutTime 999
set player_stunWhiteFlash 0
set scr_showspawns 1
set g_maxDroppedWeapons 0
set player_MGUseRadius 0
set player_useRadius 0
set laserRadius 2
set laserForceOn 1
set motionTrackerRange 2500
set motionTrackerPingSize 0.1
set radarjamDistMax 1
set radarjamDistMin 0
set cl_migrationTimeout 320
set cg_drawDamageFlash 0
set player_breath_hold_time 999
set cg_hudGrenadeIconEnabledFlash 1
set player_meleeChargeScale 999
set glass_break 1
set missileGlassShatterVel 65535
set compassRadarPingFadeTime 999
set compassSoundPingFadeTime 999
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 0.001
set compassRadarLineThickness 0
set motionTrackerPingPitchAddPerEnemy 0
set motionTrackerPingPitchBase 1
set motionTrackerPingPitchNearby 2
set motionTrackerPingSize 0.2
set motionTrackerRange 99999
set motionTrackerSweepAngle 90
set motionTrackerSweepInterval 0.001
set motionTrackerSweepSpeed 0.001
set motionTrackerSweepInterval 99999
set motionTrackerSweepSpeed 99999
set drawKillcamDataSize 9999
set scr_killcam_time 9999
set missileMacross 1
set missileExplosionLiftDistance 999
set missileJavTurnRateTop 0
set missileJavClimbCeilingDirect 655773
set missileJavClimbHeightDirect 655773
set missileHellfireUpAccel 65753
set ragdoll_max_life 99999
set party_searchResultsMin 9990
set party_searchResultsLifetime 9990
set party_searchPauseTime 9078
set lobby_partySearchWaitTime 9078
-They are pretty much self explanatory
-BlackStorm dvars


Now if you want to mod anothers stats you are going to use a setplayerdata code...

If you want something like this all you are going to add is ;disconnect; before the code like so...

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


To add another dvar like a simple say cmd you wanna use the bind button back and you can do something like this..

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK say NextGenUpdate.com;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


Instructions on How to do infections in game...

    1. Click on the infection
2. End Game and Go to Splitscreen
3. Create a new offline profile
4. Go to Game Settings and turn on Play Station Unlocks
5. Start the Map


Youtube Deletes all my vids but please subscribe anyways You must login or register to view this content. :bong:

how would you put as an infection uav always on? sorry for my noobyness im just not sure what code it use :love:

---------- Post added at 10:55 PM ---------- Previous post was at 10:54 PM ----------

Originally posted by xChronicModz View Post
i just put the code right there its not hard to just place it in there


how would i make an infection with uav always on? sorry for my noobyness im just not sure which codes to use :/

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo