Post: Error while trying to infect
10-07-2011, 08:45 PM #1
oNiiTrOx
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Ive edited this patch and everything works just fine except my sniper+pistol unlock infection, and my pro perks infection. the problem im having is when i select them and end the game, it kicks me back to the menu and gives me an error message. these are the codes i used, can anyone help me out?


Sniper and pistol unlocks
    ui_mapname "mp_rust;disconnect;setPlayerData challengeProgress ch_marksman_usp 1000;setPlayerData challengeState ch_marksman_usp 9;setPlayerData challengeProgress ch_expert_usp 500;setPlayerData challengeState ch_expert_usp 9;setPlayerData challengeProgress ch_marksman_beretta 1000;setPlayerData challengeState ch_marksman_beretta 9; setPlayerData challengeProgress ch_expert_beretta 500;setPlayerData challengeState ch_expert_beretta 9;setPlayerData challengeProgress ch_marksman_coltanaconda 2500;setPlayerData challengeState ch_marksman_coltanaconda 7;setPlayerData challengeState ch_expert_coltanaconda 9;setPlayerData challengeState ch_marksman_deserteagle 7; setPlayerData challengeProgress ch_expert_deserteagle 500;setPlayerData challengeState ch_expert_deserteagle 9;setPlayerData challengeState ch_marksman_cheytac 9;setPlayerData challengeState ch_expert_cheytac 9;setPlayerData challengeState ch_cheytac_fmj 2;setPlayerData challengeState ch_cheytac_mastery 2;uploadStats"


Pro Perks
    ui_mapname "mp_rust;disconnect;setPlayerData challengeState ch_bling_pro 7;setPlayerData challengeState ch_bulletaccuracy_pro 7;setPlayerData challengeState ch_coldblooded_pro 7;setPlayerData challengeState ch_dangerclose_pro 7;setPlayerData challengeState ch_deadsilence_pro 7;setPlayerData challengeState ch_detectexplosives_pro 7;setPlayerData challengeState ch_extendedmelee_pro 7;setPlayerData challengeState ch_hardline_pro 7;setPlayerData challengeState ch_laststand_pro 7;setPlayerData challengeState ch_lightweight_pro 7;setPlayerData challengeState ch_marathon_pro 7;setPlayerData challengeState ch_onemanarmy_pro 7;setPlayerData challengeState ch_scavenger_pro 7;setPlayerData challengeState ch_scrambler_pro 7;setPlayerData challengeState ch_sleightofhand_pro 7;setPlayerData challengeState ch_stoppingpower_pro 7"



Also on a different side, can anyone tell me how i can edit that black box at the multiplayer menu that most people have say stuff about their patch? mine just repetitively says ''The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.''...ect ect ill rep+ you, thats about all i can do for now :/ id appreciate any help though
(adsbygoogle = window.adsbygoogle || []).push({});
10-08-2011, 10:22 PM #2
Okami
Known As Yukuku
what does the error say
10-16-2011, 10:18 AM #3
oNiiTrOx
Do a barrel roll!
Originally posted by 9412
what does the error say


I'm not in a place that has Internet right now so I can't tell you exactly what it says but when I get back home I'll let you know.
10-16-2011, 04:18 PM #4
Clouds
Error 404: Title Not Found
Originally posted by oNiiTrOx View Post
Stuff here


Now this is the exact same code taken DIRECTLY from Efthy's v9 for Sniper Unlocks...
    ui_mapname "mp_rust;disconnect;setPlayerData challengeState ch_marksman_usp 9;setPlayerData challengeState ch_expert_usp 9;setPlayerData challengeState ch_marksman_beretta 9;setPlayerData challengeState ch_expert_beretta 9;setPlayerData challengeState ch_marksman_coltanaconda 7;setPlayerData challengeState ch_expert_coltanaconda 9;setPlayerData challengeState ch_marksman_deserteagle 7;setPlayerData challengeState ch_expert_deserteagle 9;setPlayerData challengeState ch_marksman_barrett 9;setPlayerData challengeState ch_expert_barrett 9;setPlayerData challengeState ch_barrett_silencer 2;setPlayerData challengeState ch_barrett_acog 2;setPlayerData challengeState ch_barrett_fmj 2;setPlayerData challengeState ch_barrett_mastery 2;setPlayerData challengeState ch_marksman_cheytac 9;setPlayerData challengeState ch_expert_cheytac 9;setPlayerData challengeState ch_cheytac_silencer 2;setPlayerData challengeState ch_cheytac_acog 2;setPlayerData challengeState ch_cheytac_fmj 2;setPlayerData challengeState ch_cheytac_mastery 2;setPlayerData challengeState pr_marksman_cheytac 4;setPlayerData challengeState pr_expert_cheytac 4;setPlayerData challengeState pr_marksman_barrett 4;setPlayerData challengeState pr_expert_barrett 4;set clanname {QS};uploadStats"


