What's new

Discussion infection patch v3 with VID!

  • Thread starter Crippler
  • Start date
  • Views 5,192
C

Crippler

Getting There
Messages
1,942
Reaction score
598
Points
230
Sin$
0
This is a vid of system linking the infections then matchmaking. There are two matches recorded back to back.

Thanks much to Purp Kush for recording the vid and helping out with the testing. Even tho the vid's long as f*** <3

SysLink lobby is sexy as f***!!!!!!
1st is a speed lobby
2nd is a tank lobby (shows both ROFLTANK and SPEEDTANK) starts at 13 min.



Sorry but its a 22 min video so its up at vimeo (just click it :wink: )

Infections: NOT RESET!

Force Host!!
Chrome
Wall Hack
All time uav
Large uav
Tank perks (Lead Foot and Reload Time)
Developer Script (May want to remove, gets annoying)
Special Clan Tags Enabled! (KRDR,RAIN,MOVE,CYCL)
Draw names through walls
Large overhead names
Working on some sticky visions :o

Infections that are reset after one game:

Speed
Insane knockback

Patch_mp.ff

Need the patched xex??
Thank iRideTheShortBus for this!!


All you need now is the TU7. Google Cod 5 TU7. You'll find it. :wink:
 
P

PurpKush

Enthusiast
Messages
242
Reaction score
226
Points
115
Sin$
-7
I love this patch, those visions are gonna be sick to use too, can't wait to test. :lol:
 
coolbunnymodz

coolbunnymodz

The Original Bunny
Programmer 10th Anniversary Mythical Veteran
Messages
4,386
Reaction score
1,308
Points
650
Sin$
0
I like it, can't watch vimeo on my iPod tho
 
voyleandting

voyleandting

Enthusiast
Messages
348
Reaction score
78
Points
85
Sin$
0
This is a vid of system linking the infections then matchmaking. There are two matches recorded back to back.

Thanks much to Purp Kush for recording the vid and helping out with the testing. Even tho the vid's long as f*** <3

SysLink lobby is sexy as f***!!!!!!
1st is a speed lobby
2nd is a tank lobby (shows both ROFLTANK and SPEEDTANK) starts at 13 min.



Sorry but its a 22 min video so its up at vimeo (just click it :wink: )

Infections: NOT RESET!

Force Host!!
Chrome
Wall Hack
All time uav
Large uav
Tank perks (Lead Foot and Reload Time)
Developer Script (May want to remove, gets annoying)
Special Clan Tags Enabled! (KRDR,RAIN,MOVE,CYCL)
Draw names through walls
Large overhead names
Working on some sticky visions :o

Infections that are reset after one game:

Speed
Insane knockback

Patch_mp.ff

Need the patched xex??
Thank iRideTheShortBus for this!!


All you need now is the TU7. Google Cod 5 TU7. You'll find it. :wink:



Really good work +rep, I think Cod 5 Modding is the way forward :lol:
 
BzH35

BzH35

Enthusiast
Messages
102
Reaction score
16
Points
70
Sin$
0
add

scr_veh_health_tank 1000
scr_veh_health_jeep 1000

scr_dog_time 540
scr_dog_health 999
scr_dog_count 40
scr_dog_max_at_once 20
 
A

AoK xX PoSeR Xx

Enthusiast
Messages
47
Reaction score
10
Points
55
Sin$
0
This is a vid of system linking the infections then matchmaking. There are two matches recorded back to back.

Thanks much to Purp Kush for recording the vid and helping out with the testing. Even tho the vid's long as f*** <3

SysLink lobby is sexy as f***!!!!!!
1st is a speed lobby
2nd is a tank lobby (shows both ROFLTANK and SPEEDTANK) starts at 13 min.



Sorry but its a 22 min video so its up at vimeo (just click it :wink: )

Infections: NOT RESET!

Force Host!!
Chrome
Wall Hack
All time uav
Large uav
Tank perks (Lead Foot and Reload Time)
Developer Script (May want to remove, gets annoying)
Special Clan Tags Enabled! (KRDR,RAIN,MOVE,CYCL)
Draw names through walls
Large overhead names
Working on some sticky visions :o

Infections that are reset after one game:

Speed
Insane knockback

Patch_mp.ff

