I noticed the regen script I use for local servers is causing me to crash when using mastercomfig-comp.vpk and was wondering how to fix it.
It crashes when I press X, not when I exec the .cfg file containing it from the console btw. Doesnt crash when I running without mastercoms.
bind x "regen"
alias regen "sv_allow_wait_command 1;sv_cheats 1;hurtme -999999;give func_regenerate;alias regenloop +loop;regenloop;bind x unregen"
alias unregen "ent_Fire !self sethealth 200;alias regenloop null;bind x regen"
alias regenloop "+loop"
alias +loop "impulse 101;wait 100;-loop"
alias -loop "wait 100;regenloop"
echo "Regen loaded. Toggle with X"
I don't see anything the ZIP even offers over the VPK.
I personally liked the zip method because I was used to looking at the various commands and checking if the config author put in anything I didnt want like net settings or a null movement script etc. Granted now a days I have that shit defined in my own cfgs which run after so it doesnt matter. I have to admit the renaming cfgs and vpk method is incredibly convenient for upgrading.
Edit: Also it would be cool if you put a download link to your benchmark in the first post.