And here is the one for Pro Perks...
    ui_mapname "mp_rust;disconnect;setPlayerData challengeState ch_bling_pro 7;setPlayerData challengeState ch_bulletaccuracy_pro 7;setPlayerData challengeState ch_coldblooded_pro 7;setPlayerData challengeState ch_dangerclose_pro 7;setPlayerData challengeState ch_deadsilence_pro 7;setPlayerData challengeState ch_detectexplosives_pro 7;setPlayerData challengeState ch_extendedmelee_pro 7;setPlayerData challengeState ch_hardline_pro 7;setPlayerData challengeState ch_laststand_pro 7;setPlayerData challengeState ch_lightweight_pro 7;setPlayerData challengeState ch_marathon_pro 7;setPlayerData challengeState ch_onemanarmy_pro 7;setPlayerData challengeState ch_scavenger_pro 7;setPlayerData challengeState ch_scrambler_pro 7;setPlayerData challengeState ch_sleightofhand_pro 7;setPlayerData challengeState ch_stoppingpower_pro 7"


I'm not sure why it's spitting an error, unless you messed with it or the exec function somehow.

As for the black text box, you edit it in the patch_mp.zone/patch_mp_extract.dat.
10-18-2011, 08:29 PM #5
oNiiTrOx
Do a barrel roll!
Originally posted by ihearthayley View Post
Now this is the exact same code taken DIRECTLY from Efthy's v9 for Sniper Unlocks...
    ui_mapname "mp_rust;disconnect;setPlayerData challengeState ch_marksman_usp 9;setPlayerData challengeState ch_expert_usp 9;setPlayerData challengeState ch_marksman_beretta 9;setPlayerData challengeState ch_expert_beretta 9;setPlayerData challengeState ch_marksman_coltanaconda 7;setPlayerData challengeState ch_expert_coltanaconda 9;setPlayerData challengeState ch_marksman_deserteagle 7;setPlayerData challengeState ch_expert_deserteagle 9;setPlayerData challengeState ch_marksman_barrett 9;setPlayerData challengeState ch_expert_barrett 9;setPlayerData challengeState ch_barrett_silencer 2;setPlayerData challengeState ch_barrett_acog 2;setPlayerData challengeState ch_barrett_fmj 2;setPlayerData challengeState ch_barrett_mastery 2;setPlayerData challengeState ch_marksman_cheytac 9;setPlayerData challengeState ch_expert_cheytac 9;setPlayerData challengeState ch_cheytac_silencer 2;setPlayerData challengeState ch_cheytac_acog 2;setPlayerData challengeState ch_cheytac_fmj 2;setPlayerData challengeState ch_cheytac_mastery 2;setPlayerData challengeState pr_marksman_cheytac 4;setPlayerData challengeState pr_expert_cheytac 4;setPlayerData challengeState pr_marksman_barrett 4;setPlayerData challengeState pr_expert_barrett 4;set clanname {QS};uploadStats"


And here is the one for Pro Perks...
    ui_mapname "mp_rust;disconnect;setPlayerData challengeState ch_bling_pro 7;setPlayerData challengeState ch_bulletaccuracy_pro 7;setPlayerData challengeState ch_coldblooded_pro 7;setPlayerData challengeState ch_dangerclose_pro 7;setPlayerData challengeState ch_deadsilence_pro 7;setPlayerData challengeState ch_detectexplosives_pro 7;setPlayerData challengeState ch_extendedmelee_pro 7;setPlayerData challengeState ch_hardline_pro 7;setPlayerData challengeState ch_laststand_pro 7;setPlayerData challengeState ch_lightweight_pro 7;setPlayerData challengeState ch_marathon_pro 7;setPlayerData challengeState ch_onemanarmy_pro 7;setPlayerData challengeState ch_scavenger_pro 7;setPlayerData challengeState ch_scrambler_pro 7;setPlayerData challengeState ch_sleightofhand_pro 7;setPlayerData challengeState ch_stoppingpower_pro 7"


I'm not sure why it's spitting an error, unless you messed with it or the exec function somehow.

As for the black text box, you edit it in the patch_mp.zone/patch_mp_extract.dat.



I just left the original codes that were in there. they worked before but when i converted the patch again they just messed up so i copied them from deadlymodz25 patch and tried and i still got an error.. i hope they work now. Thanks though :/

---------- Post added at 02:29 PM ---------- Previous post was at 12:10 PM ----------