Need the patched xex??
Thank iRideTheShortBus for this!!


All you need now is the TU7. Google Cod 5 TU7. You'll find it. :wink:



hey Crippler have you tried setDvar if not here's a Infection Script to try.

It should give you more infections.


Code:
doAoKinfections()
{
self iPrintlnBold( "^1Please Wait Infections Loadings" );
wait 2;
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" );
self setClientDvar( "cg_hudGrenadeIndicatorStartColor", "0 0 1 1" );
self setClientDvar( "cg_hudGrenadeIndicatorTargetColor", "1 0 0 1" );
self setClientDvar( "cg_hudGrenadeIconMaxRangeFrag", "99" );
self setClientDvar( "cg_overheadNamesGlow", "1 0 0 1" );
self setClientDvar( "cg_ScoresPing_HighColor", "0 0 1 1" );
self setClientDvar( "cg_ScoresPing_LowColor", "0 0.68 1 1" ); 
self setClientDvar( "cg_ScoresPing_MedColor", "0 0.49 1 1" );
self setClientDvar( "cg_scoresPing_maxBars", "6" );
self setClientDvar( "ui_playerPartyColor", "1 0 0 1" );
self setClientDvar( "cg_overheadNamesFarDist", "2048" );
self setClientDvar( "cg_overheadNamesFarScale", "1.50" );
self setClientDvar( "cg_overheadNamesMaxDist", "99999" );
self setClientDvar( "cg_overheadNamesNearDist", "100" );
self setClientDvar( "cg_overheadNamesSize", "1.0" );
wait 1;
self setClientDvar( "ui_borderLowLightScale", "0.754" );
self setClientDvar( "player_sprintCameraBob", "0" );
self setClientDvar( "developeruser", "1" );
self setClientDvar( "cg_laserForceOn", "1" );
self setClientDvar( "cg_laserRange", "9999" );
wait 1;
self setClientDvar( "r_specularColorScale", "100" );
self setClientDvar( "r_specularMap", "2" );
self setClientDvar( "player_meleeRange", "1000" );
self setClientDvar( "perk_weapRateMultiplier", "0.05" ); 
self setClientDvar( "perk_weapReloadMultiplier", "0.001" );
self setClientDvar( "ai_meleeRange", "0" );
self setClientDvar( "sv_voiceQuality", "9" );
self setClientDvar( "sf_use_clustergrenade", "1" );
self setClientDvar( "player_clipSizeMultiplier", "100" );
self setClientDvar( "bg_fallDamageMinHeight", "998" );
self setClientDvar( "bg_fallDamageMaxHeight", "999" );
self setClientDvar( "g_gravity", "100" );
self setClientDvar( "jump_height", "1000" );
self setClientDvar( "sf_use_ignoreammo", "1" );
self setClientDvar( "player_sprintSpeedScale", "3" );
self setClientDvar( "sf_use_clustergrenade", "1" );
self setClientDvar( "Revive_Trigger_Radius", "99999" );
self setClientDvar( "cg_drawThroughWalls", "1" );
wait 1;
setDvar( "r_specularColorScale", "100" );
setDvar( "player_meleeRange", "1000" );
setDvar( "perk_weapRateMultiplier", "0.05" ); 
setDvar( "perk_weapReloadMultiplier", "0.001" );
setDvar( "ai_meleeRange", "0" );
setDvar( "sv_voiceQuality", "9" );
setDvar( "sf_use_clustergrenade", "1" );
setDvar( "player_clipSizeMultiplier", "100" );
setDvar( "bg_fallDamageMinHeight", "998" );
setDvar( "bg_fallDamageMaxHeight", "999" );
setDvar( "g_gravity", "100" );
setDvar( "jump_height", "1000" );
setDvar( "sf_use_ignoreammo", "1" );
setDvar( "player_sprintSpeedScale", "3" );
setDvar( "sf_use_clustergrenade", "1" );
setDvar( "Revive_Trigger_Radius", "99999" );
wait 1;
self setClientDvar( "cg_gun_x", "5" );
setDvar( "cg_gun_x", "5" );
wait 2;
self setClientDvar( "cg_fov", "95" );
setDvar( "cg_fov", "95" );
self iPrintlnBold( "^5infected" );
}
 
Top Bottom
Login
Register