08-18-2014, 21:08
Can someone please make a mod thats regular team deathmatch, but replaces stuns with flash, removes noob tubes, removes death streaks, removes last stand? Or teach me how to do it. Thank you!
Team Deathmatch with restrictions
|
08-18-2014, 21:08
Can someone please make a mod thats regular team deathmatch, but replaces stuns with flash, removes noob tubes, removes death streaks, removes last stand? Or teach me how to do it. Thank you!
08-19-2014, 11:29
To do this youll need to modify _class.gsc ( Clean file: http://pastebin.com/nt3nBMUR )
To remove deathstreaks youll need to delete all this part of the code Code: // only give the deathstreak for the initial spawn for this life. To remove the other last stand (perk 3) find this in _class and remove the line "case "specialty_pistoldeath"": Code: isValidPerk3( refString ) And to remove GL you can do it similar to the previous, see what I comment: Code: isValidAttachment( refString ) I am not really sure if removing this single line will also solve GL problem, but it could remove shotgun attachment too, use this if the other doesnt work: Code: self _SetActionSlot( 3, "altMode" ); For replacing stun with flash search for this lines, I hope this works: Code: // Secondary Offhand Change the previous to ( I have added 3 lines after // Secondary Offhand ): Code: // Secondary Offhand
12-26-2014, 16:25
Thank you, this answers a lot of my questions as well!
I'm running 6 servers off of 1 set of files, in order to do changes like this for only a few servers, I will need to use a different set of files, yes?
12-27-2014, 21:58
(12-26-2014, 16:25)soothaa Wrote: Thank you, this answers a lot of my questions as well! In the servers where you want these changes put the _class.gsc with the modifications I said in the previous post |
Users browsing this thread: |
1 Guest(s) |