Page 1 of 1

removing award weapons completly?

Posted: Tue Apr 07, 2009 1:06 pm
by destos
ok so basicly what happens is i made this mod map a long time ago and now im trying to fix some of the few bugs i have on it b4 i submit it for the first time publicly, and i edited the pistol to become a machine pistol (its rapid fires in a shotgun like mode.... it was all done by accident to =P) but when i play after i get several kills with it i get the award pistol ( or it says i have earned it but since i deleted it from the units odf it will not acctually show up) so i gain the award pistol, but since its deleted from the units odf it will not appear as a weapon, but neither will the machine pistol, and then even if i die it wont let me have the machine pistol back.

so basicly its a glitch where i lose my pistol after getting the none existant award pistol, and i was wondering if i could turn awards off from the lua?

Re: removing award weapons completly?

Posted: Tue Apr 07, 2009 1:37 pm
by kinetosimpetus
in the machine pistol odf, put

Code: Select all

ScoreForMedalsType = "-1"
MedalsTypeToLock = "-1"

Re: removing award weapons completly?

Posted: Tue Apr 07, 2009 3:41 pm
by destos
ty