Originally posted by Deniro
I've seen and heard, also found a video of changing the map to a infection so you dont have to start it. I have a patch I wanna use and put that option on idk the coding or what I have to do to open and edit it please someone help me out add my skype: CultRap thanks.
You could do it like this by looping the infection so like make a .cfg file and put it on your usb etc and put a fuction in your patch like this
set Start "disconnect;exec ../../../dev_usb000/MapInfects.cfg;wait 5;vstr Infections"
to start the infection loop
Then you would put the infections in the .cfg file on your usb
set Infection1 set Infections "vstr Infection1;wait 100;vstr Infection2;wait 100;vstr Infection3;wait 100;vstr Infections"
set Infection1 "ui_mapname \""mp_rust;^2Infection 1^7"
set Infection2 "ui_mapname \""mp_rust;^2Infection 2^7"
set Infection3 "ui_mapname \""mp_rust;^2Infection 3^7"
and the infection maps would just keep changing you can edit the wait time so it will be slower or faster then when your done with the looping just take out your usb and the loop will stop
(I have tested this it does work but its very buggy)