В значительной степени это - новый свободный мод, я продолжаю работать, но это пока не релиз.
2 версии: Snipers Only и Reg Guns.
Обе версии:
- +5's в режиме FFA, +10's в других.
- Intervention и Barrett - убивает с 1 выстрела.
- Время перезарядки увеличилось от 1 до 1.5, таким образом за 1.5 секунды до конца перезарядки.
- Нет сплэшев: First Blood, Headshot, Longshot, Payback, Double-Triple-Multi.
- Удалены перки/серии смертей: 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
}
Удостоверьтесь, что вы отредактировали вышеописанное прежде, чем запустите сервер.
Скачать:
Feed mod SO
Доступно только для пользователей
Feed mod RG
Доступно только для пользователей
перевод romis