@@ -7,6 +7,7 @@ using Content.Server._White.GhostRecruitment;
|
|||||||
using Content.Server.GameTicking.Components;
|
using Content.Server.GameTicking.Components;
|
||||||
using Content.Shared.Administration.Logs;
|
using Content.Shared.Administration.Logs;
|
||||||
using Content.Shared.Database;
|
using Content.Shared.Database;
|
||||||
|
using Content.Shared._White;
|
||||||
using Content.Shared._White.GhostRecruitment;
|
using Content.Shared._White.GhostRecruitment;
|
||||||
using JetBrains.Annotations;
|
using JetBrains.Annotations;
|
||||||
using Robust.Server.GameObjects;
|
using Robust.Server.GameObjects;
|
||||||
@@ -147,8 +148,9 @@ public sealed class ERTRecruitmentRule : StationEventSystem<ERTRecruitmentRuleCo
|
|||||||
|
|
||||||
private void OnRoundStart(RoundStartingEvent ev)
|
private void OnRoundStart(RoundStartingEvent ev)
|
||||||
{
|
{
|
||||||
//if (_cfgManager.GetCVar(WhiteCVars.LoadErtMap))
|
// Disabled in dev - Resources/ConfigPresets/Build/development.toml
|
||||||
SpawnMap();
|
if (_cfgManager.GetCVar(WhiteCVars.LoadErtMap))
|
||||||
|
SpawnMap();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AcceptERT(EntityUid targetStation)
|
public void AcceptERT(EntityUid targetStation)
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ public sealed class WhiteCVars
|
|||||||
* Bullet trails
|
* Bullet trails
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static readonly CVarDef<bool> EnableLightsGlowing =
|
public static readonly CVarDef<bool> EnableLightsGlowing =
|
||||||
CVarDef.Create("white.enable_lights_glowing", true, CVar.CLIENTONLY | CVar.ARCHIVE);
|
CVarDef.Create("white.enable_lights_glowing", true, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Offer Indicator
|
* Offer Indicator
|
||||||
@@ -207,9 +207,9 @@ public sealed class WhiteCVars
|
|||||||
public static readonly CVarDef<float> JukeboxVolume =
|
public static readonly CVarDef<float> JukeboxVolume =
|
||||||
CVarDef.Create("white.jukebox_volume", 0f, CVar.CLIENTONLY | CVar.ARCHIVE);
|
CVarDef.Create("white.jukebox_volume", 0f, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Chat
|
* Chat
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static readonly CVarDef<string> SeparatedChatSize =
|
public static readonly CVarDef<string> SeparatedChatSize =
|
||||||
CVarDef.Create("white.chat_size_separated", "0.6;0", CVar.CLIENTONLY | CVar.ARCHIVE);
|
CVarDef.Create("white.chat_size_separated", "0.6;0", CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||||
@@ -231,9 +231,9 @@ public sealed class WhiteCVars
|
|||||||
CVarDef.Create("white.admin.deadChatAdmin", false, CVar.CLIENT | CVar.REPLICATED | CVar.ARCHIVE);
|
CVarDef.Create("white.admin.deadChatAdmin", false, CVar.CLIENT | CVar.REPLICATED | CVar.ARCHIVE);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* End of round stats
|
* End of round stats
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The amount of blood lost required to trigger the BloodLost end of round stat.
|
/// The amount of blood lost required to trigger the BloodLost end of round stat.
|
||||||
@@ -313,7 +313,7 @@ public sealed class WhiteCVars
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Should load a ERT map?
|
/// Should load a ERT map?
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly CVarDef<bool> LoadErtMap = CVarDef.Create("white.ert_load", false, CVar.SERVERONLY);
|
public static readonly CVarDef<bool> LoadErtMap = CVarDef.Create("white.ert_load", true, CVar.SERVERONLY);
|
||||||
|
|
||||||
public static readonly CVarDef<bool> LogChatActions =
|
public static readonly CVarDef<bool> LogChatActions =
|
||||||
CVarDef.Create("white.log_to_chat", true, CVar.CLIENT | CVar.ARCHIVE | CVar.REPLICATED);
|
CVarDef.Create("white.log_to_chat", true, CVar.CLIENT | CVar.ARCHIVE | CVar.REPLICATED);
|
||||||
@@ -345,11 +345,11 @@ public sealed class WhiteCVars
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Applies Projectile and Melee damage.
|
// Applies Projectile and Melee damage.
|
||||||
public static readonly CVarDef<float> DamageModifier =
|
public static readonly CVarDef<float> DamageModifier =
|
||||||
CVarDef.Create("damage.modifier", 1.0f, CVar.REPLICATED);
|
CVarDef.Create("damage.modifier", 1.0f, CVar.REPLICATED);
|
||||||
|
|
||||||
// Applies ALL damage, EVEN walls and etc.
|
// Applies ALL damage, EVEN walls and etc.
|
||||||
public static readonly CVarDef<float> DamageGetModifier =
|
public static readonly CVarDef<float> DamageGetModifier =
|
||||||
CVarDef.Create("damage.get_modifier", 1.0f, CVar.REPLICATED);
|
CVarDef.Create("damage.get_modifier", 1.0f, CVar.REPLICATED);
|
||||||
|
|
||||||
public static readonly CVarDef<bool> AutoKickVpnUsers =
|
public static readonly CVarDef<bool> AutoKickVpnUsers =
|
||||||
|
|||||||
@@ -42,8 +42,8 @@ ent-BalloonAgent = агент-воздушный шар
|
|||||||
.desc = При ближайшем рассмотрении этот агент Синдиката оказывается воздушным шаром.
|
.desc = При ближайшем рассмотрении этот агент Синдиката оказывается воздушным шаром.
|
||||||
ent-BalloonElite = элитный оперативный воздушный шар
|
ent-BalloonElite = элитный оперативный воздушный шар
|
||||||
.desc = При ближайшем рассмотрении этот элитный оперативник Синдиката оказывается воздушным шаром.
|
.desc = При ближайшем рассмотрении этот элитный оперативник Синдиката оказывается воздушным шаром.
|
||||||
ent-BalloonJuggernaut = воздушный шар-джуггернаут
|
ent-BalloonJuggernaut = воздушный шар-джаггернаут
|
||||||
.desc = При ближайшем рассмотрении этот джуггернаут Синдиката оказывается воздушным шаром.
|
.desc = При ближайшем рассмотрении этот джаггернаут Синдиката оказывается воздушным шаром.
|
||||||
ent-BalloonCommander = командир-воздушный шар
|
ent-BalloonCommander = командир-воздушный шар
|
||||||
.desc = При ближайшем рассмотрении этот командир Синдиката оказывается воздушным шаром.
|
.desc = При ближайшем рассмотрении этот командир Синдиката оказывается воздушным шаром.
|
||||||
ent-EnergyDomeGeneratorPersonalSyndie = персональный генератор щита кроваво-красного цвета
|
ent-EnergyDomeGeneratorPersonalSyndie = персональный генератор щита кроваво-красного цвета
|
||||||
|
|||||||
187655
Resources/Maps/White/WhiteboxNY.yml
Normal file
187655
Resources/Maps/White/WhiteboxNY.yml
Normal file
File diff suppressed because it is too large
Load Diff
184897
Resources/Maps/White/WonderBoxNY.yml
Normal file
184897
Resources/Maps/White/WonderBoxNY.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -214,6 +214,8 @@
|
|||||||
- MagazineShotgun
|
- MagazineShotgun
|
||||||
- MagazineShotgunSlug
|
- MagazineShotgunSlug
|
||||||
- MagazineLightRifleBox
|
- MagazineLightRifleBox
|
||||||
|
- MagazinePistolCaselessRifle
|
||||||
|
- MagazinePistolHighCapacity
|
||||||
- CartridgePistol
|
- CartridgePistol
|
||||||
- CartridgeMagnum
|
- CartridgeMagnum
|
||||||
- ShellShotgun
|
- ShellShotgun
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
- type: gameMap
|
- type: gameMap
|
||||||
id: WhiteBox
|
id: WhiteBox
|
||||||
mapName: 'Box Station'
|
mapName: 'Box Station'
|
||||||
mapPath: /Maps/_Honk/Stations/WhiteBox.yml
|
mapPath: /Maps/White/WhiteboxNY.yml
|
||||||
minPlayers: 0 # Amour
|
minPlayers: 0
|
||||||
stations:
|
stations:
|
||||||
Boxstation:
|
Boxstation:
|
||||||
stationProto: StandardNanotrasenStation
|
stationProto: StandardNanotrasenStation
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- type: gameMap
|
- type: gameMap
|
||||||
id: WonderBox
|
id: WonderBox
|
||||||
mapName: 'WonderBox Station'
|
mapName: 'WonderBox Station'
|
||||||
mapPath: /Maps/_Honk/Stations/WonderBox.yml
|
mapPath: /Maps/White/WonderBoxNY.yml
|
||||||
minPlayers: 0
|
minPlayers: 0
|
||||||
stations:
|
stations:
|
||||||
WonderBoxStation:
|
WonderBoxStation:
|
||||||
|
|||||||
Reference in New Issue
Block a user