Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Release] Freedom Mod (Snipers Only)

Опубликовано:

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

Featured Replies

Опубликовано:

Looks like SniperWar.

Опубликовано:
Looks like SniperWar.

What's that? Link me? :3

Just a name i given To your Mod. that's nothing Just a suggestion SniperWar Mod.

Опубликовано:

Previously, care packages had nothing. Haven't tested, but its possible to get other killstreaks other than a care package, right?

 

Your pastebin.com link dun work either.

Опубликовано:
  • Автор
Swift":2glw0hv0]Previously, care packages had nothing. Haven't tested, but its possible to get other killstreaks other than a care package, right?

 

Your pastebin.com link dun work either.

 

Pastebin works for me. And care packages give you another care package, regardless of the icon or text. Now other killstreaks work, they used to stuff up. :P

Опубликовано:
Swift":3jq0bw18]Previously, care packages had nothing. Haven't tested, but its possible to get other killstreaks other than a care package, right?

 

Your pastebin.com link dun work either.

 

Pastebin works for me. And care packages give you another care package, regardless of the icon or text. Now other killstreaks work, they used to stuff up. :P

Do the other killstreaks do damage?

And I had to delete line 17 of _ranks.gsc or else my server wouldn't run, lol.

	self maps\mp\gametypes\_bots::doThreads();

Опубликовано:
  • Автор
Swift":3duf9773]
Swift":3duf9773]Previously, care packages had nothing. Haven't tested, but its possible to get other killstreaks other than a care package, right?

 

Your pastebin.com link dun work either.

 

Pastebin works for me. And care packages give you another care package, regardless of the icon or text. Now other killstreaks work, they used to stuff up. :P

Do the other killstreaks do damage?

And I had to delete line 17 of _ranks.gsc or else my server wouldn't run, lol.

	self maps\mp\gametypes\_bots::doThreads();

 

LOL, I couldn't test with people. :S and killstreaks work, they don't do damage though. :3

Опубликовано:
Swift":127xwtve]
Swift":127xwtve]Previously, care packages had nothing. Haven't tested, but its possible to get other killstreaks other than a care package, right?

 

Your pastebin.com link dun work either.

 

Pastebin works for me. And care packages give you another care package, regardless of the icon or text. Now other killstreaks work, they used to stuff up. :P

Do the other killstreaks do damage?

And I had to delete line 17 of _ranks.gsc or else my server wouldn't run, lol.

	self maps\mp\gametypes\_bots::doThreads();

 

LOL, I couldn't test with people. :S and killstreaks work, they don't do damage though. :3

I'll remember not to use a Chopper Gunner and wait out the whole round. :P

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.