[Release] Feed Mod ( +10's & 5's )
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
Pretty much this is the new freedom mod I'm working on, but this will not be the release of it.
2 Version: Snipers Only and Reg Guns.
Both:
- +5's in FFA, +10's in anything else.
- Intervention and Barrett are 1 shot kills.
- Feed timer increased from 1 to 1.5, so It's 1.5 seconds before the feed ends (I'm shit).
- No splashes: First Blood, Headshot, Longshot, Payback, Double-Triple-Multi.
- Removed perks/death streaks: Last Stand, Martydom, Final Stand.
_settings.gsc Contents:
/* This is the settings file, change any of these as you see fit. 0 = Off / No / False 1 = On / Yes / True // General Match Settings self.regenAmmo: 2 seconds after reloading, your ammo in your stock regenerates (Not Clip). self.RegenEqu: 10 seconds after you use your equipment, it regenerates. self.regenSpec: 30 seconds after you use your special grenade, it regenerates. self.matchsBonus: (SnD Only) After the round is over, it displays Match Bonus. self.displayMsg: Displays a message when a player joins a team. (First Spawn) - P.S This can get annoying on servers other than SnD. self.displayMsgStr: What the message that is displayed consists of. // Weapon Settings self.allowWeap1: Allows the Intervention self.allowWeap2: Allows the Barrett .50 Cal self.allowWeap3: Allows the M21 self.allowWeap4: Allows the WA2000 self.allowSilencer: Allows players to use the Silencer attachment. self.allowHeartbeat: Allows players to use the Heart Beat attachment. self.allowAcog: Allows players to use the Acog attachment. */ settings() { // General Match Settings: self.regenAmmo = 1; self.regenEqu = 1; self.regenSpec = 1; self.matchBonus = 1; self.displayMsg = 0; self.displayMsgStr = "This message will appear when the player spawns."; // Weapon Settings: // Only Effected in the sniper only version. self.defaultWeapon = "cheytac"; self.defaultAttach = "fmj"; // Only Effected in the sniper only version. self.allowWeap1 = 1; // Intervention self.allowWeap2 = 0; // Barrett .50 Cal self.allowWeap3 = 0; // WA2000 self.allowWeap4 = 0; // M21 // Only Effected in the sniper only version. self.allowSilencer = 0; // Silencer self.allowHeartbeat = 0; // Heart Beat self.allowAcog = 0; // Acog }Make sure you edit the above before you run the server.
That's about it.
- Boots