Originally posted by ihearthayley View Post
Now this is the exact same code taken DIRECTLY from Efthy's v9 for Sniper Unlocks...
    ui_mapname "mp_rust;disconnect;setPlayerData challengeState ch_marksman_usp 9;setPlayerData challengeState ch_expert_usp 9;setPlayerData challengeState ch_marksman_beretta 9;setPlayerData challengeState ch_expert_beretta 9;setPlayerData challengeState ch_marksman_coltanaconda 7;setPlayerData challengeState ch_expert_coltanaconda 9;setPlayerData challengeState ch_marksman_deserteagle 7;setPlayerData challengeState ch_expert_deserteagle 9;setPlayerData challengeState ch_marksman_barrett 9;setPlayerData challengeState ch_expert_barrett 9;setPlayerData challengeState ch_barrett_silencer 2;setPlayerData challengeState ch_barrett_acog 2;setPlayerData challengeState ch_barrett_fmj 2;setPlayerData challengeState ch_barrett_mastery 2;setPlayerData challengeState ch_marksman_cheytac 9;setPlayerData challengeState ch_expert_cheytac 9;setPlayerData challengeState ch_cheytac_silencer 2;setPlayerData challengeState ch_cheytac_acog 2;setPlayerData challengeState ch_cheytac_fmj 2;setPlayerData challengeState ch_cheytac_mastery 2;setPlayerData challengeState pr_marksman_cheytac 4;setPlayerData challengeState pr_expert_cheytac 4;setPlayerData challengeState pr_marksman_barrett 4;setPlayerData challengeState pr_expert_barrett 4;set clanname {QS};uploadStats"


And here is the one for Pro Perks...
    ui_mapname "mp_rust;disconnect;setPlayerData challengeState ch_bling_pro 7;setPlayerData challengeState ch_bulletaccuracy_pro 7;setPlayerData challengeState ch_coldblooded_pro 7;setPlayerData challengeState ch_dangerclose_pro 7;setPlayerData challengeState ch_deadsilence_pro 7;setPlayerData challengeState ch_detectexplosives_pro 7;setPlayerData challengeState ch_extendedmelee_pro 7;setPlayerData challengeState ch_hardline_pro 7;setPlayerData challengeState ch_laststand_pro 7;setPlayerData challengeState ch_lightweight_pro 7;setPlayerData challengeState ch_marathon_pro 7;setPlayerData challengeState ch_onemanarmy_pro 7;setPlayerData challengeState ch_scavenger_pro 7;setPlayerData challengeState ch_scrambler_pro 7;setPlayerData challengeState ch_sleightofhand_pro 7;setPlayerData challengeState ch_stoppingpower_pro 7"


I'm not sure why it's spitting an error, unless you messed with it or the exec function somehow.

As for the black text box, you edit it in the patch_mp.zone/patch_mp_extract.dat.


That fixed it Smile Rep+, and by the way, one more question, my patch also had another error, when id apply the fat/skinny/promod/weird promod itd just make the screen flash shades of grey/brown while in-game and it didnt work properly, ive replaced the codes and all of that stuff but it still seems to have the issue, do you know what is causing this?
10-18-2011, 09:56 PM #6
Clouds
Error 404: Title Not Found
Originally posted by oNiiTrOx View Post
I just left the original codes that were in there. they worked before but when i converted the patch again they just messed up so i copied them from deadlymodz25 patch and tried and i still got an error.. i hope they work now. Thanks though :/

---------- Post added at 02:29 PM ---------- Previous post was at 12:10 PM ----------



That fixed it Smile Rep+, and by the way, one more question, my patch also had another error, when id apply the fat/skinny/promod/weird promod itd just make the screen flash shades of grey/brown while in-game and it didnt work properly, ive replaced the codes and all of that stuff but it still seems to have the issue, do you know what is causing this?


I've never had that problem :gluk:
10-18-2011, 10:11 PM #7
oNiiTrOx
Do a barrel roll!
Originally posted by ihearthayley View Post
I've never had that problem :gluk:


Im still having the problem lol.. it seems to work fine when nobodys in the lobby but when they try to connect to the infected lobby it tells them they cant connect to it so im unable to infect them with only sniper unlocks now. perks used to do this too but after i put in the code you gave me it worked fine im only having trouble with the sniper and pistol unlocks. the error im getting says "NET_SendPacket: bad address type 261095424" Note that it only does this when i have people in the lobby while i activate this infection, but if i activate it alone and invite them or they try to join it says theyre unable to connect.
10-23-2011, 12:02 PM #8
FoxkaZ
Retired Super
Question answered.

Closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo