[Release] Freedom Mod (Snipers Only)
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
Just updated a tiny bit from last time. :3 People have been requesting it.
Fixes:
в—Џ Not allowed to use certain killstreaks glitch.
в—Џ Suicide on Sub Base successfully.
Features:
в—Џ Match Bonus (This only applies in SnD).
в—Џ All snipers are one shot kills.
в—Џ Other means of damage (Barrels, secondaries, falling, knifing) is considered 1 damage.
в—Џ If a player drops under 30 health, it will restore to 100 (prevents killing with secondaries).
в—Џ If a player's primary weapon isn't a sniper, it will remove it off them and give them one.
в—Џ The care package icon is random, but you will always receive another care package.
в—Џ The care package takes 3 seconds to capture now (Previously 5).
в—Џ Removes all death streaks except Copy Cat.
в—Џ Removes last stand, if a player is using last stand, it will be replaced by steady aim.
[Toggled by _settings.gsc]
в—Џ When you reload, you will be given maximum ammo in your stock in 2 seconds. (Not Clip)
в—Џ When you use your equipment, you will replenish it in 10 seconds.
в—Џ When you use your special grenades, you will receive more in 30 seconds.
в—Џ Toggle what snipers you allow (Intervention, Barrett, WA2000, and M21).
в—Џ Toggle what attachments you can use (Heartbeat, Silencer, and Acog).
в—Џ Toggle whether you will regenerate ammo, equipment, or special grenades).
в—Џ Toggle showing a message when spawn. E.G. "WeLkomE 2 xXxLeGGitxXQuikSkopzXxxzZ lobbyy"
в—Џ Change the default weapon & attachment the player will receive when not using a sniper.
Here is a list of snipers and their attachments: http://pastebin.com/Nnbbe2re
How to use _settings.gsc:
1: Open '_svr_freedow.iwd' with WinRar.
2: Double-click on _settings.gsc (There should be a folder called maps as well).
3: Check 'Select a program from a list of installed programs' and press OK.
4: Find Notepad from the list and double-click it.
5: Go through and change the values that you want.
6: File > Save.
7: Close.
8: It will say 'File "_settings.gsc" was modified', just click yes.
That's it. :3
This is what _settings.gsc should contain:
/* 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.matchBonus: (SnD Only) After the round is over, it displays Match Bonus. self.displayMsg: Displays a message when a spawns. (This can get annoying on non-SnD games) 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 Heartbeat Sensor attachment. self.allowAcog: Allows players to use the Acog attachment. */ settings() { // General Match Settings: self.regenAmmo = 1; self.regenEqu = 1; self.regenSpec = 0; self.matchBonus = 1; self.displayMsg = 0; self.displayMsgStr = "This message will appear when the player spawns."; // Weapon Settings: self.defaultWeapon = "cheytac"; self.defaultAttach = "fmj"; self.allowWeap1 = 1; // Intervention self.allowWeap2 = 0; // Barrett .50 Cal self.allowWeap3 = 0; // WA2000 self.allowWeap4 = 0; // M21 self.allowSilencer = 1; // Silencer self.allowHeartbeat = 1; // Heart Beat self.allowAcog = 1; // Acog }I hope I didn't miss anything. XD
- Boots