diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce9e755968..e41221d98d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,17 +9,16 @@ Upstream is the [space-wizards/space-station-14](https://github.com/space-wizard # Content specific to Delta-V -In general anything you create from scratch (not modifying something that exists from upstream) should go in a DeltaV subfolder. +In general anything you create from scratch (not modifying something that exists from upstream) should go in a DeltaV subfolder, `_DV`. Examples: -- `Content.Server/DeltaV/Chapel/SacrificialAltarSystem.cs` -- `Resources/Prototypes/DeltaV/ai_factions.yml` -- `Resources/Audio/DeltaV/Items/gavel.ogg` -- `Resources/Textures/DeltaV/Icons/cri.rsi` -- `Resources/Locale/en-US/deltav/shipyard/shipyard-console.ftl` - The locale subfolder is lowercase `deltav` instead of `DeltaV`. -- `Resources/ServerInfo/Guidebook/DeltaV/AlertProcedure.xml` - Note that guidebooks go in `ServerInfo/Guidebook/DeltaV` and not `ServerInfo/DeltaV`! +- `Content.Server/_DV/Chapel/SacrificialAltarSystem.cs` +- `Resources/Prototypes/_DV/ai_factions.yml` +- `Resources/Audio/_DV/Items/gavel.ogg` +- `Resources/Textures/_DV/Icons/cri.rsi` +- `Resources/Locale/en-US/_DV/shipyard/shipyard-console.ftl` +- `Resources/ServerInfo/Guidebook/_DV/AlertProcedure.xml` + Note that guidebooks go in `ServerInfo/Guidebook/_DV` and not `ServerInfo/_DV`! # Changes to upstream files diff --git a/Content.Client/CartridgeLoader/Cartridges/LogProbeUiFragment.xaml.cs b/Content.Client/CartridgeLoader/Cartridges/LogProbeUiFragment.xaml.cs index 5fa93bb40d..ed3c9236e6 100644 --- a/Content.Client/CartridgeLoader/Cartridges/LogProbeUiFragment.xaml.cs +++ b/Content.Client/CartridgeLoader/Cartridges/LogProbeUiFragment.xaml.cs @@ -1,7 +1,7 @@ using System.Linq; // DeltaV -using Content.Client.DeltaV.CartridgeLoader.Cartridges; // DeltaV +using Content.Client._DV.CartridgeLoader.Cartridges; // DeltaV using Content.Shared.CartridgeLoader.Cartridges; -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; // DeltaV +using Content.Shared._DV.CartridgeLoader.Cartridges; // DeltaV using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; diff --git a/Content.Client/DeltaV/Implants/Radio/RadioImplantSystem.cs b/Content.Client/DeltaV/Implants/Radio/RadioImplantSystem.cs deleted file mode 100644 index 27a021d19f..0000000000 --- a/Content.Client/DeltaV/Implants/Radio/RadioImplantSystem.cs +++ /dev/null @@ -1,8 +0,0 @@ -using Content.Shared.DeltaV.Implants.Radio; - -namespace Content.Client.DeltaV.Implants.Radio; - -/// -public sealed class RadioImplantSystem : SharedRadioImplantSystem -{ -} diff --git a/Content.Client/DeltaV/NanoChat/NanoChatSystem.cs b/Content.Client/DeltaV/NanoChat/NanoChatSystem.cs deleted file mode 100644 index 242deb05b7..0000000000 --- a/Content.Client/DeltaV/NanoChat/NanoChatSystem.cs +++ /dev/null @@ -1,5 +0,0 @@ -using Content.Shared.DeltaV.NanoChat; - -namespace Content.Client.DeltaV.NanoChat; - -public sealed class NanoChatSystem : SharedNanoChatSystem; diff --git a/Content.Client/DeltaV/Recruiter/RecruiterPenSystem.cs b/Content.Client/DeltaV/Recruiter/RecruiterPenSystem.cs deleted file mode 100644 index 32fa6bf061..0000000000 --- a/Content.Client/DeltaV/Recruiter/RecruiterPenSystem.cs +++ /dev/null @@ -1,5 +0,0 @@ -using Content.Shared.DeltaV.Recruiter; - -namespace Content.Client.DeltaV.Recruiter; - -public sealed class RecruiterPenSystem : SharedRecruiterPenSystem; diff --git a/Content.Client/DeltaV/Shuttles/Systems/DockingConsoleSystem.cs b/Content.Client/DeltaV/Shuttles/Systems/DockingConsoleSystem.cs deleted file mode 100644 index 5e0df6ae5d..0000000000 --- a/Content.Client/DeltaV/Shuttles/Systems/DockingConsoleSystem.cs +++ /dev/null @@ -1,5 +0,0 @@ -using Content.Shared.DeltaV.Shuttles.Systems; - -namespace Content.Client.DeltaV.Shuttles.Systems; - -public sealed class DockingConsoleSystem : SharedDockingConsoleSystem; diff --git a/Content.Client/DeltaV/Silicons/Laws/SlavedBorgSystem.cs b/Content.Client/DeltaV/Silicons/Laws/SlavedBorgSystem.cs deleted file mode 100644 index f546fa900d..0000000000 --- a/Content.Client/DeltaV/Silicons/Laws/SlavedBorgSystem.cs +++ /dev/null @@ -1,5 +0,0 @@ -using Content.Shared.DeltaV.Silicons.Laws; - -namespace Content.Client.DeltaV.Silicons.Laws; - -public sealed class SlavedBorgSystem : SharedSlavedBorgSystem; diff --git a/Content.Client/Lathe/UI/LatheBoundUserInterface.cs b/Content.Client/Lathe/UI/LatheBoundUserInterface.cs index 66f09aa41d..80ffe86ebf 100644 --- a/Content.Client/Lathe/UI/LatheBoundUserInterface.cs +++ b/Content.Client/Lathe/UI/LatheBoundUserInterface.cs @@ -1,4 +1,4 @@ -using Content.Shared.DeltaV.Salvage; // DeltaV +using Content.Shared._DV.Salvage; // DeltaV using Content.Shared.Lathe; using Content.Shared.Research.Components; using JetBrains.Annotations; diff --git a/Content.Client/Lathe/UI/LatheMenu.xaml.cs b/Content.Client/Lathe/UI/LatheMenu.xaml.cs index c228963205..151eef4943 100644 --- a/Content.Client/Lathe/UI/LatheMenu.xaml.cs +++ b/Content.Client/Lathe/UI/LatheMenu.xaml.cs @@ -1,8 +1,8 @@ using System.Linq; using System.Text; using Content.Client.Materials; -using Content.Shared.DeltaV.Salvage.Components; // DeltaV -using Content.Shared.DeltaV.Salvage.Systems; // DeltaV +using Content.Shared._DV.Salvage.Components; // DeltaV +using Content.Shared._DV.Salvage.Systems; // DeltaV using Content.Shared.Lathe; using Content.Shared.Lathe.Prototypes; using Content.Shared.Research.Prototypes; diff --git a/Content.Client/Nyanotrasen/Overlays/DogVisionSystem.cs b/Content.Client/Nyanotrasen/Overlays/DogVisionSystem.cs index b52d23f195..2a4ed3d64b 100644 --- a/Content.Client/Nyanotrasen/Overlays/DogVisionSystem.cs +++ b/Content.Client/Nyanotrasen/Overlays/DogVisionSystem.cs @@ -1,5 +1,5 @@ using Content.Shared.Abilities; -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Robust.Client.Graphics; using Robust.Shared.Configuration; using Robust.Shared.Player; diff --git a/Content.Client/Options/UI/OptionsMenu.xaml b/Content.Client/Options/UI/OptionsMenu.xaml index bdf2f86936..a0d1290b91 100644 --- a/Content.Client/Options/UI/OptionsMenu.xaml +++ b/Content.Client/Options/UI/OptionsMenu.xaml @@ -1,6 +1,6 @@ diff --git a/Content.Client/Salvage/UI/SalvageMagnetBoundUserInterface.cs b/Content.Client/Salvage/UI/SalvageMagnetBoundUserInterface.cs index 8878487cee..554e256f13 100644 --- a/Content.Client/Salvage/UI/SalvageMagnetBoundUserInterface.cs +++ b/Content.Client/Salvage/UI/SalvageMagnetBoundUserInterface.cs @@ -1,6 +1,6 @@ using System.Linq; using Content.Client.Message; -using Content.Shared.DeltaV.Salvage.Systems; // DeltaV +using Content.Shared._DV.Salvage.Systems; // DeltaV using Content.Shared.Salvage; using Content.Shared.Salvage.Magnet; using Robust.Client.Player; // DeltaV diff --git a/Content.Client/DeltaV/AACTablet/UI/AACBoundUserInterface.cs b/Content.Client/_DV/AACTablet/UI/AACBoundUserInterface.cs similarity index 86% rename from Content.Client/DeltaV/AACTablet/UI/AACBoundUserInterface.cs rename to Content.Client/_DV/AACTablet/UI/AACBoundUserInterface.cs index 1e47b78da8..5699f844a8 100644 --- a/Content.Client/DeltaV/AACTablet/UI/AACBoundUserInterface.cs +++ b/Content.Client/_DV/AACTablet/UI/AACBoundUserInterface.cs @@ -1,8 +1,8 @@ -using Content.Shared.DeltaV.AACTablet; -using Content.Shared.DeltaV.QuickPhrase; +using Content.Shared._DV.AACTablet; +using Content.Shared._DV.QuickPhrase; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.AACTablet.UI; +namespace Content.Client._DV.AACTablet.UI; public sealed class AACBoundUserInterface : BoundUserInterface { diff --git a/Content.Client/DeltaV/AACTablet/UI/AACWindow.xaml b/Content.Client/_DV/AACTablet/UI/AACWindow.xaml similarity index 100% rename from Content.Client/DeltaV/AACTablet/UI/AACWindow.xaml rename to Content.Client/_DV/AACTablet/UI/AACWindow.xaml diff --git a/Content.Client/DeltaV/AACTablet/UI/AACWindow.xaml.cs b/Content.Client/_DV/AACTablet/UI/AACWindow.xaml.cs similarity index 98% rename from Content.Client/DeltaV/AACTablet/UI/AACWindow.xaml.cs rename to Content.Client/_DV/AACTablet/UI/AACWindow.xaml.cs index 0786636778..d41c316247 100644 --- a/Content.Client/DeltaV/AACTablet/UI/AACWindow.xaml.cs +++ b/Content.Client/_DV/AACTablet/UI/AACWindow.xaml.cs @@ -1,14 +1,14 @@ using System.Linq; using System.Numerics; using Content.Client.UserInterface.Controls; -using Content.Shared.DeltaV.QuickPhrase; +using Content.Shared._DV.QuickPhrase; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.AACTablet.UI; +namespace Content.Client._DV.AACTablet.UI; [GenerateTypedNameReferences] public sealed partial class AACWindow : FancyWindow diff --git a/Content.Client/DeltaV/Abilities/Borgs/RandomizedCandyVisualizer.cs b/Content.Client/_DV/Abilities/Borgs/RandomizedCandyVisualizer.cs similarity index 87% rename from Content.Client/DeltaV/Abilities/Borgs/RandomizedCandyVisualizer.cs rename to Content.Client/_DV/Abilities/Borgs/RandomizedCandyVisualizer.cs index 970af100a6..e3c6741ae7 100644 --- a/Content.Client/DeltaV/Abilities/Borgs/RandomizedCandyVisualizer.cs +++ b/Content.Client/_DV/Abilities/Borgs/RandomizedCandyVisualizer.cs @@ -1,7 +1,7 @@ -using Content.Shared.DeltaV.Abilities.Borgs; +using Content.Shared._DV.Abilities.Borgs; using Robust.Client.GameObjects; -namespace Content.Client.DeltaV.Abilities.Borgs; +namespace Content.Client._DV.Abilities.Borgs; /// /// Responsible for coloring randomized candy. diff --git a/Content.Client/DeltaV/Abilities/CrawlUnderObjectsSystem.cs b/Content.Client/_DV/Abilities/CrawlUnderObjectsSystem.cs similarity index 93% rename from Content.Client/DeltaV/Abilities/CrawlUnderObjectsSystem.cs rename to Content.Client/_DV/Abilities/CrawlUnderObjectsSystem.cs index 879a5efee5..77c51a45dc 100644 --- a/Content.Client/DeltaV/Abilities/CrawlUnderObjectsSystem.cs +++ b/Content.Client/_DV/Abilities/CrawlUnderObjectsSystem.cs @@ -1,9 +1,9 @@ -using Content.Shared.DeltaV.Abilities; +using Content.Shared._DV.Abilities; using Content.Shared.Popups; using Robust.Client.GameObjects; using DrawDepth = Content.Shared.DrawDepth.DrawDepth; -namespace Content.Client.DeltaV.Abilities; +namespace Content.Client._DV.Abilities; public sealed partial class HideUnderTableAbilitySystem : SharedCrawlUnderObjectsSystem { diff --git a/Content.Client/DeltaV/Addictions/AddictionSystem.cs b/Content.Client/_DV/Addictions/AddictionSystem.cs similarity index 59% rename from Content.Client/DeltaV/Addictions/AddictionSystem.cs rename to Content.Client/_DV/Addictions/AddictionSystem.cs index 75ac6969a4..8f7d8bb225 100644 --- a/Content.Client/DeltaV/Addictions/AddictionSystem.cs +++ b/Content.Client/_DV/Addictions/AddictionSystem.cs @@ -1,6 +1,6 @@ -using Content.Shared.DeltaV.Addictions; +using Content.Shared._DV.Addictions; -namespace Content.Client.DeltaV.Addictions; +namespace Content.Client._DV.Addictions; public sealed class AddictionSystem : SharedAddictionSystem { diff --git a/Content.Client/DeltaV/Administration/UI/DepartmentWhitelistPanel.xaml b/Content.Client/_DV/Administration/UI/DepartmentWhitelistPanel.xaml similarity index 85% rename from Content.Client/DeltaV/Administration/UI/DepartmentWhitelistPanel.xaml rename to Content.Client/_DV/Administration/UI/DepartmentWhitelistPanel.xaml index 58251cf9a3..5faa57b619 100644 --- a/Content.Client/DeltaV/Administration/UI/DepartmentWhitelistPanel.xaml +++ b/Content.Client/_DV/Administration/UI/DepartmentWhitelistPanel.xaml @@ -1,6 +1,6 @@ diff --git a/Content.Client/DeltaV/Administration/UI/DepartmentWhitelistPanel.xaml.cs b/Content.Client/_DV/Administration/UI/DepartmentWhitelistPanel.xaml.cs similarity index 97% rename from Content.Client/DeltaV/Administration/UI/DepartmentWhitelistPanel.xaml.cs rename to Content.Client/_DV/Administration/UI/DepartmentWhitelistPanel.xaml.cs index 958b1876a8..8cc4f9ff46 100644 --- a/Content.Client/DeltaV/Administration/UI/DepartmentWhitelistPanel.xaml.cs +++ b/Content.Client/_DV/Administration/UI/DepartmentWhitelistPanel.xaml.cs @@ -6,7 +6,7 @@ using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.Administration.UI; +namespace Content.Client._DV.Administration.UI; [GenerateTypedNameReferences] public sealed partial class DepartmentWhitelistPanel : PanelContainer diff --git a/Content.Client/DeltaV/Administration/UI/JobWhitelistsEui.cs b/Content.Client/_DV/Administration/UI/JobWhitelistsEui.cs similarity index 89% rename from Content.Client/DeltaV/Administration/UI/JobWhitelistsEui.cs rename to Content.Client/_DV/Administration/UI/JobWhitelistsEui.cs index c746f42f8f..d7e03fd781 100644 --- a/Content.Client/DeltaV/Administration/UI/JobWhitelistsEui.cs +++ b/Content.Client/_DV/Administration/UI/JobWhitelistsEui.cs @@ -1,8 +1,8 @@ using Content.Client.Eui; -using Content.Shared.DeltaV.Administration; +using Content.Shared._DV.Administration; using Content.Shared.Eui; -namespace Content.Client.DeltaV.Administration.UI; +namespace Content.Client._DV.Administration.UI; public sealed class JobWhitelistsEui : BaseEui { diff --git a/Content.Client/DeltaV/Administration/UI/JobWhitelistsWindow.xaml b/Content.Client/_DV/Administration/UI/JobWhitelistsWindow.xaml similarity index 100% rename from Content.Client/DeltaV/Administration/UI/JobWhitelistsWindow.xaml rename to Content.Client/_DV/Administration/UI/JobWhitelistsWindow.xaml diff --git a/Content.Client/DeltaV/Administration/UI/JobWhitelistsWindow.xaml.cs b/Content.Client/_DV/Administration/UI/JobWhitelistsWindow.xaml.cs similarity index 94% rename from Content.Client/DeltaV/Administration/UI/JobWhitelistsWindow.xaml.cs rename to Content.Client/_DV/Administration/UI/JobWhitelistsWindow.xaml.cs index a79d8a238b..fe625f3f9e 100644 --- a/Content.Client/DeltaV/Administration/UI/JobWhitelistsWindow.xaml.cs +++ b/Content.Client/_DV/Administration/UI/JobWhitelistsWindow.xaml.cs @@ -1,8 +1,8 @@ using Content.Client.UserInterface.Controls; using Content.Shared.Database; -using Content.Shared.DeltaV.Administration; +using Content.Shared._DV.Administration; using Content.Shared.Roles; -using Content.Shared.DeltaV.Whitelist; +using Content.Shared._DV.Whitelist; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; @@ -10,7 +10,7 @@ using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.Administration.UI; +namespace Content.Client._DV.Administration.UI; /// /// An admin panel to toggle whitelists for individual jobs or entire departments. diff --git a/Content.Client/DeltaV/Biscuit/BiscuitSystem.cs b/Content.Client/_DV/Biscuit/BiscuitSystem.cs similarity index 88% rename from Content.Client/DeltaV/Biscuit/BiscuitSystem.cs rename to Content.Client/_DV/Biscuit/BiscuitSystem.cs index 9cc7258d76..52f6fc0306 100644 --- a/Content.Client/DeltaV/Biscuit/BiscuitSystem.cs +++ b/Content.Client/_DV/Biscuit/BiscuitSystem.cs @@ -1,7 +1,7 @@ -using Content.Shared.DeltaV.Biscuit; +using Content.Shared._DV.Biscuit; using Robust.Client.GameObjects; -namespace Content.Client.DeltaV.Biscuit; +namespace Content.Client._DV.Biscuit; public sealed class BiscuitSystem : VisualizerSystem { diff --git a/Content.Client/DeltaV/Biscuit/BiscuitVisualsComponent.cs b/Content.Client/_DV/Biscuit/BiscuitVisualsComponent.cs similarity index 66% rename from Content.Client/DeltaV/Biscuit/BiscuitVisualsComponent.cs rename to Content.Client/_DV/Biscuit/BiscuitVisualsComponent.cs index 42c745bcb4..a5b1919428 100644 --- a/Content.Client/DeltaV/Biscuit/BiscuitVisualsComponent.cs +++ b/Content.Client/_DV/Biscuit/BiscuitVisualsComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Client.DeltaV.Biscuit; +namespace Content.Client._DV.Biscuit; [RegisterComponent] public sealed partial class BiscuitVisualsComponent : Component diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/CrimeAssistUi.cs similarity index 83% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/CrimeAssistUi.cs index 2dbe923b2a..098ca3da98 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/CrimeAssistUi.cs @@ -1,10 +1,10 @@ using Robust.Client.UserInterface; using Content.Client.UserInterface.Fragments; -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; +using Content.Shared._DV.CartridgeLoader.Cartridges; using Content.Shared.CartridgeLoader; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; public sealed partial class CrimeAssistUi : UIFragment { diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml b/Content.Client/_DV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml similarity index 95% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml rename to Content.Client/_DV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml index 8186986d8f..90d657b3b0 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml @@ -1,4 +1,4 @@ - diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs similarity index 94% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs index fb085a8a79..ba650dcb4a 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs @@ -1,12 +1,12 @@ using Content.Client.Message; -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; +using Content.Shared._DV.CartridgeLoader.Cartridges; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Prototypes; -using static Content.Client.DeltaV.CartridgeLoader.Cartridges.CrimeAssistUi; +using static Content.Client._DV.CartridgeLoader.Cartridges.CrimeAssistUi; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; [GenerateTypedNameReferences] public sealed partial class CrimeAssistUiFragment : BoxContainer diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/MailMetricUi.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/MailMetricUi.cs similarity index 91% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/MailMetricUi.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/MailMetricUi.cs index f1688c8dab..7619e91483 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/MailMetricUi.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/MailMetricUi.cs @@ -2,7 +2,7 @@ using Robust.Client.UserInterface; using Content.Client.UserInterface.Fragments; using Content.Shared.CartridgeLoader.Cartridges; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; public sealed partial class MailMetricUi : UIFragment { diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/MailMetricUiFragment.xaml b/Content.Client/_DV/CartridgeLoader/Cartridges/MailMetricUiFragment.xaml similarity index 98% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/MailMetricUiFragment.xaml rename to Content.Client/_DV/CartridgeLoader/Cartridges/MailMetricUiFragment.xaml index c31a1c6063..19853deaed 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/MailMetricUiFragment.xaml +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/MailMetricUiFragment.xaml @@ -1,5 +1,5 @@ diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatMessageBubble.xaml.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatMessageBubble.xaml.cs similarity index 94% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatMessageBubble.xaml.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatMessageBubble.xaml.cs index 42725bb09c..3a4e37d040 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatMessageBubble.xaml.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatMessageBubble.xaml.cs @@ -1,10 +1,10 @@ -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; +using Content.Shared._DV.CartridgeLoader.Cartridges; using Robust.Client.AutoGenerated; using Robust.Client.Graphics; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; [GenerateTypedNameReferences] public sealed partial class NanoChatMessageBubble : BoxContainer diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatUi.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatUi.cs similarity index 91% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatUi.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatUi.cs index fb65b03e88..522ba96abb 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatUi.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatUi.cs @@ -1,9 +1,9 @@ using Content.Client.UserInterface.Fragments; using Content.Shared.CartridgeLoader; -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; +using Content.Shared._DV.CartridgeLoader.Cartridges; using Robust.Client.UserInterface; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; public sealed partial class NanoChatUi : UIFragment { diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml b/Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml similarity index 96% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml rename to Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml index 2a39094b85..7825f62e34 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml @@ -1,6 +1,6 @@ diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml.cs similarity index 98% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml.cs index 159d6b1a93..f30cbcc97c 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml.cs @@ -1,13 +1,13 @@ using System.Linq; using System.Numerics; -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; +using Content.Shared._DV.CartridgeLoader.Cartridges; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; using Robust.Client.UserInterface; using Robust.Shared.Timing; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; [GenerateTypedNameReferences] public sealed partial class NanoChatUiFragment : BoxContainer diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NewChatPopup.xaml b/Content.Client/_DV/CartridgeLoader/Cartridges/NewChatPopup.xaml similarity index 100% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/NewChatPopup.xaml rename to Content.Client/_DV/CartridgeLoader/Cartridges/NewChatPopup.xaml diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NewChatPopup.xaml.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/NewChatPopup.xaml.cs similarity index 97% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/NewChatPopup.xaml.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/NewChatPopup.xaml.cs index 8e47e1ee5d..37bba1d544 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/NewChatPopup.xaml.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/NewChatPopup.xaml.cs @@ -3,7 +3,7 @@ using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; [GenerateTypedNameReferences] public sealed partial class NewChatPopup : DefaultWindow diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml b/Content.Client/_DV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml similarity index 90% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml rename to Content.Client/_DV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml index 058bde07e9..21b30497d7 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml @@ -1,6 +1,6 @@ diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml.cs similarity index 97% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml.cs index f5798f44c4..f04d01c297 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml.cs @@ -4,7 +4,7 @@ using Robust.Client.Graphics; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; [GenerateTypedNameReferences] public sealed partial class PriceHistoryTable : BoxContainer diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml b/Content.Client/_DV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml similarity index 89% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml rename to Content.Client/_DV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml index 2de8a37ff7..7787203e04 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml @@ -1,5 +1,5 @@ diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs similarity index 91% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs index ad15284052..37ca1ab0ce 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs @@ -3,7 +3,7 @@ using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; [GenerateTypedNameReferences] public sealed partial class SecWatchUiFragment : BoxContainer diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUi.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUi.cs similarity index 95% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUi.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUi.cs index 45704ee234..15fa6900ae 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUi.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUi.cs @@ -3,7 +3,7 @@ using Content.Client.UserInterface.Fragments; using Content.Shared.CartridgeLoader; using Content.Shared.CartridgeLoader.Cartridges; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; public sealed partial class StockTradingUi : UIFragment { diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml similarity index 95% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml rename to Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml index 00b45584cc..66647897d5 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml @@ -1,6 +1,6 @@ diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs similarity index 99% rename from Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs rename to Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs index b44e8f44c7..2a18c2bbe9 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs @@ -6,7 +6,7 @@ using Robust.Client.Graphics; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; -namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Client._DV.CartridgeLoader.Cartridges; [GenerateTypedNameReferences] public sealed partial class StockTradingUiFragment : BoxContainer diff --git a/Content.Client/DeltaV/Chapel/SacrificialAltarSystem.cs b/Content.Client/_DV/Chapel/SacrificialAltarSystem.cs similarity index 50% rename from Content.Client/DeltaV/Chapel/SacrificialAltarSystem.cs rename to Content.Client/_DV/Chapel/SacrificialAltarSystem.cs index 7b9b3757e3..fa78e16325 100644 --- a/Content.Client/DeltaV/Chapel/SacrificialAltarSystem.cs +++ b/Content.Client/_DV/Chapel/SacrificialAltarSystem.cs @@ -1,5 +1,5 @@ -using Content.Shared.DeltaV.Chapel; +using Content.Shared._DV.Chapel; -namespace Content.Client.DeltaV.Chapel; +namespace Content.Client._DV.Chapel; public sealed class SacrificialAltarSystem : SharedSacrificialAltarSystem; diff --git a/Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs b/Content.Client/_DV/Harpy/HarpyVisualsComponent.cs similarity index 69% rename from Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs rename to Content.Client/_DV/Harpy/HarpyVisualsComponent.cs index 1c3253c74e..120a16315d 100644 --- a/Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs +++ b/Content.Client/_DV/Harpy/HarpyVisualsComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Client.DeltaV.Harpy; +namespace Content.Client._DV.Harpy; [RegisterComponent] public sealed partial class HarpyVisualsComponent : Component diff --git a/Content.Client/DeltaV/Hologram/HologramSystem.cs b/Content.Client/_DV/Hologram/HologramSystem.cs similarity index 95% rename from Content.Client/DeltaV/Hologram/HologramSystem.cs rename to Content.Client/_DV/Hologram/HologramSystem.cs index 0d4cf098e0..725c3d5ad6 100644 --- a/Content.Client/DeltaV/Hologram/HologramSystem.cs +++ b/Content.Client/_DV/Hologram/HologramSystem.cs @@ -1,9 +1,9 @@ -using Content.Shared.DeltaV.Hologram; +using Content.Shared._DV.Hologram; using Robust.Client.GameObjects; using Robust.Client.Graphics; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.Hologram; +namespace Content.Client._DV.Hologram; public sealed class HologramSystem : SharedHologramSystem { diff --git a/Content.Client/_DV/Implants/Radio/RadioImplantSystem.cs b/Content.Client/_DV/Implants/Radio/RadioImplantSystem.cs new file mode 100644 index 0000000000..783ad50b77 --- /dev/null +++ b/Content.Client/_DV/Implants/Radio/RadioImplantSystem.cs @@ -0,0 +1,8 @@ +using Content.Shared._DV.Implants.Radio; + +namespace Content.Client._DV.Implants.Radio; + +/// +public sealed class RadioImplantSystem : SharedRadioImplantSystem +{ +} diff --git a/Content.Client/DeltaV/Mail/MailComponent.cs b/Content.Client/_DV/Mail/MailComponent.cs similarity index 60% rename from Content.Client/DeltaV/Mail/MailComponent.cs rename to Content.Client/_DV/Mail/MailComponent.cs index 1603cf7d66..21cded9776 100644 --- a/Content.Client/DeltaV/Mail/MailComponent.cs +++ b/Content.Client/_DV/Mail/MailComponent.cs @@ -1,6 +1,6 @@ -using Content.Shared.DeltaV.Mail; +using Content.Shared._DV.Mail; -namespace Content.Client.DeltaV.Mail +namespace Content.Client._DV.Mail { [RegisterComponent] public sealed partial class MailComponent : SharedMailComponent diff --git a/Content.Client/DeltaV/Mail/MailSystem.cs b/Content.Client/_DV/Mail/MailSystem.cs similarity index 96% rename from Content.Client/DeltaV/Mail/MailSystem.cs rename to Content.Client/_DV/Mail/MailSystem.cs index b215192140..3e3f588689 100644 --- a/Content.Client/DeltaV/Mail/MailSystem.cs +++ b/Content.Client/_DV/Mail/MailSystem.cs @@ -1,9 +1,9 @@ -using Content.Shared.DeltaV.Mail; +using Content.Shared._DV.Mail; using Content.Shared.StatusIcon; using Robust.Client.GameObjects; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.Mail; +namespace Content.Client._DV.Mail; /// /// Display a cool stamp on the parcel based on the job of the recipient. diff --git a/Content.Client/_DV/NanoChat/NanoChatSystem.cs b/Content.Client/_DV/NanoChat/NanoChatSystem.cs new file mode 100644 index 0000000000..3bc5daee63 --- /dev/null +++ b/Content.Client/_DV/NanoChat/NanoChatSystem.cs @@ -0,0 +1,5 @@ +using Content.Shared._DV.NanoChat; + +namespace Content.Client._DV.NanoChat; + +public sealed class NanoChatSystem : SharedNanoChatSystem; diff --git a/Content.Client/DeltaV/Options/UI/Tabs/DeltaTab.xaml b/Content.Client/_DV/Options/UI/Tabs/DeltaTab.xaml similarity index 93% rename from Content.Client/DeltaV/Options/UI/Tabs/DeltaTab.xaml rename to Content.Client/_DV/Options/UI/Tabs/DeltaTab.xaml index 6b17c43ada..d291272076 100644 --- a/Content.Client/DeltaV/Options/UI/Tabs/DeltaTab.xaml +++ b/Content.Client/_DV/Options/UI/Tabs/DeltaTab.xaml @@ -1,6 +1,6 @@  diff --git a/Content.Client/DeltaV/Options/UI/Tabs/DeltaTab.xaml.cs b/Content.Client/_DV/Options/UI/Tabs/DeltaTab.xaml.cs similarity index 86% rename from Content.Client/DeltaV/Options/UI/Tabs/DeltaTab.xaml.cs rename to Content.Client/_DV/Options/UI/Tabs/DeltaTab.xaml.cs index 9194f05f99..9d88997798 100644 --- a/Content.Client/DeltaV/Options/UI/Tabs/DeltaTab.xaml.cs +++ b/Content.Client/_DV/Options/UI/Tabs/DeltaTab.xaml.cs @@ -1,11 +1,11 @@ -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Configuration; -namespace Content.Client.DeltaV.Options.UI.Tabs; +namespace Content.Client._DV.Options.UI.Tabs; [GenerateTypedNameReferences] public sealed partial class DeltaTab : Control diff --git a/Content.Client/DeltaV/Overlays/PainOverlay.cs b/Content.Client/_DV/Overlays/PainOverlay.cs similarity index 95% rename from Content.Client/DeltaV/Overlays/PainOverlay.cs rename to Content.Client/_DV/Overlays/PainOverlay.cs index 58b227ce77..57d86bfd81 100644 --- a/Content.Client/DeltaV/Overlays/PainOverlay.cs +++ b/Content.Client/_DV/Overlays/PainOverlay.cs @@ -1,11 +1,11 @@ using System.Numerics; -using Content.Shared.DeltaV.Pain; +using Content.Shared._DV.Pain; using Robust.Client.Graphics; using Robust.Client.Player; using Robust.Shared.Enums; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.Overlays; +namespace Content.Client._DV.Overlays; public sealed partial class PainOverlay : Overlay { diff --git a/Content.Client/DeltaV/Overlays/PainSystem.cs b/Content.Client/_DV/Overlays/PainSystem.cs similarity index 96% rename from Content.Client/DeltaV/Overlays/PainSystem.cs rename to Content.Client/_DV/Overlays/PainSystem.cs index 9ad436027a..a5cfe61c53 100644 --- a/Content.Client/DeltaV/Overlays/PainSystem.cs +++ b/Content.Client/_DV/Overlays/PainSystem.cs @@ -1,8 +1,8 @@ -using Content.Shared.DeltaV.Pain; +using Content.Shared._DV.Pain; using Robust.Client.Graphics; using Robust.Shared.Player; -namespace Content.Client.DeltaV.Overlays; +namespace Content.Client._DV.Overlays; public sealed partial class PainSystem : EntitySystem { diff --git a/Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs b/Content.Client/_DV/Overlays/UltraVisionOverlay.cs similarity index 97% rename from Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs rename to Content.Client/_DV/Overlays/UltraVisionOverlay.cs index d2d4ced71d..54e918f0a6 100644 --- a/Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs +++ b/Content.Client/_DV/Overlays/UltraVisionOverlay.cs @@ -5,7 +5,7 @@ using Robust.Shared.Enums; using Robust.Shared.Prototypes; using Content.Shared.Abilities; -namespace Content.Client.DeltaV.Overlays; +namespace Content.Client._DV.Overlays; public sealed partial class UltraVisionOverlay : Overlay { diff --git a/Content.Client/DeltaV/Overlays/UltraVisionSystem.cs b/Content.Client/_DV/Overlays/UltraVisionSystem.cs similarity index 96% rename from Content.Client/DeltaV/Overlays/UltraVisionSystem.cs rename to Content.Client/_DV/Overlays/UltraVisionSystem.cs index 828ca9e521..d576d24b7b 100644 --- a/Content.Client/DeltaV/Overlays/UltraVisionSystem.cs +++ b/Content.Client/_DV/Overlays/UltraVisionSystem.cs @@ -1,10 +1,10 @@ using Content.Shared.Abilities; -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Robust.Client.Graphics; using Robust.Shared.Configuration; using Robust.Shared.Player; -namespace Content.Client.DeltaV.Overlays; +namespace Content.Client._DV.Overlays; public sealed partial class UltraVisionSystem : EntitySystem { diff --git a/Content.Client/_DV/Recruiter/RecruiterPenSystem.cs b/Content.Client/_DV/Recruiter/RecruiterPenSystem.cs new file mode 100644 index 0000000000..d218e12d10 --- /dev/null +++ b/Content.Client/_DV/Recruiter/RecruiterPenSystem.cs @@ -0,0 +1,5 @@ +using Content.Shared._DV.Recruiter; + +namespace Content.Client._DV.Recruiter; + +public sealed class RecruiterPenSystem : SharedRecruiterPenSystem; diff --git a/Content.Client/DeltaV/RoundEnd/NoEorgPopup.xaml b/Content.Client/_DV/RoundEnd/NoEorgPopup.xaml similarity index 100% rename from Content.Client/DeltaV/RoundEnd/NoEorgPopup.xaml rename to Content.Client/_DV/RoundEnd/NoEorgPopup.xaml diff --git a/Content.Client/DeltaV/RoundEnd/NoEorgPopup.xaml.cs b/Content.Client/_DV/RoundEnd/NoEorgPopup.xaml.cs similarity index 97% rename from Content.Client/DeltaV/RoundEnd/NoEorgPopup.xaml.cs rename to Content.Client/_DV/RoundEnd/NoEorgPopup.xaml.cs index 18e89bb15c..3bf95d1800 100644 --- a/Content.Client/DeltaV/RoundEnd/NoEorgPopup.xaml.cs +++ b/Content.Client/_DV/RoundEnd/NoEorgPopup.xaml.cs @@ -1,5 +1,5 @@ using Content.Client.UserInterface.Controls; -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; @@ -7,7 +7,7 @@ using Robust.Shared.Configuration; using Robust.Shared.Timing; using Robust.Shared.Utility; -namespace Content.Client.DeltaV.RoundEnd; +namespace Content.Client._DV.RoundEnd; [GenerateTypedNameReferences] public sealed partial class NoEorgPopup : FancyWindow diff --git a/Content.Client/DeltaV/RoundEnd/NoEorgPopupSystem.cs b/Content.Client/_DV/RoundEnd/NoEorgPopupSystem.cs similarity index 91% rename from Content.Client/DeltaV/RoundEnd/NoEorgPopupSystem.cs rename to Content.Client/_DV/RoundEnd/NoEorgPopupSystem.cs index 40341b9ae8..9f1eecf3e0 100644 --- a/Content.Client/DeltaV/RoundEnd/NoEorgPopupSystem.cs +++ b/Content.Client/_DV/RoundEnd/NoEorgPopupSystem.cs @@ -1,8 +1,8 @@ using Content.Shared.GameTicking; -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Robust.Shared.Configuration; -namespace Content.Client.DeltaV.RoundEnd; +namespace Content.Client._DV.RoundEnd; public sealed class NoEorgPopupSystem : EntitySystem { diff --git a/Content.Client/_DV/Salvage/UI/MiningVoucherBoundUserInterface.cs b/Content.Client/_DV/Salvage/UI/MiningVoucherBoundUserInterface.cs new file mode 100644 index 0000000000..5ac6423f87 --- /dev/null +++ b/Content.Client/_DV/Salvage/UI/MiningVoucherBoundUserInterface.cs @@ -0,0 +1,27 @@ +using Content.Shared._DV.Salvage; +using Robust.Client.UserInterface; + +namespace Content.Client._DV.Salvage.UI; + +public sealed class MiningVoucherBoundUserInterface : BoundUserInterface +{ + [ViewVariables] + private MiningVoucherMenu? _menu; + + public MiningVoucherBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey) + { + } + + protected override void Open() + { + base.Open(); + + _menu = this.CreateWindow(); + _menu.SetEntity(Owner); + _menu.OnSelected += i => + { + SendMessage(new MiningVoucherSelectMessage(i)); + Close(); + }; + } +} diff --git a/Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml b/Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml new file mode 100644 index 0000000000..d6115f9ed7 --- /dev/null +++ b/Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml @@ -0,0 +1,10 @@ + + + + diff --git a/Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml.cs b/Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml.cs new file mode 100644 index 0000000000..06f94728f6 --- /dev/null +++ b/Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml.cs @@ -0,0 +1,59 @@ +using Content.Client.UserInterface.Controls; +using Content.Shared._DV.Salvage.Components; +using Robust.Client.AutoGenerated; +using Robust.Client.GameObjects; +using Robust.Client.UserInterface; +using Robust.Client.UserInterface.Controls; +using Robust.Client.UserInterface.XAML; +using Robust.Shared.Prototypes; +using System.Numerics; + +namespace Content.Client._DV.Salvage.UI; + +[GenerateTypedNameReferences] +public sealed partial class MiningVoucherMenu : RadialMenu +{ + [Dependency] private readonly IEntityManager _entMan = default!; + [Dependency] private readonly IPrototypeManager _proto = default!; + + private readonly SpriteSystem _sprite; + + public event Action? OnSelected; + + public MiningVoucherMenu() + { + RobustXamlLoader.Load(this); + IoCManager.InjectDependencies(this); + + _sprite = _entMan.System(); + } + + public void SetEntity(EntityUid owner) + { + if (!_entMan.TryGetComponent(owner, out var comp)) + return; + + for (int i = 0; i < comp.Kits.Count; i++) + { + var index = i; // copy so the closure doesn't borrow it + var kit = _proto.Index(comp.Kits[i]); + var button = new RadialMenuTextureButton() + { + StyleClasses = { "RadialMenuButton" }, + SetSize = new Vector2(64f, 64f), + ToolTip = Loc.GetString(kit.Description) + }; + button.AddChild(new TextureRect() + { + VerticalAlignment = VAlignment.Center, + HorizontalAlignment = HAlignment.Center, + Texture = _sprite.Frame0(kit.Sprite), + TextureScale = new Vector2(2f, 2f) + }); + + button.OnPressed += _ => OnSelected?.Invoke(index); + + Main.AddChild(button); + } + } +} diff --git a/Content.Client/DeltaV/Shipyard/ShipyardConsoleSystem.cs b/Content.Client/_DV/Shipyard/ShipyardConsoleSystem.cs similarity index 100% rename from Content.Client/DeltaV/Shipyard/ShipyardConsoleSystem.cs rename to Content.Client/_DV/Shipyard/ShipyardConsoleSystem.cs diff --git a/Content.Client/DeltaV/Shipyard/UI/ShipyardBoundUserInterface.cs b/Content.Client/_DV/Shipyard/UI/ShipyardBoundUserInterface.cs similarity index 97% rename from Content.Client/DeltaV/Shipyard/UI/ShipyardBoundUserInterface.cs rename to Content.Client/_DV/Shipyard/UI/ShipyardBoundUserInterface.cs index 3fb4469e4b..702009cbb1 100644 --- a/Content.Client/DeltaV/Shipyard/UI/ShipyardBoundUserInterface.cs +++ b/Content.Client/_DV/Shipyard/UI/ShipyardBoundUserInterface.cs @@ -5,7 +5,7 @@ using Robust.Client.GameObjects; using Robust.Client.Player; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.Shipyard.UI; +namespace Content.Client._DV.Shipyard.UI; public sealed class ShipyardConsoleBoundUserInterface : BoundUserInterface { diff --git a/Content.Client/DeltaV/Shipyard/UI/ShipyardConsoleMenu.xaml b/Content.Client/_DV/Shipyard/UI/ShipyardConsoleMenu.xaml similarity index 100% rename from Content.Client/DeltaV/Shipyard/UI/ShipyardConsoleMenu.xaml rename to Content.Client/_DV/Shipyard/UI/ShipyardConsoleMenu.xaml diff --git a/Content.Client/DeltaV/Shipyard/UI/ShipyardConsoleMenu.xaml.cs b/Content.Client/_DV/Shipyard/UI/ShipyardConsoleMenu.xaml.cs similarity index 98% rename from Content.Client/DeltaV/Shipyard/UI/ShipyardConsoleMenu.xaml.cs rename to Content.Client/_DV/Shipyard/UI/ShipyardConsoleMenu.xaml.cs index a91d845676..fd589f8495 100644 --- a/Content.Client/DeltaV/Shipyard/UI/ShipyardConsoleMenu.xaml.cs +++ b/Content.Client/_DV/Shipyard/UI/ShipyardConsoleMenu.xaml.cs @@ -10,7 +10,7 @@ using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.Shipyard.UI; +namespace Content.Client._DV.Shipyard.UI; [GenerateTypedNameReferences] public sealed partial class ShipyardConsoleMenu : FancyWindow diff --git a/Content.Client/DeltaV/Shipyard/UI/VesselRow.xaml b/Content.Client/_DV/Shipyard/UI/VesselRow.xaml similarity index 100% rename from Content.Client/DeltaV/Shipyard/UI/VesselRow.xaml rename to Content.Client/_DV/Shipyard/UI/VesselRow.xaml diff --git a/Content.Client/DeltaV/Shipyard/UI/VesselRow.xaml.cs b/Content.Client/_DV/Shipyard/UI/VesselRow.xaml.cs similarity index 95% rename from Content.Client/DeltaV/Shipyard/UI/VesselRow.xaml.cs rename to Content.Client/_DV/Shipyard/UI/VesselRow.xaml.cs index a5c7cc2a0c..2a946fb0a1 100644 --- a/Content.Client/DeltaV/Shipyard/UI/VesselRow.xaml.cs +++ b/Content.Client/_DV/Shipyard/UI/VesselRow.xaml.cs @@ -5,7 +5,7 @@ using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Utility; -namespace Content.Client.DeltaV.Shipyard.UI; +namespace Content.Client._DV.Shipyard.UI; [GenerateTypedNameReferences] public sealed partial class VesselRow : PanelContainer diff --git a/Content.Client/_DV/Shuttles/Systems/DockingConsoleSystem.cs b/Content.Client/_DV/Shuttles/Systems/DockingConsoleSystem.cs new file mode 100644 index 0000000000..e57e0bf2d1 --- /dev/null +++ b/Content.Client/_DV/Shuttles/Systems/DockingConsoleSystem.cs @@ -0,0 +1,5 @@ +using Content.Shared._DV.Shuttles.Systems; + +namespace Content.Client._DV.Shuttles.Systems; + +public sealed class DockingConsoleSystem : SharedDockingConsoleSystem; diff --git a/Content.Client/DeltaV/Shuttles/UI/DockingConsoleBoundUserInterface.cs b/Content.Client/_DV/Shuttles/UI/DockingConsoleBoundUserInterface.cs similarity index 91% rename from Content.Client/DeltaV/Shuttles/UI/DockingConsoleBoundUserInterface.cs rename to Content.Client/_DV/Shuttles/UI/DockingConsoleBoundUserInterface.cs index 450ffc04a1..1702f526a5 100644 --- a/Content.Client/DeltaV/Shuttles/UI/DockingConsoleBoundUserInterface.cs +++ b/Content.Client/_DV/Shuttles/UI/DockingConsoleBoundUserInterface.cs @@ -1,6 +1,6 @@ -using Content.Shared.DeltaV.Shuttles; +using Content.Shared._DV.Shuttles; -namespace Content.Client.DeltaV.Shuttles.UI; +namespace Content.Client._DV.Shuttles.UI; public sealed class DockingConsoleBoundUserInterface : BoundUserInterface { diff --git a/Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml b/Content.Client/_DV/Shuttles/UI/DockingConsoleWindow.xaml similarity index 100% rename from Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml rename to Content.Client/_DV/Shuttles/UI/DockingConsoleWindow.xaml diff --git a/Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml.cs b/Content.Client/_DV/Shuttles/UI/DockingConsoleWindow.xaml.cs similarity index 96% rename from Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml.cs rename to Content.Client/_DV/Shuttles/UI/DockingConsoleWindow.xaml.cs index eaa489ae86..c46dcae459 100644 --- a/Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml.cs +++ b/Content.Client/_DV/Shuttles/UI/DockingConsoleWindow.xaml.cs @@ -1,7 +1,7 @@ using Content.Client.UserInterface.Controls; using Content.Shared.Access.Systems; -using Content.Shared.DeltaV.Shuttles; -using Content.Shared.DeltaV.Shuttles.Components; +using Content.Shared._DV.Shuttles; +using Content.Shared._DV.Shuttles.Components; using Content.Shared.Shuttles.Systems; using Content.Shared.Timing; using Robust.Client.AutoGenerated; @@ -10,7 +10,7 @@ using Robust.Client.Player; using Robust.Client.UserInterface.XAML; using Robust.Shared.Timing; -namespace Content.Client.DeltaV.Shuttles.UI; +namespace Content.Client._DV.Shuttles.UI; [GenerateTypedNameReferences] public sealed partial class DockingConsoleWindow : FancyWindow diff --git a/Content.Client/_DV/Silicons/Laws/SlavedBorgSystem.cs b/Content.Client/_DV/Silicons/Laws/SlavedBorgSystem.cs new file mode 100644 index 0000000000..38aca2c18c --- /dev/null +++ b/Content.Client/_DV/Silicons/Laws/SlavedBorgSystem.cs @@ -0,0 +1,5 @@ +using Content.Shared._DV.Silicons.Laws; + +namespace Content.Client._DV.Silicons.Laws; + +public sealed class SlavedBorgSystem : SharedSlavedBorgSystem; diff --git a/Content.Client/DeltaV/TapeRecorder/TapeRecorderSystem.cs b/Content.Client/_DV/TapeRecorder/TapeRecorderSystem.cs similarity index 87% rename from Content.Client/DeltaV/TapeRecorder/TapeRecorderSystem.cs rename to Content.Client/_DV/TapeRecorder/TapeRecorderSystem.cs index 7b8ed6663c..470aad9408 100644 --- a/Content.Client/DeltaV/TapeRecorder/TapeRecorderSystem.cs +++ b/Content.Client/_DV/TapeRecorder/TapeRecorderSystem.cs @@ -1,6 +1,6 @@ -using Content.Shared.DeltaV.TapeRecorder.Systems; +using Content.Shared._DV.TapeRecorder.Systems; -namespace Content.Client.DeltaV.TapeRecorder; +namespace Content.Client._DV.TapeRecorder; /// /// Required for client side prediction stuff diff --git a/Content.Client/DeltaV/TapeRecorder/UI/TapeRecorderBoundUserInterface.cs b/Content.Client/_DV/TapeRecorder/UI/TapeRecorderBoundUserInterface.cs similarity index 92% rename from Content.Client/DeltaV/TapeRecorder/UI/TapeRecorderBoundUserInterface.cs rename to Content.Client/_DV/TapeRecorder/UI/TapeRecorderBoundUserInterface.cs index 521fbb9624..21ce615644 100644 --- a/Content.Client/DeltaV/TapeRecorder/UI/TapeRecorderBoundUserInterface.cs +++ b/Content.Client/_DV/TapeRecorder/UI/TapeRecorderBoundUserInterface.cs @@ -1,9 +1,9 @@ -using Content.Shared.DeltaV.TapeRecorder; +using Content.Shared._DV.TapeRecorder; using Robust.Client.UserInterface; using Robust.Shared.Prototypes; using Robust.Shared.Timing; -namespace Content.Client.DeltaV.TapeRecorder.UI; +namespace Content.Client._DV.TapeRecorder.UI; public sealed class TapeRecorderBoundUserInterface(EntityUid owner, Enum uiKey) : BoundUserInterface(owner, uiKey) { diff --git a/Content.Client/DeltaV/TapeRecorder/UI/TapeRecorderWindow.xaml b/Content.Client/_DV/TapeRecorder/UI/TapeRecorderWindow.xaml similarity index 100% rename from Content.Client/DeltaV/TapeRecorder/UI/TapeRecorderWindow.xaml rename to Content.Client/_DV/TapeRecorder/UI/TapeRecorderWindow.xaml diff --git a/Content.Client/DeltaV/TapeRecorder/UI/TapeRecorderWindow.xaml.cs b/Content.Client/_DV/TapeRecorder/UI/TapeRecorderWindow.xaml.cs similarity index 96% rename from Content.Client/DeltaV/TapeRecorder/UI/TapeRecorderWindow.xaml.cs rename to Content.Client/_DV/TapeRecorder/UI/TapeRecorderWindow.xaml.cs index c0edaecf45..e58fe281e3 100644 --- a/Content.Client/DeltaV/TapeRecorder/UI/TapeRecorderWindow.xaml.cs +++ b/Content.Client/_DV/TapeRecorder/UI/TapeRecorderWindow.xaml.cs @@ -1,12 +1,12 @@ using Content.Client.UserInterface.Controls; -using Content.Shared.DeltaV.TapeRecorder; -using Content.Shared.DeltaV.TapeRecorder.Components; +using Content.Shared._DV.TapeRecorder; +using Content.Shared._DV.TapeRecorder.Components; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Timing; -namespace Content.Client.DeltaV.TapeRecorder.UI; +namespace Content.Client._DV.TapeRecorder.UI; [GenerateTypedNameReferences] public sealed partial class TapeRecorderWindow : FancyWindow diff --git a/Content.Client/DeltaV/VendingMachines/ShopVendorSystem.cs b/Content.Client/_DV/VendingMachines/ShopVendorSystem.cs similarity index 97% rename from Content.Client/DeltaV/VendingMachines/ShopVendorSystem.cs rename to Content.Client/_DV/VendingMachines/ShopVendorSystem.cs index 3b7f574442..b02806885d 100644 --- a/Content.Client/DeltaV/VendingMachines/ShopVendorSystem.cs +++ b/Content.Client/_DV/VendingMachines/ShopVendorSystem.cs @@ -1,9 +1,9 @@ -using Content.Shared.DeltaV.VendingMachines; +using Content.Shared._DV.VendingMachines; using Content.Shared.VendingMachines; using Robust.Client.Animations; using Robust.Client.GameObjects; -namespace Content.Client.DeltaV.VendingMachines; +namespace Content.Client._DV.VendingMachines; public sealed class ShopVendorSystem : SharedShopVendorSystem { diff --git a/Content.Client/DeltaV/VendingMachines/UI/ShopVendorBoundUserInterface.cs b/Content.Client/_DV/VendingMachines/UI/ShopVendorBoundUserInterface.cs similarity index 86% rename from Content.Client/DeltaV/VendingMachines/UI/ShopVendorBoundUserInterface.cs rename to Content.Client/_DV/VendingMachines/UI/ShopVendorBoundUserInterface.cs index 6122aa9ee1..36db664f41 100644 --- a/Content.Client/DeltaV/VendingMachines/UI/ShopVendorBoundUserInterface.cs +++ b/Content.Client/_DV/VendingMachines/UI/ShopVendorBoundUserInterface.cs @@ -1,7 +1,7 @@ -using Content.Shared.DeltaV.VendingMachines; +using Content.Shared._DV.VendingMachines; using Robust.Client.UserInterface; -namespace Content.Client.DeltaV.VendingMachines.UI; +namespace Content.Client._DV.VendingMachines.UI; public sealed class ShopVendorBoundUserInterface : BoundUserInterface { diff --git a/Content.Client/DeltaV/VendingMachines/UI/ShopVendorItem.xaml b/Content.Client/_DV/VendingMachines/UI/ShopVendorItem.xaml similarity index 100% rename from Content.Client/DeltaV/VendingMachines/UI/ShopVendorItem.xaml rename to Content.Client/_DV/VendingMachines/UI/ShopVendorItem.xaml diff --git a/Content.Client/DeltaV/VendingMachines/UI/ShopVendorItem.xaml.cs b/Content.Client/_DV/VendingMachines/UI/ShopVendorItem.xaml.cs similarity index 90% rename from Content.Client/DeltaV/VendingMachines/UI/ShopVendorItem.xaml.cs rename to Content.Client/_DV/VendingMachines/UI/ShopVendorItem.xaml.cs index 4a3c9c4efe..77afc239be 100644 --- a/Content.Client/DeltaV/VendingMachines/UI/ShopVendorItem.xaml.cs +++ b/Content.Client/_DV/VendingMachines/UI/ShopVendorItem.xaml.cs @@ -3,7 +3,7 @@ using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Prototypes; -namespace Content.Client.DeltaV.VendingMachines.UI; +namespace Content.Client._DV.VendingMachines.UI; [GenerateTypedNameReferences] public sealed partial class ShopVendorItem : BoxContainer diff --git a/Content.Client/DeltaV/VendingMachines/UI/ShopVendorWindow.xaml b/Content.Client/_DV/VendingMachines/UI/ShopVendorWindow.xaml similarity index 100% rename from Content.Client/DeltaV/VendingMachines/UI/ShopVendorWindow.xaml rename to Content.Client/_DV/VendingMachines/UI/ShopVendorWindow.xaml diff --git a/Content.Client/DeltaV/VendingMachines/UI/ShopVendorWindow.xaml.cs b/Content.Client/_DV/VendingMachines/UI/ShopVendorWindow.xaml.cs similarity index 97% rename from Content.Client/DeltaV/VendingMachines/UI/ShopVendorWindow.xaml.cs rename to Content.Client/_DV/VendingMachines/UI/ShopVendorWindow.xaml.cs index 2b9c4df87a..9335cd3e0f 100644 --- a/Content.Client/DeltaV/VendingMachines/UI/ShopVendorWindow.xaml.cs +++ b/Content.Client/_DV/VendingMachines/UI/ShopVendorWindow.xaml.cs @@ -1,5 +1,5 @@ using Content.Client.UserInterface.Controls; -using Content.Shared.DeltaV.VendingMachines; +using Content.Shared._DV.VendingMachines; using Content.Shared.Stacks; using Robust.Client.AutoGenerated; using Robust.Client.Graphics; @@ -11,7 +11,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Timing; using System.Numerics; -namespace Content.Client.DeltaV.VendingMachines.UI; +namespace Content.Client._DV.VendingMachines.UI; [GenerateTypedNameReferences] public sealed partial class ShopVendorWindow : FancyWindow diff --git a/Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs b/Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs index 2e5c7605fa..b3912c3edd 100644 --- a/Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs +++ b/Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs @@ -1,5 +1,5 @@ using System.Linq; -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; +using Content.Shared._DV.CartridgeLoader.Cartridges; using Robust.Shared.GameObjects; using Robust.Shared.Localization; using Robust.Shared.Map; diff --git a/Content.IntegrationTests/Tests/DeltaV/MetempsychosisTest.cs b/Content.IntegrationTests/Tests/DeltaV/MetempsychosisTest.cs index 6b68ac3602..369c7f442f 100644 --- a/Content.IntegrationTests/Tests/DeltaV/MetempsychosisTest.cs +++ b/Content.IntegrationTests/Tests/DeltaV/MetempsychosisTest.cs @@ -1,4 +1,4 @@ -using Content.Server.DeltaV.Cloning; +using Content.Server._DV.Cloning; using Content.Shared.Humanoid.Prototypes; using Robust.Shared.Prototypes; diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 4f6bdf69b4..68bda2f491 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -37,7 +37,7 @@ namespace Content.IntegrationTests.Tests private static readonly string[] Grids = { - "/Maps/DeltaV/centcomm.yml", + "/Maps/_DV/centcomm.yml", "/Maps/Shuttles/cargo.yml", "/Maps/Shuttles/emergency.yml", "/Maps/Shuttles/infiltrator.yml", @@ -49,18 +49,18 @@ namespace Content.IntegrationTests.Tests "TestTeg", "CentComm", "MeteorArena", - "Pebble", //DeltaV - "Edge", //DeltaV - "Shoukou", //DeltaV - "Tortuga", //DeltaV - "Arena", //DeltaV - "Asterisk", //DeltaV - "Glacier", //DeltaV - "TheHive", //DeltaV - "Hammurabi", //DeltaV - "Lighthouse", //DeltaV - "Micro", //DeltaV - "Chibi" //DeltaV + "Pebble", // DeltaV + "Edge", // DeltaV + "Shoukou", // DeltaV + "Tortuga", // DeltaV + "Arena", // DeltaV + "Asterisk", // DeltaV + "Glacier", // DeltaV + "TheHive", // DeltaV + "Hammurabi", // DeltaV + "Lighthouse", // DeltaV + "Micro", // DeltaV + "Chibi" // DeltaV }; /// diff --git a/Content.Server/Access/Systems/AgentIDCardSystem.cs b/Content.Server/Access/Systems/AgentIDCardSystem.cs index 51fa6e29d0..2953410f7b 100644 --- a/Content.Server/Access/Systems/AgentIDCardSystem.cs +++ b/Content.Server/Access/Systems/AgentIDCardSystem.cs @@ -9,7 +9,7 @@ using Robust.Server.GameObjects; using Robust.Shared.Prototypes; using Content.Shared.Roles; using System.Diagnostics.CodeAnalysis; -using Content.Shared.DeltaV.NanoChat; // DeltaV +using Content.Shared._DV.NanoChat; // DeltaV namespace Content.Server.Access.Systems { diff --git a/Content.Server/Administration/Systems/AdminSystem.cs b/Content.Server/Administration/Systems/AdminSystem.cs index f0d9d8b38d..d005614028 100644 --- a/Content.Server/Administration/Systems/AdminSystem.cs +++ b/Content.Server/Administration/Systems/AdminSystem.cs @@ -412,7 +412,7 @@ public sealed class AdminSystem : EntitySystem _popup.PopupCoordinates(Loc.GetString("admin-erase-popup", ("user", name)), coordinates, PopupType.LargeCaution); var filter = Filter.Pvs(coordinates, 1, EntityManager, _playerManager); var audioParams = new AudioParams().WithVolume(3); - _audio.PlayStatic("/Audio/DeltaV/Misc/reducedtoatmos.ogg", filter, coordinates, true, audioParams); // DeltaV + _audio.PlayStatic("/Audio/_DV/Misc/reducedtoatmos.ogg", filter, coordinates, true, audioParams); // DeltaV } foreach (var item in _inventory.GetHandOrInventoryEntities(entity)) diff --git a/Content.Server/CartridgeLoader/Cartridges/LogProbeCartridgeComponent.cs b/Content.Server/CartridgeLoader/Cartridges/LogProbeCartridgeComponent.cs index 048fa777fc..f5fbb811c3 100644 --- a/Content.Server/CartridgeLoader/Cartridges/LogProbeCartridgeComponent.cs +++ b/Content.Server/CartridgeLoader/Cartridges/LogProbeCartridgeComponent.cs @@ -1,5 +1,5 @@ using Content.Shared.CartridgeLoader.Cartridges; -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; // DeltaV +using Content.Shared._DV.CartridgeLoader.Cartridges; // DeltaV using Robust.Shared.Audio; namespace Content.Server.CartridgeLoader.Cartridges; diff --git a/Content.Server/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.cs b/Content.Server/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.cs index 725901620d..658c0649bb 100644 --- a/Content.Server/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.cs +++ b/Content.Server/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.cs @@ -2,7 +2,7 @@ using Content.Shared.Access.Components; using Content.Shared.Audio; using Content.Shared.CartridgeLoader; using Content.Shared.CartridgeLoader.Cartridges; -using Content.Shared.DeltaV.NanoChat; // DeltaV +using Content.Shared._DV.NanoChat; // DeltaV using Content.Shared.Popups; using Robust.Shared.Audio.Systems; using Robust.Shared.Random; diff --git a/Content.Server/Ghost/Roles/GhostRoleSystem.cs b/Content.Server/Ghost/Roles/GhostRoleSystem.cs index 998116994e..f7cf691e72 100644 --- a/Content.Server/Ghost/Roles/GhostRoleSystem.cs +++ b/Content.Server/Ghost/Roles/GhostRoleSystem.cs @@ -87,7 +87,7 @@ public sealed partial class GhostRoleSystem : EntitySystem // Converted to parti SubscribeLocalEvent(OnRaffleShutdown); SubscribeLocalEvent(OnSpawnerTakeRole); - SubscribeLocalEvent(OnSpawnerTakeCharacter); // DeltaV - Character ghost roles, see Content.Server/DeltaV/Ghost/Roles/GhostRoleSystem.Character.cs + SubscribeLocalEvent(OnSpawnerTakeCharacter); // DeltaV - Character ghost roles, see Content.Server/_DV/Ghost/Roles/GhostRoleSystem.Character.cs SubscribeLocalEvent>(OnVerb); SubscribeLocalEvent(OnGhostRoleRadioMessage); _playerManager.PlayerStatusChanged += PlayerStatusChanged; diff --git a/Content.Server/Lathe/LatheSystem.cs b/Content.Server/Lathe/LatheSystem.cs index 58a8cd6351..a14dff4b48 100644 --- a/Content.Server/Lathe/LatheSystem.cs +++ b/Content.Server/Lathe/LatheSystem.cs @@ -2,7 +2,7 @@ using System.Diagnostics.CodeAnalysis; using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Atmos.EntitySystems; -using Content.Server.DeltaV.Cargo.Components; // DeltaV +using Content.Server._DV.Cargo.Components; // DeltaV using Content.Server.Fluids.EntitySystems; using Content.Server.Lathe.Components; using Content.Server.Materials; diff --git a/Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs b/Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs index b79b9a1bec..bf41a29489 100644 --- a/Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs +++ b/Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs @@ -150,7 +150,7 @@ public sealed partial class FelinidSystem : EntitySystem Del(component.EatActionTarget.Value); component.EatActionTarget = null; - _audio.PlayPvs("/Audio/DeltaV/Items/eatfood.ogg", uid, AudioHelpers.WithVariation(0.15f)); + _audio.PlayPvs("/Audio/_DV/Items/eatfood.ogg", uid, AudioHelpers.WithVariation(0.15f)); _hungerSystem.ModifyHunger(uid, 50f, hunger); diff --git a/Content.Server/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs b/Content.Server/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs index 7437d293da..a14d8925aa 100644 --- a/Content.Server/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs +++ b/Content.Server/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs @@ -3,7 +3,7 @@ using Content.Server.Item; using Content.Server.Popups; using Content.Server.Storage.EntitySystems; using Content.Shared.Bed.Sleep; -using Content.Shared.DeltaV.Carrying; +using Content.Shared._DV.Carrying; using Content.Shared.DoAfter; using Content.Shared.IdentityManagement; using Content.Shared.Item; diff --git a/Content.Server/Nyanotrasen/Psionics/Glimmer/PassiveGlimmerReductionSystem.cs b/Content.Server/Nyanotrasen/Psionics/Glimmer/PassiveGlimmerReductionSystem.cs index 27769721ff..1fe80dee88 100644 --- a/Content.Server/Nyanotrasen/Psionics/Glimmer/PassiveGlimmerReductionSystem.cs +++ b/Content.Server/Nyanotrasen/Psionics/Glimmer/PassiveGlimmerReductionSystem.cs @@ -1,7 +1,7 @@ using Robust.Shared.Random; using Robust.Shared.Timing; using Robust.Shared.Configuration; -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Content.Shared.Psionics.Glimmer; using Content.Shared.GameTicking; using Content.Server.CartridgeLoader.Cartridges; diff --git a/Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs b/Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs index fa07815974..064cac1906 100644 --- a/Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs +++ b/Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs @@ -4,7 +4,7 @@ using Content.Shared.Mobs; using Content.Shared.Psionics.Glimmer; using Content.Shared.Weapons.Melee.Events; using Content.Shared.Damage.Events; -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Content.Shared.IdentityManagement; using Content.Server.Abilities.Psionics; using Content.Server.Chat.Systems; diff --git a/Content.Server/Salvage/SalvageSystem.cs b/Content.Server/Salvage/SalvageSystem.cs index 7610b05d7d..3ec686109f 100644 --- a/Content.Server/Salvage/SalvageSystem.cs +++ b/Content.Server/Salvage/SalvageSystem.cs @@ -4,7 +4,7 @@ using Content.Server.Cargo.Systems; using Content.Server.Construction; using Content.Server.GameTicking; using Content.Server.Radio.EntitySystems; -using Content.Shared.DeltaV.Salvage.Systems; // DeltaV +using Content.Shared._DV.Salvage.Systems; // DeltaV using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Popups; diff --git a/Content.Server/Shuttles/Components/StationCentcommComponent.cs b/Content.Server/Shuttles/Components/StationCentcommComponent.cs index 29216268b2..1a5d74d17a 100644 --- a/Content.Server/Shuttles/Components/StationCentcommComponent.cs +++ b/Content.Server/Shuttles/Components/StationCentcommComponent.cs @@ -16,7 +16,7 @@ public sealed partial class StationCentcommComponent : Component public float ShuttleIndex; [DataField] - public ResPath Map = new("/Maps/DeltaV/centcomm.yml"); // DeltaV + public ResPath Map = new("/Maps/_DV/centcomm.yml"); // DeltaV /// /// Centcomm entity that was loaded. diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs index b550db93ed..c43b8aced3 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs @@ -1,6 +1,7 @@ using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Numerics; +using Content.Server._NF.Shuttles.Components; // Frontier: FTL knockdown immunity using Content.Server.Shuttles.Components; using Content.Server.Shuttles.Events; using Content.Server.Station.Events; @@ -631,7 +632,8 @@ public sealed partial class ShuttleSystem if (!_statusQuery.TryGetComponent(child, out var status)) continue; - _stuns.TryParalyze(child, _hyperspaceKnockdownTime, true, status); + if (!HasComp(child)) // Frontier: FTL knockdown immunity + _stuns.TryParalyze(child, _hyperspaceKnockdownTime, true, status); // If the guy we knocked down is on a spaced tile, throw them too if (grid != null) diff --git a/Content.Server/Station/Systems/StationJobsSystem.cs b/Content.Server/Station/Systems/StationJobsSystem.cs index 227c563083..3cc3186219 100644 --- a/Content.Server/Station/Systems/StationJobsSystem.cs +++ b/Content.Server/Station/Systems/StationJobsSystem.cs @@ -1,6 +1,6 @@ using System.Diagnostics.CodeAnalysis; using System.Linq; -using Content.Server.DeltaV.Station.Events; // DeltaV +using Content.Server._DV.Station.Events; // DeltaV using Content.Server.GameTicking; using Content.Server.Station.Components; using Content.Shared.CCVar; diff --git a/Content.Server/StationEvents/BasicStationEventSchedulerSystem.cs b/Content.Server/StationEvents/BasicStationEventSchedulerSystem.cs index ada862092e..0e3c899ace 100644 --- a/Content.Server/StationEvents/BasicStationEventSchedulerSystem.cs +++ b/Content.Server/StationEvents/BasicStationEventSchedulerSystem.cs @@ -1,7 +1,7 @@ using System.Linq; using Content.Server.Administration; using Content.Server.Chat.Managers; // DeltaV -using Content.Server.DeltaV.StationEvents.NextEvent; // DeltaV +using Content.Server._DV.StationEvents.NextEvent; // DeltaV using Content.Server.GameTicking; using Content.Server.GameTicking.Rules; using Content.Server.StationEvents.Components; diff --git a/Content.Server/StationEvents/EventManagerSystem.cs b/Content.Server/StationEvents/EventManagerSystem.cs index b865b9a34c..2ef1e91e66 100644 --- a/Content.Server/StationEvents/EventManagerSystem.cs +++ b/Content.Server/StationEvents/EventManagerSystem.cs @@ -3,7 +3,7 @@ using Content.Server.GameTicking; using Content.Server.RoundEnd; using Content.Server.StationEvents.Components; using Content.Shared.CCVar; -using Content.Shared.DeltaV.CCVars; // DeltaV +using Content.Shared._DV.CCVars; // DeltaV using Robust.Server.Player; using Robust.Shared.Configuration; using Robust.Shared.Prototypes; diff --git a/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs b/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs index 9585b3b824..ed6c42ab48 100644 --- a/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs +++ b/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs @@ -1,5 +1,5 @@ using Content.Server.Chat.Managers; // DeltaV -using Content.Server.DeltaV.StationEvents.NextEvent; // DeltaV +using Content.Server._DV.StationEvents.NextEvent; // DeltaV using Content.Server.GameTicking; using Content.Server.GameTicking.Rules; using Content.Server.StationEvents.Components; diff --git a/Content.Server/DeltaV/AACTablet/AACTabletComponent.cs b/Content.Server/_DV/AACTablet/AACTabletComponent.cs similarity index 91% rename from Content.Server/DeltaV/AACTablet/AACTabletComponent.cs rename to Content.Server/_DV/AACTablet/AACTabletComponent.cs index 196678190c..752522d58b 100644 --- a/Content.Server/DeltaV/AACTablet/AACTabletComponent.cs +++ b/Content.Server/_DV/AACTablet/AACTabletComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -namespace Content.Server.DeltaV.AACTablet; +namespace Content.Server._DV.AACTablet; [RegisterComponent, AutoGenerateComponentPause] public sealed partial class AACTabletComponent : Component diff --git a/Content.Server/DeltaV/AACTablet/AACTabletSystem.cs b/Content.Server/_DV/AACTablet/AACTabletSystem.cs similarity index 94% rename from Content.Server/DeltaV/AACTablet/AACTabletSystem.cs rename to Content.Server/_DV/AACTablet/AACTabletSystem.cs index ecb3e1dd52..495b436c6a 100644 --- a/Content.Server/DeltaV/AACTablet/AACTabletSystem.cs +++ b/Content.Server/_DV/AACTablet/AACTabletSystem.cs @@ -1,11 +1,11 @@ using Content.Server.Chat.Systems; using Content.Server.Speech.Components; -using Content.Shared.DeltaV.AACTablet; +using Content.Shared._DV.AACTablet; using Content.Shared.IdentityManagement; using Robust.Shared.Prototypes; using Robust.Shared.Timing; -namespace Content.Server.DeltaV.AACTablet; +namespace Content.Server._DV.AACTablet; public sealed class AACTabletSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Abilities/Borgs/CandyFlavorPrototype.cs b/Content.Server/_DV/Abilities/Borgs/CandyFlavorPrototype.cs similarity index 94% rename from Content.Server/DeltaV/Abilities/Borgs/CandyFlavorPrototype.cs rename to Content.Server/_DV/Abilities/Borgs/CandyFlavorPrototype.cs index 3b5d2dbe9d..204d156e02 100644 --- a/Content.Server/DeltaV/Abilities/Borgs/CandyFlavorPrototype.cs +++ b/Content.Server/_DV/Abilities/Borgs/CandyFlavorPrototype.cs @@ -1,7 +1,7 @@ using Content.Shared.Nutrition; using Robust.Shared.Prototypes; -namespace Content.Server.DeltaV.Abilities.Borgs; +namespace Content.Server._DV.Abilities.Borgs; /// /// Describes the color and flavor profile of lollipops and gumballs. Yummy! diff --git a/Content.Server/DeltaV/Abilities/Borgs/RandomizedCandySystem.cs b/Content.Server/_DV/Abilities/Borgs/RandomizedCandySystem.cs similarity index 97% rename from Content.Server/DeltaV/Abilities/Borgs/RandomizedCandySystem.cs rename to Content.Server/_DV/Abilities/Borgs/RandomizedCandySystem.cs index e2ad0c2411..2b6bbbcffc 100644 --- a/Content.Server/DeltaV/Abilities/Borgs/RandomizedCandySystem.cs +++ b/Content.Server/_DV/Abilities/Borgs/RandomizedCandySystem.cs @@ -1,12 +1,12 @@ using System.Linq; using Content.Server.Nutrition.Components; -using Content.Shared.DeltaV.Abilities.Borgs; +using Content.Shared._DV.Abilities.Borgs; using Content.Shared.Nutrition; using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Utility; -namespace Content.Server.DeltaV.Abilities.Borgs; +namespace Content.Server._DV.Abilities.Borgs; /// /// Gives things with a a random flavor, with corresponding appearance and diff --git a/Content.Server/DeltaV/Abilities/CrawlUnderObjectsSystem.cs b/Content.Server/_DV/Abilities/CrawlUnderObjectsSystem.cs similarity index 98% rename from Content.Server/DeltaV/Abilities/CrawlUnderObjectsSystem.cs rename to Content.Server/_DV/Abilities/CrawlUnderObjectsSystem.cs index 3b7b464f91..983d97de9b 100644 --- a/Content.Server/DeltaV/Abilities/CrawlUnderObjectsSystem.cs +++ b/Content.Server/_DV/Abilities/CrawlUnderObjectsSystem.cs @@ -1,7 +1,7 @@ using Content.Shared.Actions; using Content.Shared.Climbing.Components; using Content.Shared.Climbing.Events; -using Content.Shared.DeltaV.Abilities; +using Content.Shared._DV.Abilities; using Content.Shared.Maps; using Content.Shared.Movement.Systems; using Content.Shared.Physics; @@ -9,7 +9,7 @@ using Robust.Server.GameObjects; using Robust.Shared.Physics; using Robust.Shared.Physics.Systems; -namespace Content.Server.DeltaV.Abilities; +namespace Content.Server._DV.Abilities; public sealed partial class CrawlUnderObjectsSystem : SharedCrawlUnderObjectsSystem { diff --git a/Content.Server/DeltaV/Abilities/Psionics/PrecognitionPowerSystem.cs b/Content.Server/_DV/Abilities/Psionics/PrecognitionPowerSystem.cs similarity index 99% rename from Content.Server/DeltaV/Abilities/Psionics/PrecognitionPowerSystem.cs rename to Content.Server/_DV/Abilities/Psionics/PrecognitionPowerSystem.cs index 5edf08e097..72582b03e3 100644 --- a/Content.Server/DeltaV/Abilities/Psionics/PrecognitionPowerSystem.cs +++ b/Content.Server/_DV/Abilities/Psionics/PrecognitionPowerSystem.cs @@ -1,6 +1,6 @@ using Content.Server.Chat.Managers; using Content.Server.DoAfter; -using Content.Server.DeltaV.StationEvents.NextEvent; +using Content.Server._DV.StationEvents.NextEvent; using Content.Server.GameTicking; using Content.Server.Mind; using Content.Shared.Abilities.Psionics; diff --git a/Content.Server/DeltaV/Addictions/AddictionSystem.cs b/Content.Server/_DV/Addictions/AddictionSystem.cs similarity index 97% rename from Content.Server/DeltaV/Addictions/AddictionSystem.cs rename to Content.Server/_DV/Addictions/AddictionSystem.cs index 791e8a466b..23b8a1f1c9 100644 --- a/Content.Server/DeltaV/Addictions/AddictionSystem.cs +++ b/Content.Server/_DV/Addictions/AddictionSystem.cs @@ -1,11 +1,11 @@ using Content.Shared.Dataset; -using Content.Shared.DeltaV.Addictions; +using Content.Shared._DV.Addictions; using Content.Shared.Popups; using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Timing; -namespace Content.Server.DeltaV.Addictions; +namespace Content.Server._DV.Addictions; public sealed class AddictionSystem : SharedAddictionSystem { diff --git a/Content.Server/DeltaV/Administration/Commands/AnnounceCustomCommand.cs b/Content.Server/_DV/Administration/Commands/AnnounceCustomCommand.cs similarity index 100% rename from Content.Server/DeltaV/Administration/Commands/AnnounceCustomCommand.cs rename to Content.Server/_DV/Administration/Commands/AnnounceCustomCommand.cs diff --git a/Content.Server/DeltaV/Administration/Commands/JobWhitelistsCommand.cs b/Content.Server/_DV/Administration/Commands/JobWhitelistsCommand.cs similarity index 96% rename from Content.Server/DeltaV/Administration/Commands/JobWhitelistsCommand.cs rename to Content.Server/_DV/Administration/Commands/JobWhitelistsCommand.cs index 7e7efce2e1..73912a7abb 100644 --- a/Content.Server/DeltaV/Administration/Commands/JobWhitelistsCommand.cs +++ b/Content.Server/_DV/Administration/Commands/JobWhitelistsCommand.cs @@ -3,7 +3,7 @@ using Content.Server.EUI; using Content.Shared.Administration; using Robust.Shared.Console; -namespace Content.Server.DeltaV.Administration.Commands; +namespace Content.Server._DV.Administration.Commands; /// /// Opens the job whitelists panel for editing player whitelists. diff --git a/Content.Server/DeltaV/Administration/Commands/LoadCharacter.cs b/Content.Server/_DV/Administration/Commands/LoadCharacter.cs similarity index 99% rename from Content.Server/DeltaV/Administration/Commands/LoadCharacter.cs rename to Content.Server/_DV/Administration/Commands/LoadCharacter.cs index 425078bcc7..c286cd77be 100644 --- a/Content.Server/DeltaV/Administration/Commands/LoadCharacter.cs +++ b/Content.Server/_DV/Administration/Commands/LoadCharacter.cs @@ -16,7 +16,7 @@ using Robust.Shared.Player; using Robust.Shared.Prototypes; // This literally only exists because haha felinid oni -namespace Content.Server.DeltaV.Administration.Commands; +namespace Content.Server._DV.Administration.Commands; [AdminCommand(AdminFlags.Admin)] public sealed class LoadCharacter : IConsoleCommand diff --git a/Content.Server/DeltaV/Administration/Commands/SpawnCharacter.cs b/Content.Server/_DV/Administration/Commands/SpawnCharacter.cs similarity index 98% rename from Content.Server/DeltaV/Administration/Commands/SpawnCharacter.cs rename to Content.Server/_DV/Administration/Commands/SpawnCharacter.cs index 17ea4a56cc..c3584df491 100644 --- a/Content.Server/DeltaV/Administration/Commands/SpawnCharacter.cs +++ b/Content.Server/_DV/Administration/Commands/SpawnCharacter.cs @@ -13,7 +13,7 @@ using Robust.Shared.Console; using Robust.Shared.Network; using Robust.Shared.Player; -namespace Content.Server.DeltaV.Administration.Commands; +namespace Content.Server._DV.Administration.Commands; [AdminCommand(AdminFlags.Admin)] public sealed class SpawnCharacter : IConsoleCommand diff --git a/Content.Server/DeltaV/Administration/JobWhitelistsEui.cs b/Content.Server/_DV/Administration/JobWhitelistsEui.cs similarity index 96% rename from Content.Server/DeltaV/Administration/JobWhitelistsEui.cs rename to Content.Server/_DV/Administration/JobWhitelistsEui.cs index dd435c3318..2dd172805d 100644 --- a/Content.Server/DeltaV/Administration/JobWhitelistsEui.cs +++ b/Content.Server/_DV/Administration/JobWhitelistsEui.cs @@ -4,14 +4,14 @@ using Content.Server.Database; using Content.Server.EUI; using Content.Server.Players.JobWhitelist; using Content.Shared.Administration; -using Content.Shared.DeltaV.Administration; +using Content.Shared._DV.Administration; using Content.Shared.Eui; using Content.Shared.Roles; using Robust.Shared.Log; using Robust.Shared.Network; using Robust.Shared.Prototypes; -namespace Content.Server.DeltaV.Administration; +namespace Content.Server._DV.Administration; public sealed class JobWhitelistsEui : BaseEui { diff --git a/Content.Server/DeltaV/Biscuit/BiscuitComponent.cs b/Content.Server/_DV/Biscuit/BiscuitComponent.cs similarity index 64% rename from Content.Server/DeltaV/Biscuit/BiscuitComponent.cs rename to Content.Server/_DV/Biscuit/BiscuitComponent.cs index c66ad21a6c..2ec7d67959 100644 --- a/Content.Server/DeltaV/Biscuit/BiscuitComponent.cs +++ b/Content.Server/_DV/Biscuit/BiscuitComponent.cs @@ -1,6 +1,6 @@ -using Content.Shared.DeltaV.Biscuit; +using Content.Shared._DV.Biscuit; -namespace Content.Server.DeltaV.Biscuit; +namespace Content.Server._DV.Biscuit; [RegisterComponent] public sealed partial class BiscuitComponent : SharedBiscuitComponent diff --git a/Content.Server/DeltaV/Biscuit/BiscuitSystem.cs b/Content.Server/_DV/Biscuit/BiscuitSystem.cs similarity index 90% rename from Content.Server/DeltaV/Biscuit/BiscuitSystem.cs rename to Content.Server/_DV/Biscuit/BiscuitSystem.cs index 53960e86dd..219d55c743 100644 --- a/Content.Server/DeltaV/Biscuit/BiscuitSystem.cs +++ b/Content.Server/_DV/Biscuit/BiscuitSystem.cs @@ -1,11 +1,11 @@ using Content.Shared.Containers.ItemSlots; -using Content.Shared.DeltaV.Biscuit; +using Content.Shared._DV.Biscuit; using Content.Shared.Verbs; using Robust.Server.Audio; using Robust.Server.GameObjects; using Robust.Shared.Audio; -namespace Content.Server.DeltaV.Biscuit; +namespace Content.Server._DV.Biscuit; public sealed class BiscuitSystem : EntitySystem { @@ -41,7 +41,7 @@ public sealed class BiscuitSystem : EntitySystem _appearanceSystem.SetData(uid, BiscuitStatus.Cracked, true); - _audioSystem.PlayPvs("/Audio/DeltaV/Effects/crack1.ogg", uid, + _audioSystem.PlayPvs("/Audio/_DV/Effects/crack1.ogg", uid, AudioParams.Default.WithVariation(0.2f).WithVolume(-4f)); _slotSystem.SetLock(uid, "PaperSlip", false); diff --git a/Content.Server/DeltaV/Cabinet/SpareIDSafeComponent.cs b/Content.Server/_DV/Cabinet/SpareIDSafeComponent.cs similarity index 66% rename from Content.Server/DeltaV/Cabinet/SpareIDSafeComponent.cs rename to Content.Server/_DV/Cabinet/SpareIDSafeComponent.cs index 40f97486ce..85def73c78 100644 --- a/Content.Server/DeltaV/Cabinet/SpareIDSafeComponent.cs +++ b/Content.Server/_DV/Cabinet/SpareIDSafeComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Server.DeltaV.Cabinet; +namespace Content.Server._DV.Cabinet; [RegisterComponent] public sealed partial class SpareIDSafeComponent : Component; diff --git a/Content.Server/DeltaV/Cargo/Components/PriceModifierComponent.cs b/Content.Server/_DV/Cargo/Components/PriceModifierComponent.cs similarity index 85% rename from Content.Server/DeltaV/Cargo/Components/PriceModifierComponent.cs rename to Content.Server/_DV/Cargo/Components/PriceModifierComponent.cs index 955e62e176..edf5644c56 100644 --- a/Content.Server/DeltaV/Cargo/Components/PriceModifierComponent.cs +++ b/Content.Server/_DV/Cargo/Components/PriceModifierComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Server.DeltaV.Cargo.Components; +namespace Content.Server._DV.Cargo.Components; /// /// This is used for modifying the sell price of an entity. diff --git a/Content.Server/DeltaV/Cargo/Components/StationLogisticStatsDatabaseComponent.cs b/Content.Server/_DV/Cargo/Components/StationLogisticStatsDatabaseComponent.cs similarity index 88% rename from Content.Server/DeltaV/Cargo/Components/StationLogisticStatsDatabaseComponent.cs rename to Content.Server/_DV/Cargo/Components/StationLogisticStatsDatabaseComponent.cs index 2890d54025..a8884413a5 100644 --- a/Content.Server/DeltaV/Cargo/Components/StationLogisticStatsDatabaseComponent.cs +++ b/Content.Server/_DV/Cargo/Components/StationLogisticStatsDatabaseComponent.cs @@ -1,7 +1,7 @@ using Content.Shared.Cargo; using Content.Shared.CartridgeLoader.Cartridges; -namespace Content.Server.DeltaV.Cargo.Components; +namespace Content.Server._DV.Cargo.Components; /// /// Added to the abstract representation of a station to track stats related to mail delivery and income diff --git a/Content.Server/DeltaV/Cargo/Components/StationStockMarketComponent.cs b/Content.Server/_DV/Cargo/Components/StationStockMarketComponent.cs similarity index 93% rename from Content.Server/DeltaV/Cargo/Components/StationStockMarketComponent.cs rename to Content.Server/_DV/Cargo/Components/StationStockMarketComponent.cs index 4ea9bd4313..b3b82cc433 100644 --- a/Content.Server/DeltaV/Cargo/Components/StationStockMarketComponent.cs +++ b/Content.Server/_DV/Cargo/Components/StationStockMarketComponent.cs @@ -1,12 +1,12 @@ using System.Numerics; -using Content.Server.DeltaV.Cargo.Systems; -using Content.Server.DeltaV.CartridgeLoader.Cartridges; +using Content.Server._DV.Cargo.Systems; +using Content.Server._DV.CartridgeLoader.Cartridges; using Content.Shared.CartridgeLoader.Cartridges; using Robust.Shared.Audio; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; using Robust.Shared.Timing; -namespace Content.Server.DeltaV.Cargo.Components; +namespace Content.Server._DV.Cargo.Components; [RegisterComponent, AutoGenerateComponentPause] [Access(typeof(StockMarketSystem), typeof(StockTradingCartridgeSystem))] diff --git a/Content.Server/DeltaV/Cargo/StocksCommands.cs b/Content.Server/_DV/Cargo/StocksCommands.cs similarity index 97% rename from Content.Server/DeltaV/Cargo/StocksCommands.cs rename to Content.Server/_DV/Cargo/StocksCommands.cs index dfe1776f66..59693dd031 100644 --- a/Content.Server/DeltaV/Cargo/StocksCommands.cs +++ b/Content.Server/_DV/Cargo/StocksCommands.cs @@ -1,11 +1,11 @@ using Content.Server.Administration; -using Content.Server.DeltaV.Cargo.Components; -using Content.Server.DeltaV.Cargo.Systems; +using Content.Server._DV.Cargo.Components; +using Content.Server._DV.Cargo.Systems; using Content.Shared.Administration; using Content.Shared.CartridgeLoader.Cartridges; using Robust.Shared.Console; -namespace Content.Server.DeltaV.Cargo; +namespace Content.Server._DV.Cargo; [AdminCommand(AdminFlags.Fun)] public sealed class ChangeStocksPriceCommand : IConsoleCommand diff --git a/Content.Server/DeltaV/Cargo/Systems/LogisticStatsSystem.cs b/Content.Server/_DV/Cargo/Systems/LogisticStatsSystem.cs similarity index 95% rename from Content.Server/DeltaV/Cargo/Systems/LogisticStatsSystem.cs rename to Content.Server/_DV/Cargo/Systems/LogisticStatsSystem.cs index e18bd4c7cf..cf115a4900 100644 --- a/Content.Server/DeltaV/Cargo/Systems/LogisticStatsSystem.cs +++ b/Content.Server/_DV/Cargo/Systems/LogisticStatsSystem.cs @@ -1,8 +1,8 @@ -using Content.Server.DeltaV.Cargo.Components; +using Content.Server._DV.Cargo.Components; using Content.Shared.Cargo; using JetBrains.Annotations; -namespace Content.Server.DeltaV.Cargo.Systems; +namespace Content.Server._DV.Cargo.Systems; public sealed partial class LogisticStatsSystem : SharedCargoSystem { diff --git a/Content.Server/DeltaV/Cargo/Systems/PricingSystem.Modifier.cs b/Content.Server/_DV/Cargo/Systems/PricingSystem.Modifier.cs similarity index 96% rename from Content.Server/DeltaV/Cargo/Systems/PricingSystem.Modifier.cs rename to Content.Server/_DV/Cargo/Systems/PricingSystem.Modifier.cs index edbda1aba5..0b9290ec16 100644 --- a/Content.Server/DeltaV/Cargo/Systems/PricingSystem.Modifier.cs +++ b/Content.Server/_DV/Cargo/Systems/PricingSystem.Modifier.cs @@ -1,4 +1,4 @@ -using Content.Server.DeltaV.Cargo.Components; +using Content.Server._DV.Cargo.Components; using Robust.Shared.Prototypes; namespace Content.Server.Cargo.Systems; diff --git a/Content.Server/DeltaV/Cargo/Systems/StockMarketSystem.cs b/Content.Server/_DV/Cargo/Systems/StockMarketSystem.cs similarity index 98% rename from Content.Server/DeltaV/Cargo/Systems/StockMarketSystem.cs rename to Content.Server/_DV/Cargo/Systems/StockMarketSystem.cs index 5ff5cd4ff7..2d490330c2 100644 --- a/Content.Server/DeltaV/Cargo/Systems/StockMarketSystem.cs +++ b/Content.Server/_DV/Cargo/Systems/StockMarketSystem.cs @@ -2,8 +2,8 @@ using Content.Server.Access.Systems; using Content.Server.Administration.Logs; using Content.Server.Cargo.Components; using Content.Server.Cargo.Systems; -using Content.Server.DeltaV.Cargo.Components; -using Content.Server.DeltaV.CartridgeLoader.Cartridges; +using Content.Server._DV.Cargo.Components; +using Content.Server._DV.CartridgeLoader.Cartridges; using Content.Shared.Access.Components; using Content.Shared.Access.Systems; using Content.Shared.CartridgeLoader; @@ -15,7 +15,7 @@ using Robust.Shared.Player; using Robust.Shared.Random; using Robust.Shared.Timing; -namespace Content.Server.DeltaV.Cargo.Systems; +namespace Content.Server._DV.Cargo.Systems; /// /// This handles the stock market updates diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.NanoChat.cs b/Content.Server/_DV/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.NanoChat.cs similarity index 97% rename from Content.Server/DeltaV/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.NanoChat.cs rename to Content.Server/_DV/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.NanoChat.cs index 89a2bd21eb..b340cbfd79 100644 --- a/Content.Server/DeltaV/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.NanoChat.cs +++ b/Content.Server/_DV/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.NanoChat.cs @@ -1,7 +1,7 @@ using Content.Shared.Audio; using Content.Shared.CartridgeLoader; -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; -using Content.Shared.DeltaV.NanoChat; +using Content.Shared._DV.CartridgeLoader.Cartridges; +using Content.Shared._DV.NanoChat; namespace Content.Server.CartridgeLoader.Cartridges; diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/MailMetricsCartridgeComponent.cs b/Content.Server/_DV/CartridgeLoader/Cartridges/MailMetricsCartridgeComponent.cs similarity index 82% rename from Content.Server/DeltaV/CartridgeLoader/Cartridges/MailMetricsCartridgeComponent.cs rename to Content.Server/_DV/CartridgeLoader/Cartridges/MailMetricsCartridgeComponent.cs index 11a6c5c5bb..ffd5638d35 100644 --- a/Content.Server/DeltaV/CartridgeLoader/Cartridges/MailMetricsCartridgeComponent.cs +++ b/Content.Server/_DV/CartridgeLoader/Cartridges/MailMetricsCartridgeComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Server.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Server._DV.CartridgeLoader.Cartridges; [RegisterComponent, Access(typeof(MailMetricsCartridgeSystem))] public sealed partial class MailMetricsCartridgeComponent : Component diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/MailMetricsCartridgeSystem.cs b/Content.Server/_DV/CartridgeLoader/Cartridges/MailMetricsCartridgeSystem.cs similarity index 93% rename from Content.Server/DeltaV/CartridgeLoader/Cartridges/MailMetricsCartridgeSystem.cs rename to Content.Server/_DV/CartridgeLoader/Cartridges/MailMetricsCartridgeSystem.cs index c85d7e6d92..aa576d42b1 100644 --- a/Content.Server/DeltaV/CartridgeLoader/Cartridges/MailMetricsCartridgeSystem.cs +++ b/Content.Server/_DV/CartridgeLoader/Cartridges/MailMetricsCartridgeSystem.cs @@ -1,12 +1,12 @@ -using Content.Server.DeltaV.Cargo.Components; -using Content.Server.DeltaV.Cargo.Systems; +using Content.Server._DV.Cargo.Components; +using Content.Server._DV.Cargo.Systems; using Content.Server.Station.Systems; using Content.Server.CartridgeLoader; using Content.Shared.CartridgeLoader; using Content.Shared.CartridgeLoader.Cartridges; -using Content.Server.DeltaV.Mail.Components; +using Content.Server._DV.Mail.Components; -namespace Content.Server.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Server._DV.CartridgeLoader.Cartridges; public sealed class MailMetricsCartridgeSystem : EntitySystem { diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/NanoChatCartridgeComponent.cs b/Content.Server/_DV/CartridgeLoader/Cartridges/NanoChatCartridgeComponent.cs similarity index 91% rename from Content.Server/DeltaV/CartridgeLoader/Cartridges/NanoChatCartridgeComponent.cs rename to Content.Server/_DV/CartridgeLoader/Cartridges/NanoChatCartridgeComponent.cs index 2b95462a66..fc1a48eba9 100644 --- a/Content.Server/DeltaV/CartridgeLoader/Cartridges/NanoChatCartridgeComponent.cs +++ b/Content.Server/_DV/CartridgeLoader/Cartridges/NanoChatCartridgeComponent.cs @@ -1,7 +1,7 @@ using Content.Shared.Radio; using Robust.Shared.Prototypes; -namespace Content.Server.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Server._DV.CartridgeLoader.Cartridges; [RegisterComponent, Access(typeof(NanoChatCartridgeSystem))] public sealed partial class NanoChatCartridgeComponent : Component diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/NanoChatCartridgeSystem.cs b/Content.Server/_DV/CartridgeLoader/Cartridges/NanoChatCartridgeSystem.cs similarity index 99% rename from Content.Server/DeltaV/CartridgeLoader/Cartridges/NanoChatCartridgeSystem.cs rename to Content.Server/_DV/CartridgeLoader/Cartridges/NanoChatCartridgeSystem.cs index ea3c58226a..9a022914d4 100644 --- a/Content.Server/DeltaV/CartridgeLoader/Cartridges/NanoChatCartridgeSystem.cs +++ b/Content.Server/_DV/CartridgeLoader/Cartridges/NanoChatCartridgeSystem.cs @@ -8,14 +8,14 @@ using Content.Server.Station.Systems; using Content.Shared.Access.Components; using Content.Shared.CartridgeLoader; using Content.Shared.Database; -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; -using Content.Shared.DeltaV.NanoChat; +using Content.Shared._DV.CartridgeLoader.Cartridges; +using Content.Shared._DV.NanoChat; using Content.Shared.PDA; using Content.Shared.Radio.Components; using Robust.Shared.Prototypes; using Robust.Shared.Timing; -namespace Content.Server.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Server._DV.CartridgeLoader.Cartridges; public sealed class NanoChatCartridgeSystem : EntitySystem { diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeComponent.cs b/Content.Server/_DV/CartridgeLoader/Cartridges/SecWatchCartridgeComponent.cs similarity index 100% rename from Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeComponent.cs rename to Content.Server/_DV/CartridgeLoader/Cartridges/SecWatchCartridgeComponent.cs diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeSystem.cs b/Content.Server/_DV/CartridgeLoader/Cartridges/SecWatchCartridgeSystem.cs similarity index 100% rename from Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeSystem.cs rename to Content.Server/_DV/CartridgeLoader/Cartridges/SecWatchCartridgeSystem.cs diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/StockTradingCartridgeComponent.cs b/Content.Server/_DV/CartridgeLoader/Cartridges/StockTradingCartridgeComponent.cs similarity index 81% rename from Content.Server/DeltaV/CartridgeLoader/Cartridges/StockTradingCartridgeComponent.cs rename to Content.Server/_DV/CartridgeLoader/Cartridges/StockTradingCartridgeComponent.cs index 7ab11f64d4..d9b84aeee1 100644 --- a/Content.Server/DeltaV/CartridgeLoader/Cartridges/StockTradingCartridgeComponent.cs +++ b/Content.Server/_DV/CartridgeLoader/Cartridges/StockTradingCartridgeComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Server.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Server._DV.CartridgeLoader.Cartridges; [RegisterComponent, Access(typeof(StockTradingCartridgeSystem))] public sealed partial class StockTradingCartridgeComponent : Component diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs b/Content.Server/_DV/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs similarity index 95% rename from Content.Server/DeltaV/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs rename to Content.Server/_DV/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs index cd68c5adb4..c2d114c716 100644 --- a/Content.Server/DeltaV/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs +++ b/Content.Server/_DV/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs @@ -1,14 +1,14 @@ using System.Linq; using Content.Server.Cargo.Components; -using Content.Server.DeltaV.Cargo.Components; -using Content.Server.DeltaV.Cargo.Systems; +using Content.Server._DV.Cargo.Components; +using Content.Server._DV.Cargo.Systems; using Content.Server.Station.Systems; using Content.Server.CartridgeLoader; using Content.Shared.Cargo.Components; using Content.Shared.CartridgeLoader; using Content.Shared.CartridgeLoader.Cartridges; -namespace Content.Server.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Server._DV.CartridgeLoader.Cartridges; public sealed class StockTradingCartridgeSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Chapel/SacrificialAltarSystem.cs b/Content.Server/_DV/Chapel/SacrificialAltarSystem.cs similarity index 97% rename from Content.Server/DeltaV/Chapel/SacrificialAltarSystem.cs rename to Content.Server/_DV/Chapel/SacrificialAltarSystem.cs index 8d28297cf6..378cd1ecdd 100644 --- a/Content.Server/DeltaV/Chapel/SacrificialAltarSystem.cs +++ b/Content.Server/_DV/Chapel/SacrificialAltarSystem.cs @@ -1,11 +1,11 @@ using Content.Server.Bible.Components; -using Content.Server.DeltaV.Cloning; +using Content.Server._DV.Cloning; using Content.Shared.Abilities.Psionics; using Content.Shared.Administration.Logs; using Content.Shared.Body.Components; using Content.Shared.Body.Systems; using Content.Shared.Database; -using Content.Shared.DeltaV.Chapel; +using Content.Shared._DV.Chapel; using Content.Shared.DoAfter; using Content.Shared.EntityTable; using Content.Shared.Humanoid; @@ -17,7 +17,7 @@ using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Random; -namespace Content.Server.DeltaV.Chapel; +namespace Content.Server._DV.Chapel; public sealed class SacrificialAltarSystem : SharedSacrificialAltarSystem { diff --git a/Content.Server/DeltaV/Cloning/CloningSystem.Metempsychosis.cs b/Content.Server/_DV/Cloning/CloningSystem.Metempsychosis.cs similarity index 99% rename from Content.Server/DeltaV/Cloning/CloningSystem.Metempsychosis.cs rename to Content.Server/_DV/Cloning/CloningSystem.Metempsychosis.cs index d69d4d9ef9..3619a18e9e 100644 --- a/Content.Server/DeltaV/Cloning/CloningSystem.Metempsychosis.cs +++ b/Content.Server/_DV/Cloning/CloningSystem.Metempsychosis.cs @@ -1,4 +1,4 @@ -using Content.Server.DeltaV.Cloning; +using Content.Server._DV.Cloning; using Content.Shared.Humanoid; using Content.Shared.Humanoid.Prototypes; using Content.Shared.Preferences; diff --git a/Content.Server/DeltaV/Cloning/MetempsychosisKarmaComponent.cs b/Content.Server/_DV/Cloning/MetempsychosisKarmaComponent.cs similarity index 87% rename from Content.Server/DeltaV/Cloning/MetempsychosisKarmaComponent.cs rename to Content.Server/_DV/Cloning/MetempsychosisKarmaComponent.cs index a9e7ff8244..7ad141214a 100644 --- a/Content.Server/DeltaV/Cloning/MetempsychosisKarmaComponent.cs +++ b/Content.Server/_DV/Cloning/MetempsychosisKarmaComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Server.DeltaV.Cloning; +namespace Content.Server._DV.Cloning; /// /// This tracks how many times you have already been cloned and lowers your chance of getting a humanoid each time. diff --git a/Content.Server/DeltaV/Cloning/MetempsychoticMachineComponent.cs b/Content.Server/_DV/Cloning/MetempsychoticMachineComponent.cs similarity index 95% rename from Content.Server/DeltaV/Cloning/MetempsychoticMachineComponent.cs rename to Content.Server/_DV/Cloning/MetempsychoticMachineComponent.cs index d913f2d209..7ad286bd8a 100644 --- a/Content.Server/DeltaV/Cloning/MetempsychoticMachineComponent.cs +++ b/Content.Server/_DV/Cloning/MetempsychoticMachineComponent.cs @@ -1,7 +1,7 @@ using Content.Shared.Random; using Robust.Shared.Prototypes; -namespace Content.Server.DeltaV.Cloning; +namespace Content.Server._DV.Cloning; [RegisterComponent] public sealed partial class MetempsychoticMachineComponent : Component diff --git a/Content.Server/DeltaV/EntityEffects/Effects/Addicted.cs b/Content.Server/_DV/EntityEffects/Effects/Addicted.cs similarity index 95% rename from Content.Server/DeltaV/EntityEffects/Effects/Addicted.cs rename to Content.Server/_DV/EntityEffects/Effects/Addicted.cs index 387045b58d..4223b51f2c 100644 --- a/Content.Server/DeltaV/EntityEffects/Effects/Addicted.cs +++ b/Content.Server/_DV/EntityEffects/Effects/Addicted.cs @@ -1,4 +1,4 @@ -using Content.Shared.DeltaV.Addictions; +using Content.Shared._DV.Addictions; using Content.Shared.EntityEffects; using Robust.Shared.Prototypes; diff --git a/Content.Server/DeltaV/EntityEffects/Effects/InPain.cs b/Content.Server/_DV/EntityEffects/Effects/InPain.cs similarity index 96% rename from Content.Server/DeltaV/EntityEffects/Effects/InPain.cs rename to Content.Server/_DV/EntityEffects/Effects/InPain.cs index 5d2fe4c8cd..a89c92f0b7 100644 --- a/Content.Server/DeltaV/EntityEffects/Effects/InPain.cs +++ b/Content.Server/_DV/EntityEffects/Effects/InPain.cs @@ -1,4 +1,4 @@ -using Content.Shared.DeltaV.Pain; +using Content.Shared._DV.Pain; using Content.Shared.EntityEffects; using Robust.Shared.Prototypes; diff --git a/Content.Server/DeltaV/EntityEffects/Effects/SuppressAddiction.cs b/Content.Server/_DV/EntityEffects/Effects/SuppressAddiction.cs similarity index 96% rename from Content.Server/DeltaV/EntityEffects/Effects/SuppressAddiction.cs rename to Content.Server/_DV/EntityEffects/Effects/SuppressAddiction.cs index d89e57eef2..c5c7e4d1c7 100644 --- a/Content.Server/DeltaV/EntityEffects/Effects/SuppressAddiction.cs +++ b/Content.Server/_DV/EntityEffects/Effects/SuppressAddiction.cs @@ -1,4 +1,4 @@ -using Content.Shared.DeltaV.Addictions; +using Content.Shared._DV.Addictions; using Content.Shared.EntityEffects; using Robust.Shared.Prototypes; diff --git a/Content.Server/DeltaV/EntityEffects/Effects/SuppressPain.cs b/Content.Server/_DV/EntityEffects/Effects/SuppressPain.cs similarity index 97% rename from Content.Server/DeltaV/EntityEffects/Effects/SuppressPain.cs rename to Content.Server/_DV/EntityEffects/Effects/SuppressPain.cs index 53bba259d0..75bb2bbbda 100644 --- a/Content.Server/DeltaV/EntityEffects/Effects/SuppressPain.cs +++ b/Content.Server/_DV/EntityEffects/Effects/SuppressPain.cs @@ -1,4 +1,4 @@ -using Content.Shared.DeltaV.Pain; +using Content.Shared._DV.Pain; using Content.Shared.EntityEffects; using Robust.Shared.Prototypes; diff --git a/Content.Server/DeltaV/Execution/ExecutionSystem.cs b/Content.Server/_DV/Execution/ExecutionSystem.cs similarity index 100% rename from Content.Server/DeltaV/Execution/ExecutionSystem.cs rename to Content.Server/_DV/Execution/ExecutionSystem.cs diff --git a/Content.Server/DeltaV/GameTicking/Rules/Components/DelayedRuleComponent.cs b/Content.Server/_DV/GameTicking/Rules/Components/DelayedRuleComponent.cs similarity index 96% rename from Content.Server/DeltaV/GameTicking/Rules/Components/DelayedRuleComponent.cs rename to Content.Server/_DV/GameTicking/Rules/Components/DelayedRuleComponent.cs index 64f90f135e..e1c2d564e4 100644 --- a/Content.Server/DeltaV/GameTicking/Rules/Components/DelayedRuleComponent.cs +++ b/Content.Server/_DV/GameTicking/Rules/Components/DelayedRuleComponent.cs @@ -1,7 +1,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -namespace Content.Server.DeltaV.GameTicking.Rules.Components; +namespace Content.Server._DV.GameTicking.Rules.Components; /// /// Delays adding components to the antags of a gamerule until some time has passed. diff --git a/Content.Server/DeltaV/GameTicking/Rules/DelayedRuleSystem.cs b/Content.Server/_DV/GameTicking/Rules/DelayedRuleSystem.cs similarity index 94% rename from Content.Server/DeltaV/GameTicking/Rules/DelayedRuleSystem.cs rename to Content.Server/_DV/GameTicking/Rules/DelayedRuleSystem.cs index ca64ebf45e..3f9e5d27f4 100644 --- a/Content.Server/DeltaV/GameTicking/Rules/DelayedRuleSystem.cs +++ b/Content.Server/_DV/GameTicking/Rules/DelayedRuleSystem.cs @@ -1,11 +1,11 @@ using Content.Server.Antag.Components; using Content.Server.GameTicking.Rules; -using Content.Server.DeltaV.GameTicking.Rules.Components; +using Content.Server._DV.GameTicking.Rules.Components; using Content.Shared.GameTicking.Components; using Content.Shared.Mind; using Content.Shared.Popups; -namespace Content.Server.DeltaV.GameTicking.Rules; +namespace Content.Server._DV.GameTicking.Rules; public sealed class DelayedRuleSystem : GameRuleSystem { diff --git a/Content.Server/DeltaV/Ghost/Roles/Components/GhostRoleCharacterSpawnerComponent.cs b/Content.Server/_DV/Ghost/Roles/Components/GhostRoleCharacterSpawnerComponent.cs similarity index 100% rename from Content.Server/DeltaV/Ghost/Roles/Components/GhostRoleCharacterSpawnerComponent.cs rename to Content.Server/_DV/Ghost/Roles/Components/GhostRoleCharacterSpawnerComponent.cs diff --git a/Content.Server/DeltaV/Ghost/Roles/GhostRoleSystem.Character.cs b/Content.Server/_DV/Ghost/Roles/GhostRoleSystem.Character.cs similarity index 100% rename from Content.Server/DeltaV/Ghost/Roles/GhostRoleSystem.Character.cs rename to Content.Server/_DV/Ghost/Roles/GhostRoleSystem.Character.cs diff --git a/Content.Server/DeltaV/GlimmerWisp/LifeDrainerComponent.cs b/Content.Server/_DV/GlimmerWisp/LifeDrainerComponent.cs similarity index 95% rename from Content.Server/DeltaV/GlimmerWisp/LifeDrainerComponent.cs rename to Content.Server/_DV/GlimmerWisp/LifeDrainerComponent.cs index 7279964894..cfdbb89a07 100644 --- a/Content.Server/DeltaV/GlimmerWisp/LifeDrainerComponent.cs +++ b/Content.Server/_DV/GlimmerWisp/LifeDrainerComponent.cs @@ -3,7 +3,7 @@ using Content.Shared.DoAfter; using Content.Shared.Whitelist; using Robust.Shared.Audio; -namespace Content.Server.DeltaV.GlimmerWisp; +namespace Content.Server._DV.GlimmerWisp; /// /// Adds a verb to drain life from a crit mob that matches a whitelist. @@ -34,7 +34,7 @@ public sealed partial class LifeDrainerComponent : Component /// Sound played while draining a mob. /// [DataField] - public SoundSpecifier DrainSound = new SoundPathSpecifier("/Audio/DeltaV/Effects/clang2.ogg"); + public SoundSpecifier DrainSound = new SoundPathSpecifier("/Audio/_DV/Effects/clang2.ogg"); /// /// Sound played after draining is complete. diff --git a/Content.Server/DeltaV/GlimmerWisp/LifeDrainerSystem.cs b/Content.Server/_DV/GlimmerWisp/LifeDrainerSystem.cs similarity index 98% rename from Content.Server/DeltaV/GlimmerWisp/LifeDrainerSystem.cs rename to Content.Server/_DV/GlimmerWisp/LifeDrainerSystem.cs index 079ec77bbf..31bd753bf1 100644 --- a/Content.Server/DeltaV/GlimmerWisp/LifeDrainerSystem.cs +++ b/Content.Server/_DV/GlimmerWisp/LifeDrainerSystem.cs @@ -1,6 +1,6 @@ using Content.Shared.ActionBlocker; using Content.Shared.Damage; -using Content.Shared.DeltaV.Carrying; +using Content.Shared._DV.Carrying; using Content.Shared.DoAfter; using Content.Shared.Interaction; using Content.Shared.Mobs.Systems; @@ -16,7 +16,7 @@ using Robust.Shared.Audio.Systems; using Robust.Shared.Player; using Robust.Shared.Utility; -namespace Content.Server.DeltaV.GlimmerWisp; +namespace Content.Server._DV.GlimmerWisp; public sealed class LifeDrainerSystem : EntitySystem { diff --git a/Content.Server/DeltaV/GlimmerWisp/NPC/DrainOperator.cs b/Content.Server/_DV/GlimmerWisp/NPC/DrainOperator.cs similarity index 97% rename from Content.Server/DeltaV/GlimmerWisp/NPC/DrainOperator.cs rename to Content.Server/_DV/GlimmerWisp/NPC/DrainOperator.cs index 5c4be7fcf5..51b0055911 100644 --- a/Content.Server/DeltaV/GlimmerWisp/NPC/DrainOperator.cs +++ b/Content.Server/_DV/GlimmerWisp/NPC/DrainOperator.cs @@ -1,4 +1,4 @@ -using Content.Server.DeltaV.GlimmerWisp; +using Content.Server._DV.GlimmerWisp; namespace Content.Server.NPC.HTN.PrimitiveTasks.Operators.Specific; diff --git a/Content.Server/DeltaV/GlimmerWisp/NPC/PickDrainTargetOperator.cs b/Content.Server/_DV/GlimmerWisp/NPC/PickDrainTargetOperator.cs similarity index 98% rename from Content.Server/DeltaV/GlimmerWisp/NPC/PickDrainTargetOperator.cs rename to Content.Server/_DV/GlimmerWisp/NPC/PickDrainTargetOperator.cs index 80f01d151a..985f25bac6 100644 --- a/Content.Server/DeltaV/GlimmerWisp/NPC/PickDrainTargetOperator.cs +++ b/Content.Server/_DV/GlimmerWisp/NPC/PickDrainTargetOperator.cs @@ -1,4 +1,4 @@ -using Content.Server.DeltaV.GlimmerWisp; +using Content.Server._DV.GlimmerWisp; using Content.Server.NPC.Pathfinding; using Content.Shared.NPC.Systems; using System.Threading; diff --git a/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs b/Content.Server/_DV/Harpy/HarpySingerSystem.cs similarity index 85% rename from Content.Server/DeltaV/Harpy/HarpySingerSystem.cs rename to Content.Server/_DV/Harpy/HarpySingerSystem.cs index d7710cd514..22e120ee7d 100644 --- a/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs +++ b/Content.Server/_DV/Harpy/HarpySingerSystem.cs @@ -7,7 +7,7 @@ using Content.Shared.ActionBlocker; using Content.Shared.Bed.Sleep; using Content.Shared.Damage; using Content.Shared.Damage.ForceSay; -using Content.Shared.DeltaV.Harpy; +using Content.Shared._DV.Harpy; using Content.Shared.FixedPoint; using Content.Shared.Inventory; using Content.Shared.Inventory.Events; @@ -20,9 +20,8 @@ using Content.Shared.Zombies; using Robust.Server.GameObjects; using Robust.Shared.Player; using Robust.Shared.Prototypes; -using Content.Shared.DeltaV.Harpy.Components; -namespace Content.Server.DeltaV.Harpy +namespace Content.Server._DV.Harpy { public sealed class HarpySingerSystem : EntitySystem { @@ -31,7 +30,6 @@ namespace Content.Server.DeltaV.Harpy [Dependency] private readonly InventorySystem _inventorySystem = default!; [Dependency] private readonly ActionBlockerSystem _blocker = default!; [Dependency] private readonly IPrototypeManager _prototype = default!; - [Dependency] private readonly SharedAppearanceSystem _appearance = default!; public override void Initialize() { @@ -45,8 +43,6 @@ namespace Content.Server.DeltaV.Harpy SubscribeLocalEvent(OnSleep); SubscribeLocalEvent(OnStatusEffect); SubscribeLocalEvent(OnDamageChanged); - SubscribeLocalEvent(OnBoundUIClosed); - SubscribeLocalEvent(OnBoundUIOpened); // This is intended to intercept the UI event and stop the MIDI UI from opening if the // singer is unable to sing. Thus it needs to run before the ActivatableUISystem. @@ -160,24 +156,5 @@ namespace Content.Server.DeltaV.Harpy if (args.Handled) _popupSystem.PopupEntity(Loc.GetString("no-sing-while-no-speak"), uid, uid, PopupType.Medium); } - - private void OnBoundUIClosed(EntityUid uid, HarpySingerComponent component, BoundUIClosedEvent args) - { - if (args.UiKey is not InstrumentUiKey) - return; - - TryComp(uid, out AppearanceComponent? appearance); - _appearance.SetData(uid, HarpyVisualLayers.Singing, SingingVisualLayer.False, appearance); - } - - private void OnBoundUIOpened(EntityUid uid, HarpySingerComponent component, BoundUIOpenedEvent args) - { - if (args.UiKey is not InstrumentUiKey) - return; - - TryComp(uid, out AppearanceComponent? appearance); - _appearance.SetData(uid, HarpyVisualLayers.Singing, SingingVisualLayer.True, appearance); - - } } } diff --git a/Content.Server/DeltaV/Hologram/HologramSystem.cs b/Content.Server/_DV/Hologram/HologramSystem.cs similarity index 94% rename from Content.Server/DeltaV/Hologram/HologramSystem.cs rename to Content.Server/_DV/Hologram/HologramSystem.cs index 45b9e35bb5..8f285cc935 100644 --- a/Content.Server/DeltaV/Hologram/HologramSystem.cs +++ b/Content.Server/_DV/Hologram/HologramSystem.cs @@ -1,11 +1,11 @@ using Content.Shared.Actions.Events; -using Content.Shared.DeltaV.Hologram; +using Content.Shared._DV.Hologram; using Content.Shared.Examine; using Content.Shared.IdentityManagement; using Content.Shared.Popups; using Robust.Shared.Player; -namespace Content.Server.DeltaV.Hologram; +namespace Content.Server._DV.Hologram; public sealed class HologramSystem : SharedHologramSystem { diff --git a/Content.Server/DeltaV/Implants/Radio/RadioImplantSystem.cs b/Content.Server/_DV/Implants/Radio/RadioImplantSystem.cs similarity index 98% rename from Content.Server/DeltaV/Implants/Radio/RadioImplantSystem.cs rename to Content.Server/_DV/Implants/Radio/RadioImplantSystem.cs index df0fa8cf74..567a20eaf9 100644 --- a/Content.Server/DeltaV/Implants/Radio/RadioImplantSystem.cs +++ b/Content.Server/_DV/Implants/Radio/RadioImplantSystem.cs @@ -2,13 +2,13 @@ using Content.Server.Radio; using Content.Server.Radio.Components; using Content.Server.Radio.EntitySystems; -using Content.Shared.DeltaV.Implants.Radio; +using Content.Shared._DV.Implants.Radio; using Content.Shared.Radio.Components; using Robust.Shared.Containers; using Robust.Shared.Network; using Robust.Shared.Player; -namespace Content.Server.DeltaV.Implants.Radio; +namespace Content.Server._DV.Implants.Radio; /// public sealed class RadioImplantSystem : SharedRadioImplantSystem diff --git a/Content.Server/DeltaV/Implants/SyrinxImplantSystem.cs b/Content.Server/_DV/Implants/SyrinxImplantSystem.cs similarity index 100% rename from Content.Server/DeltaV/Implants/SyrinxImplantSystem.cs rename to Content.Server/_DV/Implants/SyrinxImplantSystem.cs diff --git a/Content.Server/DeltaV/Mail/Components/DelayedItemComponent.cs b/Content.Server/_DV/Mail/Components/DelayedItemComponent.cs similarity index 90% rename from Content.Server/DeltaV/Mail/Components/DelayedItemComponent.cs rename to Content.Server/_DV/Mail/Components/DelayedItemComponent.cs index e6e8b63fad..dbe7089391 100644 --- a/Content.Server/DeltaV/Mail/Components/DelayedItemComponent.cs +++ b/Content.Server/_DV/Mail/Components/DelayedItemComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Server.DeltaV.Mail.Components +namespace Content.Server._DV.Mail.Components { /// /// A placeholder for another entity, spawned when dropped or placed in someone's hands. diff --git a/Content.Server/DeltaV/Mail/Components/MailComponent.cs b/Content.Server/_DV/Mail/Components/MailComponent.cs similarity index 97% rename from Content.Server/DeltaV/Mail/Components/MailComponent.cs rename to Content.Server/_DV/Mail/Components/MailComponent.cs index 6a30c49858..60a352f22c 100644 --- a/Content.Server/DeltaV/Mail/Components/MailComponent.cs +++ b/Content.Server/_DV/Mail/Components/MailComponent.cs @@ -1,9 +1,9 @@ using System.Threading; using Robust.Shared.Audio; using Content.Shared.Storage; -using Content.Shared.DeltaV.Mail; +using Content.Shared._DV.Mail; -namespace Content.Server.DeltaV.Mail.Components +namespace Content.Server._DV.Mail.Components { [RegisterComponent] public sealed partial class MailComponent : SharedMailComponent diff --git a/Content.Server/DeltaV/Mail/Components/MailReceiverComponent.cs b/Content.Server/_DV/Mail/Components/MailReceiverComponent.cs similarity index 68% rename from Content.Server/DeltaV/Mail/Components/MailReceiverComponent.cs rename to Content.Server/_DV/Mail/Components/MailReceiverComponent.cs index fbb962d3ae..5fbc372309 100644 --- a/Content.Server/DeltaV/Mail/Components/MailReceiverComponent.cs +++ b/Content.Server/_DV/Mail/Components/MailReceiverComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Server.DeltaV.Mail.Components +namespace Content.Server._DV.Mail.Components { [RegisterComponent] public sealed partial class MailReceiverComponent : Component diff --git a/Content.Server/DeltaV/Mail/Components/MailTeleporterComponent.cs b/Content.Server/_DV/Mail/Components/MailTeleporterComponent.cs similarity index 98% rename from Content.Server/DeltaV/Mail/Components/MailTeleporterComponent.cs rename to Content.Server/_DV/Mail/Components/MailTeleporterComponent.cs index 6608084a6e..48b63e14a9 100644 --- a/Content.Server/DeltaV/Mail/Components/MailTeleporterComponent.cs +++ b/Content.Server/_DV/Mail/Components/MailTeleporterComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.Audio; -namespace Content.Server.DeltaV.Mail.Components +namespace Content.Server._DV.Mail.Components { /// /// This is for the mail teleporter. diff --git a/Content.Server/DeltaV/Mail/Components/StationMailRouterComponent.cs b/Content.Server/_DV/Mail/Components/StationMailRouterComponent.cs similarity index 79% rename from Content.Server/DeltaV/Mail/Components/StationMailRouterComponent.cs rename to Content.Server/_DV/Mail/Components/StationMailRouterComponent.cs index 4100c5a353..87193c672e 100644 --- a/Content.Server/DeltaV/Mail/Components/StationMailRouterComponent.cs +++ b/Content.Server/_DV/Mail/Components/StationMailRouterComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Server.DeltaV.Mail.Components; +namespace Content.Server._DV.Mail.Components; /// /// Designates a station as a place for sending and receiving mail. diff --git a/Content.Server/DeltaV/Mail/EntitySystems/DelayedItemSystem.cs b/Content.Server/_DV/Mail/EntitySystems/DelayedItemSystem.cs similarity index 95% rename from Content.Server/DeltaV/Mail/EntitySystems/DelayedItemSystem.cs rename to Content.Server/_DV/Mail/EntitySystems/DelayedItemSystem.cs index 7075c3ef1d..2d94b5c254 100644 --- a/Content.Server/DeltaV/Mail/EntitySystems/DelayedItemSystem.cs +++ b/Content.Server/_DV/Mail/EntitySystems/DelayedItemSystem.cs @@ -1,9 +1,9 @@ -using Content.Server.DeltaV.Mail.Components; +using Content.Server._DV.Mail.Components; using Content.Shared.Damage; using Content.Shared.Hands; using Robust.Shared.Containers; -namespace Content.Server.DeltaV.Mail.EntitySystems +namespace Content.Server._DV.Mail.EntitySystems { /// /// A placeholder for another entity, spawned when taken out of a container, with the placeholder deleted shortly after. diff --git a/Content.Server/DeltaV/Mail/EntitySystems/MailSystem.cs b/Content.Server/_DV/Mail/EntitySystems/MailSystem.cs similarity index 99% rename from Content.Server/DeltaV/Mail/EntitySystems/MailSystem.cs rename to Content.Server/_DV/Mail/EntitySystems/MailSystem.cs index 19f91487c0..c4547ae53a 100644 --- a/Content.Server/DeltaV/Mail/EntitySystems/MailSystem.cs +++ b/Content.Server/_DV/Mail/EntitySystems/MailSystem.cs @@ -3,9 +3,9 @@ using Content.Server.Cargo.Components; using Content.Server.Cargo.Systems; using Content.Server.Chat.Systems; using Content.Server.Damage.Components; -using Content.Server.DeltaV.Cargo.Components; -using Content.Server.DeltaV.Cargo.Systems; -using Content.Server.DeltaV.Mail.Components; +using Content.Server._DV.Cargo.Components; +using Content.Server._DV.Cargo.Systems; +using Content.Server._DV.Mail.Components; using Content.Server.Destructible.Thresholds.Behaviors; using Content.Server.Destructible.Thresholds.Triggers; using Content.Server.Destructible.Thresholds; @@ -20,7 +20,7 @@ using Content.Shared.Access.Systems; using Content.Shared.Access; using Content.Shared.Chemistry.EntitySystems; using Content.Shared.Damage; -using Content.Shared.DeltaV.Mail; +using Content.Shared._DV.Mail; using Content.Shared.Destructible; using Content.Shared.Emag.Components; using Content.Shared.Emag.Systems; @@ -45,7 +45,7 @@ using System.Linq; using System.Threading; using Timer = Robust.Shared.Timing.Timer; -namespace Content.Server.DeltaV.Mail.EntitySystems +namespace Content.Server._DV.Mail.EntitySystems { public sealed class MailSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Mail/MailCommands.cs b/Content.Server/_DV/Mail/MailCommands.cs similarity index 97% rename from Content.Server/DeltaV/Mail/MailCommands.cs rename to Content.Server/_DV/Mail/MailCommands.cs index 057e7fb159..436aa6741f 100644 --- a/Content.Server/DeltaV/Mail/MailCommands.cs +++ b/Content.Server/_DV/Mail/MailCommands.cs @@ -4,10 +4,10 @@ using Robust.Shared.Containers; using Robust.Shared.Prototypes; using Content.Shared.Administration; using Content.Server.Administration; -using Content.Server.DeltaV.Mail.Components; -using Content.Server.DeltaV.Mail.EntitySystems; +using Content.Server._DV.Mail.Components; +using Content.Server._DV.Mail.EntitySystems; -namespace Content.Server.DeltaV.Mail; +namespace Content.Server._DV.Mail; [AdminCommand(AdminFlags.Fun)] public sealed class MailToCommand : IConsoleCommand diff --git a/Content.Server/DeltaV/Mail/MailConstants.cs b/Content.Server/_DV/Mail/MailConstants.cs similarity index 96% rename from Content.Server/DeltaV/Mail/MailConstants.cs rename to Content.Server/_DV/Mail/MailConstants.cs index 06ed4953ab..eb861e2d76 100644 --- a/Content.Server/DeltaV/Mail/MailConstants.cs +++ b/Content.Server/_DV/Mail/MailConstants.cs @@ -1,4 +1,4 @@ -namespace Content.Server.DeltaV.Mail +namespace Content.Server._DV.Mail { /// /// A set of localized strings related to mail entities diff --git a/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs b/Content.Server/_DV/NPC/Roboisseur/RoboisseurComponent.cs similarity index 100% rename from Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs rename to Content.Server/_DV/NPC/Roboisseur/RoboisseurComponent.cs diff --git a/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurSystem.cs b/Content.Server/_DV/NPC/Roboisseur/RoboisseurSystem.cs similarity index 100% rename from Content.Server/DeltaV/NPC/Roboisseur/RoboisseurSystem.cs rename to Content.Server/_DV/NPC/Roboisseur/RoboisseurSystem.cs diff --git a/Content.Server/DeltaV/NanoChat/NanoChatSystem.cs b/Content.Server/_DV/NanoChat/NanoChatSystem.cs similarity index 97% rename from Content.Server/DeltaV/NanoChat/NanoChatSystem.cs rename to Content.Server/_DV/NanoChat/NanoChatSystem.cs index fb0ca32aa6..54fe8377d0 100644 --- a/Content.Server/DeltaV/NanoChat/NanoChatSystem.cs +++ b/Content.Server/_DV/NanoChat/NanoChatSystem.cs @@ -4,13 +4,13 @@ using Content.Server.Administration.Logs; using Content.Server.Kitchen.Components; using Content.Server.NameIdentifier; using Content.Shared.Database; -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; -using Content.Shared.DeltaV.NanoChat; +using Content.Shared._DV.CartridgeLoader.Cartridges; +using Content.Shared._DV.NanoChat; using Content.Shared.NameIdentifier; using Robust.Shared.Prototypes; using Robust.Shared.Random; -namespace Content.Server.DeltaV.NanoChat; +namespace Content.Server._DV.NanoChat; /// /// Handles NanoChat features that are specific to the server but not related to the cartridge itself. diff --git a/Content.Server/DeltaV/Nutrition/Events.cs b/Content.Server/_DV/Nutrition/Events.cs similarity index 100% rename from Content.Server/DeltaV/Nutrition/Events.cs rename to Content.Server/_DV/Nutrition/Events.cs diff --git a/Content.Server/DeltaV/Objectives/Components/NotJobsRequirementComponent.cs b/Content.Server/_DV/Objectives/Components/NotJobsRequirementComponent.cs similarity index 100% rename from Content.Server/DeltaV/Objectives/Components/NotJobsRequirementComponent.cs rename to Content.Server/_DV/Objectives/Components/NotJobsRequirementComponent.cs diff --git a/Content.Server/DeltaV/Objectives/Components/PickRandomTraitorComponent.cs b/Content.Server/_DV/Objectives/Components/PickRandomTraitorComponent.cs similarity index 81% rename from Content.Server/DeltaV/Objectives/Components/PickRandomTraitorComponent.cs rename to Content.Server/_DV/Objectives/Components/PickRandomTraitorComponent.cs index 8f870ed773..ec79aa8932 100644 --- a/Content.Server/DeltaV/Objectives/Components/PickRandomTraitorComponent.cs +++ b/Content.Server/_DV/Objectives/Components/PickRandomTraitorComponent.cs @@ -1,6 +1,6 @@ using Content.Server.Objectives.Systems; -namespace Content.Server.DeltaV.Objectives.Components; +namespace Content.Server._DV.Objectives.Components; /// /// Sets the target for to a random traitor. diff --git a/Content.Server/DeltaV/Objectives/Components/RecruitingConditionComponent.cs b/Content.Server/_DV/Objectives/Components/RecruitingConditionComponent.cs similarity index 92% rename from Content.Server/DeltaV/Objectives/Components/RecruitingConditionComponent.cs rename to Content.Server/_DV/Objectives/Components/RecruitingConditionComponent.cs index 34270a4067..114f46c8ea 100644 --- a/Content.Server/DeltaV/Objectives/Components/RecruitingConditionComponent.cs +++ b/Content.Server/_DV/Objectives/Components/RecruitingConditionComponent.cs @@ -1,5 +1,5 @@ using Content.Server.Objectives.Systems; -using Content.Shared.DeltaV.Recruiter; +using Content.Shared._DV.Recruiter; namespace Content.Server.Objectives.Components; diff --git a/Content.Server/DeltaV/Objectives/Components/TeachLessonConditionComponent.cs b/Content.Server/_DV/Objectives/Components/TeachLessonConditionComponent.cs similarity index 75% rename from Content.Server/DeltaV/Objectives/Components/TeachLessonConditionComponent.cs rename to Content.Server/_DV/Objectives/Components/TeachLessonConditionComponent.cs index e8592c3d73..08900ab951 100644 --- a/Content.Server/DeltaV/Objectives/Components/TeachLessonConditionComponent.cs +++ b/Content.Server/_DV/Objectives/Components/TeachLessonConditionComponent.cs @@ -1,7 +1,7 @@ -using Content.Server.DeltaV.Objectives.Systems; +using Content.Server._DV.Objectives.Systems; using Content.Server.Objectives.Components; -namespace Content.Server.DeltaV.Objectives.Components; +namespace Content.Server._DV.Objectives.Components; /// /// Requires that a target dies once and only once. diff --git a/Content.Server/DeltaV/Objectives/Systems/KillFellowTraitorObjectiveSystem.cs b/Content.Server/_DV/Objectives/Systems/KillFellowTraitorObjectiveSystem.cs similarity index 95% rename from Content.Server/DeltaV/Objectives/Systems/KillFellowTraitorObjectiveSystem.cs rename to Content.Server/_DV/Objectives/Systems/KillFellowTraitorObjectiveSystem.cs index 781040ddc0..0c3cd3e0cd 100644 --- a/Content.Server/DeltaV/Objectives/Systems/KillFellowTraitorObjectiveSystem.cs +++ b/Content.Server/_DV/Objectives/Systems/KillFellowTraitorObjectiveSystem.cs @@ -1,11 +1,11 @@ -using Content.Server.DeltaV.Objectives.Components; +using Content.Server._DV.Objectives.Components; using Content.Server.Objectives.Components; using Content.Server.GameTicking.Rules; using Content.Server.Objectives.Systems; using Content.Shared.Objectives.Components; using Robust.Shared.Random; -namespace Content.Server.DeltaV.Objectives.Systems; +namespace Content.Server._DV.Objectives.Systems; /// /// Handles the kill fellow traitor objective. diff --git a/Content.Server/DeltaV/Objectives/Systems/NotJobsRequirementSystem.cs b/Content.Server/_DV/Objectives/Systems/NotJobsRequirementSystem.cs similarity index 100% rename from Content.Server/DeltaV/Objectives/Systems/NotJobsRequirementSystem.cs rename to Content.Server/_DV/Objectives/Systems/NotJobsRequirementSystem.cs diff --git a/Content.Server/DeltaV/Objectives/Systems/RecruitingConditionSystem.cs b/Content.Server/_DV/Objectives/Systems/RecruitingConditionSystem.cs similarity index 100% rename from Content.Server/DeltaV/Objectives/Systems/RecruitingConditionSystem.cs rename to Content.Server/_DV/Objectives/Systems/RecruitingConditionSystem.cs diff --git a/Content.Server/DeltaV/Objectives/Systems/TeachLessonConditionSystem.cs b/Content.Server/_DV/Objectives/Systems/TeachLessonConditionSystem.cs similarity index 93% rename from Content.Server/DeltaV/Objectives/Systems/TeachLessonConditionSystem.cs rename to Content.Server/_DV/Objectives/Systems/TeachLessonConditionSystem.cs index 660380ba80..78002d6020 100644 --- a/Content.Server/DeltaV/Objectives/Systems/TeachLessonConditionSystem.cs +++ b/Content.Server/_DV/Objectives/Systems/TeachLessonConditionSystem.cs @@ -1,10 +1,10 @@ -using Content.Server.DeltaV.Objectives.Components; +using Content.Server._DV.Objectives.Components; using Content.Server.Objectives.Components; using Content.Server.Objectives.Systems; using Content.Shared.Mind; using Content.Shared.Mobs; -namespace Content.Server.DeltaV.Objectives.Systems; +namespace Content.Server._DV.Objectives.Systems; /// /// Handles teach a lesson condition logic, does not assign target. diff --git a/Content.Server/DeltaV/Pain/PainSystem.cs b/Content.Server/_DV/Pain/PainSystem.cs similarity index 97% rename from Content.Server/DeltaV/Pain/PainSystem.cs rename to Content.Server/_DV/Pain/PainSystem.cs index 819c81d17d..ce4b6711d7 100644 --- a/Content.Server/DeltaV/Pain/PainSystem.cs +++ b/Content.Server/_DV/Pain/PainSystem.cs @@ -1,10 +1,10 @@ -using Content.Shared.DeltaV.Pain; +using Content.Shared._DV.Pain; using Content.Shared.Popups; using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Timing; -namespace Content.Server.DeltaV.Pain; +namespace Content.Server._DV.Pain; public sealed class PainSystem : SharedPainSystem { diff --git a/Content.Server/DeltaV/Planet/PlanetSystem.cs b/Content.Server/_DV/Planet/PlanetSystem.cs similarity index 97% rename from Content.Server/DeltaV/Planet/PlanetSystem.cs rename to Content.Server/_DV/Planet/PlanetSystem.cs index 0178a45bb1..c41be09784 100644 --- a/Content.Server/DeltaV/Planet/PlanetSystem.cs +++ b/Content.Server/_DV/Planet/PlanetSystem.cs @@ -1,13 +1,13 @@ using Content.Server.Atmos.EntitySystems; using Content.Server.Parallax; -using Content.Shared.DeltaV.Planet; +using Content.Shared._DV.Planet; using Content.Shared.Parallax.Biomes; using Robust.Server.GameObjects; using Robust.Shared.Map; using Robust.Shared.Map.Components; using Robust.Shared.Prototypes; -namespace Content.Server.DeltaV.Planet; +namespace Content.Server._DV.Planet; public sealed class PlanetSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Recruiter/RecruiterPenSystem.cs b/Content.Server/_DV/Recruiter/RecruiterPenSystem.cs similarity index 96% rename from Content.Server/DeltaV/Recruiter/RecruiterPenSystem.cs rename to Content.Server/_DV/Recruiter/RecruiterPenSystem.cs index 6c769dd9c5..5adc9c87fe 100644 --- a/Content.Server/DeltaV/Recruiter/RecruiterPenSystem.cs +++ b/Content.Server/_DV/Recruiter/RecruiterPenSystem.cs @@ -3,10 +3,10 @@ using Content.Server.Forensics; using Content.Server.Objectives.Components; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.EntitySystems; -using Content.Shared.DeltaV.Recruiter; +using Content.Shared._DV.Recruiter; using Content.Shared.Popups; -namespace Content.Server.DeltaV.Recruiter; +namespace Content.Server._DV.Recruiter; /// /// Handles bloodstream related code since that isn't in shared. diff --git a/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs b/Content.Server/_DV/RoundEnd/RoundEndSystem.Pacified.cs similarity index 95% rename from Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs rename to Content.Server/_DV/RoundEnd/RoundEndSystem.Pacified.cs index e73caa7591..7e7fd81ae6 100644 --- a/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs +++ b/Content.Server/_DV/RoundEnd/RoundEndSystem.Pacified.cs @@ -2,13 +2,13 @@ using Content.Server.Explosion.Components; using Content.Server.GameTicking; using Content.Shared.CombatMode; using Content.Shared.CombatMode.Pacification; -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Content.Shared.Explosion.Components; using Content.Shared.Flash.Components; using Content.Shared.Store.Components; using Robust.Shared.Configuration; -namespace Content.Server.DeltaV.RoundEnd; +namespace Content.Server._DV.RoundEnd; public sealed class PacifiedRoundEnd : EntitySystem { diff --git a/Content.Server/DeltaV/Shipyard/MapDeleterShuttleComponent.cs b/Content.Server/_DV/Shipyard/MapDeleterShuttleComponent.cs similarity index 100% rename from Content.Server/DeltaV/Shipyard/MapDeleterShuttleComponent.cs rename to Content.Server/_DV/Shipyard/MapDeleterShuttleComponent.cs diff --git a/Content.Server/DeltaV/Shipyard/MapDeleterShuttleSystem.cs b/Content.Server/_DV/Shipyard/MapDeleterShuttleSystem.cs similarity index 100% rename from Content.Server/DeltaV/Shipyard/MapDeleterShuttleSystem.cs rename to Content.Server/_DV/Shipyard/MapDeleterShuttleSystem.cs diff --git a/Content.Server/DeltaV/Shipyard/ShipyardConsoleSystem.cs b/Content.Server/_DV/Shipyard/ShipyardConsoleSystem.cs similarity index 100% rename from Content.Server/DeltaV/Shipyard/ShipyardConsoleSystem.cs rename to Content.Server/_DV/Shipyard/ShipyardConsoleSystem.cs diff --git a/Content.Server/DeltaV/Shipyard/ShipyardSystem.cs b/Content.Server/_DV/Shipyard/ShipyardSystem.cs similarity index 98% rename from Content.Server/DeltaV/Shipyard/ShipyardSystem.cs rename to Content.Server/_DV/Shipyard/ShipyardSystem.cs index 40903aed04..15905f7966 100644 --- a/Content.Server/DeltaV/Shipyard/ShipyardSystem.cs +++ b/Content.Server/_DV/Shipyard/ShipyardSystem.cs @@ -2,7 +2,7 @@ using Content.Server.Shuttles.Components; using Content.Server.Shuttles.Systems; using Content.Server.Station.Components; using Content.Server.Station.Systems; -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Content.Shared.Tag; using Robust.Server.GameObjects; using Robust.Shared.Configuration; diff --git a/Content.Server/DeltaV/Shuttles/Systems/DockingConsoleSystem.cs b/Content.Server/_DV/Shuttles/Systems/DockingConsoleSystem.cs similarity index 96% rename from Content.Server/DeltaV/Shuttles/Systems/DockingConsoleSystem.cs rename to Content.Server/_DV/Shuttles/Systems/DockingConsoleSystem.cs index d331d7231b..c74eabca7e 100644 --- a/Content.Server/DeltaV/Shuttles/Systems/DockingConsoleSystem.cs +++ b/Content.Server/_DV/Shuttles/Systems/DockingConsoleSystem.cs @@ -3,9 +3,9 @@ using Content.Server.Shuttles.Events; using Content.Server.Shuttles.Systems; using Content.Server.Station.Components; using Content.Server.Station.Systems; -using Content.Shared.DeltaV.Shuttles; -using Content.Shared.DeltaV.Shuttles.Components; -using Content.Shared.DeltaV.Shuttles.Systems; +using Content.Shared._DV.Shuttles; +using Content.Shared._DV.Shuttles.Components; +using Content.Shared._DV.Shuttles.Systems; using Content.Shared.Shuttles.Components; using Content.Shared.Shuttles.Systems; using Content.Shared.Timing; @@ -13,7 +13,7 @@ using Content.Shared.Whitelist; using Robust.Shared.Map; using Robust.Shared.Map.Components; -namespace Content.Server.DeltaV.Shuttles.Systems; +namespace Content.Server._DV.Shuttles.Systems; public sealed class DockingConsoleSystem : SharedDockingConsoleSystem { diff --git a/Content.Server/DeltaV/Shuttles/Systems/DockingShuttleSystem.cs b/Content.Server/_DV/Shuttles/Systems/DockingShuttleSystem.cs similarity index 94% rename from Content.Server/DeltaV/Shuttles/Systems/DockingShuttleSystem.cs rename to Content.Server/_DV/Shuttles/Systems/DockingShuttleSystem.cs index 5f95761f65..39a691bc38 100644 --- a/Content.Server/DeltaV/Shuttles/Systems/DockingShuttleSystem.cs +++ b/Content.Server/_DV/Shuttles/Systems/DockingShuttleSystem.cs @@ -1,14 +1,14 @@ using Content.Server.Shuttles.Events; using Content.Server.Station.Components; using Content.Server.Station.Systems; -using Content.Shared.DeltaV.Shuttles.Components; -using Content.Shared.DeltaV.Shuttles.Systems; +using Content.Shared._DV.Shuttles.Components; +using Content.Shared._DV.Shuttles.Systems; using Content.Shared.Shuttles.Components; using Content.Shared.Whitelist; using Robust.Shared.Map.Components; using System.Linq; -namespace Content.Server.DeltaV.Shuttles.Systems; +namespace Content.Server._DV.Shuttles.Systems; public sealed class DockingShuttleSystem : SharedDockingShuttleSystem { diff --git a/Content.Server/DeltaV/Silicons/Borgs/BorgSwitchableTypeSystem.Lawset.cs b/Content.Server/_DV/Silicons/Borgs/BorgSwitchableTypeSystem.Lawset.cs similarity index 94% rename from Content.Server/DeltaV/Silicons/Borgs/BorgSwitchableTypeSystem.Lawset.cs rename to Content.Server/_DV/Silicons/Borgs/BorgSwitchableTypeSystem.Lawset.cs index c674f7a444..28923ed21a 100644 --- a/Content.Server/DeltaV/Silicons/Borgs/BorgSwitchableTypeSystem.Lawset.cs +++ b/Content.Server/_DV/Silicons/Borgs/BorgSwitchableTypeSystem.Lawset.cs @@ -1,6 +1,6 @@ -using Content.Server.DeltaV.Silicons.Laws; +using Content.Server._DV.Silicons.Laws; using Content.Server.Silicons.Laws; -using Content.Shared.DeltaV.Silicons.Laws; +using Content.Shared._DV.Silicons.Laws; using Content.Shared.Emag.Components; using Content.Shared.Emag.Systems; using Content.Shared.Silicons.Laws; diff --git a/Content.Server/DeltaV/Silicons/Laws/SlavedBorgSystem.cs b/Content.Server/_DV/Silicons/Laws/SlavedBorgSystem.cs similarity index 93% rename from Content.Server/DeltaV/Silicons/Laws/SlavedBorgSystem.cs rename to Content.Server/_DV/Silicons/Laws/SlavedBorgSystem.cs index 584d0a263b..c907571152 100644 --- a/Content.Server/DeltaV/Silicons/Laws/SlavedBorgSystem.cs +++ b/Content.Server/_DV/Silicons/Laws/SlavedBorgSystem.cs @@ -1,10 +1,10 @@ using Content.Server.Silicons.Laws; -using Content.Shared.DeltaV.Silicons.Laws; +using Content.Shared._DV.Silicons.Laws; using Content.Shared.Silicons.Laws; using Content.Shared.Silicons.Laws.Components; using Robust.Shared.Prototypes; -namespace Content.Server.DeltaV.Silicons.Laws; +namespace Content.Server._DV.Silicons.Laws; /// /// Handles adding the slave law for the first time. diff --git a/Content.Server/DeltaV/Speech/Components/IrishAccentComponent.cs b/Content.Server/_DV/Speech/Components/IrishAccentComponent.cs similarity index 65% rename from Content.Server/DeltaV/Speech/Components/IrishAccentComponent.cs rename to Content.Server/_DV/Speech/Components/IrishAccentComponent.cs index c26c24dff9..5f0aa09ae9 100644 --- a/Content.Server/DeltaV/Speech/Components/IrishAccentComponent.cs +++ b/Content.Server/_DV/Speech/Components/IrishAccentComponent.cs @@ -1,6 +1,6 @@ -using Content.Server.DeltaV.Speech.EntitySystems; +using Content.Server._DV.Speech.EntitySystems; -namespace Content.Server.DeltaV.Speech.Components; +namespace Content.Server._DV.Speech.Components; // Takes the ES and assigns the system and component to each other [RegisterComponent] diff --git a/Content.Server/DeltaV/Speech/Components/ScottishAccentComponent.cs b/Content.Server/_DV/Speech/Components/ScottishAccentComponent.cs similarity index 54% rename from Content.Server/DeltaV/Speech/Components/ScottishAccentComponent.cs rename to Content.Server/_DV/Speech/Components/ScottishAccentComponent.cs index 9cb83bf86d..ceb38df41c 100644 --- a/Content.Server/DeltaV/Speech/Components/ScottishAccentComponent.cs +++ b/Content.Server/_DV/Speech/Components/ScottishAccentComponent.cs @@ -1,6 +1,6 @@ -using Content.Server.DeltaV.Speech.EntitySystems; +using Content.Server._DV.Speech.EntitySystems; -namespace Content.Server.DeltaV.Speech.Components; +namespace Content.Server._DV.Speech.Components; [RegisterComponent] [Access(typeof(ScottishAccentSystem))] diff --git a/Content.Server/DeltaV/Speech/EntitySystems/IrishAccentSystem.cs b/Content.Server/_DV/Speech/EntitySystems/IrishAccentSystem.cs similarity index 89% rename from Content.Server/DeltaV/Speech/EntitySystems/IrishAccentSystem.cs rename to Content.Server/_DV/Speech/EntitySystems/IrishAccentSystem.cs index 4aef7ba9b1..3cece638bb 100644 --- a/Content.Server/DeltaV/Speech/EntitySystems/IrishAccentSystem.cs +++ b/Content.Server/_DV/Speech/EntitySystems/IrishAccentSystem.cs @@ -1,9 +1,9 @@ -using Content.Server.DeltaV.Speech.Components; +using Content.Server._DV.Speech.Components; using Content.Server.Speech; using Content.Server.Speech.EntitySystems; using System.Text.RegularExpressions; -namespace Content.Server.DeltaV.Speech.EntitySystems; +namespace Content.Server._DV.Speech.EntitySystems; public sealed class IrishAccentSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs b/Content.Server/_DV/Speech/EntitySystems/ScottishAccentSystem.cs similarity index 89% rename from Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs rename to Content.Server/_DV/Speech/EntitySystems/ScottishAccentSystem.cs index d17431911e..9426e848c2 100644 --- a/Content.Server/DeltaV/Speech/EntitySystems/ScottishAccentSystem.cs +++ b/Content.Server/_DV/Speech/EntitySystems/ScottishAccentSystem.cs @@ -1,9 +1,9 @@ -using Content.Server.DeltaV.Speech.Components; +using Content.Server._DV.Speech.Components; using Content.Server.Speech; using Content.Server.Speech.EntitySystems; using System.Text.RegularExpressions; -namespace Content.Server.DeltaV.Speech.EntitySystems; +namespace Content.Server._DV.Speech.EntitySystems; public sealed class ScottishAccentSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Station/Components/CaptainStateComponent.cs b/Content.Server/_DV/Station/Components/CaptainStateComponent.cs similarity index 95% rename from Content.Server/DeltaV/Station/Components/CaptainStateComponent.cs rename to Content.Server/_DV/Station/Components/CaptainStateComponent.cs index d432e9ea6d..9dbcb63bb2 100644 --- a/Content.Server/DeltaV/Station/Components/CaptainStateComponent.cs +++ b/Content.Server/_DV/Station/Components/CaptainStateComponent.cs @@ -1,9 +1,9 @@ -using Content.Server.DeltaV.Station.Systems; +using Content.Server._DV.Station.Systems; using Content.Server.Station.Systems; using Content.Shared.Access; using Robust.Shared.Prototypes; -namespace Content.Server.DeltaV.Station.Components; +namespace Content.Server._DV.Station.Components; /// /// Denotes a station has no captain and holds data for automatic ACO systems diff --git a/Content.Server/DeltaV/Station/Components/StationPlanetSpawnerComponent.cs b/Content.Server/_DV/Station/Components/StationPlanetSpawnerComponent.cs similarity index 85% rename from Content.Server/DeltaV/Station/Components/StationPlanetSpawnerComponent.cs rename to Content.Server/_DV/Station/Components/StationPlanetSpawnerComponent.cs index 64a61e55a5..79649c63a1 100644 --- a/Content.Server/DeltaV/Station/Components/StationPlanetSpawnerComponent.cs +++ b/Content.Server/_DV/Station/Components/StationPlanetSpawnerComponent.cs @@ -1,9 +1,9 @@ -using Content.Server.DeltaV.Station.Systems; -using Content.Shared.DeltaV.Planet; +using Content.Server._DV.Station.Systems; +using Content.Shared._DV.Planet; using Robust.Shared.Prototypes; using Robust.Shared.Utility; -namespace Content.Server.DeltaV.Station.Components; +namespace Content.Server._DV.Station.Components; /// /// Loads a planet map on mapinit and spawns a grid on it (e.g. a mining base). diff --git a/Content.Server/DeltaV/Station/Events/PlayerJobEvents.cs b/Content.Server/_DV/Station/Events/PlayerJobEvents.cs similarity index 94% rename from Content.Server/DeltaV/Station/Events/PlayerJobEvents.cs rename to Content.Server/_DV/Station/Events/PlayerJobEvents.cs index d34e599420..2ccb1d4e76 100644 --- a/Content.Server/DeltaV/Station/Events/PlayerJobEvents.cs +++ b/Content.Server/_DV/Station/Events/PlayerJobEvents.cs @@ -2,7 +2,7 @@ using Content.Shared.Roles; using Robust.Shared.Network; using Robust.Shared.Prototypes; -namespace Content.Server.DeltaV.Station.Events; +namespace Content.Server._DV.Station.Events; /// /// Raised on a station when a after a players jobs are removed from the PlayerJobs diff --git a/Content.Server/DeltaV/Station/Systems/CaptainStateSystem.cs b/Content.Server/_DV/Station/Systems/CaptainStateSystem.cs similarity index 97% rename from Content.Server/DeltaV/Station/Systems/CaptainStateSystem.cs rename to Content.Server/_DV/Station/Systems/CaptainStateSystem.cs index c790b22f78..6798704dbc 100644 --- a/Content.Server/DeltaV/Station/Systems/CaptainStateSystem.cs +++ b/Content.Server/_DV/Station/Systems/CaptainStateSystem.cs @@ -1,18 +1,18 @@ using Content.Server.Chat.Systems; -using Content.Server.DeltaV.Cabinet; -using Content.Server.DeltaV.Station.Components; -using Content.Server.DeltaV.Station.Events; +using Content.Server._DV.Cabinet; +using Content.Server._DV.Station.Components; +using Content.Server._DV.Station.Events; using Content.Server.GameTicking; using Content.Server.Station.Components; using Content.Shared.Access.Components; using Content.Shared.Access; -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Robust.Shared.Configuration; using Robust.Shared.Prototypes; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; -namespace Content.Server.DeltaV.Station.Systems; +namespace Content.Server._DV.Station.Systems; public sealed class CaptainStateSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Station/Systems/StationPlanetSpawnerSystem.cs b/Content.Server/_DV/Station/Systems/StationPlanetSpawnerSystem.cs similarity index 85% rename from Content.Server/DeltaV/Station/Systems/StationPlanetSpawnerSystem.cs rename to Content.Server/_DV/Station/Systems/StationPlanetSpawnerSystem.cs index 47729cb8a0..ced0a82721 100644 --- a/Content.Server/DeltaV/Station/Systems/StationPlanetSpawnerSystem.cs +++ b/Content.Server/_DV/Station/Systems/StationPlanetSpawnerSystem.cs @@ -1,7 +1,7 @@ -using Content.Server.DeltaV.Planet; -using Content.Server.DeltaV.Station.Components; +using Content.Server._DV.Planet; +using Content.Server._DV.Station.Components; -namespace Content.Server.DeltaV.Station.Systems; +namespace Content.Server._DV.Station.Systems; public sealed class StationPlanetSpawnerSystem : EntitySystem { diff --git a/Content.Server/DeltaV/StationEvents/Components/DebrisSpawnerRuleComponent.cs b/Content.Server/_DV/StationEvents/Components/DebrisSpawnerRuleComponent.cs similarity index 100% rename from Content.Server/DeltaV/StationEvents/Components/DebrisSpawnerRuleComponent.cs rename to Content.Server/_DV/StationEvents/Components/DebrisSpawnerRuleComponent.cs diff --git a/Content.Server/DeltaV/StationEvents/Components/FugitiveRuleComponent.cs b/Content.Server/_DV/StationEvents/Components/FugitiveRuleComponent.cs similarity index 100% rename from Content.Server/DeltaV/StationEvents/Components/FugitiveRuleComponent.cs rename to Content.Server/_DV/StationEvents/Components/FugitiveRuleComponent.cs diff --git a/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs b/Content.Server/_DV/StationEvents/Components/GlimmerMobRuleComponent.cs similarity index 97% rename from Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs rename to Content.Server/_DV/StationEvents/Components/GlimmerMobRuleComponent.cs index 959c4fe771..ac008322bc 100644 --- a/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs +++ b/Content.Server/_DV/StationEvents/Components/GlimmerMobRuleComponent.cs @@ -1,4 +1,4 @@ -using Content.Server.DeltaV.StationEvents.Events; +using Content.Server._DV.StationEvents.Events; using Content.Shared.Psionics.Glimmer; using Robust.Shared.Prototypes; diff --git a/Content.Server/DeltaV/StationEvents/Components/LoadFarGridRuleComponent.cs b/Content.Server/_DV/StationEvents/Components/LoadFarGridRuleComponent.cs similarity index 100% rename from Content.Server/DeltaV/StationEvents/Components/LoadFarGridRuleComponent.cs rename to Content.Server/_DV/StationEvents/Components/LoadFarGridRuleComponent.cs diff --git a/Content.Server/DeltaV/StationEvents/Components/MeteorSwarmRuleComponent.cs b/Content.Server/_DV/StationEvents/Components/MeteorSwarmRuleComponent.cs similarity index 100% rename from Content.Server/DeltaV/StationEvents/Components/MeteorSwarmRuleComponent.cs rename to Content.Server/_DV/StationEvents/Components/MeteorSwarmRuleComponent.cs diff --git a/Content.Server/DeltaV/StationEvents/Components/ParadoxClonerRuleComponent.cs b/Content.Server/_DV/StationEvents/Components/ParadoxClonerRuleComponent.cs similarity index 100% rename from Content.Server/DeltaV/StationEvents/Components/ParadoxClonerRuleComponent.cs rename to Content.Server/_DV/StationEvents/Components/ParadoxClonerRuleComponent.cs diff --git a/Content.Server/DeltaV/StationEvents/Events/DebrisSpawnerRule.cs b/Content.Server/_DV/StationEvents/Events/DebrisSpawnerRule.cs similarity index 100% rename from Content.Server/DeltaV/StationEvents/Events/DebrisSpawnerRule.cs rename to Content.Server/_DV/StationEvents/Events/DebrisSpawnerRule.cs diff --git a/Content.Server/DeltaV/StationEvents/Events/FugitiveRule.cs b/Content.Server/_DV/StationEvents/Events/FugitiveRule.cs similarity index 100% rename from Content.Server/DeltaV/StationEvents/Events/FugitiveRule.cs rename to Content.Server/_DV/StationEvents/Events/FugitiveRule.cs diff --git a/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs b/Content.Server/_DV/StationEvents/Events/GlimmerMobSpawnRule.cs similarity index 98% rename from Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs rename to Content.Server/_DV/StationEvents/Events/GlimmerMobSpawnRule.cs index 9acfd3021d..4ca2d4e044 100644 --- a/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs +++ b/Content.Server/_DV/StationEvents/Events/GlimmerMobSpawnRule.cs @@ -11,7 +11,7 @@ using Content.Shared.Psionics.Glimmer; using Robust.Shared.Random; using Robust.Shared.Map; -namespace Content.Server.DeltaV.StationEvents.Events; +namespace Content.Server._DV.StationEvents.Events; public sealed class GlimmerMobRule : StationEventSystem { diff --git a/Content.Server/DeltaV/StationEvents/Events/LoadFarGridRule.cs b/Content.Server/_DV/StationEvents/Events/LoadFarGridRule.cs similarity index 100% rename from Content.Server/DeltaV/StationEvents/Events/LoadFarGridRule.cs rename to Content.Server/_DV/StationEvents/Events/LoadFarGridRule.cs diff --git a/Content.Server/DeltaV/StationEvents/Events/MeteorSwarmRule.cs b/Content.Server/_DV/StationEvents/Events/MeteorSwarmRule.cs similarity index 100% rename from Content.Server/DeltaV/StationEvents/Events/MeteorSwarmRule.cs rename to Content.Server/_DV/StationEvents/Events/MeteorSwarmRule.cs diff --git a/Content.Server/DeltaV/StationEvents/Events/ParadoxClonerRule.cs b/Content.Server/_DV/StationEvents/Events/ParadoxClonerRule.cs similarity index 100% rename from Content.Server/DeltaV/StationEvents/Events/ParadoxClonerRule.cs rename to Content.Server/_DV/StationEvents/Events/ParadoxClonerRule.cs diff --git a/Content.Server/DeltaV/StationEvents/NextEvent/NextEventComponent.cs b/Content.Server/_DV/StationEvents/NextEvent/NextEventComponent.cs similarity index 91% rename from Content.Server/DeltaV/StationEvents/NextEvent/NextEventComponent.cs rename to Content.Server/_DV/StationEvents/NextEvent/NextEventComponent.cs index 944a440eab..7baf3dc3b9 100644 --- a/Content.Server/DeltaV/StationEvents/NextEvent/NextEventComponent.cs +++ b/Content.Server/_DV/StationEvents/NextEvent/NextEventComponent.cs @@ -1,7 +1,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -namespace Content.Server.DeltaV.StationEvents.NextEvent; +namespace Content.Server._DV.StationEvents.NextEvent; [RegisterComponent, Access(typeof(NextEventSystem))] [AutoGenerateComponentPause] diff --git a/Content.Server/DeltaV/StationEvents/NextEvent/NextEventSystem.cs b/Content.Server/_DV/StationEvents/NextEvent/NextEventSystem.cs similarity index 84% rename from Content.Server/DeltaV/StationEvents/NextEvent/NextEventSystem.cs rename to Content.Server/_DV/StationEvents/NextEvent/NextEventSystem.cs index 72c4a8a6f0..203b0de6d9 100644 --- a/Content.Server/DeltaV/StationEvents/NextEvent/NextEventSystem.cs +++ b/Content.Server/_DV/StationEvents/NextEvent/NextEventSystem.cs @@ -1,7 +1,7 @@ -using Content.Server.DeltaV.StationEvents.NextEvent; +using Content.Server._DV.StationEvents.NextEvent; using Robust.Shared.Prototypes; -namespace Content.Server.DeltaV.StationEvents.NextEvent; +namespace Content.Server._DV.StationEvents.NextEvent; public sealed class NextEventSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Storage/EntitySystems/MouthStorageSystem.cs b/Content.Server/_DV/Storage/EntitySystems/MouthStorageSystem.cs similarity index 82% rename from Content.Server/DeltaV/Storage/EntitySystems/MouthStorageSystem.cs rename to Content.Server/_DV/Storage/EntitySystems/MouthStorageSystem.cs index 5bf67ad92e..7ae6e4bef2 100644 --- a/Content.Server/DeltaV/Storage/EntitySystems/MouthStorageSystem.cs +++ b/Content.Server/_DV/Storage/EntitySystems/MouthStorageSystem.cs @@ -1,10 +1,10 @@ using Content.Server.Speech; using Content.Server.Speech.EntitySystems; -using Content.Shared.DeltaV.Storage.Components; -using Content.Shared.DeltaV.Storage.EntitySystems; +using Content.Shared._DV.Storage.Components; +using Content.Shared._DV.Storage.EntitySystems; using Content.Shared.Storage; -namespace Content.Server.DeltaV.Storage.EntitySystems; +namespace Content.Server._DV.Storage.EntitySystems; public sealed class MouthStorageSystem : SharedMouthStorageSystem { diff --git a/Content.Server/DeltaV/TapeRecorder/TapeRecorderSystem.cs b/Content.Server/_DV/TapeRecorder/TapeRecorderSystem.cs similarity index 96% rename from Content.Server/DeltaV/TapeRecorder/TapeRecorderSystem.cs rename to Content.Server/_DV/TapeRecorder/TapeRecorderSystem.cs index c4e594ab98..d02c704a1c 100644 --- a/Content.Server/DeltaV/TapeRecorder/TapeRecorderSystem.cs +++ b/Content.Server/_DV/TapeRecorder/TapeRecorderSystem.cs @@ -5,15 +5,15 @@ using Content.Server.Speech.Components; using Content.Shared.Chat; using Content.Shared.Paper; using Content.Shared.Speech; -using Content.Shared.DeltaV.TapeRecorder; -using Content.Shared.DeltaV.TapeRecorder.Components; -using Content.Shared.DeltaV.TapeRecorder.Systems; +using Content.Shared._DV.TapeRecorder; +using Content.Shared._DV.TapeRecorder.Components; +using Content.Shared._DV.TapeRecorder.Systems; using Robust.Server.Audio; using Robust.Shared.Prototypes; using Robust.Shared.Timing; using System.Text; -namespace Content.Server.DeltaV.TapeRecorder; +namespace Content.Server._DV.TapeRecorder; public sealed class TapeRecorderSystem : SharedTapeRecorderSystem { diff --git a/Content.Server/DeltaV/Tesla/TeslaEnergyBallSystem.PassiveDrain.cs b/Content.Server/_DV/Tesla/TeslaEnergyBallSystem.PassiveDrain.cs similarity index 100% rename from Content.Server/DeltaV/Tesla/TeslaEnergyBallSystem.PassiveDrain.cs rename to Content.Server/_DV/Tesla/TeslaEnergyBallSystem.PassiveDrain.cs diff --git a/Content.Server/DeltaV/VendingMachines/ShopVendorSystem.cs b/Content.Server/_DV/VendingMachines/ShopVendorSystem.cs similarity index 93% rename from Content.Server/DeltaV/VendingMachines/ShopVendorSystem.cs rename to Content.Server/_DV/VendingMachines/ShopVendorSystem.cs index d3e99bfcf8..56f6c5bd09 100644 --- a/Content.Server/DeltaV/VendingMachines/ShopVendorSystem.cs +++ b/Content.Server/_DV/VendingMachines/ShopVendorSystem.cs @@ -1,8 +1,8 @@ using Content.Server.Advertise; using Content.Server.Advertise.Components; -using Content.Shared.DeltaV.VendingMachines; +using Content.Shared._DV.VendingMachines; -namespace Content.Server.DeltaV.VendingMachines; +namespace Content.Server._DV.VendingMachines; public sealed class ShopVendorSystem : SharedShopVendorSystem { diff --git a/Content.Server/DeltaV/Weapons/Ranged/Components/EnergyGunComponent.cs b/Content.Server/_DV/Weapons/Ranged/Components/EnergyGunComponent.cs similarity index 94% rename from Content.Server/DeltaV/Weapons/Ranged/Components/EnergyGunComponent.cs rename to Content.Server/_DV/Weapons/Ranged/Components/EnergyGunComponent.cs index ef146fd930..e3d60d4f44 100644 --- a/Content.Server/DeltaV/Weapons/Ranged/Components/EnergyGunComponent.cs +++ b/Content.Server/_DV/Weapons/Ranged/Components/EnergyGunComponent.cs @@ -1,8 +1,8 @@ using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Content.Server.DeltaV.Weapons.Ranged.Systems; +using Content.Server._DV.Weapons.Ranged.Systems; -namespace Content.Server.DeltaV.Weapons.Ranged.Components; +namespace Content.Server._DV.Weapons.Ranged.Components; /// /// Allows for energy gun to switch between three modes. This also changes the sprite accordingly. diff --git a/Content.Server/DeltaV/Weapons/Ranged/Systems/EnergyGunSystem.cs b/Content.Server/_DV/Weapons/Ranged/Systems/EnergyGunSystem.cs similarity index 97% rename from Content.Server/DeltaV/Weapons/Ranged/Systems/EnergyGunSystem.cs rename to Content.Server/_DV/Weapons/Ranged/Systems/EnergyGunSystem.cs index d51177833f..8167d4dbb2 100644 --- a/Content.Server/DeltaV/Weapons/Ranged/Systems/EnergyGunSystem.cs +++ b/Content.Server/_DV/Weapons/Ranged/Systems/EnergyGunSystem.cs @@ -1,16 +1,16 @@ using Content.Server.Popups; -using Content.Server.DeltaV.Weapons.Ranged.Components; +using Content.Server._DV.Weapons.Ranged.Components; using Content.Shared.Database; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Verbs; using Content.Shared.Item; -using Content.Shared.DeltaV.Weapons.Ranged; +using Content.Shared._DV.Weapons.Ranged; using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Prototypes; using System.Linq; -namespace Content.Server.DeltaV.Weapons.Ranged.Systems; +namespace Content.Server._DV.Weapons.Ranged.Systems; public sealed class EnergyGunSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Weather/WeatherEffectsSystem.cs b/Content.Server/_DV/Weather/WeatherEffectsSystem.cs similarity index 98% rename from Content.Server/DeltaV/Weather/WeatherEffectsSystem.cs rename to Content.Server/_DV/Weather/WeatherEffectsSystem.cs index 11a29e05cc..35ea78e737 100644 --- a/Content.Server/DeltaV/Weather/WeatherEffectsSystem.cs +++ b/Content.Server/_DV/Weather/WeatherEffectsSystem.cs @@ -7,7 +7,7 @@ using Robust.Shared.Map.Components; using Robust.Shared.Prototypes; using Robust.Shared.Timing; -namespace Content.Shared.DeltaV.Weather; +namespace Content.Shared._DV.Weather; /// /// Handles weather damage for exposed entities. diff --git a/Content.Server/DeltaV/Weather/WeatherSchedulerComponent.cs b/Content.Server/_DV/Weather/WeatherSchedulerComponent.cs similarity index 97% rename from Content.Server/DeltaV/Weather/WeatherSchedulerComponent.cs rename to Content.Server/_DV/Weather/WeatherSchedulerComponent.cs index ac69c95705..439a200ce6 100644 --- a/Content.Server/DeltaV/Weather/WeatherSchedulerComponent.cs +++ b/Content.Server/_DV/Weather/WeatherSchedulerComponent.cs @@ -4,7 +4,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Serialization; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -namespace Content.Server.DeltaV.Weather; +namespace Content.Server._DV.Weather; /// /// Makes weather randomly happen every so often. diff --git a/Content.Server/DeltaV/Weather/WeatherSchedulerSystem.cs b/Content.Server/_DV/Weather/WeatherSchedulerSystem.cs similarity index 98% rename from Content.Server/DeltaV/Weather/WeatherSchedulerSystem.cs rename to Content.Server/_DV/Weather/WeatherSchedulerSystem.cs index a19a2f3787..5df53188d6 100644 --- a/Content.Server/DeltaV/Weather/WeatherSchedulerSystem.cs +++ b/Content.Server/_DV/Weather/WeatherSchedulerSystem.cs @@ -7,7 +7,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Timing; -namespace Content.Server.DeltaV.Weather; +namespace Content.Server._DV.Weather; public sealed class WeatherSchedulerSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Components/GlimmerArtifactComponent.cs b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Components/GlimmerArtifactComponent.cs similarity index 80% rename from Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Components/GlimmerArtifactComponent.cs rename to Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Components/GlimmerArtifactComponent.cs index a096fc354a..1d205f67bf 100644 --- a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Components/GlimmerArtifactComponent.cs +++ b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Components/GlimmerArtifactComponent.cs @@ -1,7 +1,7 @@ -using Content.Server.DeltaV.Xenoarchaeology.XenoArtifacts.Effects.Systems; +using Content.Server._DV.Xenoarchaeology.XenoArtifacts.Effects.Systems; using Content.Shared.Destructible.Thresholds; -namespace Content.Server.DeltaV.Xenoarchaeology.XenoArtifacts.Effects.Components; +namespace Content.Server._DV.Xenoarchaeology.XenoArtifacts.Effects.Components; /// /// Raises or lowers glimmer when this artifact is triggered. diff --git a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Components/PsionicProducingArtifactComponent.cs b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Components/PsionicProducingArtifactComponent.cs similarity index 77% rename from Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Components/PsionicProducingArtifactComponent.cs rename to Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Components/PsionicProducingArtifactComponent.cs index b4d58c9913..374b532acc 100644 --- a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Components/PsionicProducingArtifactComponent.cs +++ b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Components/PsionicProducingArtifactComponent.cs @@ -1,6 +1,6 @@ -using Content.Server.DeltaV.Xenoarchaeology.XenoArtifacts.Effects.Systems; +using Content.Server._DV.Xenoarchaeology.XenoArtifacts.Effects.Systems; -namespace Content.Server.DeltaV.Xenoarchaeology.XenoArtifacts.Effects.Components; +namespace Content.Server._DV.Xenoarchaeology.XenoArtifacts.Effects.Components; /// /// Makes people in a radius around it psionic when triggered. diff --git a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Systems/GlimmerArtifactSystem.cs b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Systems/GlimmerArtifactSystem.cs similarity index 81% rename from Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Systems/GlimmerArtifactSystem.cs rename to Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Systems/GlimmerArtifactSystem.cs index 059e1a8cc9..a8a7032205 100644 --- a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Systems/GlimmerArtifactSystem.cs +++ b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Systems/GlimmerArtifactSystem.cs @@ -1,8 +1,8 @@ -using Content.Server.DeltaV.Xenoarchaeology.XenoArtifacts.Effects.Components; +using Content.Server._DV.Xenoarchaeology.XenoArtifacts.Effects.Components; using Content.Server.Xenoarchaeology.XenoArtifacts.Events; using Content.Shared.Psionics.Glimmer; -namespace Content.Server.DeltaV.Xenoarchaeology.XenoArtifacts.Effects.Systems; +namespace Content.Server._DV.Xenoarchaeology.XenoArtifacts.Effects.Systems; public sealed class GlimmerArtifactSystem : EntitySystem { diff --git a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Systems/PsionicProducingArtifactSystem.cs b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Systems/PsionicProducingArtifactSystem.cs similarity index 94% rename from Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Systems/PsionicProducingArtifactSystem.cs rename to Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Systems/PsionicProducingArtifactSystem.cs index d77c00134c..d742dbb3dd 100644 --- a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Effects/Systems/PsionicProducingArtifactSystem.cs +++ b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Effects/Systems/PsionicProducingArtifactSystem.cs @@ -1,4 +1,4 @@ -using Content.Server.DeltaV.Xenoarchaeology.XenoArtifacts.Effects.Components; +using Content.Server._DV.Xenoarchaeology.XenoArtifacts.Effects.Components; using Content.Server.Xenoarchaeology.XenoArtifacts; using Content.Server.Xenoarchaeology.XenoArtifacts.Events; using Content.Server.Psionics; diff --git a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Triggers/Components/ArtifactMetapsionicTriggerComponent.cs b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Triggers/Components/ArtifactMetapsionicTriggerComponent.cs similarity index 74% rename from Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Triggers/Components/ArtifactMetapsionicTriggerComponent.cs rename to Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Triggers/Components/ArtifactMetapsionicTriggerComponent.cs index 7ac1d63e6a..64688732c1 100644 --- a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Triggers/Components/ArtifactMetapsionicTriggerComponent.cs +++ b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Triggers/Components/ArtifactMetapsionicTriggerComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Server.DeltaV.Xenoarchaeology.XenoArtifacts.Triggers.Components; +namespace Content.Server._DV.Xenoarchaeology.XenoArtifacts.Triggers.Components; /// /// Triggers if a psionic power is used nearby. diff --git a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactMetapsionicTriggerSystem.cs b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactMetapsionicTriggerSystem.cs similarity index 93% rename from Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactMetapsionicTriggerSystem.cs rename to Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactMetapsionicTriggerSystem.cs index 37143aacd1..0fff9c6ba0 100644 --- a/Content.Server/DeltaV/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactMetapsionicTriggerSystem.cs +++ b/Content.Server/_DV/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactMetapsionicTriggerSystem.cs @@ -1,4 +1,4 @@ -using Content.Server.DeltaV.Xenoarchaeology.XenoArtifacts.Triggers.Components; +using Content.Server._DV.Xenoarchaeology.XenoArtifacts.Triggers.Components; using Content.Server.Nyanotrasen.StationEvents.Events; using Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Systems; using Content.Shared.Abilities.Psionics; diff --git a/Content.Server/_NF/Shuttles/Components/FTLKnockdownImmuneComponent.cs b/Content.Server/_NF/Shuttles/Components/FTLKnockdownImmuneComponent.cs new file mode 100644 index 0000000000..678e89f0c5 --- /dev/null +++ b/Content.Server/_NF/Shuttles/Components/FTLKnockdownImmuneComponent.cs @@ -0,0 +1,9 @@ +namespace Content.Server._NF.Shuttles.Components; + +/// +/// Denotes an entity as being immune from knockdown on FTL +/// +[RegisterComponent] +public sealed partial class FTLKnockdownImmuneComponent : Component +{ +} diff --git a/Content.Shared/Access/Components/IdCardConsoleComponent.cs b/Content.Shared/Access/Components/IdCardConsoleComponent.cs index 9a8af18a6d..7ae419a8ce 100644 --- a/Content.Shared/Access/Components/IdCardConsoleComponent.cs +++ b/Content.Shared/Access/Components/IdCardConsoleComponent.cs @@ -83,9 +83,9 @@ public sealed partial class IdCardConsoleComponent : Component "Security", "Service", "Theatre", - "Orders", // DeltaV - Orders, see Resources/Prototypes/DeltaV/Access/cargo.yml + "Orders", // DeltaV - Orders, see Resources/Prototypes/_DV/Access/cargo.yml "Mail", // Nyanotrasen - Mail, see Resources/Prototypes/Nyanotrasen/Access/cargo.yml - "Mantis", // DeltaV - Psionic Mantis, see Resources/Prototypes/DeltaV/Access/epistemics.yml + "Mantis", // DeltaV - Psionic Mantis, see Resources/Prototypes/_DV/Access/epistemics.yml "Zookeeper", // DeltaV - Add Zookeeper access "ChiefJustice", // DeltaV - Add Chief Justice access "Justice", // DeltaV - Add Justice access diff --git a/Content.Shared/CartridgeLoader/Cartridges/LogProbeUiState.cs b/Content.Shared/CartridgeLoader/Cartridges/LogProbeUiState.cs index 86bbb65547..b35a35f015 100644 --- a/Content.Shared/CartridgeLoader/Cartridges/LogProbeUiState.cs +++ b/Content.Shared/CartridgeLoader/Cartridges/LogProbeUiState.cs @@ -1,4 +1,4 @@ -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; // DeltaV +using Content.Shared._DV.CartridgeLoader.Cartridges; // DeltaV using Robust.Shared.Serialization; namespace Content.Shared.CartridgeLoader.Cartridges; diff --git a/Content.Shared/DeltaV/Harpy/Components/HarpyVisualSystem.cs b/Content.Shared/DeltaV/Harpy/Components/HarpyVisualSystem.cs deleted file mode 100644 index f5100e13c7..0000000000 --- a/Content.Shared/DeltaV/Harpy/Components/HarpyVisualSystem.cs +++ /dev/null @@ -1,17 +0,0 @@ -using Robust.Shared.Serialization; - -namespace Content.Shared.DeltaV.Harpy.Components -{ - [Serializable, NetSerializable] - public enum HarpyVisualLayers - { - Singing, - } - - [Serializable, NetSerializable] - public enum SingingVisualLayer - { - True, - False, - } -} diff --git a/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs b/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs index c6a29ed9b9..a7e169d046 100644 --- a/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs +++ b/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs @@ -6,7 +6,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; using Robust.Shared.Utility; -using Content.Shared.Preferences; //DeltaV, used for Metempsychosis, Fugitive, and Paradox Anomaly +using Content.Shared.Preferences; // DeltaV, used for Metempsychosis, Fugitive, and Paradox Anomaly namespace Content.Shared.Humanoid; diff --git a/Content.Shared/Nutrition/Components/HungerComponent.cs b/Content.Shared/Nutrition/Components/HungerComponent.cs index 62c2f17eab..bb337e3a98 100644 --- a/Content.Shared/Nutrition/Components/HungerComponent.cs +++ b/Content.Shared/Nutrition/Components/HungerComponent.cs @@ -34,7 +34,7 @@ public sealed partial class HungerComponent : Component /// /// Any time this is modified, should be called. [DataField("baseDecayRate"), ViewVariables(VVAccess.ReadWrite)] - public float BaseDecayRate = 0.035f; //DeltaV: changed from 0.01666666666f + public float BaseDecayRate = 0.035f; // DeltaV: changed from 0.01666666666f /// /// The actual amount at which decays. diff --git a/Content.Shared/Nyanotrasen/Psionics/Glimmer/GlimmerSystem.cs b/Content.Shared/Nyanotrasen/Psionics/Glimmer/GlimmerSystem.cs index 3fbb355ded..561b2202f9 100644 --- a/Content.Shared/Nyanotrasen/Psionics/Glimmer/GlimmerSystem.cs +++ b/Content.Shared/Nyanotrasen/Psionics/Glimmer/GlimmerSystem.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; using Robust.Shared.Configuration; -using Content.Shared.DeltaV.CCVars; +using Content.Shared._DV.CCVars; using Content.Shared.GameTicking; namespace Content.Shared.Psionics.Glimmer diff --git a/Content.Shared/Shuttles/Components/FTLComponent.cs b/Content.Shared/Shuttles/Components/FTLComponent.cs index 6b236d3dcf..c05942e1ee 100644 --- a/Content.Shared/Shuttles/Components/FTLComponent.cs +++ b/Content.Shared/Shuttles/Components/FTLComponent.cs @@ -51,7 +51,7 @@ public sealed partial class FTLComponent : Component public ProtoId? PriorityTag; [ViewVariables(VVAccess.ReadWrite), DataField("soundTravel")] - public SoundSpecifier? TravelSound = new SoundPathSpecifier("/Audio/DeltaV/Effects/Shuttle/hyperspace_progress.ogg") // DeltaV - Replace FTL sound + public SoundSpecifier? TravelSound = new SoundPathSpecifier("/Audio/_DV/Effects/Shuttle/hyperspace_progress.ogg") // DeltaV - Replace FTL sound { Params = AudioParams.Default.WithVolume(-3f).WithLoop(true) }; diff --git a/Content.Shared/DeltaV/AACTablet/AACTabletUiMessages.cs b/Content.Shared/_DV/AACTablet/AACTabletUiMessages.cs similarity index 81% rename from Content.Shared/DeltaV/AACTablet/AACTabletUiMessages.cs rename to Content.Shared/_DV/AACTablet/AACTabletUiMessages.cs index 40962f60b3..c3c35cae71 100644 --- a/Content.Shared/DeltaV/AACTablet/AACTabletUiMessages.cs +++ b/Content.Shared/_DV/AACTablet/AACTabletUiMessages.cs @@ -1,8 +1,8 @@ -using Content.Shared.DeltaV.QuickPhrase; +using Content.Shared._DV.QuickPhrase; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.AACTablet; +namespace Content.Shared._DV.AACTablet; [Serializable, NetSerializable] public enum AACTabletKey : byte diff --git a/Content.Shared/DeltaV/Abilities/AlwaysTriggerMousetrapComponent.cs b/Content.Shared/_DV/Abilities/AlwaysTriggerMousetrapComponent.cs similarity index 100% rename from Content.Shared/DeltaV/Abilities/AlwaysTriggerMousetrapComponent.cs rename to Content.Shared/_DV/Abilities/AlwaysTriggerMousetrapComponent.cs diff --git a/Content.Shared/DeltaV/Abilities/Borgs/RandomizedCandyComponent.cs b/Content.Shared/_DV/Abilities/Borgs/RandomizedCandyComponent.cs similarity index 88% rename from Content.Shared/DeltaV/Abilities/Borgs/RandomizedCandyComponent.cs rename to Content.Shared/_DV/Abilities/Borgs/RandomizedCandyComponent.cs index 57719760ee..899ef2d70f 100644 --- a/Content.Shared/DeltaV/Abilities/Borgs/RandomizedCandyComponent.cs +++ b/Content.Shared/_DV/Abilities/Borgs/RandomizedCandyComponent.cs @@ -1,7 +1,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Abilities.Borgs; +namespace Content.Shared._DV.Abilities.Borgs; /// /// Marks this entity as being candy with a random flavor and color. diff --git a/Content.Shared/DeltaV/Abilities/CrawlUnderObjectsComponent.cs b/Content.Shared/_DV/Abilities/CrawlUnderObjectsComponent.cs similarity index 96% rename from Content.Shared/DeltaV/Abilities/CrawlUnderObjectsComponent.cs rename to Content.Shared/_DV/Abilities/CrawlUnderObjectsComponent.cs index 1e7f17a0de..90a2aedd40 100644 --- a/Content.Shared/DeltaV/Abilities/CrawlUnderObjectsComponent.cs +++ b/Content.Shared/_DV/Abilities/CrawlUnderObjectsComponent.cs @@ -4,7 +4,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Abilities; +namespace Content.Shared._DV.Abilities; [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class CrawlUnderObjectsComponent : Component diff --git a/Content.Shared/DeltaV/Abilities/Psionics/PrecognitionPowerComponent.cs b/Content.Shared/_DV/Abilities/Psionics/PrecognitionPowerComponent.cs similarity index 95% rename from Content.Shared/DeltaV/Abilities/Psionics/PrecognitionPowerComponent.cs rename to Content.Shared/_DV/Abilities/Psionics/PrecognitionPowerComponent.cs index 6f5f36086c..83051bd788 100644 --- a/Content.Shared/DeltaV/Abilities/Psionics/PrecognitionPowerComponent.cs +++ b/Content.Shared/_DV/Abilities/Psionics/PrecognitionPowerComponent.cs @@ -12,7 +12,7 @@ public sealed partial class PrecognitionPowerComponent : Component public float RandomResultChance = 0.2f; [DataField] - public SoundSpecifier VisionSound = new SoundPathSpecifier("/Audio/DeltaV/Effects/clang2.ogg"); + public SoundSpecifier VisionSound = new SoundPathSpecifier("/Audio/_DV/Effects/clang2.ogg"); [DataField] public EntityUid? SoundStream; diff --git a/Content.Shared/DeltaV/Abilities/Psionics/PrecognitionResultComponent.cs b/Content.Shared/_DV/Abilities/Psionics/PrecognitionResultComponent.cs similarity index 100% rename from Content.Shared/DeltaV/Abilities/Psionics/PrecognitionResultComponent.cs rename to Content.Shared/_DV/Abilities/Psionics/PrecognitionResultComponent.cs diff --git a/Content.Shared/DeltaV/Abilities/RummagerComponent.cs b/Content.Shared/_DV/Abilities/RummagerComponent.cs similarity index 100% rename from Content.Shared/DeltaV/Abilities/RummagerComponent.cs rename to Content.Shared/_DV/Abilities/RummagerComponent.cs diff --git a/Content.Shared/DeltaV/Abilities/SharedCrawlUnderObjectsSystem.cs b/Content.Shared/_DV/Abilities/SharedCrawlUnderObjectsSystem.cs similarity index 94% rename from Content.Shared/DeltaV/Abilities/SharedCrawlUnderObjectsSystem.cs rename to Content.Shared/_DV/Abilities/SharedCrawlUnderObjectsSystem.cs index 56f1d11ee2..43facaad7b 100644 --- a/Content.Shared/DeltaV/Abilities/SharedCrawlUnderObjectsSystem.cs +++ b/Content.Shared/_DV/Abilities/SharedCrawlUnderObjectsSystem.cs @@ -1,7 +1,7 @@ using Content.Shared.Popups; -namespace Content.Shared.DeltaV.Abilities; +namespace Content.Shared._DV.Abilities; public abstract class SharedCrawlUnderObjectsSystem : EntitySystem { [Dependency] private readonly SharedPopupSystem _popup = default!; diff --git a/Content.Shared/DeltaV/Abilities/UltraVisionComponent.cs b/Content.Shared/_DV/Abilities/UltraVisionComponent.cs similarity index 100% rename from Content.Shared/DeltaV/Abilities/UltraVisionComponent.cs rename to Content.Shared/_DV/Abilities/UltraVisionComponent.cs diff --git a/Content.Shared/DeltaV/Actions/Events/PrecognitionPowerActionEvent.cs b/Content.Shared/_DV/Actions/Events/PrecognitionPowerActionEvent.cs similarity index 100% rename from Content.Shared/DeltaV/Actions/Events/PrecognitionPowerActionEvent.cs rename to Content.Shared/_DV/Actions/Events/PrecognitionPowerActionEvent.cs diff --git a/Content.Shared/DeltaV/Addictions/AddictedComponent.cs b/Content.Shared/_DV/Addictions/AddictedComponent.cs similarity index 96% rename from Content.Shared/DeltaV/Addictions/AddictedComponent.cs rename to Content.Shared/_DV/Addictions/AddictedComponent.cs index 2f9169a7fb..49538cbf57 100644 --- a/Content.Shared/DeltaV/Addictions/AddictedComponent.cs +++ b/Content.Shared/_DV/Addictions/AddictedComponent.cs @@ -2,7 +2,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; using Robust.Shared.Timing; -namespace Content.Shared.DeltaV.Addictions; +namespace Content.Shared._DV.Addictions; [RegisterComponent, NetworkedComponent, Access(typeof(SharedAddictionSystem))] [AutoGenerateComponentState, AutoGenerateComponentPause] diff --git a/Content.Shared/DeltaV/Addictions/SharedAddictionSystem.cs b/Content.Shared/_DV/Addictions/SharedAddictionSystem.cs similarity index 96% rename from Content.Shared/DeltaV/Addictions/SharedAddictionSystem.cs rename to Content.Shared/_DV/Addictions/SharedAddictionSystem.cs index bdcfe3c39e..234157f38a 100644 --- a/Content.Shared/DeltaV/Addictions/SharedAddictionSystem.cs +++ b/Content.Shared/_DV/Addictions/SharedAddictionSystem.cs @@ -1,7 +1,7 @@ using Content.Shared.StatusEffect; using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.Addictions; +namespace Content.Shared._DV.Addictions; public abstract class SharedAddictionSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/Administration/JobWhitelistsEuiState.cs b/Content.Shared/_DV/Administration/JobWhitelistsEuiState.cs similarity index 94% rename from Content.Shared/DeltaV/Administration/JobWhitelistsEuiState.cs rename to Content.Shared/_DV/Administration/JobWhitelistsEuiState.cs index a5e64739e1..3f7c6b0ce0 100644 --- a/Content.Shared/DeltaV/Administration/JobWhitelistsEuiState.cs +++ b/Content.Shared/_DV/Administration/JobWhitelistsEuiState.cs @@ -3,7 +3,7 @@ using Content.Shared.Roles; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Administration; +namespace Content.Shared._DV.Administration; [Serializable, NetSerializable] public sealed class JobWhitelistsEuiState : EuiStateBase diff --git a/Content.Shared/DeltaV/Biscuit/SharedBiscuitComponent.cs b/Content.Shared/_DV/Biscuit/SharedBiscuitComponent.cs similarity index 82% rename from Content.Shared/DeltaV/Biscuit/SharedBiscuitComponent.cs rename to Content.Shared/_DV/Biscuit/SharedBiscuitComponent.cs index d98cf6bbca..d2b4adfe00 100644 --- a/Content.Shared/DeltaV/Biscuit/SharedBiscuitComponent.cs +++ b/Content.Shared/_DV/Biscuit/SharedBiscuitComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Biscuit; +namespace Content.Shared._DV.Biscuit; public abstract partial class SharedBiscuitComponent : Component {} diff --git a/Content.Shared/DeltaV/CCVars/DCCVars.cs b/Content.Shared/_DV/CCVars/DCCVars.cs similarity index 98% rename from Content.Shared/DeltaV/CCVars/DCCVars.cs rename to Content.Shared/_DV/CCVars/DCCVars.cs index 3d52196706..0e5877e1a6 100644 --- a/Content.Shared/DeltaV/CCVars/DCCVars.cs +++ b/Content.Shared/_DV/CCVars/DCCVars.cs @@ -1,6 +1,6 @@ using Robust.Shared.Configuration; -namespace Content.Shared.DeltaV.CCVars; +namespace Content.Shared._DV.CCVars; /// /// DeltaV specific cvars. diff --git a/Content.Shared/DeltaV/Carrying/BeingCarriedComponent.cs b/Content.Shared/_DV/Carrying/BeingCarriedComponent.cs similarity index 89% rename from Content.Shared/DeltaV/Carrying/BeingCarriedComponent.cs rename to Content.Shared/_DV/Carrying/BeingCarriedComponent.cs index 7e519e7e04..4e76af5c04 100644 --- a/Content.Shared/DeltaV/Carrying/BeingCarriedComponent.cs +++ b/Content.Shared/_DV/Carrying/BeingCarriedComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Carrying; +namespace Content.Shared._DV.Carrying; /// /// Stores the carrier of an entity being carried. diff --git a/Content.Shared/DeltaV/Carrying/CarriableComponent.cs b/Content.Shared/_DV/Carrying/CarriableComponent.cs similarity index 88% rename from Content.Shared/DeltaV/Carrying/CarriableComponent.cs rename to Content.Shared/_DV/Carrying/CarriableComponent.cs index ad1968aec6..9b58951963 100644 --- a/Content.Shared/DeltaV/Carrying/CarriableComponent.cs +++ b/Content.Shared/_DV/Carrying/CarriableComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Carrying; +namespace Content.Shared._DV.Carrying; [RegisterComponent, NetworkedComponent, Access(typeof(CarryingSystem))] public sealed partial class CarriableComponent : Component diff --git a/Content.Shared/DeltaV/Carrying/CarryDoAfterEvent.cs b/Content.Shared/_DV/Carrying/CarryDoAfterEvent.cs similarity index 79% rename from Content.Shared/DeltaV/Carrying/CarryDoAfterEvent.cs rename to Content.Shared/_DV/Carrying/CarryDoAfterEvent.cs index 7ea0375518..addface17c 100644 --- a/Content.Shared/DeltaV/Carrying/CarryDoAfterEvent.cs +++ b/Content.Shared/_DV/Carrying/CarryDoAfterEvent.cs @@ -1,7 +1,7 @@ using Content.Shared.DoAfter; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Carrying; +namespace Content.Shared._DV.Carrying; [Serializable, NetSerializable] public sealed partial class CarryDoAfterEvent : SimpleDoAfterEvent; diff --git a/Content.Shared/DeltaV/Carrying/CarryingComponent.cs b/Content.Shared/_DV/Carrying/CarryingComponent.cs similarity index 89% rename from Content.Shared/DeltaV/Carrying/CarryingComponent.cs rename to Content.Shared/_DV/Carrying/CarryingComponent.cs index e6661da0e0..b65b7e5ee4 100644 --- a/Content.Shared/DeltaV/Carrying/CarryingComponent.cs +++ b/Content.Shared/_DV/Carrying/CarryingComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Carrying; +namespace Content.Shared._DV.Carrying; /// /// Added to an entity when they are carrying somebody. diff --git a/Content.Shared/DeltaV/Carrying/CarryingSlowdownComponent.cs b/Content.Shared/_DV/Carrying/CarryingSlowdownComponent.cs similarity index 89% rename from Content.Shared/DeltaV/Carrying/CarryingSlowdownComponent.cs rename to Content.Shared/_DV/Carrying/CarryingSlowdownComponent.cs index 9e1be89370..1528f0cd4a 100644 --- a/Content.Shared/DeltaV/Carrying/CarryingSlowdownComponent.cs +++ b/Content.Shared/_DV/Carrying/CarryingSlowdownComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Carrying; +namespace Content.Shared._DV.Carrying; [RegisterComponent, NetworkedComponent, Access(typeof(CarryingSlowdownSystem))] [AutoGenerateComponentState] diff --git a/Content.Shared/DeltaV/Carrying/CarryingSlowdownSystem.cs b/Content.Shared/_DV/Carrying/CarryingSlowdownSystem.cs similarity index 95% rename from Content.Shared/DeltaV/Carrying/CarryingSlowdownSystem.cs rename to Content.Shared/_DV/Carrying/CarryingSlowdownSystem.cs index 677c53eedc..9f3a6b8101 100644 --- a/Content.Shared/DeltaV/Carrying/CarryingSlowdownSystem.cs +++ b/Content.Shared/_DV/Carrying/CarryingSlowdownSystem.cs @@ -1,6 +1,6 @@ using Content.Shared.Movement.Systems; -namespace Content.Shared.DeltaV.Carrying; +namespace Content.Shared._DV.Carrying; public sealed class CarryingSlowdownSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/Carrying/CarryingSystem.cs b/Content.Shared/_DV/Carrying/CarryingSystem.cs similarity index 99% rename from Content.Shared/DeltaV/Carrying/CarryingSystem.cs rename to Content.Shared/_DV/Carrying/CarryingSystem.cs index 2b47c49abd..c6758ad4b9 100644 --- a/Content.Shared/DeltaV/Carrying/CarryingSystem.cs +++ b/Content.Shared/_DV/Carrying/CarryingSystem.cs @@ -27,7 +27,7 @@ using Robust.Shared.Network; using Robust.Shared.Physics.Components; using System.Numerics; -namespace Content.Shared.DeltaV.Carrying; +namespace Content.Shared._DV.Carrying; public sealed class CarryingSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/CrimeAssistPage.cs b/Content.Shared/_DV/CartridgeLoader/Cartridges/CrimeAssistPage.cs similarity index 93% rename from Content.Shared/DeltaV/CartridgeLoader/Cartridges/CrimeAssistPage.cs rename to Content.Shared/_DV/CartridgeLoader/Cartridges/CrimeAssistPage.cs index 8fb9a131a8..a3f6330535 100644 --- a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/CrimeAssistPage.cs +++ b/Content.Shared/_DV/CartridgeLoader/Cartridges/CrimeAssistPage.cs @@ -1,6 +1,6 @@ using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Shared._DV.CartridgeLoader.Cartridges; [Prototype("crimeAssistPage")] public sealed partial class CrimeAssistPage : IPrototype diff --git a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/MailMetricUiState.cs b/Content.Shared/_DV/CartridgeLoader/Cartridges/MailMetricUiState.cs similarity index 100% rename from Content.Shared/DeltaV/CartridgeLoader/Cartridges/MailMetricUiState.cs rename to Content.Shared/_DV/CartridgeLoader/Cartridges/MailMetricUiState.cs diff --git a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/NanoChatUiMessageEvent.cs b/Content.Shared/_DV/CartridgeLoader/Cartridges/NanoChatUiMessageEvent.cs similarity index 98% rename from Content.Shared/DeltaV/CartridgeLoader/Cartridges/NanoChatUiMessageEvent.cs rename to Content.Shared/_DV/CartridgeLoader/Cartridges/NanoChatUiMessageEvent.cs index 8cb2efa900..a8a2e97685 100644 --- a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/NanoChatUiMessageEvent.cs +++ b/Content.Shared/_DV/CartridgeLoader/Cartridges/NanoChatUiMessageEvent.cs @@ -1,7 +1,7 @@ using Content.Shared.CartridgeLoader; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Shared._DV.CartridgeLoader.Cartridges; [Serializable, NetSerializable] public sealed class NanoChatUiMessageEvent : CartridgeMessageEvent diff --git a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/NanoChatUiState.cs b/Content.Shared/_DV/CartridgeLoader/Cartridges/NanoChatUiState.cs similarity index 93% rename from Content.Shared/DeltaV/CartridgeLoader/Cartridges/NanoChatUiState.cs rename to Content.Shared/_DV/CartridgeLoader/Cartridges/NanoChatUiState.cs index dde6751abc..e6924d8872 100644 --- a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/NanoChatUiState.cs +++ b/Content.Shared/_DV/CartridgeLoader/Cartridges/NanoChatUiState.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.CartridgeLoader.Cartridges; +namespace Content.Shared._DV.CartridgeLoader.Cartridges; [Serializable, NetSerializable] public sealed class NanoChatUiState : BoundUserInterfaceState diff --git a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/SecWatchUiState.cs b/Content.Shared/_DV/CartridgeLoader/Cartridges/SecWatchUiState.cs similarity index 100% rename from Content.Shared/DeltaV/CartridgeLoader/Cartridges/SecWatchUiState.cs rename to Content.Shared/_DV/CartridgeLoader/Cartridges/SecWatchUiState.cs diff --git a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/StockTradingUiMessageEvent.cs b/Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiMessageEvent.cs similarity index 100% rename from Content.Shared/DeltaV/CartridgeLoader/Cartridges/StockTradingUiMessageEvent.cs rename to Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiMessageEvent.cs diff --git a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/StockTradingUiState.cs b/Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiState.cs similarity index 100% rename from Content.Shared/DeltaV/CartridgeLoader/Cartridges/StockTradingUiState.cs rename to Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiState.cs diff --git a/Content.Shared/DeltaV/Chapel/SacrificialAltarComponent.cs b/Content.Shared/_DV/Chapel/SacrificialAltarComponent.cs similarity index 94% rename from Content.Shared/DeltaV/Chapel/SacrificialAltarComponent.cs rename to Content.Shared/_DV/Chapel/SacrificialAltarComponent.cs index 54c6ec3561..f3c9228ccf 100644 --- a/Content.Shared/DeltaV/Chapel/SacrificialAltarComponent.cs +++ b/Content.Shared/_DV/Chapel/SacrificialAltarComponent.cs @@ -6,7 +6,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Chapel; +namespace Content.Shared._DV.Chapel; /// /// Altar that lets you sacrifice psionics to lower glimmer by a large amount. @@ -28,7 +28,7 @@ public sealed partial class SacrificialAltarComponent : Component public TimeSpan SacrificeTime = TimeSpan.FromSeconds(8.35); [DataField] - public SoundSpecifier SacrificeSound = new SoundPathSpecifier("/Audio/DeltaV/Effects/clang2.ogg"); + public SoundSpecifier SacrificeSound = new SoundPathSpecifier("/Audio/_DV/Effects/clang2.ogg"); [DataField] public EntityUid? SacrificeStream; diff --git a/Content.Shared/DeltaV/Chapel/SharedSacrificialAltarSystem.cs b/Content.Shared/_DV/Chapel/SharedSacrificialAltarSystem.cs similarity index 98% rename from Content.Shared/DeltaV/Chapel/SharedSacrificialAltarSystem.cs rename to Content.Shared/_DV/Chapel/SharedSacrificialAltarSystem.cs index fe647c7d20..d4dba142df 100644 --- a/Content.Shared/DeltaV/Chapel/SharedSacrificialAltarSystem.cs +++ b/Content.Shared/_DV/Chapel/SharedSacrificialAltarSystem.cs @@ -4,7 +4,7 @@ using Content.Shared.DoAfter; using Content.Shared.Examine; using Content.Shared.Verbs; -namespace Content.Shared.DeltaV.Chapel; +namespace Content.Shared._DV.Chapel; public abstract class SharedSacrificialAltarSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/Damage/StaminaSystem.Resist.cs b/Content.Shared/_DV/Damage/StaminaSystem.Resist.cs similarity index 100% rename from Content.Shared/DeltaV/Damage/StaminaSystem.Resist.cs rename to Content.Shared/_DV/Damage/StaminaSystem.Resist.cs diff --git a/Content.Shared/DeltaV/GlimmerWisp/Events.cs b/Content.Shared/_DV/GlimmerWisp/Events.cs similarity index 100% rename from Content.Shared/DeltaV/GlimmerWisp/Events.cs rename to Content.Shared/_DV/GlimmerWisp/Events.cs diff --git a/Content.Shared/DeltaV/Harpy/HarpySingerComponent.cs b/Content.Shared/_DV/Harpy/HarpySingerComponent.cs similarity index 94% rename from Content.Shared/DeltaV/Harpy/HarpySingerComponent.cs rename to Content.Shared/_DV/Harpy/HarpySingerComponent.cs index f2edeeb872..eb0c153672 100644 --- a/Content.Shared/DeltaV/Harpy/HarpySingerComponent.cs +++ b/Content.Shared/_DV/Harpy/HarpySingerComponent.cs @@ -3,7 +3,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Harpy +namespace Content.Shared._DV.Harpy { [RegisterComponent, NetworkedComponent] public sealed partial class HarpySingerComponent : Component diff --git a/Content.Shared/DeltaV/Harpy/HarpySingerSystem.cs b/Content.Shared/_DV/Harpy/HarpySingerSystem.cs similarity index 95% rename from Content.Shared/DeltaV/Harpy/HarpySingerSystem.cs rename to Content.Shared/_DV/Harpy/HarpySingerSystem.cs index 50e8b6302c..6ac7b9a409 100644 --- a/Content.Shared/DeltaV/Harpy/HarpySingerSystem.cs +++ b/Content.Shared/_DV/Harpy/HarpySingerSystem.cs @@ -1,6 +1,6 @@ using Content.Shared.Actions; -namespace Content.Shared.DeltaV.Harpy +namespace Content.Shared._DV.Harpy { public class HarpySingerSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/Harpy/HarpyVisualsSystem.cs b/Content.Shared/_DV/Harpy/HarpyVisualsSystem.cs similarity index 97% rename from Content.Shared/DeltaV/Harpy/HarpyVisualsSystem.cs rename to Content.Shared/_DV/Harpy/HarpyVisualsSystem.cs index f75fcee8d4..5931332a9e 100644 --- a/Content.Shared/DeltaV/Harpy/HarpyVisualsSystem.cs +++ b/Content.Shared/_DV/Harpy/HarpyVisualsSystem.cs @@ -2,7 +2,7 @@ using Content.Shared.Inventory.Events; using Content.Shared.Tag; using Content.Shared.Humanoid; -namespace Content.Shared.DeltaV.Harpy; +namespace Content.Shared._DV.Harpy; public sealed class HarpyVisualsSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/Harpy/SharedHarpyVisualsComponent.cs b/Content.Shared/_DV/Harpy/SharedHarpyVisualsComponent.cs similarity index 74% rename from Content.Shared/DeltaV/Harpy/SharedHarpyVisualsComponent.cs rename to Content.Shared/_DV/Harpy/SharedHarpyVisualsComponent.cs index cc0f7c3935..ba0807fb64 100644 --- a/Content.Shared/DeltaV/Harpy/SharedHarpyVisualsComponent.cs +++ b/Content.Shared/_DV/Harpy/SharedHarpyVisualsComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Harpy; +namespace Content.Shared._DV.Harpy; [Serializable, NetSerializable] public enum HardsuitWings : byte diff --git a/Content.Shared/DeltaV/Hologram/HologramComponent.cs b/Content.Shared/_DV/Hologram/HologramComponent.cs similarity index 93% rename from Content.Shared/DeltaV/Hologram/HologramComponent.cs rename to Content.Shared/_DV/Hologram/HologramComponent.cs index d11332946b..ed449ac6b8 100644 --- a/Content.Shared/DeltaV/Hologram/HologramComponent.cs +++ b/Content.Shared/_DV/Hologram/HologramComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Hologram; +namespace Content.Shared._DV.Hologram; [RegisterComponent, NetworkedComponent] [Access(typeof(SharedHologramSystem))] diff --git a/Content.Shared/DeltaV/Hologram/SharedHologramSystem.cs b/Content.Shared/_DV/Hologram/SharedHologramSystem.cs similarity index 58% rename from Content.Shared/DeltaV/Hologram/SharedHologramSystem.cs rename to Content.Shared/_DV/Hologram/SharedHologramSystem.cs index 823a9f1d25..4ad22b82ec 100644 --- a/Content.Shared/DeltaV/Hologram/SharedHologramSystem.cs +++ b/Content.Shared/_DV/Hologram/SharedHologramSystem.cs @@ -1,4 +1,4 @@ -namespace Content.Shared.DeltaV.Hologram; +namespace Content.Shared._DV.Hologram; public abstract class SharedHologramSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/Implants/Radio/HasRadioImplantComponent.cs b/Content.Shared/_DV/Implants/Radio/HasRadioImplantComponent.cs similarity index 91% rename from Content.Shared/DeltaV/Implants/Radio/HasRadioImplantComponent.cs rename to Content.Shared/_DV/Implants/Radio/HasRadioImplantComponent.cs index 881d78bf1a..db312646a5 100644 --- a/Content.Shared/DeltaV/Implants/Radio/HasRadioImplantComponent.cs +++ b/Content.Shared/_DV/Implants/Radio/HasRadioImplantComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Implants.Radio; +namespace Content.Shared._DV.Implants.Radio; /// /// This indicates this entity has a radio implant implanted into themselves. diff --git a/Content.Shared/DeltaV/Implants/Radio/RadioImplantComponent.cs b/Content.Shared/_DV/Implants/Radio/RadioImplantComponent.cs similarity index 93% rename from Content.Shared/DeltaV/Implants/Radio/RadioImplantComponent.cs rename to Content.Shared/_DV/Implants/Radio/RadioImplantComponent.cs index 924bcf0a1c..6f99200eb2 100644 --- a/Content.Shared/DeltaV/Implants/Radio/RadioImplantComponent.cs +++ b/Content.Shared/_DV/Implants/Radio/RadioImplantComponent.cs @@ -2,7 +2,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.Implants.Radio; +namespace Content.Shared._DV.Implants.Radio; /// /// This is for radio implants. Might be Syndie, might not be Syndie, but either way, it's an implant. diff --git a/Content.Shared/DeltaV/Implants/Radio/SharedRadioImplantSystem.cs b/Content.Shared/_DV/Implants/Radio/SharedRadioImplantSystem.cs similarity index 97% rename from Content.Shared/DeltaV/Implants/Radio/SharedRadioImplantSystem.cs rename to Content.Shared/_DV/Implants/Radio/SharedRadioImplantSystem.cs index db2d60b6c0..fc868a7419 100644 --- a/Content.Shared/DeltaV/Implants/Radio/SharedRadioImplantSystem.cs +++ b/Content.Shared/_DV/Implants/Radio/SharedRadioImplantSystem.cs @@ -4,7 +4,7 @@ using Content.Shared.Storage; using Content.Shared.Storage.EntitySystems; using Robust.Shared.Containers; -namespace Content.Shared.DeltaV.Implants.Radio; +namespace Content.Shared._DV.Implants.Radio; /// /// This handles radio implants, which you can implant to get access to a radio channel. diff --git a/Content.Shared/_DV/Instruments/InstrumentVisualsComponent.cs b/Content.Shared/_DV/Instruments/InstrumentVisualsComponent.cs new file mode 100644 index 0000000000..0dad345a3e --- /dev/null +++ b/Content.Shared/_DV/Instruments/InstrumentVisualsComponent.cs @@ -0,0 +1,18 @@ +using Robust.Shared.GameStates; +using Robust.Shared.Serialization; + +namespace Content.Shared._DV.Instruments; + +/// +/// Controls the bool when the instrument UI is open. +/// Use GenericVisualizerComponent to then control sprite states. +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class InstrumentVisualsComponent : Component; + +[Serializable, NetSerializable] +public enum InstrumentVisuals : byte +{ + Playing, + Layer +} diff --git a/Content.Shared/_DV/Instruments/InstrumentVisualsSystem.cs b/Content.Shared/_DV/Instruments/InstrumentVisualsSystem.cs new file mode 100644 index 0000000000..c84331ca2e --- /dev/null +++ b/Content.Shared/_DV/Instruments/InstrumentVisualsSystem.cs @@ -0,0 +1,33 @@ +using Content.Shared.Instruments; +using Content.Shared.UserInterface; + +namespace Content.Shared._DV.Instruments; + +public sealed class InstrumentVisualsSystem : EntitySystem +{ + [Dependency] private readonly SharedAppearanceSystem _appearance = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnUIClosed); + SubscribeLocalEvent(OnUIOpened); + } + + private void OnUIClosed(Entity ent, ref BoundUIClosedEvent args) + { + if (args.UiKey is not InstrumentUiKey) + return; + + _appearance.SetData(ent, InstrumentVisuals.Playing, false); + } + + private void OnUIOpened(Entity ent, ref BoundUIOpenedEvent args) + { + if (args.UiKey is not InstrumentUiKey) + return; + + _appearance.SetData(ent, InstrumentVisuals.Playing, true); + } +} diff --git a/Content.Shared/DeltaV/Item/ItemToggle/Components/ItemToggleExamineComponent.cs b/Content.Shared/_DV/Item/ItemToggle/Components/ItemToggleExamineComponent.cs similarity index 76% rename from Content.Shared/DeltaV/Item/ItemToggle/Components/ItemToggleExamineComponent.cs rename to Content.Shared/_DV/Item/ItemToggle/Components/ItemToggleExamineComponent.cs index e8064d7945..5d5b226ba6 100644 --- a/Content.Shared/DeltaV/Item/ItemToggle/Components/ItemToggleExamineComponent.cs +++ b/Content.Shared/_DV/Item/ItemToggle/Components/ItemToggleExamineComponent.cs @@ -1,7 +1,7 @@ -using Content.Shared.DeltaV.Item.ItemToggle.Systems; +using Content.Shared._DV.Item.ItemToggle.Systems; using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Item.ItemToggle.Components; +namespace Content.Shared._DV.Item.ItemToggle.Components; /// /// Adds examine text when the item is on or off. diff --git a/Content.Shared/DeltaV/Item/ItemToggle/Systems/ItemToggleExamineSystem.cs b/Content.Shared/_DV/Item/ItemToggle/Systems/ItemToggleExamineSystem.cs similarity index 84% rename from Content.Shared/DeltaV/Item/ItemToggle/Systems/ItemToggleExamineSystem.cs rename to Content.Shared/_DV/Item/ItemToggle/Systems/ItemToggleExamineSystem.cs index 5abb0aec78..e800215a36 100644 --- a/Content.Shared/DeltaV/Item/ItemToggle/Systems/ItemToggleExamineSystem.cs +++ b/Content.Shared/_DV/Item/ItemToggle/Systems/ItemToggleExamineSystem.cs @@ -1,8 +1,8 @@ -using Content.Shared.DeltaV.Item.ItemToggle.Components; +using Content.Shared._DV.Item.ItemToggle.Components; using Content.Shared.Examine; using Content.Shared.Item.ItemToggle; -namespace Content.Shared.DeltaV.Item.ItemToggle.Systems; +namespace Content.Shared._DV.Item.ItemToggle.Systems; public sealed class ItemToggleExamineSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/Mail/MailDeliveryPoolPrototype.cs b/Content.Shared/_DV/Mail/MailDeliveryPoolPrototype.cs similarity index 95% rename from Content.Shared/DeltaV/Mail/MailDeliveryPoolPrototype.cs rename to Content.Shared/_DV/Mail/MailDeliveryPoolPrototype.cs index a541bef7ad..eb118a2ff6 100644 --- a/Content.Shared/DeltaV/Mail/MailDeliveryPoolPrototype.cs +++ b/Content.Shared/_DV/Mail/MailDeliveryPoolPrototype.cs @@ -1,6 +1,6 @@ using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.Mail; +namespace Content.Shared._DV.Mail; /// /// Generic random weighting dataset to use. diff --git a/Content.Shared/DeltaV/Mail/MailVisuals.cs b/Content.Shared/_DV/Mail/MailVisuals.cs similarity index 90% rename from Content.Shared/DeltaV/Mail/MailVisuals.cs rename to Content.Shared/_DV/Mail/MailVisuals.cs index 6ca26f129d..d6ef614613 100644 --- a/Content.Shared/DeltaV/Mail/MailVisuals.cs +++ b/Content.Shared/_DV/Mail/MailVisuals.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Mail +namespace Content.Shared._DV.Mail { /// /// Stores the visuals for mail. diff --git a/Content.Shared/DeltaV/Mail/SharedMailComponent.cs b/Content.Shared/_DV/Mail/SharedMailComponent.cs similarity index 68% rename from Content.Shared/DeltaV/Mail/SharedMailComponent.cs rename to Content.Shared/_DV/Mail/SharedMailComponent.cs index 6f4d7a2278..ba4c9f1b86 100644 --- a/Content.Shared/DeltaV/Mail/SharedMailComponent.cs +++ b/Content.Shared/_DV/Mail/SharedMailComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Shared.DeltaV.Mail +namespace Content.Shared._DV.Mail { public abstract partial class SharedMailComponent : Component { diff --git a/Content.Shared/DeltaV/NanoChat/NanoChatCardComponent.cs b/Content.Shared/_DV/NanoChat/NanoChatCardComponent.cs similarity index 94% rename from Content.Shared/DeltaV/NanoChat/NanoChatCardComponent.cs rename to Content.Shared/_DV/NanoChat/NanoChatCardComponent.cs index 7e40be7983..2f4c17cc56 100644 --- a/Content.Shared/DeltaV/NanoChat/NanoChatCardComponent.cs +++ b/Content.Shared/_DV/NanoChat/NanoChatCardComponent.cs @@ -1,8 +1,8 @@ -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; +using Content.Shared._DV.CartridgeLoader.Cartridges; using Robust.Shared.GameStates; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -namespace Content.Shared.DeltaV.NanoChat; +namespace Content.Shared._DV.NanoChat; [RegisterComponent, NetworkedComponent, Access(typeof(SharedNanoChatSystem))] [AutoGenerateComponentPause, AutoGenerateComponentState] diff --git a/Content.Shared/DeltaV/NanoChat/SharedNanoChatSystem.cs b/Content.Shared/_DV/NanoChat/SharedNanoChatSystem.cs similarity index 98% rename from Content.Shared/DeltaV/NanoChat/SharedNanoChatSystem.cs rename to Content.Shared/_DV/NanoChat/SharedNanoChatSystem.cs index 0a53122f87..4b7a57e979 100644 --- a/Content.Shared/DeltaV/NanoChat/SharedNanoChatSystem.cs +++ b/Content.Shared/_DV/NanoChat/SharedNanoChatSystem.cs @@ -1,8 +1,8 @@ -using Content.Shared.DeltaV.CartridgeLoader.Cartridges; +using Content.Shared._DV.CartridgeLoader.Cartridges; using Content.Shared.Examine; using Robust.Shared.Timing; -namespace Content.Shared.DeltaV.NanoChat; +namespace Content.Shared._DV.NanoChat; /// /// Base system for NanoChat functionality shared between client and server. diff --git a/Content.Shared/DeltaV/Pain/PainComponent.cs b/Content.Shared/_DV/Pain/PainComponent.cs similarity index 98% rename from Content.Shared/DeltaV/Pain/PainComponent.cs rename to Content.Shared/_DV/Pain/PainComponent.cs index a89ea80337..d0f2aa926f 100644 --- a/Content.Shared/DeltaV/Pain/PainComponent.cs +++ b/Content.Shared/_DV/Pain/PainComponent.cs @@ -3,7 +3,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -namespace Content.Shared.DeltaV.Pain; +namespace Content.Shared._DV.Pain; [RegisterComponent, NetworkedComponent] [AutoGenerateComponentState, AutoGenerateComponentPause] diff --git a/Content.Shared/DeltaV/Pain/SharedPainSystem.cs b/Content.Shared/_DV/Pain/SharedPainSystem.cs similarity index 97% rename from Content.Shared/DeltaV/Pain/SharedPainSystem.cs rename to Content.Shared/_DV/Pain/SharedPainSystem.cs index 896fd1590f..b4addc0881 100644 --- a/Content.Shared/DeltaV/Pain/SharedPainSystem.cs +++ b/Content.Shared/_DV/Pain/SharedPainSystem.cs @@ -1,7 +1,7 @@ using Content.Shared.StatusEffect; using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.Pain; +namespace Content.Shared._DV.Pain; public abstract class SharedPainSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/Paper/SignatureEvents.cs b/Content.Shared/_DV/Paper/SignatureEvents.cs similarity index 85% rename from Content.Shared/DeltaV/Paper/SignatureEvents.cs rename to Content.Shared/_DV/Paper/SignatureEvents.cs index e77990fc45..43ce55976c 100644 --- a/Content.Shared/DeltaV/Paper/SignatureEvents.cs +++ b/Content.Shared/_DV/Paper/SignatureEvents.cs @@ -1,4 +1,4 @@ -namespace Content.Shared.DeltaV.Paper; +namespace Content.Shared._DV.Paper; /// /// Raised on the pen when trying to sign a paper. diff --git a/Content.Shared/DeltaV/Paper/SignatureSystem.cs b/Content.Shared/_DV/Paper/SignatureSystem.cs similarity index 98% rename from Content.Shared/DeltaV/Paper/SignatureSystem.cs rename to Content.Shared/_DV/Paper/SignatureSystem.cs index 38a50b1e1a..b7d749e45a 100644 --- a/Content.Shared/DeltaV/Paper/SignatureSystem.cs +++ b/Content.Shared/_DV/Paper/SignatureSystem.cs @@ -6,7 +6,7 @@ using Content.Shared.Verbs; using Robust.Shared.Audio.Systems; using Robust.Shared.Player; -namespace Content.Shared.DeltaV.Paper; +namespace Content.Shared._DV.Paper; public sealed class SignatureSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/Planet/PlanetPrototype.cs b/Content.Shared/_DV/Planet/PlanetPrototype.cs similarity index 96% rename from Content.Shared/DeltaV/Planet/PlanetPrototype.cs rename to Content.Shared/_DV/Planet/PlanetPrototype.cs index e85ba26591..e41be0913e 100644 --- a/Content.Shared/DeltaV/Planet/PlanetPrototype.cs +++ b/Content.Shared/_DV/Planet/PlanetPrototype.cs @@ -3,7 +3,7 @@ using Content.Shared.Parallax.Biomes; using Content.Shared.Parallax.Biomes.Markers; using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.Planet; +namespace Content.Shared._DV.Planet; [Prototype] public sealed partial class PlanetPrototype : IPrototype diff --git a/Content.Shared/DeltaV/Psionics/Events.cs b/Content.Shared/_DV/Psionics/Events.cs similarity index 100% rename from Content.Shared/DeltaV/Psionics/Events.cs rename to Content.Shared/_DV/Psionics/Events.cs diff --git a/Content.Shared/DeltaV/QuickPhrase/QuickPhrasePrototype.cs b/Content.Shared/_DV/QuickPhrase/QuickPhrasePrototype.cs similarity index 96% rename from Content.Shared/DeltaV/QuickPhrase/QuickPhrasePrototype.cs rename to Content.Shared/_DV/QuickPhrase/QuickPhrasePrototype.cs index 14a258e916..44ebc20881 100644 --- a/Content.Shared/DeltaV/QuickPhrase/QuickPhrasePrototype.cs +++ b/Content.Shared/_DV/QuickPhrase/QuickPhrasePrototype.cs @@ -1,7 +1,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Array; -namespace Content.Shared.DeltaV.QuickPhrase; +namespace Content.Shared._DV.QuickPhrase; [Prototype] public sealed partial class QuickPhrasePrototype : IPrototype, IInheritingPrototype diff --git a/Content.Shared/DeltaV/Recruiter/RecruiterPenComponent.cs b/Content.Shared/_DV/Recruiter/RecruiterPenComponent.cs similarity index 97% rename from Content.Shared/DeltaV/Recruiter/RecruiterPenComponent.cs rename to Content.Shared/_DV/Recruiter/RecruiterPenComponent.cs index b753ffdd9e..ac336ba03d 100644 --- a/Content.Shared/DeltaV/Recruiter/RecruiterPenComponent.cs +++ b/Content.Shared/_DV/Recruiter/RecruiterPenComponent.cs @@ -3,7 +3,7 @@ using Content.Shared.Whitelist; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.Recruiter; +namespace Content.Shared._DV.Recruiter; /// /// Pen that can be pricked with the user's blood, and requires blood to sign papers. diff --git a/Content.Shared/DeltaV/Recruiter/SharedRecruiterPenSystem.cs b/Content.Shared/_DV/Recruiter/SharedRecruiterPenSystem.cs similarity index 97% rename from Content.Shared/DeltaV/Recruiter/SharedRecruiterPenSystem.cs rename to Content.Shared/_DV/Recruiter/SharedRecruiterPenSystem.cs index 9ac22df292..bb20945ea3 100644 --- a/Content.Shared/DeltaV/Recruiter/SharedRecruiterPenSystem.cs +++ b/Content.Shared/_DV/Recruiter/SharedRecruiterPenSystem.cs @@ -1,7 +1,7 @@ using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.EntitySystems; -using Content.Shared.DeltaV.Paper; -using Content.Shared.DeltaV.Roles; +using Content.Shared._DV.Paper; +using Content.Shared._DV.Roles; using Content.Shared.Hands; using Content.Shared.Interaction.Events; using Content.Shared.Mind; @@ -12,7 +12,7 @@ using Content.Shared.Roles; using Content.Shared.Whitelist; using Robust.Shared.Timing; -namespace Content.Shared.DeltaV.Recruiter; +namespace Content.Shared._DV.Recruiter; /// /// Handles finger pricking and signing for the recruiter pen. diff --git a/Content.Shared/DeltaV/Roles/FugitiveRoleComponent.cs b/Content.Shared/_DV/Roles/FugitiveRoleComponent.cs similarity index 76% rename from Content.Shared/DeltaV/Roles/FugitiveRoleComponent.cs rename to Content.Shared/_DV/Roles/FugitiveRoleComponent.cs index 6e081a72b9..c6ab7119c4 100644 --- a/Content.Shared/DeltaV/Roles/FugitiveRoleComponent.cs +++ b/Content.Shared/_DV/Roles/FugitiveRoleComponent.cs @@ -1,6 +1,6 @@ using Content.Shared.Roles; -namespace Content.Shared.DeltaV.Roles; +namespace Content.Shared._DV.Roles; [RegisterComponent] public sealed partial class FugitiveRoleComponent : BaseMindRoleComponent; diff --git a/Content.Shared/DeltaV/Roles/JobRequirement/WhitelistRequirement.cs b/Content.Shared/_DV/Roles/JobRequirement/WhitelistRequirement.cs similarity index 100% rename from Content.Shared/DeltaV/Roles/JobRequirement/WhitelistRequirement.cs rename to Content.Shared/_DV/Roles/JobRequirement/WhitelistRequirement.cs diff --git a/Content.Shared/DeltaV/Roles/ListeningPostRoleComponent.cs b/Content.Shared/_DV/Roles/ListeningPostRoleComponent.cs similarity index 76% rename from Content.Shared/DeltaV/Roles/ListeningPostRoleComponent.cs rename to Content.Shared/_DV/Roles/ListeningPostRoleComponent.cs index 4d94a7c1ed..6329edc977 100644 --- a/Content.Shared/DeltaV/Roles/ListeningPostRoleComponent.cs +++ b/Content.Shared/_DV/Roles/ListeningPostRoleComponent.cs @@ -1,6 +1,6 @@ using Content.Shared.Roles; -namespace Content.Shared.DeltaV.Roles; +namespace Content.Shared._DV.Roles; [RegisterComponent] public sealed partial class ListeningPostRoleComponent : BaseMindRoleComponent; diff --git a/Content.Shared/DeltaV/Roles/ParadoxAnomalyRole.cs b/Content.Shared/_DV/Roles/ParadoxAnomalyRole.cs similarity index 77% rename from Content.Shared/DeltaV/Roles/ParadoxAnomalyRole.cs rename to Content.Shared/_DV/Roles/ParadoxAnomalyRole.cs index 9f2e4902d3..75d48a84af 100644 --- a/Content.Shared/DeltaV/Roles/ParadoxAnomalyRole.cs +++ b/Content.Shared/_DV/Roles/ParadoxAnomalyRole.cs @@ -1,6 +1,6 @@ using Content.Shared.Roles; -namespace Content.Shared.DeltaV.Roles; +namespace Content.Shared._DV.Roles; [RegisterComponent] public sealed partial class ParadoxAnomalyRoleComponent : BaseMindRoleComponent; diff --git a/Content.Shared/DeltaV/Roles/RecruiterRole.cs b/Content.Shared/_DV/Roles/RecruiterRole.cs similarity index 76% rename from Content.Shared/DeltaV/Roles/RecruiterRole.cs rename to Content.Shared/_DV/Roles/RecruiterRole.cs index d85ff85fa1..6083c028b5 100644 --- a/Content.Shared/DeltaV/Roles/RecruiterRole.cs +++ b/Content.Shared/_DV/Roles/RecruiterRole.cs @@ -1,6 +1,6 @@ using Content.Shared.Roles; -namespace Content.Shared.DeltaV.Roles; +namespace Content.Shared._DV.Roles; [RegisterComponent] public sealed partial class RecruiterRoleComponent : BaseMindRoleComponent; diff --git a/Content.Shared/DeltaV/Roles/SynthesisRole.cs b/Content.Shared/_DV/Roles/SynthesisRole.cs similarity index 76% rename from Content.Shared/DeltaV/Roles/SynthesisRole.cs rename to Content.Shared/_DV/Roles/SynthesisRole.cs index b850ac6e44..a25c020ca5 100644 --- a/Content.Shared/DeltaV/Roles/SynthesisRole.cs +++ b/Content.Shared/_DV/Roles/SynthesisRole.cs @@ -1,6 +1,6 @@ using Content.Shared.Roles; -namespace Content.Shared.DeltaV.Roles; +namespace Content.Shared._DV.Roles; [RegisterComponent] public sealed partial class SynthesisRoleComponent : BaseMindRoleComponent; diff --git a/Content.Shared/DeltaV/Salvage/Components/MiningPointsComponent.cs b/Content.Shared/_DV/Salvage/Components/MiningPointsComponent.cs similarity index 88% rename from Content.Shared/DeltaV/Salvage/Components/MiningPointsComponent.cs rename to Content.Shared/_DV/Salvage/Components/MiningPointsComponent.cs index 33ea80280f..c956e1d28e 100644 --- a/Content.Shared/DeltaV/Salvage/Components/MiningPointsComponent.cs +++ b/Content.Shared/_DV/Salvage/Components/MiningPointsComponent.cs @@ -1,8 +1,8 @@ -using Content.Shared.DeltaV.Salvage.Systems; +using Content.Shared._DV.Salvage.Systems; using Robust.Shared.Audio; using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Salvage.Components; +namespace Content.Shared._DV.Salvage.Components; /// /// Stores mining points for a holder, such as an ID card or ore processor. diff --git a/Content.Shared/DeltaV/Salvage/Components/MiningPointsLatheComponent.cs b/Content.Shared/_DV/Salvage/Components/MiningPointsLatheComponent.cs similarity index 84% rename from Content.Shared/DeltaV/Salvage/Components/MiningPointsLatheComponent.cs rename to Content.Shared/_DV/Salvage/Components/MiningPointsLatheComponent.cs index fb7616e514..3b242ae022 100644 --- a/Content.Shared/DeltaV/Salvage/Components/MiningPointsLatheComponent.cs +++ b/Content.Shared/_DV/Salvage/Components/MiningPointsLatheComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Salvage.Components; +namespace Content.Shared._DV.Salvage.Components; /// /// Adds points to when making a recipe that has miningPoints set. diff --git a/Content.Shared/_DV/Salvage/Components/MiningVoucherComponent.cs b/Content.Shared/_DV/Salvage/Components/MiningVoucherComponent.cs new file mode 100644 index 0000000000..abc5c9225f --- /dev/null +++ b/Content.Shared/_DV/Salvage/Components/MiningVoucherComponent.cs @@ -0,0 +1,40 @@ +using Content.Shared._DV.Salvage.Systems; +using Content.Shared.Thief; +using Content.Shared.Whitelist; +using Robust.Shared.Audio; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared._DV.Salvage.Components; + +/// +/// Thief toolbox except it uses a radial menu and has to be redeemed at the salvage vendor. +/// +[RegisterComponent, NetworkedComponent, Access(typeof(MiningVoucherSystem))] +[AutoGenerateComponentState] +public sealed partial class MiningVoucherComponent : Component +{ + /// + /// Vendor must match this whitelist to be redeemed. + /// + [DataField(required: true)] + public EntityWhitelist VendorWhitelist; + + /// + /// The kits that can be selected. + /// + [DataField(required: true)] + public List> Kits = new(); + + /// + /// The index of the selected kit. + /// + [DataField, AutoNetworkedField] + public int? Selected; + + /// + /// Sound to play when redeeming the voucher. + /// + [DataField] + public SoundSpecifier? RedeemSound = new SoundPathSpecifier("/Audio/Machines/twobeep.ogg"); +} diff --git a/Content.Shared/DeltaV/Salvage/MiningPointsUI.cs b/Content.Shared/_DV/Salvage/MiningPointsUI.cs similarity index 86% rename from Content.Shared/DeltaV/Salvage/MiningPointsUI.cs rename to Content.Shared/_DV/Salvage/MiningPointsUI.cs index c101fa0c71..6233b5b92a 100644 --- a/Content.Shared/DeltaV/Salvage/MiningPointsUI.cs +++ b/Content.Shared/_DV/Salvage/MiningPointsUI.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Salvage; +namespace Content.Shared._DV.Salvage; /// /// Message for a lathe to transfer its mining points to the user's id card. diff --git a/Content.Shared/_DV/Salvage/MiningVoucherUI.cs b/Content.Shared/_DV/Salvage/MiningVoucherUI.cs new file mode 100644 index 0000000000..e01f19e8f2 --- /dev/null +++ b/Content.Shared/_DV/Salvage/MiningVoucherUI.cs @@ -0,0 +1,18 @@ +using Robust.Shared.Serialization; + +namespace Content.Shared._DV.Salvage; + +/// +/// Message for a mining voucher kit to be selected. +/// +[Serializable, NetSerializable] +public sealed class MiningVoucherSelectMessage(int index) : BoundUserInterfaceMessage +{ + public readonly int Index = index; +} + +[Serializable, NetSerializable] +public enum MiningVoucherUiKey : byte +{ + Key +} diff --git a/Content.Shared/DeltaV/Salvage/Systems/MiningPointsSystem.cs b/Content.Shared/_DV/Salvage/Systems/MiningPointsSystem.cs similarity index 97% rename from Content.Shared/DeltaV/Salvage/Systems/MiningPointsSystem.cs rename to Content.Shared/_DV/Salvage/Systems/MiningPointsSystem.cs index e3e5c0655e..a73667d344 100644 --- a/Content.Shared/DeltaV/Salvage/Systems/MiningPointsSystem.cs +++ b/Content.Shared/_DV/Salvage/Systems/MiningPointsSystem.cs @@ -1,9 +1,9 @@ using Content.Shared.Access.Systems; -using Content.Shared.DeltaV.Salvage.Components; +using Content.Shared._DV.Salvage.Components; using Content.Shared.Lathe; using Robust.Shared.Audio.Systems; -namespace Content.Shared.DeltaV.Salvage.Systems; +namespace Content.Shared._DV.Salvage.Systems; public sealed class MiningPointsSystem : EntitySystem { diff --git a/Content.Shared/_DV/Salvage/Systems/MiningVoucherSystem.cs b/Content.Shared/_DV/Salvage/Systems/MiningVoucherSystem.cs new file mode 100644 index 0000000000..b1a47494a5 --- /dev/null +++ b/Content.Shared/_DV/Salvage/Systems/MiningVoucherSystem.cs @@ -0,0 +1,93 @@ +using Content.Shared._DV.Salvage.Components; +using Content.Shared.Interaction; +using Content.Shared.Popups; +using Content.Shared.Power.EntitySystems; +using Content.Shared.Whitelist; +using Robust.Shared.Audio.Systems; +using Robust.Shared.Network; +using Robust.Shared.Prototypes; +using Robust.Shared.Timing; + +namespace Content.Shared._DV.Salvage.Systems; + +public sealed class MiningVoucherSystem : EntitySystem +{ + [Dependency] private readonly EntityWhitelistSystem _whitelist = default!; + [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly INetManager _net = default!; + [Dependency] private readonly IPrototypeManager _proto = default!; + [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly SharedPopupSystem _popup = default!; + [Dependency] private readonly SharedPowerReceiverSystem _power = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnAfterInteract); + Subs.BuiEvents(MiningVoucherUiKey.Key, subs => + { + subs.Event(OnSelect); + }); + } + + private void OnAfterInteract(Entity ent, ref AfterInteractEvent args) + { + if (args.Target is not {} target) + return; + + if (_whitelist.IsWhitelistFail(ent.Comp.VendorWhitelist, target)) + return; + + var user = args.User; + args.Handled = true; + + if (ent.Comp.Selected is not {} index) + { + _popup.PopupClient(Loc.GetString("mining-voucher-select-first"), target, user); + return; + } + + if (!_power.IsPowered(target)) + { + _popup.PopupClient(Loc.GetString("mining-voucher-vendor-unpowered", ("vendor", target)), target, user); + return; + } + + if (!_timing.IsFirstTimePredicted) + return; + + _audio.PlayPredicted(ent.Comp.RedeemSound, target, user); + Redeem(ent, index, user); + } + + private void OnSelect(Entity ent, ref MiningVoucherSelectMessage args) + { + var index = args.Index; + if (index < 0 || index >= ent.Comp.Kits.Count) + return; + + var user = args.Actor; + var kit = _proto.Index(ent.Comp.Kits[index]); + var name = Loc.GetString(kit.Name); + _popup.PopupEntity(Loc.GetString("mining-voucher-selected", ("kit", name)), user, user); + + ent.Comp.Selected = index; + Dirty(ent); + } + + public void Redeem(Entity ent, int index, EntityUid user) + { + if (_net.IsClient) + return; + + var kit = _proto.Index(ent.Comp.Kits[index]); + var xform = Transform(ent); + foreach (var id in kit.Content) + { + SpawnNextToOrDrop(id, ent, xform); + } + + QueueDel(ent); + } +} diff --git a/Content.Shared/DeltaV/Shipyard/Prototypes/VesselCategoryPrototype.cs b/Content.Shared/_DV/Shipyard/Prototypes/VesselCategoryPrototype.cs similarity index 100% rename from Content.Shared/DeltaV/Shipyard/Prototypes/VesselCategoryPrototype.cs rename to Content.Shared/_DV/Shipyard/Prototypes/VesselCategoryPrototype.cs diff --git a/Content.Shared/DeltaV/Shipyard/Prototypes/VesselPrototype.cs b/Content.Shared/_DV/Shipyard/Prototypes/VesselPrototype.cs similarity index 100% rename from Content.Shared/DeltaV/Shipyard/Prototypes/VesselPrototype.cs rename to Content.Shared/_DV/Shipyard/Prototypes/VesselPrototype.cs diff --git a/Content.Shared/DeltaV/Shipyard/SharedShipyardConsoleSystem.cs b/Content.Shared/_DV/Shipyard/SharedShipyardConsoleSystem.cs similarity index 100% rename from Content.Shared/DeltaV/Shipyard/SharedShipyardConsoleSystem.cs rename to Content.Shared/_DV/Shipyard/SharedShipyardConsoleSystem.cs diff --git a/Content.Shared/DeltaV/Shipyard/ShipyardConsoleComponent.cs b/Content.Shared/_DV/Shipyard/ShipyardConsoleComponent.cs similarity index 100% rename from Content.Shared/DeltaV/Shipyard/ShipyardConsoleComponent.cs rename to Content.Shared/_DV/Shipyard/ShipyardConsoleComponent.cs diff --git a/Content.Shared/DeltaV/Shipyard/ShipyardUi.cs b/Content.Shared/_DV/Shipyard/ShipyardUi.cs similarity index 100% rename from Content.Shared/DeltaV/Shipyard/ShipyardUi.cs rename to Content.Shared/_DV/Shipyard/ShipyardUi.cs diff --git a/Content.Shared/DeltaV/Shuttles/Components/DockingConsoleComponent.cs b/Content.Shared/_DV/Shuttles/Components/DockingConsoleComponent.cs similarity index 93% rename from Content.Shared/DeltaV/Shuttles/Components/DockingConsoleComponent.cs rename to Content.Shared/_DV/Shuttles/Components/DockingConsoleComponent.cs index a7726ebc3c..c065432104 100644 --- a/Content.Shared/DeltaV/Shuttles/Components/DockingConsoleComponent.cs +++ b/Content.Shared/_DV/Shuttles/Components/DockingConsoleComponent.cs @@ -1,10 +1,10 @@ -using Content.Shared.DeltaV.Shuttles.Systems; +using Content.Shared._DV.Shuttles.Systems; using Content.Shared.Tag; using Content.Shared.Whitelist; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.Shuttles.Components; +namespace Content.Shared._DV.Shuttles.Components; /// /// A shuttle console that can only ftl-dock between 2 grids. diff --git a/Content.Shared/DeltaV/Shuttles/Components/DockingShuttleComponent.cs b/Content.Shared/_DV/Shuttles/Components/DockingShuttleComponent.cs similarity index 91% rename from Content.Shared/DeltaV/Shuttles/Components/DockingShuttleComponent.cs rename to Content.Shared/_DV/Shuttles/Components/DockingShuttleComponent.cs index 1f27f79a74..3d9b2cc7df 100644 --- a/Content.Shared/DeltaV/Shuttles/Components/DockingShuttleComponent.cs +++ b/Content.Shared/_DV/Shuttles/Components/DockingShuttleComponent.cs @@ -1,9 +1,9 @@ -using Content.Shared.DeltaV.Shuttles.Systems; +using Content.Shared._DV.Shuttles.Systems; using Robust.Shared.GameStates; using Robust.Shared.Map; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Shuttles.Components; +namespace Content.Shared._DV.Shuttles.Components; /// /// Component that stores destinations a docking-only shuttle can use. diff --git a/Content.Shared/DeltaV/Shuttles/Components/MiningShuttleComponent.cs b/Content.Shared/_DV/Shuttles/Components/MiningShuttleComponent.cs similarity index 82% rename from Content.Shared/DeltaV/Shuttles/Components/MiningShuttleComponent.cs rename to Content.Shared/_DV/Shuttles/Components/MiningShuttleComponent.cs index 0c2cc0fe7e..1204863857 100644 --- a/Content.Shared/DeltaV/Shuttles/Components/MiningShuttleComponent.cs +++ b/Content.Shared/_DV/Shuttles/Components/MiningShuttleComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Shuttles.Components; +namespace Content.Shared._DV.Shuttles.Components; /// /// Marker component for the mining shuttle grid. diff --git a/Content.Shared/DeltaV/Shuttles/DockingConsoleUI.cs b/Content.Shared/_DV/Shuttles/DockingConsoleUI.cs similarity index 88% rename from Content.Shared/DeltaV/Shuttles/DockingConsoleUI.cs rename to Content.Shared/_DV/Shuttles/DockingConsoleUI.cs index ac0475b48c..72ed34f7bf 100644 --- a/Content.Shared/DeltaV/Shuttles/DockingConsoleUI.cs +++ b/Content.Shared/_DV/Shuttles/DockingConsoleUI.cs @@ -1,9 +1,9 @@ -using Content.Shared.DeltaV.Shuttles.Components; +using Content.Shared._DV.Shuttles.Components; using Content.Shared.Shuttles.Systems; using Content.Shared.Timing; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Shuttles; +namespace Content.Shared._DV.Shuttles; [Serializable, NetSerializable] public enum DockingConsoleUiKey : byte diff --git a/Content.Shared/DeltaV/Shuttles/Systems/SharedDockingConsoleSystem.cs b/Content.Shared/_DV/Shuttles/Systems/SharedDockingConsoleSystem.cs similarity index 56% rename from Content.Shared/DeltaV/Shuttles/Systems/SharedDockingConsoleSystem.cs rename to Content.Shared/_DV/Shuttles/Systems/SharedDockingConsoleSystem.cs index d478281fd8..0e2cc724ce 100644 --- a/Content.Shared/DeltaV/Shuttles/Systems/SharedDockingConsoleSystem.cs +++ b/Content.Shared/_DV/Shuttles/Systems/SharedDockingConsoleSystem.cs @@ -1,3 +1,3 @@ -namespace Content.Shared.DeltaV.Shuttles.Systems; +namespace Content.Shared._DV.Shuttles.Systems; public abstract class SharedDockingConsoleSystem : EntitySystem; diff --git a/Content.Shared/DeltaV/Shuttles/Systems/SharedDockingShuttleSystem.cs b/Content.Shared/_DV/Shuttles/Systems/SharedDockingShuttleSystem.cs similarity index 56% rename from Content.Shared/DeltaV/Shuttles/Systems/SharedDockingShuttleSystem.cs rename to Content.Shared/_DV/Shuttles/Systems/SharedDockingShuttleSystem.cs index c8ca3a3e2b..97c6aacd6f 100644 --- a/Content.Shared/DeltaV/Shuttles/Systems/SharedDockingShuttleSystem.cs +++ b/Content.Shared/_DV/Shuttles/Systems/SharedDockingShuttleSystem.cs @@ -1,3 +1,3 @@ -namespace Content.Shared.DeltaV.Shuttles.Systems; +namespace Content.Shared._DV.Shuttles.Systems; public abstract class SharedDockingShuttleSystem : EntitySystem; diff --git a/Content.Shared/DeltaV/Silicons/Laws/SharedSlavedBorgSystem.cs b/Content.Shared/_DV/Silicons/Laws/SharedSlavedBorgSystem.cs similarity index 56% rename from Content.Shared/DeltaV/Silicons/Laws/SharedSlavedBorgSystem.cs rename to Content.Shared/_DV/Silicons/Laws/SharedSlavedBorgSystem.cs index 141badf2db..c2202092a4 100644 --- a/Content.Shared/DeltaV/Silicons/Laws/SharedSlavedBorgSystem.cs +++ b/Content.Shared/_DV/Silicons/Laws/SharedSlavedBorgSystem.cs @@ -1,3 +1,3 @@ -namespace Content.Shared.DeltaV.Silicons.Laws; +namespace Content.Shared._DV.Silicons.Laws; public abstract class SharedSlavedBorgSystem : EntitySystem; diff --git a/Content.Shared/DeltaV/Silicons/Laws/SlavedBorgComponent.cs b/Content.Shared/_DV/Silicons/Laws/SlavedBorgComponent.cs similarity index 94% rename from Content.Shared/DeltaV/Silicons/Laws/SlavedBorgComponent.cs rename to Content.Shared/_DV/Silicons/Laws/SlavedBorgComponent.cs index 3c2dcd2226..b27e9e9a06 100644 --- a/Content.Shared/DeltaV/Silicons/Laws/SlavedBorgComponent.cs +++ b/Content.Shared/_DV/Silicons/Laws/SlavedBorgComponent.cs @@ -2,7 +2,7 @@ using Content.Shared.Silicons.Laws; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.Silicons.Laws; +namespace Content.Shared._DV.Silicons.Laws; /// /// Adds a law no matter the default lawset. diff --git a/Content.Shared/DeltaV/Speech/HushedComponent.cs b/Content.Shared/_DV/Speech/HushedComponent.cs similarity index 100% rename from Content.Shared/DeltaV/Speech/HushedComponent.cs rename to Content.Shared/_DV/Speech/HushedComponent.cs diff --git a/Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs b/Content.Shared/_DV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs similarity index 100% rename from Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs rename to Content.Shared/_DV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs diff --git a/Content.Shared/DeltaV/Storage/Components/MouthStorageComponent.cs b/Content.Shared/_DV/Storage/Components/MouthStorageComponent.cs similarity index 88% rename from Content.Shared/DeltaV/Storage/Components/MouthStorageComponent.cs rename to Content.Shared/_DV/Storage/Components/MouthStorageComponent.cs index ecc90363a0..ce3dba3aab 100644 --- a/Content.Shared/DeltaV/Storage/Components/MouthStorageComponent.cs +++ b/Content.Shared/_DV/Storage/Components/MouthStorageComponent.cs @@ -1,9 +1,9 @@ -using Content.Shared.DeltaV.Storage.EntitySystems; +using Content.Shared._DV.Storage.EntitySystems; using Content.Shared.FixedPoint; using Robust.Shared.Containers; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.Storage.Components; +namespace Content.Shared._DV.Storage.Components; [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] [Access(typeof(SharedMouthStorageSystem))] diff --git a/Content.Shared/DeltaV/Storage/EntitySystems/SharedMouthStorageSystem.cs b/Content.Shared/_DV/Storage/EntitySystems/SharedMouthStorageSystem.cs similarity index 97% rename from Content.Shared/DeltaV/Storage/EntitySystems/SharedMouthStorageSystem.cs rename to Content.Shared/_DV/Storage/EntitySystems/SharedMouthStorageSystem.cs index a16e0e53e6..61b779e5e9 100644 --- a/Content.Shared/DeltaV/Storage/EntitySystems/SharedMouthStorageSystem.cs +++ b/Content.Shared/_DV/Storage/EntitySystems/SharedMouthStorageSystem.cs @@ -1,7 +1,7 @@ using Content.Shared.Actions; using Content.Shared.CombatMode; using Content.Shared.Damage; -using Content.Shared.DeltaV.Storage.Components; +using Content.Shared._DV.Storage.Components; using Content.Shared.Examine; using Content.Shared.IdentityManagement; using Content.Shared.Nutrition; @@ -11,7 +11,7 @@ using Content.Shared.Storage.EntitySystems; using Robust.Shared.Containers; using Robust.Shared.Map; -namespace Content.Shared.DeltaV.Storage.EntitySystems; +namespace Content.Shared._DV.Storage.EntitySystems; public abstract class SharedMouthStorageSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/TapeRecorder/Components/ActiveTapeRecorderComponent.cs b/Content.Shared/_DV/TapeRecorder/Components/ActiveTapeRecorderComponent.cs similarity index 81% rename from Content.Shared/DeltaV/TapeRecorder/Components/ActiveTapeRecorderComponent.cs rename to Content.Shared/_DV/TapeRecorder/Components/ActiveTapeRecorderComponent.cs index a356237040..4f3f6e0859 100644 --- a/Content.Shared/DeltaV/TapeRecorder/Components/ActiveTapeRecorderComponent.cs +++ b/Content.Shared/_DV/TapeRecorder/Components/ActiveTapeRecorderComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.TapeRecorder.Components; +namespace Content.Shared._DV.TapeRecorder.Components; /// /// Added to tape records that are updating, winding or rewinding the tape. diff --git a/Content.Shared/DeltaV/TapeRecorder/Components/FitsInTapeRecorderComponent.cs b/Content.Shared/_DV/TapeRecorder/Components/FitsInTapeRecorderComponent.cs similarity index 81% rename from Content.Shared/DeltaV/TapeRecorder/Components/FitsInTapeRecorderComponent.cs rename to Content.Shared/_DV/TapeRecorder/Components/FitsInTapeRecorderComponent.cs index 7e4c461973..316979ad16 100644 --- a/Content.Shared/DeltaV/TapeRecorder/Components/FitsInTapeRecorderComponent.cs +++ b/Content.Shared/_DV/TapeRecorder/Components/FitsInTapeRecorderComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.TapeRecorder.Components; +namespace Content.Shared._DV.TapeRecorder.Components; /// /// Removed from the cassette when damaged to prevent it being played until repaired diff --git a/Content.Shared/DeltaV/TapeRecorder/Components/TapeCasetteComponent.cs b/Content.Shared/_DV/TapeRecorder/Components/TapeCasetteComponent.cs similarity index 93% rename from Content.Shared/DeltaV/TapeRecorder/Components/TapeCasetteComponent.cs rename to Content.Shared/_DV/TapeRecorder/Components/TapeCasetteComponent.cs index a11be3c64a..b69b87fa3e 100644 --- a/Content.Shared/DeltaV/TapeRecorder/Components/TapeCasetteComponent.cs +++ b/Content.Shared/_DV/TapeRecorder/Components/TapeCasetteComponent.cs @@ -1,8 +1,8 @@ -using Content.Shared.DeltaV.TapeRecorder.Systems; +using Content.Shared._DV.TapeRecorder.Systems; using Content.Shared.Whitelist; using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.TapeRecorder.Components; +namespace Content.Shared._DV.TapeRecorder.Components; [RegisterComponent, NetworkedComponent, Access(typeof(SharedTapeRecorderSystem))] [AutoGenerateComponentState] diff --git a/Content.Shared/DeltaV/TapeRecorder/Components/TapeRecorderComponent.cs b/Content.Shared/_DV/TapeRecorder/Components/TapeRecorderComponent.cs similarity index 91% rename from Content.Shared/DeltaV/TapeRecorder/Components/TapeRecorderComponent.cs rename to Content.Shared/_DV/TapeRecorder/Components/TapeRecorderComponent.cs index c5600b8bcf..e5ed28121c 100644 --- a/Content.Shared/DeltaV/TapeRecorder/Components/TapeRecorderComponent.cs +++ b/Content.Shared/_DV/TapeRecorder/Components/TapeRecorderComponent.cs @@ -1,11 +1,11 @@ -using Content.Shared.DeltaV.TapeRecorder.Systems; +using Content.Shared._DV.TapeRecorder.Systems; using Robust.Shared.Audio; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; using Robust.Shared.Utility; -namespace Content.Shared.DeltaV.TapeRecorder.Components; +namespace Content.Shared._DV.TapeRecorder.Components; [RegisterComponent, NetworkedComponent, Access(typeof(SharedTapeRecorderSystem))] [AutoGenerateComponentState, AutoGenerateComponentPause] @@ -58,7 +58,7 @@ public sealed partial class TapeRecorderComponent : Component /// What sound is used when play mode is activated /// [DataField] - public SoundSpecifier PlaySound = new SoundPathSpecifier("/Audio/DeltaV/Items/TapeRecorder/play.ogg") + public SoundSpecifier PlaySound = new SoundPathSpecifier("/Audio/_DV/Items/TapeRecorder/play.ogg") { Params = AudioParams.Default.WithVolume(-2f).WithMaxDistance(3f) }; @@ -67,7 +67,7 @@ public sealed partial class TapeRecorderComponent : Component /// What sound is used when stop mode is activated /// [DataField] - public SoundSpecifier StopSound = new SoundPathSpecifier("/Audio/DeltaV/Items/TapeRecorder/stop.ogg") + public SoundSpecifier StopSound = new SoundPathSpecifier("/Audio/_DV/Items/TapeRecorder/stop.ogg") { Params = AudioParams.Default.WithVolume(-2f).WithMaxDistance(3f) }; @@ -76,7 +76,7 @@ public sealed partial class TapeRecorderComponent : Component /// What sound is used when rewind mode is activated /// [DataField] - public SoundSpecifier RewindSound = new SoundPathSpecifier("/Audio/DeltaV/Items/TapeRecorder/rewind.ogg") + public SoundSpecifier RewindSound = new SoundPathSpecifier("/Audio/_DV/Items/TapeRecorder/rewind.ogg") { Params = AudioParams.Default.WithVolume(-2f).WithMaxDistance(3f) }; diff --git a/Content.Shared/DeltaV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs b/Content.Shared/_DV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs similarity index 99% rename from Content.Shared/DeltaV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs rename to Content.Shared/_DV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs index 34ff5c348d..35e60e46a8 100644 --- a/Content.Shared/DeltaV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs +++ b/Content.Shared/_DV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs @@ -1,6 +1,6 @@ using Content.Shared.Containers.ItemSlots; using Content.Shared.Damage; -using Content.Shared.DeltaV.TapeRecorder.Components; +using Content.Shared._DV.TapeRecorder.Components; using Content.Shared.Destructible; using Content.Shared.DoAfter; using Content.Shared.Examine; @@ -19,7 +19,7 @@ using Robust.Shared.Timing; using System.Diagnostics.CodeAnalysis; using System.Text; -namespace Content.Shared.DeltaV.TapeRecorder.Systems; +namespace Content.Shared._DV.TapeRecorder.Systems; public abstract class SharedTapeRecorderSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/TapeRecorder/TapeCasetteRecordedMessage.cs b/Content.Shared/_DV/TapeRecorder/TapeCasetteRecordedMessage.cs similarity index 96% rename from Content.Shared/DeltaV/TapeRecorder/TapeCasetteRecordedMessage.cs rename to Content.Shared/_DV/TapeRecorder/TapeCasetteRecordedMessage.cs index 92828b2830..996e7cf143 100644 --- a/Content.Shared/DeltaV/TapeRecorder/TapeCasetteRecordedMessage.cs +++ b/Content.Shared/_DV/TapeRecorder/TapeCasetteRecordedMessage.cs @@ -1,7 +1,7 @@ using Content.Shared.Speech; using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.TapeRecorder; +namespace Content.Shared._DV.TapeRecorder; /// /// Every chat event recorded on a tape is saved in this format diff --git a/Content.Shared/DeltaV/TapeRecorder/TapeRecorderUI.cs b/Content.Shared/_DV/TapeRecorder/TapeRecorderUI.cs similarity index 96% rename from Content.Shared/DeltaV/TapeRecorder/TapeRecorderUI.cs rename to Content.Shared/_DV/TapeRecorder/TapeRecorderUI.cs index 3a616cf8ff..52a742bb7c 100644 --- a/Content.Shared/DeltaV/TapeRecorder/TapeRecorderUI.cs +++ b/Content.Shared/_DV/TapeRecorder/TapeRecorderUI.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.TapeRecorder; +namespace Content.Shared._DV.TapeRecorder; [Serializable, NetSerializable] public enum TapeRecorderVisuals : byte diff --git a/Content.Shared/DeltaV/VendingMachines/PointsVendorComponent.cs b/Content.Shared/_DV/VendingMachines/PointsVendorComponent.cs similarity index 83% rename from Content.Shared/DeltaV/VendingMachines/PointsVendorComponent.cs rename to Content.Shared/_DV/VendingMachines/PointsVendorComponent.cs index d505215a46..516a306d90 100644 --- a/Content.Shared/DeltaV/VendingMachines/PointsVendorComponent.cs +++ b/Content.Shared/_DV/VendingMachines/PointsVendorComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.VendingMachines; +namespace Content.Shared._DV.VendingMachines; /// /// Makes a use mining points to buy items. diff --git a/Content.Shared/DeltaV/VendingMachines/SharedShopVendorSystem.cs b/Content.Shared/_DV/VendingMachines/SharedShopVendorSystem.cs similarity index 98% rename from Content.Shared/DeltaV/VendingMachines/SharedShopVendorSystem.cs rename to Content.Shared/_DV/VendingMachines/SharedShopVendorSystem.cs index 464711c32a..254632a086 100644 --- a/Content.Shared/DeltaV/VendingMachines/SharedShopVendorSystem.cs +++ b/Content.Shared/_DV/VendingMachines/SharedShopVendorSystem.cs @@ -1,5 +1,5 @@ using Content.Shared.Access.Systems; -using Content.Shared.DeltaV.Salvage.Systems; +using Content.Shared._DV.Salvage.Systems; using Content.Shared.Destructible; using Content.Shared.Popups; using Content.Shared.Power; @@ -10,7 +10,7 @@ using Robust.Shared.Audio.Systems; using Robust.Shared.Prototypes; using Robust.Shared.Timing; -namespace Content.Shared.DeltaV.VendingMachines; +namespace Content.Shared._DV.VendingMachines; public abstract class SharedShopVendorSystem : EntitySystem { diff --git a/Content.Shared/DeltaV/VendingMachines/ShopInventoryPrototype.cs b/Content.Shared/_DV/VendingMachines/ShopInventoryPrototype.cs similarity index 92% rename from Content.Shared/DeltaV/VendingMachines/ShopInventoryPrototype.cs rename to Content.Shared/_DV/VendingMachines/ShopInventoryPrototype.cs index 3b04c0d049..f7198642ae 100644 --- a/Content.Shared/DeltaV/VendingMachines/ShopInventoryPrototype.cs +++ b/Content.Shared/_DV/VendingMachines/ShopInventoryPrototype.cs @@ -1,7 +1,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.VendingMachines; +namespace Content.Shared._DV.VendingMachines; /// /// Similar to VendingMachineInventoryPrototype but for . diff --git a/Content.Shared/DeltaV/VendingMachines/ShopVendorComponent.cs b/Content.Shared/_DV/VendingMachines/ShopVendorComponent.cs similarity index 98% rename from Content.Shared/DeltaV/VendingMachines/ShopVendorComponent.cs rename to Content.Shared/_DV/VendingMachines/ShopVendorComponent.cs index 1de2c5476e..5638af6802 100644 --- a/Content.Shared/DeltaV/VendingMachines/ShopVendorComponent.cs +++ b/Content.Shared/_DV/VendingMachines/ShopVendorComponent.cs @@ -3,7 +3,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -namespace Content.Shared.DeltaV.VendingMachines; +namespace Content.Shared._DV.VendingMachines; /// /// A vending machine that sells items for a currency controlled by events. diff --git a/Content.Shared/DeltaV/VendingMachines/ShopVendorUI.cs b/Content.Shared/_DV/VendingMachines/ShopVendorUI.cs similarity index 80% rename from Content.Shared/DeltaV/VendingMachines/ShopVendorUI.cs rename to Content.Shared/_DV/VendingMachines/ShopVendorUI.cs index 9f288d9d32..1f653dda6f 100644 --- a/Content.Shared/DeltaV/VendingMachines/ShopVendorUI.cs +++ b/Content.Shared/_DV/VendingMachines/ShopVendorUI.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.VendingMachines; +namespace Content.Shared._DV.VendingMachines; [Serializable, NetSerializable] public sealed class ShopVendorPurchaseMessage(int index) : BoundUserInterfaceMessage diff --git a/Content.Shared/DeltaV/Weapons/Ranged/EnergyGunFireModeVisuals.cs b/Content.Shared/_DV/Weapons/Ranged/EnergyGunFireModeVisuals.cs similarity index 83% rename from Content.Shared/DeltaV/Weapons/Ranged/EnergyGunFireModeVisuals.cs rename to Content.Shared/_DV/Weapons/Ranged/EnergyGunFireModeVisuals.cs index de84ac4934..43cb832741 100644 --- a/Content.Shared/DeltaV/Weapons/Ranged/EnergyGunFireModeVisuals.cs +++ b/Content.Shared/_DV/Weapons/Ranged/EnergyGunFireModeVisuals.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Weapons.Ranged; +namespace Content.Shared._DV.Weapons.Ranged; [Serializable, NetSerializable] public enum EnergyGunFireModeVisuals : byte diff --git a/Content.Shared/DeltaV/Weather/Components/AshStormImmuneComponent.cs b/Content.Shared/_DV/Weather/Components/AshStormImmuneComponent.cs similarity index 80% rename from Content.Shared/DeltaV/Weather/Components/AshStormImmuneComponent.cs rename to Content.Shared/_DV/Weather/Components/AshStormImmuneComponent.cs index ec2c272695..1d6236682a 100644 --- a/Content.Shared/DeltaV/Weather/Components/AshStormImmuneComponent.cs +++ b/Content.Shared/_DV/Weather/Components/AshStormImmuneComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.DeltaV.Weather.Components; +namespace Content.Shared._DV.Weather.Components; /// /// Makes an entity not take damage from ash storms. diff --git a/Content.Shared/DeltaV/Whitelist/WhitelistTierPrototype.cs b/Content.Shared/_DV/Whitelist/WhitelistTierPrototype.cs similarity index 90% rename from Content.Shared/DeltaV/Whitelist/WhitelistTierPrototype.cs rename to Content.Shared/_DV/Whitelist/WhitelistTierPrototype.cs index a74a449b00..bab750529a 100644 --- a/Content.Shared/DeltaV/Whitelist/WhitelistTierPrototype.cs +++ b/Content.Shared/_DV/Whitelist/WhitelistTierPrototype.cs @@ -1,7 +1,7 @@ using Content.Shared.Roles; using Robust.Shared.Prototypes; -namespace Content.Shared.DeltaV.Whitelist; +namespace Content.Shared._DV.Whitelist; [Prototype("whitelistTier")] public sealed class WhitelistTierPrototype : IPrototype diff --git a/Content.Shared/_EE/Footprint/FootPrintsComponent.cs b/Content.Shared/_EE/Footprint/FootPrintsComponent.cs index c705c8a209..7c2da23b19 100644 --- a/Content.Shared/_EE/Footprint/FootPrintsComponent.cs +++ b/Content.Shared/_EE/Footprint/FootPrintsComponent.cs @@ -8,7 +8,7 @@ namespace Content.Shared._EE.FootPrint; public sealed partial class FootPrintsComponent : Component { [ViewVariables(VVAccess.ReadOnly), DataField] - public ResPath RsiPath = new("/Textures/_EE/Effects/footprints.rsi"); //DeltaV moved to its own space + public ResPath RsiPath = new("/Textures/_EE/Effects/footprints.rsi"); // DeltaV moved to its own space // all of those are set as a layer [ViewVariables(VVAccess.ReadOnly), DataField] diff --git a/Resources/Audio/DeltaV/Animals/capybara.ogg b/Resources/Audio/_DV/Animals/capybara.ogg similarity index 100% rename from Resources/Audio/DeltaV/Animals/capybara.ogg rename to Resources/Audio/_DV/Animals/capybara.ogg diff --git a/Resources/Audio/DeltaV/Effects/Shuttle/attributions.yml b/Resources/Audio/_DV/Effects/Shuttle/attributions.yml similarity index 100% rename from Resources/Audio/DeltaV/Effects/Shuttle/attributions.yml rename to Resources/Audio/_DV/Effects/Shuttle/attributions.yml diff --git a/Resources/Audio/DeltaV/Effects/Shuttle/hyperspace_progress.ogg b/Resources/Audio/_DV/Effects/Shuttle/hyperspace_progress.ogg similarity index 100% rename from Resources/Audio/DeltaV/Effects/Shuttle/hyperspace_progress.ogg rename to Resources/Audio/_DV/Effects/Shuttle/hyperspace_progress.ogg diff --git a/Resources/Audio/DeltaV/Effects/attributions.yml b/Resources/Audio/_DV/Effects/attributions.yml similarity index 100% rename from Resources/Audio/DeltaV/Effects/attributions.yml rename to Resources/Audio/_DV/Effects/attributions.yml diff --git a/Resources/Audio/DeltaV/Effects/clang2.ogg b/Resources/Audio/_DV/Effects/clang2.ogg similarity index 100% rename from Resources/Audio/DeltaV/Effects/clang2.ogg rename to Resources/Audio/_DV/Effects/clang2.ogg diff --git a/Resources/Audio/DeltaV/Effects/crack1.ogg b/Resources/Audio/_DV/Effects/crack1.ogg similarity index 100% rename from Resources/Audio/DeltaV/Effects/crack1.ogg rename to Resources/Audio/_DV/Effects/crack1.ogg diff --git a/Resources/Audio/DeltaV/Effects/license.txt b/Resources/Audio/_DV/Effects/license.txt similarity index 100% rename from Resources/Audio/DeltaV/Effects/license.txt rename to Resources/Audio/_DV/Effects/license.txt diff --git a/Resources/Audio/DeltaV/Glimmer_Creatures/attributions.yml b/Resources/Audio/_DV/Glimmer_Creatures/attributions.yml similarity index 100% rename from Resources/Audio/DeltaV/Glimmer_Creatures/attributions.yml rename to Resources/Audio/_DV/Glimmer_Creatures/attributions.yml diff --git a/Resources/Audio/DeltaV/Glimmer_Creatures/mite.ogg b/Resources/Audio/_DV/Glimmer_Creatures/mite.ogg similarity index 100% rename from Resources/Audio/DeltaV/Glimmer_Creatures/mite.ogg rename to Resources/Audio/_DV/Glimmer_Creatures/mite.ogg diff --git a/Resources/Audio/DeltaV/Items/TapeRecorder/attributions.yml b/Resources/Audio/_DV/Items/TapeRecorder/attributions.yml similarity index 100% rename from Resources/Audio/DeltaV/Items/TapeRecorder/attributions.yml rename to Resources/Audio/_DV/Items/TapeRecorder/attributions.yml diff --git a/Resources/Audio/DeltaV/Items/TapeRecorder/play.ogg b/Resources/Audio/_DV/Items/TapeRecorder/play.ogg similarity index 100% rename from Resources/Audio/DeltaV/Items/TapeRecorder/play.ogg rename to Resources/Audio/_DV/Items/TapeRecorder/play.ogg diff --git a/Resources/Audio/DeltaV/Items/TapeRecorder/rewind.ogg b/Resources/Audio/_DV/Items/TapeRecorder/rewind.ogg similarity index 100% rename from Resources/Audio/DeltaV/Items/TapeRecorder/rewind.ogg rename to Resources/Audio/_DV/Items/TapeRecorder/rewind.ogg diff --git a/Resources/Audio/DeltaV/Items/TapeRecorder/stop.ogg b/Resources/Audio/_DV/Items/TapeRecorder/stop.ogg similarity index 100% rename from Resources/Audio/DeltaV/Items/TapeRecorder/stop.ogg rename to Resources/Audio/_DV/Items/TapeRecorder/stop.ogg diff --git a/Resources/Audio/DeltaV/Items/eatfood.ogg b/Resources/Audio/_DV/Items/eatfood.ogg similarity index 100% rename from Resources/Audio/DeltaV/Items/eatfood.ogg rename to Resources/Audio/_DV/Items/eatfood.ogg diff --git a/Resources/Audio/DeltaV/Items/gavel.ogg b/Resources/Audio/_DV/Items/gavel.ogg similarity index 100% rename from Resources/Audio/DeltaV/Items/gavel.ogg rename to Resources/Audio/_DV/Items/gavel.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/Caravan_Palace_Lone_Digger-MONO.ogg b/Resources/Audio/_DV/Jukebox/Caravan_Palace_Lone_Digger-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/Caravan_Palace_Lone_Digger-MONO.ogg rename to Resources/Audio/_DV/Jukebox/Caravan_Palace_Lone_Digger-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/DOS=HIGH,_UMB.ogg b/Resources/Audio/_DV/Jukebox/DOS=HIGH,_UMB.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/DOS=HIGH,_UMB.ogg rename to Resources/Audio/_DV/Jukebox/DOS=HIGH,_UMB.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/Patricia_Taxxon_-_Minute_-_MONO.ogg b/Resources/Audio/_DV/Jukebox/Patricia_Taxxon_-_Minute_-_MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/Patricia_Taxxon_-_Minute_-_MONO.ogg rename to Resources/Audio/_DV/Jukebox/Patricia_Taxxon_-_Minute_-_MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/Phoron_Will_Make_Us_RichMONO2.ogg b/Resources/Audio/_DV/Jukebox/Phoron_Will_Make_Us_RichMONO2.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/Phoron_Will_Make_Us_RichMONO2.ogg rename to Resources/Audio/_DV/Jukebox/Phoron_Will_Make_Us_RichMONO2.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/Scratch_Post_-_OST_MONO.ogg b/Resources/Audio/_DV/Jukebox/Scratch_Post_-_OST_MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/Scratch_Post_-_OST_MONO.ogg rename to Resources/Audio/_DV/Jukebox/Scratch_Post_-_OST_MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/a_different_reality_lagoona_remix.xm-MONO.ogg b/Resources/Audio/_DV/Jukebox/a_different_reality_lagoona_remix.xm-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/a_different_reality_lagoona_remix.xm-MONO.ogg rename to Resources/Audio/_DV/Jukebox/a_different_reality_lagoona_remix.xm-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/aggravated.it-MONO.ogg b/Resources/Audio/_DV/Jukebox/aggravated.it-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/aggravated.it-MONO.ogg rename to Resources/Audio/_DV/Jukebox/aggravated.it-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/attributions.yml b/Resources/Audio/_DV/Jukebox/attributions.yml similarity index 99% rename from Resources/Audio/DeltaV/Jukebox/attributions.yml rename to Resources/Audio/_DV/Jukebox/attributions.yml index 6d532a245e..9618cfa32a 100644 --- a/Resources/Audio/DeltaV/Jukebox/attributions.yml +++ b/Resources/Audio/_DV/Jukebox/attributions.yml @@ -1,4 +1,4 @@ -# sorted alphabetically based on filenames in the folder Resources/Audio/DeltaV/Jukebox +# sorted alphabetically based on filenames in the folder Resources/Audio/_DV/Jukebox # keep it ordered or I'll stab you - files: ["a_different_reality_lagoona_remix.xm-MONO.ogg"] diff --git a/Resources/Audio/DeltaV/Jukebox/autumnal_equinox.xm-MONO.ogg b/Resources/Audio/_DV/Jukebox/autumnal_equinox.xm-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/autumnal_equinox.xm-MONO.ogg rename to Resources/Audio/_DV/Jukebox/autumnal_equinox.xm-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/deck_the_halls_b-MONO.ogg b/Resources/Audio/_DV/Jukebox/deck_the_halls_b-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/deck_the_halls_b-MONO.ogg rename to Resources/Audio/_DV/Jukebox/deck_the_halls_b-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/drozerix_-_alone.xm-MONO.ogg b/Resources/Audio/_DV/Jukebox/drozerix_-_alone.xm-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/drozerix_-_alone.xm-MONO.ogg rename to Resources/Audio/_DV/Jukebox/drozerix_-_alone.xm-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/drozerix_-_leisurely_voice.xm-MONO.ogg b/Resources/Audio/_DV/Jukebox/drozerix_-_leisurely_voice.xm-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/drozerix_-_leisurely_voice.xm-MONO.ogg rename to Resources/Audio/_DV/Jukebox/drozerix_-_leisurely_voice.xm-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/every_light_is_blinking_at_onceMONO.ogg b/Resources/Audio/_DV/Jukebox/every_light_is_blinking_at_onceMONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/every_light_is_blinking_at_onceMONO.ogg rename to Resources/Audio/_DV/Jukebox/every_light_is_blinking_at_onceMONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/hackers-MONO.ogg b/Resources/Audio/_DV/Jukebox/hackers-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/hackers-MONO.ogg rename to Resources/Audio/_DV/Jukebox/hackers-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/lasers_rip_apart_the_bulkheadMONO.ogg b/Resources/Audio/_DV/Jukebox/lasers_rip_apart_the_bulkheadMONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/lasers_rip_apart_the_bulkheadMONO.ogg rename to Resources/Audio/_DV/Jukebox/lasers_rip_apart_the_bulkheadMONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/marhaba-MONO.ogg b/Resources/Audio/_DV/Jukebox/marhaba-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/marhaba-MONO.ogg rename to Resources/Audio/_DV/Jukebox/marhaba-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/psirius_-_nymphs_of_the_forest.mptm-MONO.ogg b/Resources/Audio/_DV/Jukebox/psirius_-_nymphs_of_the_forest.mptm-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/psirius_-_nymphs_of_the_forest.mptm-MONO.ogg rename to Resources/Audio/_DV/Jukebox/psirius_-_nymphs_of_the_forest.mptm-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/shibamata-MONO.ogg b/Resources/Audio/_DV/Jukebox/shibamata-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/shibamata-MONO.ogg rename to Resources/Audio/_DV/Jukebox/shibamata-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/space_asshole-MONO.ogg b/Resources/Audio/_DV/Jukebox/space_asshole-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/space_asshole-MONO.ogg rename to Resources/Audio/_DV/Jukebox/space_asshole-MONO.ogg diff --git a/Resources/Audio/DeltaV/Jukebox/superposition-MONO.ogg b/Resources/Audio/_DV/Jukebox/superposition-MONO.ogg similarity index 100% rename from Resources/Audio/DeltaV/Jukebox/superposition-MONO.ogg rename to Resources/Audio/_DV/Jukebox/superposition-MONO.ogg diff --git a/Resources/Audio/DeltaV/Misc/license.txt b/Resources/Audio/_DV/Misc/license.txt similarity index 100% rename from Resources/Audio/DeltaV/Misc/license.txt rename to Resources/Audio/_DV/Misc/license.txt diff --git a/Resources/Audio/DeltaV/Misc/reducedtoatmos.ogg b/Resources/Audio/_DV/Misc/reducedtoatmos.ogg similarity index 100% rename from Resources/Audio/DeltaV/Misc/reducedtoatmos.ogg rename to Resources/Audio/_DV/Misc/reducedtoatmos.ogg diff --git a/Resources/Audio/DeltaV/Voice/Harpy/attributions.yml b/Resources/Audio/_DV/Voice/Harpy/attributions.yml similarity index 100% rename from Resources/Audio/DeltaV/Voice/Harpy/attributions.yml rename to Resources/Audio/_DV/Voice/Harpy/attributions.yml diff --git a/Resources/Audio/DeltaV/Voice/Harpy/caw1.ogg b/Resources/Audio/_DV/Voice/Harpy/caw1.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Harpy/caw1.ogg rename to Resources/Audio/_DV/Voice/Harpy/caw1.ogg diff --git a/Resources/Audio/DeltaV/Voice/Harpy/chirp1.ogg b/Resources/Audio/_DV/Voice/Harpy/chirp1.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Harpy/chirp1.ogg rename to Resources/Audio/_DV/Voice/Harpy/chirp1.ogg diff --git a/Resources/Audio/DeltaV/Voice/Harpy/license.txt b/Resources/Audio/_DV/Voice/Harpy/license.txt similarity index 100% rename from Resources/Audio/DeltaV/Voice/Harpy/license.txt rename to Resources/Audio/_DV/Voice/Harpy/license.txt diff --git a/Resources/Audio/DeltaV/Voice/Talk/license.txt b/Resources/Audio/_DV/Voice/Talk/license.txt similarity index 100% rename from Resources/Audio/DeltaV/Voice/Talk/license.txt rename to Resources/Audio/_DV/Voice/Talk/license.txt diff --git a/Resources/Audio/DeltaV/Voice/Talk/vulp.ogg b/Resources/Audio/_DV/Voice/Talk/vulp.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Talk/vulp.ogg rename to Resources/Audio/_DV/Voice/Talk/vulp.ogg diff --git a/Resources/Audio/DeltaV/Voice/Talk/vulp_ask.ogg b/Resources/Audio/_DV/Voice/Talk/vulp_ask.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Talk/vulp_ask.ogg rename to Resources/Audio/_DV/Voice/Talk/vulp_ask.ogg diff --git a/Resources/Audio/DeltaV/Voice/Talk/vulp_exclaim.ogg b/Resources/Audio/_DV/Voice/Talk/vulp_exclaim.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Talk/vulp_exclaim.ogg rename to Resources/Audio/_DV/Voice/Talk/vulp_exclaim.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/attributions.yml b/Resources/Audio/_DV/Voice/Vulpkanin/attributions.yml similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/attributions.yml rename to Resources/Audio/_DV/Voice/Vulpkanin/attributions.yml diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_bark1.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_bark1.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_bark1.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_bark1.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_bark2.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_bark2.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_bark2.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_bark2.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_bark3.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_bark3.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_bark3.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_bark3.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl1.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_growl1.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl1.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_growl1.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl2.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_growl2.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl2.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_growl2.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl3.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_growl3.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl3.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_growl3.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl4.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_growl4.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl4.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_growl4.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl5.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_growl5.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl5.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_growl5.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl6.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_growl6.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_growl6.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_growl6.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_snarl1.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_snarl1.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_snarl1.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_snarl1.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_snarl2.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_snarl2.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_snarl2.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_snarl2.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_snarl3.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_snarl3.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_snarl3.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_snarl3.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/dog_whine.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/dog_whine.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/dog_whine.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/dog_whine.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/howl.ogg b/Resources/Audio/_DV/Voice/Vulpkanin/howl.ogg similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/howl.ogg rename to Resources/Audio/_DV/Voice/Vulpkanin/howl.ogg diff --git a/Resources/Audio/DeltaV/Voice/Vulpkanin/license.txt b/Resources/Audio/_DV/Voice/Vulpkanin/license.txt similarity index 100% rename from Resources/Audio/DeltaV/Voice/Vulpkanin/license.txt rename to Resources/Audio/_DV/Voice/Vulpkanin/license.txt diff --git a/Resources/Audio/DeltaV/Weapons/Guns/Empty/dry_fire.ogg b/Resources/Audio/_DV/Weapons/Guns/Empty/dry_fire.ogg similarity index 100% rename from Resources/Audio/DeltaV/Weapons/Guns/Empty/dry_fire.ogg rename to Resources/Audio/_DV/Weapons/Guns/Empty/dry_fire.ogg diff --git a/Resources/Audio/DeltaV/Weapons/Guns/Gunshots/axiom.ogg b/Resources/Audio/_DV/Weapons/Guns/Gunshots/axiom.ogg similarity index 100% rename from Resources/Audio/DeltaV/Weapons/Guns/Gunshots/axiom.ogg rename to Resources/Audio/_DV/Weapons/Guns/Gunshots/axiom.ogg diff --git a/Resources/Audio/DeltaV/Weapons/Guns/Gunshots/beamcannon.ogg b/Resources/Audio/_DV/Weapons/Guns/Gunshots/beamcannon.ogg similarity index 100% rename from Resources/Audio/DeltaV/Weapons/Guns/Gunshots/beamcannon.ogg rename to Resources/Audio/_DV/Weapons/Guns/Gunshots/beamcannon.ogg diff --git a/Resources/Audio/DeltaV/Weapons/Guns/Gunshots/jackdaw.ogg b/Resources/Audio/_DV/Weapons/Guns/Gunshots/jackdaw.ogg similarity index 100% rename from Resources/Audio/DeltaV/Weapons/Guns/Gunshots/jackdaw.ogg rename to Resources/Audio/_DV/Weapons/Guns/Gunshots/jackdaw.ogg diff --git a/Resources/Audio/DeltaV/Weapons/Guns/Gunshots/laser.ogg b/Resources/Audio/_DV/Weapons/Guns/Gunshots/laser.ogg similarity index 100% rename from Resources/Audio/DeltaV/Weapons/Guns/Gunshots/laser.ogg rename to Resources/Audio/_DV/Weapons/Guns/Gunshots/laser.ogg diff --git a/Resources/Audio/DeltaV/Weapons/Guns/Gunshots/typewriter.ogg b/Resources/Audio/_DV/Weapons/Guns/Gunshots/typewriter.ogg similarity index 100% rename from Resources/Audio/DeltaV/Weapons/Guns/Gunshots/typewriter.ogg rename to Resources/Audio/_DV/Weapons/Guns/Gunshots/typewriter.ogg diff --git a/Resources/Audio/DeltaV/Weapons/Guns/Gunshots/universal.ogg b/Resources/Audio/_DV/Weapons/Guns/Gunshots/universal.ogg similarity index 100% rename from Resources/Audio/DeltaV/Weapons/Guns/Gunshots/universal.ogg rename to Resources/Audio/_DV/Weapons/Guns/Gunshots/universal.ogg diff --git a/Resources/Audio/DeltaV/license.txt b/Resources/Audio/_DV/license.txt similarity index 100% rename from Resources/Audio/DeltaV/license.txt rename to Resources/Audio/_DV/license.txt diff --git a/Resources/Changelog/DeltaVAdmin.yml b/Resources/Changelog/DeltaVAdmin.yml index 9791525e6d..a4288ed4ad 100644 --- a/Resources/Changelog/DeltaVAdmin.yml +++ b/Resources/Changelog/DeltaVAdmin.yml @@ -72,5 +72,12 @@ Entries: id: 10 time: '2024-12-14T21:31:30.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2443 +- author: deltanedas + changes: + - message: Changed warden from blanket whitelist to job whitelist. + type: Tweak + id: 11 + time: '2024-12-29T18:33:21.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2559 Name: Admin Order: 1 diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index be0148cf56..b9406c5358 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,83 +1,4 @@ Entries: -- author: NullWanderer - changes: - - message: Merged upstream - type: Add - id: 321 - time: '2024-04-22T17:25:33.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1119 -- author: Velcroboy - changes: - - message: Tweaked the inventories of unlocked Booze-O-Mats - type: Tweak - id: 322 - time: '2024-04-23T21:50:33.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1127 -- author: Adrian16199 - changes: - - message: Paramedic void suit, elite syndicate hardsuit, blood-red commander/normal - hardsuit has now vulpkanin helmets possibility. - type: Add - id: 323 - time: '2024-04-25T17:26:39.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1077 -- author: TadJohnson00 - changes: - - message: Edited the rules. Please make sure to review them. - type: Tweak - id: 324 - time: '2024-04-25T21:27:43.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1137 -- author: adeinitas - changes: - - message: Added a new piece of lobby art and 2 new tracks. - type: Add - id: 325 - time: '2024-04-28T16:15:51.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1143 -- author: TadJohnson00 - changes: - - message: Vulcans now receive a fire selector and vastly improved ergonomics. Ask - your warden for some .30 practice and try it out! - type: Tweak - id: 326 - time: '2024-04-28T20:37:31.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1139 -- author: pissdemon - changes: - - message: Vulpkanins or harpies getting gibbed/meatspiked no longer cures the colorblindness - of vulpkanins/harpies nearby. - type: Fix - - message: Species vision filters no longer break the construction overlay. Vulp - and harpy engineers rejoice! - type: Fix - id: 327 - time: '2024-04-28T22:09:58.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1150 -- author: '- Mike and Still-Icarus' - changes: - - message: Added the Decimator Railgun, a thunderous new weapon for both syndicate - and nuclear operatives. - type: Add - id: 328 - time: '2024-04-29T10:16:53.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/718 -- author: pissdemon - changes: - - message: Voice changer mask now lists vulpkanin, felinid and harpy accents correctly. - type: Fix - id: 329 - time: '2024-05-03T21:49:12.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1162 -- author: DangerRevolution - changes: - - message: Chameleon clothing can now be set to skirts again - type: Fix - - message: Harpies can now wear chameleon clothing - type: Fix - id: 330 - time: '2024-05-03T23:49:06.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1110 - author: NullWanderer changes: - message: Fixed server performance issues @@ -3840,3 +3761,79 @@ id: 820 time: '2024-12-27T03:06:17.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2510 +- author: dvir001 + changes: + - message: Diona are now immune to the force of an FTL jump. + type: Add + id: 821 + time: '2024-12-28T05:35:11.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2543 +- author: Monotheonist + changes: + - message: Tweaks Community Rule 2 to prevent flaming in LOOC. + type: Tweak + id: 822 + time: '2024-12-28T06:25:03.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2534 +- author: Radezolid + changes: + - message: Added a new pistol, a modified Viper meant to look like a regular appraisal + tool, it shoots slightly slower than a regular Viper and it's only available + to logistics traitors. + type: Add + id: 823 + time: '2024-12-28T14:29:24.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2548 +- author: Smugman + changes: + - message: Added more recipes to the Emagged Uniform Printer, print those valids! + type: Add + id: 824 + time: '2024-12-28T14:36:42.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2538 +- author: FieldCommand + changes: + - message: Secure Cabinets + type: Add + id: 825 + time: '2024-12-28T23:32:18.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2544 +- author: Lyndomen + changes: + - message: Warden requires whitelist again + type: Tweak + id: 826 + time: '2024-12-29T01:26:40.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2482 +- author: deltanedas + changes: + - message: Added mining vouchers for salvage to get a loadout that can be redeemed + at the salvage vendor. + type: Add + id: 827 + time: '2024-12-29T03:38:03.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2512 +- author: Lyndomen + changes: + - message: Speedboots consume more energy, are faster, and are powered by bluespace + type: Tweak + id: 828 + time: '2024-12-29T07:31:02.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2550 +- author: leonardo-dabepis + changes: + - message: made the rest of the CJ clothes usable/visible in game (this means more + CJ drip) + type: Fix + id: 829 + time: '2024-12-31T07:19:50.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2558 +- author: Lyndomen + changes: + - message: Ports pears from Frontier, and pear related recipes + type: Add + - message: Ports coffee from Frontier, as well as bean roasting and brewing + type: Add + id: 830 + time: '2024-12-31T18:15:17.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2232 diff --git a/Resources/ConfigPresets/DeltaV/apoapsis.toml b/Resources/ConfigPresets/_DV/apoapsis.toml similarity index 100% rename from Resources/ConfigPresets/DeltaV/apoapsis.toml rename to Resources/ConfigPresets/_DV/apoapsis.toml diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/_DV/deltav.toml similarity index 100% rename from Resources/ConfigPresets/DeltaV/deltav.toml rename to Resources/ConfigPresets/_DV/deltav.toml diff --git a/Resources/ConfigPresets/DeltaV/horizon.toml b/Resources/ConfigPresets/_DV/horizon.toml similarity index 100% rename from Resources/ConfigPresets/DeltaV/horizon.toml rename to Resources/ConfigPresets/_DV/horizon.toml diff --git a/Resources/ConfigPresets/DeltaV/inclination.toml b/Resources/ConfigPresets/_DV/inclination.toml similarity index 100% rename from Resources/ConfigPresets/DeltaV/inclination.toml rename to Resources/ConfigPresets/_DV/inclination.toml diff --git a/Resources/ConfigPresets/DeltaV/periapsis.toml b/Resources/ConfigPresets/_DV/periapsis.toml similarity index 100% rename from Resources/ConfigPresets/DeltaV/periapsis.toml rename to Resources/ConfigPresets/_DV/periapsis.toml diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index 6703570add..2c3b8fe84b 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -0tito, 0x6273, 12rabbits, 13spacemen, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 2digitman, 3nderall, 4310v343k, 4dplanner, 612git, 778b, Ablankmann, abregado, Absolute-Potato, Acruid, actioninja, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, Agoichi, Ahion, aiden, Aikakakah, aitorlogedo, ajcm, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexum418, alexumandxgabriel08x, Alithsko, ALMv1, Alpha-Two, AlphaQwerty, Altoids1, amylizzle, ancientpower, Andre19926, AndrewEyeke, AndreyCamper, angelofallars, Anzarot121, Appiah, ar4ill, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, AruMoon, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, Avalon-Proto, avghdev, Awlod, azzy, AzzyIsNotHere, BackeTako, BananaFlambe, Baptr0b0t, BarryNorfolk, BasedPugilist, BasedUser, Batuh1n, beck-thompson, BellwetherLogic, ben, benev0, benjamin-burges, BGare, bhespiritu, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, boogiebogus, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, Bribrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, capnsockless, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, Catofquestionableethics, CatTheSystem, Centronias, chairbender, Charlese2, charlie, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, cheeseplated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbygummibear, Ciac32, civilCornball, Clement-O, clyf, Clyybber, CMDR-Piboy314, CodedCrow, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, corentt, CormosLemming, CrafterKolyan, crazybrain23, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, CrzyPotato, cutemoongod, Cyberboss, d34d10cc, dabigoose, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, DanSAussieITS, Daracke, DarkenedSynergy, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, DefinitelyNotFurryXD, degradka, Delete69, deltanedas, DeltaV-Bot, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, dge21, DieselMohawk, digitalic, Dimastra, DinoWattz, DisposableCrewmember42, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DoctorBeard, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, dootythefrooty, Dorragon, Doru991, dotcatshark, DoubleRiceEddiedd, DoutorWhite, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, ElectroSR, elsie, elthundercloud, Elysium206, Emily9031, Emisse, emmafornash, EmoGarbage404, Endecc, eoineoineoin, eris, erohrs2, ERORR404V1, Errant-4, esguard, estacaoespacialpirata, Eternally-Confused, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, FirinMaLazors, Fishfish458, FL-OZ, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, flyingkarii, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, Froffy025, Fromoriss, froozigiusz, FrostMando, FryOfDestiny, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, gansulalan, Gaxeer, gbasood, gcoremans, Geekyhobo, genderGeometries, GeneralGaws, Genkail, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GNF54, godisdeadLOL, goet, Goldminermac, Golinth, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, greggthefather, GreyMario, GTRsound, Guess-My-Name, gusxyz, Gyrandola, h3half, Haltell, Hanzdegloker, HappyRoach, Hardly3D, harikattar, HawkeyeBlade, he1acdvv, Hebi, Henry, HerCoyote23, HighTechPuddle, hitomishirichan, hiucko, Hmeister-fake, Hmeister-real, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hreno, htmlsystem, hubismal, Hugal31, Huxellberger, Hyenh, hyphenationc, i-justuser-i, iacore, iamnotgray, IamVelcroboy, ian, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, Intoxicating-Innocence, IProduceWidgets, itsmethom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jaskanbe, JasperJRoth, JerryImMouse, jerryimmouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jmcb, JoeHammad1844, JohnGinnane, johnku1, Jophire, joshepvodka, Jrpl, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, KaiShibaa, kalane15, kalanosh, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, Killerqu00, Kimpes, KingFroozy, kira-er, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, Kr8art, KrasnoshchekovPavel, Krunklehorn, Kupie, Kurzaen, kxvvv, kyupolaris, kzhanik, lajolico, Lamrr, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, lettern, LetterN, Level10Cybermancer, LEVELcat, lever1209, Lgibb18, lgruthes, LightVillet, liltenhead, LinkUyx, LittleBuilderJane, LittleNyanCat, lizelive, lleftTheDragon, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, lucas, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, luringens, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, ManelNavola, manelnavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, MemeProof, memoblob, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, mifia, MilenVolf, MilonPL, Minemoder5000, Minty642, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterMecky, Mith-randalf, MjrLandWhale, mkanke-real, MLGTASTICa, mnemotechnician, moderatelyaware, modern-nm, mokiros, Moneyl, Monotheonist, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, notsodana, noudoit, noverd, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, NullWanderer, nyeogmi, Nylux, Nyranu, och-och, ocotheomega, OctoRocket, OldDanceJacket, OnyxTheBrave, OrangeMoronage9622, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paige404, paigemaeforrest, pali6, Pangogie, panzer-iv1, paolordls, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, PHCodes, pheenty, Phill101, phunnyguy, PilgrimViis, Pill-U, Piras314, Pireax, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, pofitlo, pointer-to-null, pok27, poklj, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, PPooch, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykzz, PuceTint, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, quatre, QueerNB, QuietlyWhisper, qwerltaz, Radezolid, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, RemberBM, RemieRichards, RemTim, Remuchi, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, Rockdtben, Rohesie, rok-povsic, rolfero, RomanNovo, rosieposieeee, Roudenn, router, RumiTiger, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, SaphireLattice, SapphicOverload, sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, schrodinger71, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, Segonist, sephtasm, Serkket, sewerpig, sh18rw, Shaddap1, ShadeAware, ShadowCommander, shadowtheprotogen546, shadowwailker, shaeone, shampunj, shariathotpatrol, ShatteredSwords, SignalWalker, siigiil, SimpleStation14, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, Slyfox333, snebl, sniperchance, Snowni, snowsignal, solaris7518, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, Soydium, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, Spanky, spartak, SpartanKadence, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, Squishy77, SsalamethVersaach, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, Stealthbomber16, stellar-novas, stomf, Stop-Signs, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, superjj18, Supernorn, SweptWasTaken, Sybil, SYNCHRONIC, Szunti, TadJohnson00, Tainakov, takemysoult, tap, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, TGRCdev, tgrkzus, ThataKat, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, theashtronaut, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, TheOneWhoIsManyFrame, TherapyGoth, therealDLondon, TheShuEd, thetolbean, thevinter, TheWaffleJesus, Thinbug0, ThunderBear2006, Timemaster99, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, Titian3, tk-a369, tkdrg, tmtmtl30, toasterpm87, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomce795, Tomeno, Tonydatguy, topy, Tornado-Technology, tosatur, TotallyLemon, Tr1bute, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, tyashley, Tyler-IN, Tyzemol, UbaserB, ubis1, UBlueberry, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, Unkn0wnGh0st333, unusualcrow, Uriende, UristMcDorf, user424242420, Vaaankas, valentfingerov, Varen, Vasilis, VasilisThePikachu, Velcroboy, veliebm, VelonacepsCalyxEggs, venn, veprolet, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, VigersRay, violet754, Visne, vitalvitriol, vlados1408, VMSolidus, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, widgetbeck, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, wrexbe, wtcwr68, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, Yousifb26, youtissoum, yunii, YuriyKiss, yuriykiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, ZeWaka, zionnBE, ZNixian, ZoldorfTheWizard, zonespace27, ZweiHawke, Zylofan, Zymem, zzylex +0tito, 0x6273, 12rabbits, 13spacemen, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 2digitman, 3nderall, 4310v343k, 4dplanner, 612git, 778b, Ablankmann, abregado, Absolute-Potato, Acruid, actioninja, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, Agoichi, Ahion, aiden, Aikakakah, aitorlogedo, ajcm, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexum418, alexumandxgabriel08x, Alithsko, ALMv1, Alpha-Two, AlphaQwerty, Altoids1, amylizzle, ancientpower, Andre19926, AndrewEyeke, AndreyCamper, angelofallars, Anzarot121, Appiah, ar4ill, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, AruMoon, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, Avalon-Proto, AverageNotDoingAnythingEnjoyer, avghdev, Awlod, azzy, AzzyIsNotHere, baa14453, BackeTako, BananaFlambe, Baptr0b0t, BarryNorfolk, BasedPugilist, BasedUser, Batuh1n, beck-thompson, BellwetherLogic, ben, benev0, benjamin-burges, BGare, bhespiritu, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, boogiebogus, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, Bribrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, capnsockless, CaptainMaru, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, Catofquestionableethics, CatTheSystem, Centronias, chairbender, Charlese2, charlie, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, cheeseplated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbygummibear, Ciac32, civilCornball, Clement-O, clyf, Clyybber, CMDR-Piboy314, CodedCrow, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, corentt, CormosLemming, CrafterKolyan, crazybrain23, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, CrzyPotato, cutemoongod, Cyberboss, d34d10cc, dabigoose, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, DanSAussieITS, Daracke, DarkenedSynergy, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, DefinitelyNotFurryXD, degradka, Delete69, deltanedas, DeltaV-Bot, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, dge21, DieselMohawk, digitalic, Dimastra, DinoWattz, DisposableCrewmember42, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DoctorBeard, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, dootythefrooty, Dorragon, Doru991, dotcatshark, DoubleRiceEddiedd, DoutorWhite, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, ElectroSR, elsie, elthundercloud, Elysium206, Emily9031, Emisse, emmafornash, EmoGarbage404, Endecc, eoineoineoin, eris, erohrs2, ERORR404V1, Errant-4, esguard, estacaoespacialpirata, Eternally-Confused, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, FATFSAAM2, Feluk6174, ficcialfaint, fieldcommand, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, FirinMaLazors, Fishfish458, fl-oz, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, flyingkarii, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, Froffy025, Fromoriss, froozigiusz, FrostMando, FryOfDestiny, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, gansulalan, Gaxeer, gbasood, gcoremans, Geekyhobo, genderGeometries, GeneralGaws, Genkail, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GNF54, godisdeadLOL, goet, Goldminermac, Golinth, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, greggthefather, GreyMario, GTRsound, Guess-My-Name, gusxyz, Gyrandola, h3half, Haltell, Hanzdegloker, HappyRoach, Hardly3D, harikattar, HawkeyeBlade, he1acdvv, Hebi, Henry, HerCoyote23, HighTechPuddle, hitomishirichan, hiucko, Hmeister-fake, Hmeister-real, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hreno, htmlsystem, hubismal, Hugal31, Huxellberger, Hyenh, hyphenationc, i-justuser-i, iacore, iamnotgray, IamVelcroboy, ian, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, Intoxicating-Innocence, IProduceWidgets, itsmethom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jaskanbe, JasperJRoth, JerryImMouse, jerryimmouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jmcb, JoeHammad1844, JohnGinnane, johnku1, Jophire, joshepvodka, Jrpl, juliangiebel, juniwoofs, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, JustinWinningham, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, KaiShibaa, kalane15, kalanosh, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KieueCaprie, Killerqu00, Kimpes, KingFroozy, kira-er, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, Kr8art, KrasnoshchekovPavel, Krunklehorn, Kupie, Kurzaen, kxvvv, kyupolaris, kzhanik, lajolico, Lamrr, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LetterN, lettern, Level10Cybermancer, LEVELcat, lever1209, LevitatingTree, Lgibb18, lgruthes, LightVillet, liltenhead, LinkUyx, Litraxx, LittleBuilderJane, LittleNyanCat, lizelive, lleftTheDragon, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, lucas, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, luringens, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, ManelNavola, manelnavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, MemeProof, memoblob, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, mifia, MilenVolf, MilonPL, Minemoder5000, Minty642, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterMecky, Mith-randalf, MjrLandWhale, mkanke-real, MLGTASTICa, mnemotechnician, moderatelyaware, modern-nm, mokiros, Moneyl, Monotheonist, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, notsodana, noudoit, noverd, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, NullWanderer, nyeogmi, Nylux, Nyranu, och-och, ocotheomega, OctoRocket, OldDanceJacket, onesch, OnyxTheBrave, OrangeMoronage9622, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paige404, paigemaeforrest, pali6, Pangogie, panzer-iv1, paolordls, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, PHCodes, pheenty, Phill101, phunnyguy, PilgrimViis, Pill-U, pinkbat5, Piras314, Pireax, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, pofitlo, pointer-to-null, pok27, poklj, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, PPooch, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykana, psykzz, PuceTint, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, quatre, QueerNB, QuietlyWhisper, qwerltaz, Radezolid, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, RemberBM, RemieRichards, RemTim, Remuchi, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, Rockdtben, Rohesie, rok-povsic, rolfero, RomanNovo, rosieposieeee, Roudenn, router, RumiTiger, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, SaphireLattice, SapphicOverload, sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, schrodinger71, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, Segonist, sephtasm, Serkket, sewerpig, sh18rw, Shaddap1, ShadeAware, ShadowCommander, shadowtheprotogen546, shadowwailker, shaeone, shampunj, shariathotpatrol, ShatteredSwords, SignalWalker, siigiil, SimpleStation14, Simyon264, sirdragooon, Sirionaut, SirSmith148, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, sleepyyapril, Slyfox333, Smugman, snebl, sniperchance, Snowni, snowsignal, solaris7518, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, Spanky, spartak, SpartanKadence, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, Squishy77, SsalamethVersaach, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, Stealthbomber16, stellar-novas, stomf, Stop-Signs, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, superjj18, Supernorn, SweptWasTaken, Sybil, SYNCHRONIC, Szunti, TadJohnson00, Tainakov, takemysoult, tap, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, TGRCdev, tgrkzus, ThataKat, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, theashtronaut, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, TheOneWhoIsManyFrame, TherapyGoth, therealDLondon, TheShuEd, thetolbean, thevinter, TheWaffleJesus, Thinbug0, ThunderBear2006, Timemaster99, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, Titian3, tk-a369, tkdrg, tmtmtl30, toasterpm87, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomce795, Tomeno, Tonydatguy, topy, Tornado-Technology, tosatur, TotallyLemon, Tr1bute, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, tyashley, Tyler-IN, Tyzemol, UbaserB, ubis1, UBlueberry, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, Unkn0wnGh0st333, unusualcrow, Uriende, UristMcDorf, user424242420, Vaaankas, valentfingerov, Varen, Vasilis, VasilisThePikachu, Velcroboy, veliebm, VelonacepsCalyxEggs, venn, veprolet, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, Vexerot, VigersRay, violet754, Visne, vitalvitriol, vlados1408, VMSolidus, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, widgetbeck, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, wrexbe, wtcwr68, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, Yousifb26, youtissoum, yunii, yuriykiss, YuriyKiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, ZeWaka, zionnBE, ZNixian, ZoldorfTheWizard, zonespace27, ZweiHawke, Zylofan, Zymem, zzylex diff --git a/Resources/IgnoredPrototypes/ignoredPrototypes.yml b/Resources/IgnoredPrototypes/ignoredPrototypes.yml index e348f7ad03..3bda19c2ab 100644 --- a/Resources/IgnoredPrototypes/ignoredPrototypes.yml +++ b/Resources/IgnoredPrototypes/ignoredPrototypes.yml @@ -10,6 +10,5 @@ # 2024/02/15 - /Prototypes/Maps/salvage.yml # Replaced by -# /Prototypes/Nyanotrasen/Maps/salvage.yml -# /Prototypes/DeltaV/Maps/salvage_modified.yml -# /Prototypes/DeltaV/Maps/salvage.yml +# /Prototypes/_DV/Maps/salvage_modified.yml +# /Prototypes/_DV/Maps/salvage.yml diff --git a/Resources/Locale/en-US/deltav/abilities/lifedrainer.ftl b/Resources/Locale/en-US/_DV/abilities/lifedrainer.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/abilities/lifedrainer.ftl rename to Resources/Locale/en-US/_DV/abilities/lifedrainer.ftl diff --git a/Resources/Locale/en-US/deltav/abilities/psionic.ftl b/Resources/Locale/en-US/_DV/abilities/psionic.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/abilities/psionic.ftl rename to Resources/Locale/en-US/_DV/abilities/psionic.ftl diff --git a/Resources/Locale/en-US/deltav/accent/irish.ftl b/Resources/Locale/en-US/_DV/accent/irish.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/accent/irish.ftl rename to Resources/Locale/en-US/_DV/accent/irish.ftl diff --git a/Resources/Locale/en-US/deltav/accent/scottish.ftl b/Resources/Locale/en-US/_DV/accent/scottish.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/accent/scottish.ftl rename to Resources/Locale/en-US/_DV/accent/scottish.ftl diff --git a/Resources/Locale/en-US/deltav/access/components/agent-id-card-component.ftl b/Resources/Locale/en-US/_DV/access/components/agent-id-card-component.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/access/components/agent-id-card-component.ftl rename to Resources/Locale/en-US/_DV/access/components/agent-id-card-component.ftl diff --git a/Resources/Locale/en-US/deltav/accessories/hair.ftl b/Resources/Locale/en-US/_DV/accessories/hair.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/accessories/hair.ftl rename to Resources/Locale/en-US/_DV/accessories/hair.ftl diff --git a/Resources/Locale/en-US/deltav/actions/crawl-under-objects.ftl b/Resources/Locale/en-US/_DV/actions/crawl-under-objects.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/actions/crawl-under-objects.ftl rename to Resources/Locale/en-US/_DV/actions/crawl-under-objects.ftl diff --git a/Resources/Locale/en-US/deltav/actions/sleep.ftl b/Resources/Locale/en-US/_DV/actions/sleep.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/actions/sleep.ftl rename to Resources/Locale/en-US/_DV/actions/sleep.ftl diff --git a/Resources/Locale/en-US/deltav/administration/commands/announce-custom.ftl b/Resources/Locale/en-US/_DV/administration/commands/announce-custom.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/administration/commands/announce-custom.ftl rename to Resources/Locale/en-US/_DV/administration/commands/announce-custom.ftl diff --git a/Resources/Locale/en-US/deltav/administration/ui/player-panel.ftl b/Resources/Locale/en-US/_DV/administration/ui/player-panel.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/administration/ui/player-panel.ftl rename to Resources/Locale/en-US/_DV/administration/ui/player-panel.ftl diff --git a/Resources/Locale/en-US/deltav/advertisements/vending/courierdrobe.ftl b/Resources/Locale/en-US/_DV/advertisements/vending/courierdrobe.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/advertisements/vending/courierdrobe.ftl rename to Resources/Locale/en-US/_DV/advertisements/vending/courierdrobe.ftl diff --git a/Resources/Locale/en-US/deltav/advertisements/vending/pride.ftl b/Resources/Locale/en-US/_DV/advertisements/vending/pride.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/advertisements/vending/pride.ftl rename to Resources/Locale/en-US/_DV/advertisements/vending/pride.ftl diff --git a/Resources/Locale/en-US/deltav/armor/armor-examine.ftl b/Resources/Locale/en-US/_DV/armor/armor-examine.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/armor/armor-examine.ftl rename to Resources/Locale/en-US/_DV/armor/armor-examine.ftl diff --git a/Resources/Locale/en-US/deltav/borg/borg.ftl b/Resources/Locale/en-US/_DV/borg/borg.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/borg/borg.ftl rename to Resources/Locale/en-US/_DV/borg/borg.ftl diff --git a/Resources/Locale/en-US/deltav/cargo/stocks-comapnies.ftl b/Resources/Locale/en-US/_DV/cargo/stocks-comapnies.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/cargo/stocks-comapnies.ftl rename to Resources/Locale/en-US/_DV/cargo/stocks-comapnies.ftl diff --git a/Resources/Locale/en-US/deltav/cargo/stocks-commands.ftl b/Resources/Locale/en-US/_DV/cargo/stocks-commands.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/cargo/stocks-commands.ftl rename to Resources/Locale/en-US/_DV/cargo/stocks-commands.ftl diff --git a/Resources/Locale/en-US/deltav/cartridge-loader/cartridges.ftl b/Resources/Locale/en-US/_DV/cartridge-loader/cartridges.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/cartridge-loader/cartridges.ftl rename to Resources/Locale/en-US/_DV/cartridge-loader/cartridges.ftl diff --git a/Resources/Locale/en-US/deltav/cartridge-loader/secwatch.ftl b/Resources/Locale/en-US/_DV/cartridge-loader/secwatch.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/cartridge-loader/secwatch.ftl rename to Resources/Locale/en-US/_DV/cartridge-loader/secwatch.ftl diff --git a/Resources/Locale/en-US/deltav/changelog/changelog-window.ftl b/Resources/Locale/en-US/_DV/changelog/changelog-window.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/changelog/changelog-window.ftl rename to Resources/Locale/en-US/_DV/changelog/changelog-window.ftl diff --git a/Resources/Locale/en-US/deltav/chapel/altar.ftl b/Resources/Locale/en-US/_DV/chapel/altar.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/chapel/altar.ftl rename to Resources/Locale/en-US/_DV/chapel/altar.ftl diff --git a/Resources/Locale/en-US/deltav/chat/emotes.ftl b/Resources/Locale/en-US/_DV/chat/emotes.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/chat/emotes.ftl rename to Resources/Locale/en-US/_DV/chat/emotes.ftl diff --git a/Resources/Locale/en-US/deltav/chat/managers/chat_manager.ftl b/Resources/Locale/en-US/_DV/chat/managers/chat_manager.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/chat/managers/chat_manager.ftl rename to Resources/Locale/en-US/_DV/chat/managers/chat_manager.ftl diff --git a/Resources/Locale/en-US/deltav/clothing/belts.ftl b/Resources/Locale/en-US/_DV/clothing/belts.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/clothing/belts.ftl rename to Resources/Locale/en-US/_DV/clothing/belts.ftl diff --git a/Resources/Locale/en-US/deltav/communications/communications-console-component.ftl b/Resources/Locale/en-US/_DV/communications/communications-console-component.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/communications/communications-console-component.ftl rename to Resources/Locale/en-US/_DV/communications/communications-console-component.ftl diff --git a/Resources/Locale/en-US/deltav/connection-messages.ftl b/Resources/Locale/en-US/_DV/connection-messages.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/connection-messages.ftl rename to Resources/Locale/en-US/_DV/connection-messages.ftl diff --git a/Resources/Locale/en-US/deltav/criminal-records/criminal-records.ftl b/Resources/Locale/en-US/_DV/criminal-records/criminal-records.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/criminal-records/criminal-records.ftl rename to Resources/Locale/en-US/_DV/criminal-records/criminal-records.ftl diff --git a/Resources/Locale/en-US/deltav/datasets/names/ai.ftl b/Resources/Locale/en-US/_DV/datasets/names/ai.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/datasets/names/ai.ftl rename to Resources/Locale/en-US/_DV/datasets/names/ai.ftl diff --git a/Resources/Locale/en-US/deltav/devices/device-network.ftl b/Resources/Locale/en-US/_DV/devices/device-network.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/devices/device-network.ftl rename to Resources/Locale/en-US/_DV/devices/device-network.ftl diff --git a/Resources/Locale/en-US/deltav/escape-menu/options-menu.ftl b/Resources/Locale/en-US/_DV/escape-menu/options-menu.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/escape-menu/options-menu.ftl rename to Resources/Locale/en-US/_DV/escape-menu/options-menu.ftl diff --git a/Resources/Locale/en-US/deltav/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/_DV/flavors/flavor-profiles.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/flavors/flavor-profiles.ftl rename to Resources/Locale/en-US/_DV/flavors/flavor-profiles.ftl diff --git a/Resources/Locale/en-US/deltav/fugitive/sets.ftl b/Resources/Locale/en-US/_DV/fugitive/sets.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/fugitive/sets.ftl rename to Resources/Locale/en-US/_DV/fugitive/sets.ftl diff --git a/Resources/Locale/en-US/deltav/game-ticking/game-presets/preset-zombies.ftl b/Resources/Locale/en-US/_DV/game-ticking/game-presets/preset-zombies.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/game-ticking/game-presets/preset-zombies.ftl rename to Resources/Locale/en-US/_DV/game-ticking/game-presets/preset-zombies.ftl diff --git a/Resources/Locale/en-US/deltav/game-ticking/game-rules/rule-fugitive.ftl b/Resources/Locale/en-US/_DV/game-ticking/game-rules/rule-fugitive.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/game-ticking/game-rules/rule-fugitive.ftl rename to Resources/Locale/en-US/_DV/game-ticking/game-rules/rule-fugitive.ftl diff --git a/Resources/Locale/en-US/deltav/game-ticking/game-rules/rule-listening-post.ftl b/Resources/Locale/en-US/_DV/game-ticking/game-rules/rule-listening-post.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/game-ticking/game-rules/rule-listening-post.ftl rename to Resources/Locale/en-US/_DV/game-ticking/game-rules/rule-listening-post.ftl diff --git a/Resources/Locale/en-US/deltav/game-ticking/game-rules/rule-paradox-anomaly.ftl b/Resources/Locale/en-US/_DV/game-ticking/game-rules/rule-paradox-anomaly.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/game-ticking/game-rules/rule-paradox-anomaly.ftl rename to Resources/Locale/en-US/_DV/game-ticking/game-rules/rule-paradox-anomaly.ftl diff --git a/Resources/Locale/en-US/deltav/ghost/roles/ghost-role-component.ftl b/Resources/Locale/en-US/_DV/ghost/roles/ghost-role-component.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/ghost/roles/ghost-role-component.ftl rename to Resources/Locale/en-US/_DV/ghost/roles/ghost-role-component.ftl diff --git a/Resources/Locale/en-US/deltav/guidebook/chemistry/effects.ftl b/Resources/Locale/en-US/_DV/guidebook/chemistry/effects.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/guidebook/chemistry/effects.ftl rename to Resources/Locale/en-US/_DV/guidebook/chemistry/effects.ftl diff --git a/Resources/Locale/en-US/deltav/guidebook/chemistry/statuseffects.ftl b/Resources/Locale/en-US/_DV/guidebook/chemistry/statuseffects.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/guidebook/chemistry/statuseffects.ftl rename to Resources/Locale/en-US/_DV/guidebook/chemistry/statuseffects.ftl diff --git a/Resources/Locale/en-US/deltav/guidebook/guides.ftl b/Resources/Locale/en-US/_DV/guidebook/guides.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/guidebook/guides.ftl rename to Resources/Locale/en-US/_DV/guidebook/guides.ftl diff --git a/Resources/Locale/en-US/deltav/harpy/singer_system.ftl b/Resources/Locale/en-US/_DV/harpy/singer_system.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/harpy/singer_system.ftl rename to Resources/Locale/en-US/_DV/harpy/singer_system.ftl diff --git a/Resources/Locale/en-US/deltav/headset/headset-component.ftl b/Resources/Locale/en-US/_DV/headset/headset-component.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/headset/headset-component.ftl rename to Resources/Locale/en-US/_DV/headset/headset-component.ftl diff --git a/Resources/Locale/en-US/deltav/hologram/hologram.ftl b/Resources/Locale/en-US/_DV/hologram/hologram.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/hologram/hologram.ftl rename to Resources/Locale/en-US/_DV/hologram/hologram.ftl diff --git a/Resources/Locale/en-US/deltav/holopad/holopad.ftl b/Resources/Locale/en-US/_DV/holopad/holopad.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/holopad/holopad.ftl rename to Resources/Locale/en-US/_DV/holopad/holopad.ftl diff --git a/Resources/Locale/en-US/deltav/info/whitelists.ftl b/Resources/Locale/en-US/_DV/info/whitelists.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/info/whitelists.ftl rename to Resources/Locale/en-US/_DV/info/whitelists.ftl diff --git a/Resources/Locale/en-US/deltav/interaction/interaction-popup-component.ftl b/Resources/Locale/en-US/_DV/interaction/interaction-popup-component.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/interaction/interaction-popup-component.ftl rename to Resources/Locale/en-US/_DV/interaction/interaction-popup-component.ftl diff --git a/Resources/Locale/en-US/deltav/job/captain-state.ftl b/Resources/Locale/en-US/_DV/job/captain-state.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/job/captain-state.ftl rename to Resources/Locale/en-US/_DV/job/captain-state.ftl diff --git a/Resources/Locale/en-US/deltav/job/department-desc.ftl b/Resources/Locale/en-US/_DV/job/department-desc.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/job/department-desc.ftl rename to Resources/Locale/en-US/_DV/job/department-desc.ftl diff --git a/Resources/Locale/en-US/deltav/job/department.ftl b/Resources/Locale/en-US/_DV/job/department.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/job/department.ftl rename to Resources/Locale/en-US/_DV/job/department.ftl diff --git a/Resources/Locale/en-US/deltav/job/job-description.ftl b/Resources/Locale/en-US/_DV/job/job-description.ftl similarity index 89% rename from Resources/Locale/en-US/deltav/job/job-description.ftl rename to Resources/Locale/en-US/_DV/job/job-description.ftl index aeabcf5e53..eeaa765877 100644 --- a/Resources/Locale/en-US/deltav/job/job-description.ftl +++ b/Resources/Locale/en-US/_DV/job/job-description.ftl @@ -6,3 +6,4 @@ job-description-courier = Deliver mail and other packages from and to logistics. job-description-security-borg = Purpose-built to ensure the right of every crew member to liberty, justice and freedom, ensure the peace aboard the space station by following your laws and patrolling the halls. job-description-roboticist = Fabricate borgs and other robots, repair and upgrade the station's silicon life, and scream "State Laws" when the AI takes too long to open a door. job-description-cargo-assistant = Learn the basics of the logistics department, deliver crates and take buy orders from the rest of the station. +job-description-admin-assistant = Assist command in their day-to-day activities, grab the captain a coffee, answer faxes in the bridge. diff --git a/Resources/Locale/en-US/deltav/job/job-names.ftl b/Resources/Locale/en-US/_DV/job/job-names.ftl similarity index 95% rename from Resources/Locale/en-US/deltav/job/job-names.ftl rename to Resources/Locale/en-US/_DV/job/job-names.ftl index 9e1b5f818d..e07faf1299 100644 --- a/Resources/Locale/en-US/deltav/job/job-names.ftl +++ b/Resources/Locale/en-US/_DV/job/job-names.ftl @@ -6,6 +6,7 @@ job-name-lawyer = Attorney job-name-courier = Courier job-name-cargo-assistant = Cargo Assistant job-name-security-borg = Security Cyborg +job-name-admin-assistant = Administrative Assistant # Used by the Agent ID job-name-senior-physician = Senior Physician job-name-senior-researcher = Senior Researcher @@ -69,3 +70,4 @@ JobProsecutor = Prosecutor JobSecurityBorg = Security Cyborg JobRoboticist = Roboticist JobCargoAssistant = Cargo Assistant +JobAdminAssistant = Administrative Assistant diff --git a/Resources/Locale/en-US/_DV/job/job-supervisors.ftl b/Resources/Locale/en-US/_DV/job/job-supervisors.ftl new file mode 100644 index 0000000000..d911839af2 --- /dev/null +++ b/Resources/Locale/en-US/_DV/job/job-supervisors.ftl @@ -0,0 +1,2 @@ +job-supervisors-cj = the Chief Justice +job-supervisors-command = all command staff diff --git a/Resources/Locale/en-US/deltav/lathe/ui/lathe-menu.ftl b/Resources/Locale/en-US/_DV/lathe/ui/lathe-menu.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/lathe/ui/lathe-menu.ftl rename to Resources/Locale/en-US/_DV/lathe/ui/lathe-menu.ftl diff --git a/Resources/Locale/en-US/deltav/markings/Oni.ftl b/Resources/Locale/en-US/_DV/markings/Oni.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/markings/Oni.ftl rename to Resources/Locale/en-US/_DV/markings/Oni.ftl diff --git a/Resources/Locale/en-US/deltav/markings/felinid.ftl b/Resources/Locale/en-US/_DV/markings/felinid.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/markings/felinid.ftl rename to Resources/Locale/en-US/_DV/markings/felinid.ftl diff --git a/Resources/Locale/en-US/deltav/markings/makeup.ftl b/Resources/Locale/en-US/_DV/markings/makeup.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/markings/makeup.ftl rename to Resources/Locale/en-US/_DV/markings/makeup.ftl diff --git a/Resources/Locale/en-US/deltav/markings/moth.ftl b/Resources/Locale/en-US/_DV/markings/moth.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/markings/moth.ftl rename to Resources/Locale/en-US/_DV/markings/moth.ftl diff --git a/Resources/Locale/en-US/deltav/markings/rodentia.ftl b/Resources/Locale/en-US/_DV/markings/rodentia.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/markings/rodentia.ftl rename to Resources/Locale/en-US/_DV/markings/rodentia.ftl diff --git a/Resources/Locale/en-US/deltav/markings/scars.ftl b/Resources/Locale/en-US/_DV/markings/scars.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/markings/scars.ftl rename to Resources/Locale/en-US/_DV/markings/scars.ftl diff --git a/Resources/Locale/en-US/deltav/markings/tattoos.ftl b/Resources/Locale/en-US/_DV/markings/tattoos.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/markings/tattoos.ftl rename to Resources/Locale/en-US/_DV/markings/tattoos.ftl diff --git a/Resources/Locale/en-US/deltav/markings/vulpkanin.ftl b/Resources/Locale/en-US/_DV/markings/vulpkanin.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/markings/vulpkanin.ftl rename to Resources/Locale/en-US/_DV/markings/vulpkanin.ftl diff --git a/Resources/Locale/en-US/deltav/materials/materials.ftl b/Resources/Locale/en-US/_DV/materials/materials.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/materials/materials.ftl rename to Resources/Locale/en-US/_DV/materials/materials.ftl diff --git a/Resources/Locale/en-US/deltav/materials/units.ftl b/Resources/Locale/en-US/_DV/materials/units.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/materials/units.ftl rename to Resources/Locale/en-US/_DV/materials/units.ftl diff --git a/Resources/Locale/en-US/deltav/misc/biscuits.ftl b/Resources/Locale/en-US/_DV/misc/biscuits.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/misc/biscuits.ftl rename to Resources/Locale/en-US/_DV/misc/biscuits.ftl diff --git a/Resources/Locale/en-US/deltav/misc/pda.ftl b/Resources/Locale/en-US/_DV/misc/pda.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/misc/pda.ftl rename to Resources/Locale/en-US/_DV/misc/pda.ftl diff --git a/Resources/Locale/en-US/deltav/nanochat/components/nanochat-card-component.ftl b/Resources/Locale/en-US/_DV/nanochat/components/nanochat-card-component.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/nanochat/components/nanochat-card-component.ftl rename to Resources/Locale/en-US/_DV/nanochat/components/nanochat-card-component.ftl diff --git a/Resources/Locale/en-US/deltav/navmap-beacons/station-beacons.ftl b/Resources/Locale/en-US/_DV/navmap-beacons/station-beacons.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/navmap-beacons/station-beacons.ftl rename to Resources/Locale/en-US/_DV/navmap-beacons/station-beacons.ftl diff --git a/Resources/Locale/en-US/deltav/nutrition/components/food-sequence.ftl b/Resources/Locale/en-US/_DV/nutrition/components/food-sequence.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/nutrition/components/food-sequence.ftl rename to Resources/Locale/en-US/_DV/nutrition/components/food-sequence.ftl diff --git a/Resources/Locale/en-US/deltav/objectives/conditions/kill-fellow-traitor.ftl b/Resources/Locale/en-US/_DV/objectives/conditions/kill-fellow-traitor.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/objectives/conditions/kill-fellow-traitor.ftl rename to Resources/Locale/en-US/_DV/objectives/conditions/kill-fellow-traitor.ftl diff --git a/Resources/Locale/en-US/deltav/objectives/conditions/ninja.ftl b/Resources/Locale/en-US/_DV/objectives/conditions/ninja.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/objectives/conditions/ninja.ftl rename to Resources/Locale/en-US/_DV/objectives/conditions/ninja.ftl diff --git a/Resources/Locale/en-US/deltav/objectives/conditions/paradox-anomaly.ftl b/Resources/Locale/en-US/_DV/objectives/conditions/paradox-anomaly.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/objectives/conditions/paradox-anomaly.ftl rename to Resources/Locale/en-US/_DV/objectives/conditions/paradox-anomaly.ftl diff --git a/Resources/Locale/en-US/deltav/objectives/conditions/recruiter.ftl b/Resources/Locale/en-US/_DV/objectives/conditions/recruiter.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/objectives/conditions/recruiter.ftl rename to Resources/Locale/en-US/_DV/objectives/conditions/recruiter.ftl diff --git a/Resources/Locale/en-US/deltav/objectives/conditions/steal-target-groups.ftl b/Resources/Locale/en-US/_DV/objectives/conditions/steal-target-groups.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/objectives/conditions/steal-target-groups.ftl rename to Resources/Locale/en-US/_DV/objectives/conditions/steal-target-groups.ftl diff --git a/Resources/Locale/en-US/deltav/objectives/conditions/teach-person.ftl b/Resources/Locale/en-US/_DV/objectives/conditions/teach-person.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/objectives/conditions/teach-person.ftl rename to Resources/Locale/en-US/_DV/objectives/conditions/teach-person.ftl diff --git a/Resources/Locale/en-US/deltav/paper/book-salvage.ftl b/Resources/Locale/en-US/_DV/paper/book-salvage.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/paper/book-salvage.ftl rename to Resources/Locale/en-US/_DV/paper/book-salvage.ftl diff --git a/Resources/Locale/en-US/deltav/paper/paper-misc.ftl b/Resources/Locale/en-US/_DV/paper/paper-misc.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/paper/paper-misc.ftl rename to Resources/Locale/en-US/_DV/paper/paper-misc.ftl diff --git a/Resources/Locale/en-US/deltav/paper/signature.ftl b/Resources/Locale/en-US/_DV/paper/signature.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/paper/signature.ftl rename to Resources/Locale/en-US/_DV/paper/signature.ftl diff --git a/Resources/Locale/en-US/deltav/paper/stamp-component.ftl b/Resources/Locale/en-US/_DV/paper/stamp-component.ftl similarity index 67% rename from Resources/Locale/en-US/deltav/paper/stamp-component.ftl rename to Resources/Locale/en-US/_DV/paper/stamp-component.ftl index 78b74bb87b..c7bf689a58 100644 --- a/Resources/Locale/en-US/deltav/paper/stamp-component.ftl +++ b/Resources/Locale/en-US/_DV/paper/stamp-component.ftl @@ -1,4 +1,4 @@ stamp-component-stamped-name-notary = NOTARY stamp-component-stamped-name-chiefjustice = Chief Justice stamp-component-stamped-name-prosec = Prosecutor - +stamp-component-stamped-name-admin-assistant = Administrative Assistant diff --git a/Resources/Locale/en-US/deltav/phrases/common.ftl b/Resources/Locale/en-US/_DV/phrases/common.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/phrases/common.ftl rename to Resources/Locale/en-US/_DV/phrases/common.ftl diff --git a/Resources/Locale/en-US/deltav/phrases/locations.ftl b/Resources/Locale/en-US/_DV/phrases/locations.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/phrases/locations.ftl rename to Resources/Locale/en-US/_DV/phrases/locations.ftl diff --git a/Resources/Locale/en-US/deltav/phrases/species.ftl b/Resources/Locale/en-US/_DV/phrases/species.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/phrases/species.ftl rename to Resources/Locale/en-US/_DV/phrases/species.ftl diff --git a/Resources/Locale/en-US/deltav/phrases/subjects.ftl b/Resources/Locale/en-US/_DV/phrases/subjects.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/phrases/subjects.ftl rename to Resources/Locale/en-US/_DV/phrases/subjects.ftl diff --git a/Resources/Locale/en-US/deltav/phrases/threats.ftl b/Resources/Locale/en-US/_DV/phrases/threats.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/phrases/threats.ftl rename to Resources/Locale/en-US/_DV/phrases/threats.ftl diff --git a/Resources/Locale/en-US/deltav/preferences/loadout-groups.ftl b/Resources/Locale/en-US/_DV/preferences/loadout-groups.ftl similarity index 92% rename from Resources/Locale/en-US/deltav/preferences/loadout-groups.ftl rename to Resources/Locale/en-US/_DV/preferences/loadout-groups.ftl index d26e9e3ab0..a6db234fa3 100644 --- a/Resources/Locale/en-US/deltav/preferences/loadout-groups.ftl +++ b/Resources/Locale/en-US/_DV/preferences/loadout-groups.ftl @@ -9,6 +9,13 @@ loadout-group-captain-shoes = Captain shoes loadout-group-hop-gloves = Head of Personnel gloves loadout-group-hop-shoes = Head of Personnel shoes +loadout-group-admin-assistant-head = Administrative Assistant head +loadout-group-admin-assistant-jumpsuit = Administrative Assistant jumpsuit +loadout-group-admin-assistant-outerclothing = Administrative Assistant outer clothing +loadout-group-admin-assistant-headset = Administrative Assistant headset +loadout-group-admin-assistant-shoes = Administrative Assistant shoes +loadout-group-admin-assistant-gloves = Administrative Assistant gloves + # Civilian loadout-group-librarian-neck = Librarian neck diff --git a/Resources/Locale/en-US/deltav/prototypes/access/accesses.ftl b/Resources/Locale/en-US/_DV/prototypes/access/accesses.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/access/accesses.ftl rename to Resources/Locale/en-US/_DV/prototypes/access/accesses.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/catalog/cargo/cargo-armory.ftl b/Resources/Locale/en-US/_DV/prototypes/catalog/cargo/cargo-armory.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/catalog/cargo/cargo-armory.ftl rename to Resources/Locale/en-US/_DV/prototypes/catalog/cargo/cargo-armory.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/catalog/cargo/cargo-food.ftl b/Resources/Locale/en-US/_DV/prototypes/catalog/cargo/cargo-food.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/catalog/cargo/cargo-food.ftl rename to Resources/Locale/en-US/_DV/prototypes/catalog/cargo/cargo-food.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/catalog/cargo/cargo-livestock.ftl b/Resources/Locale/en-US/_DV/prototypes/catalog/cargo/cargo-livestock.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/catalog/cargo/cargo-livestock.ftl rename to Resources/Locale/en-US/_DV/prototypes/catalog/cargo/cargo-livestock.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/catalog/cargo/cargo-vending.ftl b/Resources/Locale/en-US/_DV/prototypes/catalog/cargo/cargo-vending.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/catalog/cargo/cargo-vending.ftl rename to Resources/Locale/en-US/_DV/prototypes/catalog/cargo/cargo-vending.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/catalog/fills/crates/armory-crates.ftl b/Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/armory-crates.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/catalog/fills/crates/armory-crates.ftl rename to Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/armory-crates.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/catalog/fills/crates/food-crates.ftl b/Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/food-crates.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/catalog/fills/crates/food-crates.ftl rename to Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/food-crates.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/catalog/fills/crates/fun-crates.ftl b/Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/fun-crates.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/catalog/fills/crates/fun-crates.ftl rename to Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/fun-crates.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/catalog/fills/crates/livestock-crates.ftl b/Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/livestock-crates.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/catalog/fills/crates/livestock-crates.ftl rename to Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/livestock-crates.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/catalog/fills/crates/vending-crates.ftl b/Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/vending-crates.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/catalog/fills/crates/vending-crates.ftl rename to Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/vending-crates.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/entities/structures/storage/tanks/tanks.ftl b/Resources/Locale/en-US/_DV/prototypes/entities/structures/storage/tanks/tanks.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/entities/structures/storage/tanks/tanks.ftl rename to Resources/Locale/en-US/_DV/prototypes/entities/structures/storage/tanks/tanks.ftl diff --git a/Resources/Locale/en-US/deltav/prototypes/roles/antags.ftl b/Resources/Locale/en-US/_DV/prototypes/roles/antags.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/prototypes/roles/antags.ftl rename to Resources/Locale/en-US/_DV/prototypes/roles/antags.ftl diff --git a/Resources/Locale/en-US/deltav/reagents/generic.ftl b/Resources/Locale/en-US/_DV/reagents/generic.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/reagents/generic.ftl rename to Resources/Locale/en-US/_DV/reagents/generic.ftl diff --git a/Resources/Locale/en-US/deltav/reagents/meta/consumable/drink/drinks.ftl b/Resources/Locale/en-US/_DV/reagents/meta/consumable/drink/drinks.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/reagents/meta/consumable/drink/drinks.ftl rename to Resources/Locale/en-US/_DV/reagents/meta/consumable/drink/drinks.ftl diff --git a/Resources/Locale/en-US/deltav/reagents/meta/consumable/drink/powdered_drinks.ftl b/Resources/Locale/en-US/_DV/reagents/meta/consumable/drink/powdered_drinks.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/reagents/meta/consumable/drink/powdered_drinks.ftl rename to Resources/Locale/en-US/_DV/reagents/meta/consumable/drink/powdered_drinks.ftl diff --git a/Resources/Locale/en-US/deltav/reagents/meta/consumable/drink/soda.ftl b/Resources/Locale/en-US/_DV/reagents/meta/consumable/drink/soda.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/reagents/meta/consumable/drink/soda.ftl rename to Resources/Locale/en-US/_DV/reagents/meta/consumable/drink/soda.ftl diff --git a/Resources/Locale/en-US/deltav/reagents/meta/consumable/food/condiments.ftl b/Resources/Locale/en-US/_DV/reagents/meta/consumable/food/condiments.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/reagents/meta/consumable/food/condiments.ftl rename to Resources/Locale/en-US/_DV/reagents/meta/consumable/food/condiments.ftl diff --git a/Resources/Locale/en-US/deltav/reagents/meta/fun.ftl b/Resources/Locale/en-US/_DV/reagents/meta/fun.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/reagents/meta/fun.ftl rename to Resources/Locale/en-US/_DV/reagents/meta/fun.ftl diff --git a/Resources/Locale/en-US/deltav/recruiter/pen.ftl b/Resources/Locale/en-US/_DV/recruiter/pen.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/recruiter/pen.ftl rename to Resources/Locale/en-US/_DV/recruiter/pen.ftl diff --git a/Resources/Locale/en-US/deltav/recruiter/recruiter.ftl b/Resources/Locale/en-US/_DV/recruiter/recruiter.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/recruiter/recruiter.ftl rename to Resources/Locale/en-US/_DV/recruiter/recruiter.ftl diff --git a/Resources/Locale/en-US/deltav/research/rd-clipboard.ftl b/Resources/Locale/en-US/_DV/research/rd-clipboard.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/research/rd-clipboard.ftl rename to Resources/Locale/en-US/_DV/research/rd-clipboard.ftl diff --git a/Resources/Locale/en-US/deltav/research/technologies.ftl b/Resources/Locale/en-US/_DV/research/technologies.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/research/technologies.ftl rename to Resources/Locale/en-US/_DV/research/technologies.ftl diff --git a/Resources/Locale/en-US/deltav/roboisseur/roboisseur.ftl b/Resources/Locale/en-US/_DV/roboisseur/roboisseur.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/roboisseur/roboisseur.ftl rename to Resources/Locale/en-US/_DV/roboisseur/roboisseur.ftl diff --git a/Resources/Locale/en-US/deltav/roundend/no-eorg-popup.ftl b/Resources/Locale/en-US/_DV/roundend/no-eorg-popup.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/roundend/no-eorg-popup.ftl rename to Resources/Locale/en-US/_DV/roundend/no-eorg-popup.ftl diff --git a/Resources/Locale/en-US/_DV/salvage/mining-voucher.ftl b/Resources/Locale/en-US/_DV/salvage/mining-voucher.ftl new file mode 100644 index 0000000000..4dbce2eccb --- /dev/null +++ b/Resources/Locale/en-US/_DV/salvage/mining-voucher.ftl @@ -0,0 +1,36 @@ +mining-voucher-select-first = Select a kit to redeem first! +mining-voucher-unpowered = {CAPITALIZE(THE($vendor))} is unpowered! +mining-voucher-selected = Selected {$kit}! + +mining-voucher-crusher-name = Crusher Kit +mining-voucher-crusher-description = + Contains a kinetic crusher and a pocket fire extinguisher. + The crusher is a versatile melee mining tool capable both of mining and fighting local fauna. + However, it is difficult to use effectively for anyone but most skilled and/or suicidal miners. + +mining-voucher-extraction-name = Extraction and Rescue Kit +mining-voucher-extraction-description = + Contains a fulton beacon and 20 fultons, which allows you to send minerals, + items and dead bodies back home without having to use the mining shuttle. +#And as a bonus, you get 30 marker beacons to help you better mark your path. + +mining-voucher-resonator-name = Resonator Kit +mining-voucher-resonator-description = + Contains a resonator and a pocket fire extinguisher. + The resonator is a handheld device that creates small fields + of energy that resonate until they detonate, crushing rock. + It does increased damage in low pressure. + +mining-voucher-survival-name = Survival Capsule and Explorer's Webbing +mining-voucher-survival-description = + Contains an explorer's webbing, which allows you to carry even more mining equipment, and a spare shelter capsule to go with it. + +mining-voucher-minebot-name = Minebot Kit +mining-voucher-minebot-description = + Contains a little minebot companion that helps you in storing ore and hunting wildlife. + Also comes with an upgraded industrial welding tool, a welding mask and a KA modkit that allows shots to pass through the minebot. + +mining-voucher-conscription-name = Mining Conscription Kit +mining-voucher-conscription-description = + Contains a whole new mining starter kit for one crewmember, including + a proto-kinetic accelerator, mineral scanner and other useful gear. diff --git a/Resources/Locale/en-US/deltav/salvage/salvage-magnet.ftl b/Resources/Locale/en-US/_DV/salvage/salvage-magnet.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/salvage/salvage-magnet.ftl rename to Resources/Locale/en-US/_DV/salvage/salvage-magnet.ftl diff --git a/Resources/Locale/en-US/deltav/seeds.ftl b/Resources/Locale/en-US/_DV/seeds.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/seeds.ftl rename to Resources/Locale/en-US/_DV/seeds.ftl diff --git a/Resources/Locale/en-US/deltav/shipyard/shipyard-console.ftl b/Resources/Locale/en-US/_DV/shipyard/shipyard-console.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/shipyard/shipyard-console.ftl rename to Resources/Locale/en-US/_DV/shipyard/shipyard-console.ftl diff --git a/Resources/Locale/en-US/deltav/shuttles/docking-console.ftl b/Resources/Locale/en-US/_DV/shuttles/docking-console.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/shuttles/docking-console.ftl rename to Resources/Locale/en-US/_DV/shuttles/docking-console.ftl diff --git a/Resources/Locale/en-US/deltav/species/namepreset.ftl b/Resources/Locale/en-US/_DV/species/namepreset.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/species/namepreset.ftl rename to Resources/Locale/en-US/_DV/species/namepreset.ftl diff --git a/Resources/Locale/en-US/deltav/species/species.ftl b/Resources/Locale/en-US/_DV/species/species.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/species/species.ftl rename to Resources/Locale/en-US/_DV/species/species.ftl diff --git a/Resources/Locale/en-US/deltav/station-events/events/greytide-virus.ftl b/Resources/Locale/en-US/_DV/station-events/events/greytide-virus.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/station-events/events/greytide-virus.ftl rename to Resources/Locale/en-US/_DV/station-events/events/greytide-virus.ftl diff --git a/Resources/Locale/en-US/deltav/station-events/events/vent-critters.ftl b/Resources/Locale/en-US/_DV/station-events/events/vent-critters.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/station-events/events/vent-critters.ftl rename to Resources/Locale/en-US/_DV/station-events/events/vent-critters.ftl diff --git a/Resources/Locale/en-US/deltav/station-events/events/xeno-vent.ftl b/Resources/Locale/en-US/_DV/station-events/events/xeno-vent.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/station-events/events/xeno-vent.ftl rename to Resources/Locale/en-US/_DV/station-events/events/xeno-vent.ftl diff --git a/Resources/Locale/en-US/deltav/station-events/station-event-system.ftl b/Resources/Locale/en-US/_DV/station-events/station-event-system.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/station-events/station-event-system.ftl rename to Resources/Locale/en-US/_DV/station-events/station-event-system.ftl diff --git a/Resources/Locale/en-US/deltav/station-laws/laws.ftl b/Resources/Locale/en-US/_DV/station-laws/laws.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/station-laws/laws.ftl rename to Resources/Locale/en-US/_DV/station-laws/laws.ftl diff --git a/Resources/Locale/en-US/deltav/storage/mouth-storage-component.ftl b/Resources/Locale/en-US/_DV/storage/mouth-storage-component.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/storage/mouth-storage-component.ftl rename to Resources/Locale/en-US/_DV/storage/mouth-storage-component.ftl diff --git a/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl b/Resources/Locale/en-US/_DV/store/uplink-catalog.ftl similarity index 90% rename from Resources/Locale/en-US/deltav/store/uplink-catalog.ftl rename to Resources/Locale/en-US/_DV/store/uplink-catalog.ftl index 259cdfd9ae..d27464361c 100644 --- a/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/_DV/store/uplink-catalog.ftl @@ -26,3 +26,6 @@ uplink-foam-sabre-desc = A blade disguised as a toy foam sabre. Perfect for assa uplink-explosive-foam-grenade-name = Explosive Foam Grenade uplink-explosive-foam-grenade-desc = An explosive grenade disguised as a regular foam toy grenade. + +uplink-appraisal-tool-gun-name = Appraisal Tool Gun +uplink-appraisal-tool-gun-desc = A modified Viper to appear as an appraisal tool, at the cost of slightly slower firerate diff --git a/Resources/Locale/en-US/deltav/synthesis/synthesis.ftl b/Resources/Locale/en-US/_DV/synthesis/synthesis.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/synthesis/synthesis.ftl rename to Resources/Locale/en-US/_DV/synthesis/synthesis.ftl diff --git a/Resources/Locale/en-US/deltav/taperecorder/taperecorder.ftl b/Resources/Locale/en-US/_DV/taperecorder/taperecorder.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/taperecorder/taperecorder.ftl rename to Resources/Locale/en-US/_DV/taperecorder/taperecorder.ftl diff --git a/Resources/Locale/en-US/deltav/tools/tool-qualities.ftl b/Resources/Locale/en-US/_DV/tools/tool-qualities.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/tools/tool-qualities.ftl rename to Resources/Locale/en-US/_DV/tools/tool-qualities.ftl diff --git a/Resources/Locale/en-US/deltav/traits/traits.ftl b/Resources/Locale/en-US/_DV/traits/traits.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/traits/traits.ftl rename to Resources/Locale/en-US/_DV/traits/traits.ftl diff --git a/Resources/Locale/en-US/deltav/vending-machines/shop-vendor.ftl b/Resources/Locale/en-US/_DV/vending-machines/shop-vendor.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/vending-machines/shop-vendor.ftl rename to Resources/Locale/en-US/_DV/vending-machines/shop-vendor.ftl diff --git a/Resources/Locale/en-US/deltav/warp-points/warp-points.ftl b/Resources/Locale/en-US/_DV/warp-points/warp-points.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/warp-points/warp-points.ftl rename to Resources/Locale/en-US/_DV/warp-points/warp-points.ftl diff --git a/Resources/Locale/en-US/deltav/weapons/ranged/energygun.ftl b/Resources/Locale/en-US/_DV/weapons/ranged/energygun.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/weapons/ranged/energygun.ftl rename to Resources/Locale/en-US/_DV/weapons/ranged/energygun.ftl diff --git a/Resources/Locale/en-US/deltav/weather/ashstorm.ftl b/Resources/Locale/en-US/_DV/weather/ashstorm.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/weather/ashstorm.ftl rename to Resources/Locale/en-US/_DV/weather/ashstorm.ftl diff --git a/Resources/Locale/en-US/deltav/xenoarchaeology/artifact-hints.ftl b/Resources/Locale/en-US/_DV/xenoarchaeology/artifact-hints.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/xenoarchaeology/artifact-hints.ftl rename to Resources/Locale/en-US/_DV/xenoarchaeology/artifact-hints.ftl diff --git a/Resources/Locale/en-US/_NF/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/_NF/flavors/flavor-profiles.ftl new file mode 100644 index 0000000000..e02b97eede --- /dev/null +++ b/Resources/Locale/en-US/_NF/flavors/flavor-profiles.ftl @@ -0,0 +1,3 @@ +flavor-complex-pear = like pears +flavor-base-basic = basic + diff --git a/Resources/Locale/en-US/_NF/nutrition/components/food-sequence.ftl b/Resources/Locale/en-US/_NF/nutrition/components/food-sequence.ftl new file mode 100644 index 0000000000..bd66c79e9a --- /dev/null +++ b/Resources/Locale/en-US/_NF/nutrition/components/food-sequence.ftl @@ -0,0 +1 @@ +food-sequence-content-pear = pear diff --git a/Resources/Locale/en-US/_NF/reagents/meta/consumable/drink/drinks.ftl b/Resources/Locale/en-US/_NF/reagents/meta/consumable/drink/drinks.ftl new file mode 100644 index 0000000000..2ad481dcba --- /dev/null +++ b/Resources/Locale/en-US/_NF/reagents/meta/consumable/drink/drinks.ftl @@ -0,0 +1,2 @@ +reagent-name-pumpkin-spice-latte = spiced pumpkin latte +reagent-desc-pumpkin-spice-latte = It's autumn somewhere. Smells like cinnamon and cloves. diff --git a/Resources/Locale/en-US/_NF/reagents/meta/consumable/food/ingredients.ftl b/Resources/Locale/en-US/_NF/reagents/meta/consumable/food/ingredients.ftl new file mode 100644 index 0000000000..15840f7cb9 --- /dev/null +++ b/Resources/Locale/en-US/_NF/reagents/meta/consumable/food/ingredients.ftl @@ -0,0 +1,2 @@ +reagent-name-coffeegrounds = coffee grounds +reagent-desc-coffeegrounds = Aromatic and richly textured, these grounds exude a robust scent that promises a flavorful brew. diff --git a/Resources/Locale/en-US/_NF/seeds/seeds.ftl b/Resources/Locale/en-US/_NF/seeds/seeds.ftl new file mode 100644 index 0000000000..83771c1832 --- /dev/null +++ b/Resources/Locale/en-US/_NF/seeds/seeds.ftl @@ -0,0 +1,5 @@ +seeds-pear-name = pear +seeds-pear-display-name = pear tree +seeds-coffee-name = coffee +seeds-coffee-display-name = coffee plant + diff --git a/Resources/Locale/en-US/deltav/job/job-supervisors.ftl b/Resources/Locale/en-US/deltav/job/job-supervisors.ftl deleted file mode 100644 index c5765d9d19..0000000000 --- a/Resources/Locale/en-US/deltav/job/job-supervisors.ftl +++ /dev/null @@ -1 +0,0 @@ -job-supervisors-cj = the Chief Justice diff --git a/Resources/Maps/Nonstations/DeltaV/glacier_surface_outpost.yml b/Resources/Maps/_DV/Nonstations/glacier_surface_outpost.yml similarity index 100% rename from Resources/Maps/Nonstations/DeltaV/glacier_surface_outpost.yml rename to Resources/Maps/_DV/Nonstations/glacier_surface_outpost.yml diff --git a/Resources/Maps/Nonstations/DeltaV/lavaland_mining_base.yml b/Resources/Maps/_DV/Nonstations/lavaland_mining_base.yml similarity index 100% rename from Resources/Maps/Nonstations/DeltaV/lavaland_mining_base.yml rename to Resources/Maps/_DV/Nonstations/lavaland_mining_base.yml diff --git a/Resources/Maps/Shuttles/DeltaV/listening_post.yml b/Resources/Maps/_DV/Nonstations/listening_post.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/listening_post.yml rename to Resources/Maps/_DV/Nonstations/listening_post.yml diff --git a/Resources/Maps/Ruins/DeltaV/biodome_satellite.yml b/Resources/Maps/_DV/Ruins/biodome_satellite.yml similarity index 100% rename from Resources/Maps/Ruins/DeltaV/biodome_satellite.yml rename to Resources/Maps/_DV/Ruins/biodome_satellite.yml diff --git a/Resources/Maps/Ruins/DeltaV/derelict.yml b/Resources/Maps/_DV/Ruins/derelict.yml similarity index 100% rename from Resources/Maps/Ruins/DeltaV/derelict.yml rename to Resources/Maps/_DV/Ruins/derelict.yml diff --git a/Resources/Maps/Ruins/DeltaV/djstation.yml b/Resources/Maps/_DV/Ruins/djstation.yml similarity index 100% rename from Resources/Maps/Ruins/DeltaV/djstation.yml rename to Resources/Maps/_DV/Ruins/djstation.yml diff --git a/Resources/Maps/Ruins/DeltaV/old_ai_sat.yml b/Resources/Maps/_DV/Ruins/old_ai_sat.yml similarity index 100% rename from Resources/Maps/Ruins/DeltaV/old_ai_sat.yml rename to Resources/Maps/_DV/Ruins/old_ai_sat.yml diff --git a/Resources/Maps/Ruins/DeltaV/relaystation.yml b/Resources/Maps/_DV/Ruins/relaystation.yml similarity index 100% rename from Resources/Maps/Ruins/DeltaV/relaystation.yml rename to Resources/Maps/_DV/Ruins/relaystation.yml diff --git a/Resources/Maps/Ruins/DeltaV/whiteship_ancient.yml b/Resources/Maps/_DV/Ruins/whiteship_ancient.yml similarity index 100% rename from Resources/Maps/Ruins/DeltaV/whiteship_ancient.yml rename to Resources/Maps/_DV/Ruins/whiteship_ancient.yml diff --git a/Resources/Maps/Ruins/DeltaV/whiteship_bluespacejumper.yml b/Resources/Maps/_DV/Ruins/whiteship_bluespacejumper.yml similarity index 100% rename from Resources/Maps/Ruins/DeltaV/whiteship_bluespacejumper.yml rename to Resources/Maps/_DV/Ruins/whiteship_bluespacejumper.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-animalfarm.yml b/Resources/Maps/_DV/Salvage/DV-animalfarm.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-animalfarm.yml rename to Resources/Maps/_DV/Salvage/DV-animalfarm.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-asteroid-base.yml b/Resources/Maps/_DV/Salvage/DV-asteroid-base.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-asteroid-base.yml rename to Resources/Maps/_DV/Salvage/DV-asteroid-base.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-01.yml b/Resources/Maps/_DV/Salvage/DV-asteroid-large-01.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-asteroid-large-01.yml rename to Resources/Maps/_DV/Salvage/DV-asteroid-large-01.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-02.yml b/Resources/Maps/_DV/Salvage/DV-asteroid-large-02.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-asteroid-large-02.yml rename to Resources/Maps/_DV/Salvage/DV-asteroid-large-02.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-03.yml b/Resources/Maps/_DV/Salvage/DV-asteroid-large-03.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-asteroid-large-03.yml rename to Resources/Maps/_DV/Salvage/DV-asteroid-large-03.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-asteroid-mining-chemlab.yml b/Resources/Maps/_DV/Salvage/DV-asteroid-mining-chemlab.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-asteroid-mining-chemlab.yml rename to Resources/Maps/_DV/Salvage/DV-asteroid-mining-chemlab.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-atmos.yml b/Resources/Maps/_DV/Salvage/DV-atlas-atmos.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-atlas-atmos.yml rename to Resources/Maps/_DV/Salvage/DV-atlas-atmos.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-cargo.yml b/Resources/Maps/_DV/Salvage/DV-atlas-cargo.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-atlas-cargo.yml rename to Resources/Maps/_DV/Salvage/DV-atlas-cargo.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-conference-room.yml b/Resources/Maps/_DV/Salvage/DV-atlas-conference-room.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-atlas-conference-room.yml rename to Resources/Maps/_DV/Salvage/DV-atlas-conference-room.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-dorms.yml b/Resources/Maps/_DV/Salvage/DV-atlas-dorms.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-atlas-dorms.yml rename to Resources/Maps/_DV/Salvage/DV-atlas-dorms.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-epi.yml b/Resources/Maps/_DV/Salvage/DV-atlas-epi.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-atlas-epi.yml rename to Resources/Maps/_DV/Salvage/DV-atlas-epi.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-jailcells.yml b/Resources/Maps/_DV/Salvage/DV-atlas-jailcells.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-atlas-jailcells.yml rename to Resources/Maps/_DV/Salvage/DV-atlas-jailcells.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-medical.yml b/Resources/Maps/_DV/Salvage/DV-atlas-medical.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-atlas-medical.yml rename to Resources/Maps/_DV/Salvage/DV-atlas-medical.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-perma.yml b/Resources/Maps/_DV/Salvage/DV-atlas-perma.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-atlas-perma.yml rename to Resources/Maps/_DV/Salvage/DV-atlas-perma.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-salvage.yml b/Resources/Maps/_DV/Salvage/DV-atlas-salvage.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-atlas-salvage.yml rename to Resources/Maps/_DV/Salvage/DV-atlas-salvage.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-service.yml b/Resources/Maps/_DV/Salvage/DV-atlas-service.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-atlas-service.yml rename to Resources/Maps/_DV/Salvage/DV-atlas-service.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-bone-cave.yml b/Resources/Maps/_DV/Salvage/DV-bone-cave.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-bone-cave.yml rename to Resources/Maps/_DV/Salvage/DV-bone-cave.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-cargo-01.yml b/Resources/Maps/_DV/Salvage/DV-cargo-01.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-cargo-01.yml rename to Resources/Maps/_DV/Salvage/DV-cargo-01.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-crystal-cave.yml b/Resources/Maps/_DV/Salvage/DV-crystal-cave.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-crystal-cave.yml rename to Resources/Maps/_DV/Salvage/DV-crystal-cave.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-hauling-shuttle.yml b/Resources/Maps/_DV/Salvage/DV-hauling-shuttle.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-hauling-shuttle.yml rename to Resources/Maps/_DV/Salvage/DV-hauling-shuttle.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-large-asteroid-mining-01.yml b/Resources/Maps/_DV/Salvage/DV-large-asteroid-mining-01.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-large-asteroid-mining-01.yml rename to Resources/Maps/_DV/Salvage/DV-large-asteroid-mining-01.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-large-engineer-chunk.yml b/Resources/Maps/_DV/Salvage/DV-large-engineer-chunk.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-large-engineer-chunk.yml rename to Resources/Maps/_DV/Salvage/DV-large-engineer-chunk.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-laundromat-chunk.yml b/Resources/Maps/_DV/Salvage/DV-laundromat-chunk.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-laundromat-chunk.yml rename to Resources/Maps/_DV/Salvage/DV-laundromat-chunk.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-meatball.yml b/Resources/Maps/_DV/Salvage/DV-meatball.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-meatball.yml rename to Resources/Maps/_DV/Salvage/DV-meatball.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-asteroid-mining-01.yml b/Resources/Maps/_DV/Salvage/DV-med-asteroid-mining-01.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-asteroid-mining-01.yml rename to Resources/Maps/_DV/Salvage/DV-med-asteroid-mining-01.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-chunk-01.yml b/Resources/Maps/_DV/Salvage/DV-med-chunk-01.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-chunk-01.yml rename to Resources/Maps/_DV/Salvage/DV-med-chunk-01.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-crashed-shuttle.yml b/Resources/Maps/_DV/Salvage/DV-med-crashed-shuttle.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-crashed-shuttle.yml rename to Resources/Maps/_DV/Salvage/DV-med-crashed-shuttle.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-dock.yml b/Resources/Maps/_DV/Salvage/DV-med-dock.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-dock.yml rename to Resources/Maps/_DV/Salvage/DV-med-dock.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-library.yml b/Resources/Maps/_DV/Salvage/DV-med-library.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-library.yml rename to Resources/Maps/_DV/Salvage/DV-med-library.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-pet-hospital.yml b/Resources/Maps/_DV/Salvage/DV-med-pet-hospital.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-pet-hospital.yml rename to Resources/Maps/_DV/Salvage/DV-med-pet-hospital.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-pirate.yml b/Resources/Maps/_DV/Salvage/DV-med-pirate.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-pirate.yml rename to Resources/Maps/_DV/Salvage/DV-med-pirate.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-ruined-emergency-shuttle.yml b/Resources/Maps/_DV/Salvage/DV-med-ruined-emergency-shuttle.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-ruined-emergency-shuttle.yml rename to Resources/Maps/_DV/Salvage/DV-med-ruined-emergency-shuttle.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-service-chunk-01.yml b/Resources/Maps/_DV/Salvage/DV-med-service-chunk-01.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-service-chunk-01.yml rename to Resources/Maps/_DV/Salvage/DV-med-service-chunk-01.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-silent-orchestra.yml b/Resources/Maps/_DV/Salvage/DV-med-silent-orchestra.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-silent-orchestra.yml rename to Resources/Maps/_DV/Salvage/DV-med-silent-orchestra.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-vault-01.yml b/Resources/Maps/_DV/Salvage/DV-med-vault-01.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-med-vault-01.yml rename to Resources/Maps/_DV/Salvage/DV-med-vault-01.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-medium-01.yml b/Resources/Maps/_DV/Salvage/DV-medium-01.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-medium-01.yml rename to Resources/Maps/_DV/Salvage/DV-medium-01.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-mining-outpost-01.yml b/Resources/Maps/_DV/Salvage/DV-mining-outpost-01.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-mining-outpost-01.yml rename to Resources/Maps/_DV/Salvage/DV-mining-outpost-01.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-outpost-arm.yml b/Resources/Maps/_DV/Salvage/DV-outpost-arm.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-outpost-arm.yml rename to Resources/Maps/_DV/Salvage/DV-outpost-arm.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-research-outpost-01.yml b/Resources/Maps/_DV/Salvage/DV-research-outpost-01.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-research-outpost-01.yml rename to Resources/Maps/_DV/Salvage/DV-research-outpost-01.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-ruin-cargo-salvage.yml b/Resources/Maps/_DV/Salvage/DV-ruin-cargo-salvage.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-ruin-cargo-salvage.yml rename to Resources/Maps/_DV/Salvage/DV-ruin-cargo-salvage.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-security-chunk.yml b/Resources/Maps/_DV/Salvage/DV-security-chunk.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-security-chunk.yml rename to Resources/Maps/_DV/Salvage/DV-security-chunk.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-solar-farm.yml b/Resources/Maps/_DV/Salvage/DV-solar-farm.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-solar-farm.yml rename to Resources/Maps/_DV/Salvage/DV-solar-farm.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-stationstation.yml b/Resources/Maps/_DV/Salvage/DV-stationstation.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-stationstation.yml rename to Resources/Maps/_DV/Salvage/DV-stationstation.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-syndi-hideout.yml b/Resources/Maps/_DV/Salvage/DV-syndi-hideout.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-syndi-hideout.yml rename to Resources/Maps/_DV/Salvage/DV-syndi-hideout.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-tick-colony.yml b/Resources/Maps/_DV/Salvage/DV-tick-colony.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-tick-colony.yml rename to Resources/Maps/_DV/Salvage/DV-tick-colony.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-tick-nest.yml b/Resources/Maps/_DV/Salvage/DV-tick-nest.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-tick-nest.yml rename to Resources/Maps/_DV/Salvage/DV-tick-nest.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-vegan-meatball.yml b/Resources/Maps/_DV/Salvage/DV-vegan-meatball.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-vegan-meatball.yml rename to Resources/Maps/_DV/Salvage/DV-vegan-meatball.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-wh-salvage.yml b/Resources/Maps/_DV/Salvage/DV-wh-salvage.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/DV-wh-salvage.yml rename to Resources/Maps/_DV/Salvage/DV-wh-salvage.yml diff --git a/Resources/Maps/Salvage/DeltaV/Templates/DV-large-asteroid-template.yml b/Resources/Maps/_DV/Salvage/Templates/DV-large-asteroid-template.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/Templates/DV-large-asteroid-template.yml rename to Resources/Maps/_DV/Salvage/Templates/DV-large-asteroid-template.yml diff --git a/Resources/Maps/Salvage/DeltaV/Templates/DV-med-asteroid-template.yml b/Resources/Maps/_DV/Salvage/Templates/DV-med-asteroid-template.yml similarity index 100% rename from Resources/Maps/Salvage/DeltaV/Templates/DV-med-asteroid-template.yml rename to Resources/Maps/_DV/Salvage/Templates/DV-med-asteroid-template.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml b/Resources/Maps/_DV/Shuttles/NTES_BC20.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml rename to Resources/Maps/_DV/Shuttles/NTES_BC20.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml b/Resources/Maps/_DV/Shuttles/NTES_Box.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Box.yml rename to Resources/Maps/_DV/Shuttles/NTES_Box.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Centipede.yml b/Resources/Maps/_DV/Shuttles/NTES_Centipede.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Centipede.yml rename to Resources/Maps/_DV/Shuttles/NTES_Centipede.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Delta.yml b/Resources/Maps/_DV/Shuttles/NTES_Delta.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Delta.yml rename to Resources/Maps/_DV/Shuttles/NTES_Delta.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Fishbowl.yml b/Resources/Maps/_DV/Shuttles/NTES_Fishbowl.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Fishbowl.yml rename to Resources/Maps/_DV/Shuttles/NTES_Fishbowl.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml b/Resources/Maps/_DV/Shuttles/NTES_Kaeri.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml rename to Resources/Maps/_DV/Shuttles/NTES_Kaeri.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml b/Resources/Maps/_DV/Shuttles/NTES_Lox.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml rename to Resources/Maps/_DV/Shuttles/NTES_Lox.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Propeller.yml b/Resources/Maps/_DV/Shuttles/NTES_Propeller.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Propeller.yml rename to Resources/Maps/_DV/Shuttles/NTES_Propeller.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Right.yml b/Resources/Maps/_DV/Shuttles/NTES_Right.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Right.yml rename to Resources/Maps/_DV/Shuttles/NTES_Right.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml b/Resources/Maps/_DV/Shuttles/NTES_Seal.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml rename to Resources/Maps/_DV/Shuttles/NTES_Seal.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Titan.yml b/Resources/Maps/_DV/Shuttles/NTES_Titan.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Titan.yml rename to Resources/Maps/_DV/Shuttles/NTES_Titan.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_UCLB.yml b/Resources/Maps/_DV/Shuttles/NTES_UCLB.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_UCLB.yml rename to Resources/Maps/_DV/Shuttles/NTES_UCLB.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Vertex.yml b/Resources/Maps/_DV/Shuttles/NTES_Vertex.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/NTES_Vertex.yml rename to Resources/Maps/_DV/Shuttles/NTES_Vertex.yml diff --git a/Resources/Maps/Shuttles/DeltaV/barge.yml b/Resources/Maps/_DV/Shuttles/barge.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/barge.yml rename to Resources/Maps/_DV/Shuttles/barge.yml diff --git a/Resources/Maps/Shuttles/DeltaV/glacier_surface_shuttle.yml b/Resources/Maps/_DV/Shuttles/glacier_surface_shuttle.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/glacier_surface_shuttle.yml rename to Resources/Maps/_DV/Shuttles/glacier_surface_shuttle.yml diff --git a/Resources/Maps/Shuttles/DeltaV/helix.yml b/Resources/Maps/_DV/Shuttles/helix.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/helix.yml rename to Resources/Maps/_DV/Shuttles/helix.yml diff --git a/Resources/Maps/Shuttles/DeltaV/mining.yml b/Resources/Maps/_DV/Shuttles/mining.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/mining.yml rename to Resources/Maps/_DV/Shuttles/mining.yml diff --git a/Resources/Maps/Shuttles/DeltaV/ntcv-nomad.yml b/Resources/Maps/_DV/Shuttles/ntcv-nomad.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/ntcv-nomad.yml rename to Resources/Maps/_DV/Shuttles/ntcv-nomad.yml diff --git a/Resources/Maps/Shuttles/DeltaV/ntsp-bulwark.yml b/Resources/Maps/_DV/Shuttles/ntsp-bulwark.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/ntsp-bulwark.yml rename to Resources/Maps/_DV/Shuttles/ntsp-bulwark.yml diff --git a/Resources/Maps/Shuttles/DeltaV/ntsv-tote.yml b/Resources/Maps/_DV/Shuttles/ntsv-tote.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/ntsv-tote.yml rename to Resources/Maps/_DV/Shuttles/ntsv-tote.yml diff --git a/Resources/Maps/Shuttles/DeltaV/ntv-pulse.yml b/Resources/Maps/_DV/Shuttles/ntv-pulse.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/ntv-pulse.yml rename to Resources/Maps/_DV/Shuttles/ntv-pulse.yml diff --git a/Resources/Maps/Shuttles/DeltaV/ntxr-saucer.yml b/Resources/Maps/_DV/Shuttles/ntxr-saucer.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/ntxr-saucer.yml rename to Resources/Maps/_DV/Shuttles/ntxr-saucer.yml diff --git a/Resources/Maps/Shuttles/DeltaV/prospector.yml b/Resources/Maps/_DV/Shuttles/prospector.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/prospector.yml rename to Resources/Maps/_DV/Shuttles/prospector.yml diff --git a/Resources/Maps/Shuttles/DeltaV/pts.yml b/Resources/Maps/_DV/Shuttles/pts.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/pts.yml rename to Resources/Maps/_DV/Shuttles/pts.yml diff --git a/Resources/Maps/Shuttles/DeltaV/recruiter_ship.yml b/Resources/Maps/_DV/Shuttles/recruiter_ship.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/recruiter_ship.yml rename to Resources/Maps/_DV/Shuttles/recruiter_ship.yml diff --git a/Resources/Maps/Shuttles/DeltaV/sub_escape_pod.yml b/Resources/Maps/_DV/Shuttles/sub_escape_pod.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/sub_escape_pod.yml rename to Resources/Maps/_DV/Shuttles/sub_escape_pod.yml diff --git a/Resources/Maps/Shuttles/DeltaV/synthesis_ship.yml b/Resources/Maps/_DV/Shuttles/synthesis_ship.yml similarity index 100% rename from Resources/Maps/Shuttles/DeltaV/synthesis_ship.yml rename to Resources/Maps/_DV/Shuttles/synthesis_ship.yml diff --git a/Resources/Maps/DeltaV/centcomm.yml b/Resources/Maps/_DV/centcomm.yml similarity index 100% rename from Resources/Maps/DeltaV/centcomm.yml rename to Resources/Maps/_DV/centcomm.yml diff --git a/Resources/Migrations/migration.yml b/Resources/Migrations/migration.yml index 46501f6382..99adaf2860 100644 --- a/Resources/Migrations/migration.yml +++ b/Resources/Migrations/migration.yml @@ -70,8 +70,8 @@ SpeedLoaderPistolHighVelocity: SpeedLoaderPistol # 2023-08-07 #If the name is anything to go off of, these are presumably just CEV-Eris versions of the snow rock (which we already have.) #They are practically never used in this way however, so they're migrated to the basic rock type. -#MountainRock: AsteroidRock #DeltaV -#MountainRockMining: AsteroidRockMining #DeltaV +#MountainRock: AsteroidRock # DeltaV +#MountainRockMining: AsteroidRockMining # DeltaV # 2023-08-08 #WindowTintedDirectional: WindowFrostedDirectional # DeltaV diff --git a/Resources/Prototypes/Access/cargo.yml b/Resources/Prototypes/Access/cargo.yml index dfcfcd10f7..83158cd7d8 100644 --- a/Resources/Prototypes/Access/cargo.yml +++ b/Resources/Prototypes/Access/cargo.yml @@ -17,4 +17,4 @@ - Salvage - Cargo - Mail # Nyanotrasen - MailCarrier, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Cargo/mail-carrier.yml - - Orders # Delta V - Orders, see Resources/Prototypes/DeltaV/Access/cargo.yml + - Orders # Delta V - Orders, see Resources/Prototypes/_DV/Access/cargo.yml diff --git a/Resources/Prototypes/Access/misc.yml b/Resources/Prototypes/Access/misc.yml index 4617797bb5..82ee588c61 100644 --- a/Resources/Prototypes/Access/misc.yml +++ b/Resources/Prototypes/Access/misc.yml @@ -33,8 +33,8 @@ - Hydroponics - Atmospherics - Mail # Nyanotrasen - MailCarrier, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Cargo/mail-carrier.yml - - Orders # DeltaV - Orders, see Resources/Prototypes/DeltaV/Access/cargo.yml - - Mantis # DeltaV - Psionic Mantis, see Resources/Prototypes/DeltaV/Access/epistemics.yml + - Orders # DeltaV - Orders, see Resources/Prototypes/_DV/Access/cargo.yml + - Mantis # DeltaV - Psionic Mantis, see Resources/Prototypes/_DV/Access/epistemics.yml - Paramedic # DeltaV - Add Paramedic access - Psychologist # DeltaV - Add Psychologist access - Boxer # DeltaV - Add Boxer access diff --git a/Resources/Prototypes/Access/research.yml b/Resources/Prototypes/Access/research.yml index 70785ce89a..e97aa00983 100644 --- a/Resources/Prototypes/Access/research.yml +++ b/Resources/Prototypes/Access/research.yml @@ -11,5 +11,5 @@ tags: - ResearchDirector - Research - - Mantis # DeltaV - Psionic Mantis, see Resources/Prototypes/DeltaV/Access/epistemics.yml + - Mantis # DeltaV - Psionic Mantis, see Resources/Prototypes/_DV/Access/epistemics.yml - Robotics # DeltaV: Robotics access diff --git a/Resources/Prototypes/Alerts/revenant.yml b/Resources/Prototypes/Alerts/revenant.yml index 9db5228483..7bd8860905 100644 --- a/Resources/Prototypes/Alerts/revenant.yml +++ b/Resources/Prototypes/Alerts/revenant.yml @@ -10,7 +10,7 @@ - type: alert id: Corporeal - icons: [ /Textures/DeltaV/Mobs/Ghosts/revenant.rsi/icon.png ] # DeltaV - Custom revenant sprite + icons: [ /Textures/_DV/Mobs/Ghosts/revenant.rsi/icon.png ] # DeltaV - Custom revenant sprite name: alerts-revenant-corporeal-name description: alerts-revenant-corporeal-desc diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_armory.yml b/Resources/Prototypes/Catalog/Cargo/cargo_armory.yml index 29766cc34d..63a0cc5f91 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_armory.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_armory.yml @@ -21,7 +21,7 @@ - type: cargoProduct id: SecurityRiot icon: - sprite: DeltaV/Clothing/OuterClothing/Armor/riot.rsi # DeltaV - resprite + sprite: _DV/Clothing/OuterClothing/Armor/riot.rsi # DeltaV - resprite state: icon product: CrateSecurityRiot cost: 7500 diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_security.yml b/Resources/Prototypes/Catalog/Cargo/cargo_security.yml index 3958bf0809..bafba8f408 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_security.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_security.yml @@ -1,7 +1,7 @@ - type: cargoProduct id: SecurityArmor icon: - sprite: DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi # DeltaV - resprite + sprite: _DV/Clothing/OuterClothing/Armor/platecarrier.rsi # DeltaV - resprite state: icon product: CrateSecurityArmor cost: 1000 # DeltaV - raise price for buffed armour @@ -11,7 +11,7 @@ - type: cargoProduct id: SecurityHelmet icon: - sprite: DeltaV/Clothing/Head/Helmets/security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Helmets/security.rsi # DeltaV - resprite state: icon product: CrateSecurityHelmet cost: 550 diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index a3263dde32..dc15a76227 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -174,7 +174,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockSeedsFilled - cost: 3600 + cost: 3800 # DeltaV price needs to be higher because of more seeds. category: cargoproduct-category-name-hydroponics group: market diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index ecc017f40a..7ee863f60d 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -43,7 +43,7 @@ - id: PlushieMothRandom # Nyano - random moth plushies - id: PlushieArachind - id: PlushiePenguin - - id: PlushieMort # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - id: PlushieMort # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml - type: entity id: CrateFunPlushie diff --git a/Resources/Prototypes/Catalog/Fills/Crates/medical.yml b/Resources/Prototypes/Catalog/Fills/Crates/medical.yml index cc41906b2f..0a31dfe3e2 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/medical.yml @@ -84,7 +84,7 @@ - id: UniformScrubsColorGreen - id: UniformScrubsColorPurple - id: UniformScrubsColorBlue -#DeltaV adds cyan through white scrubs +# DeltaV adds cyan through white scrubs - id: UniformScrubsColorCyan - id: UniformScrubsColorBlack - id: UniformScrubsColorPink @@ -93,14 +93,14 @@ - id: ClothingHeadHatSurgcapBlue - id: ClothingHeadHatSurgcapPurple - id: ClothingHeadHatSurgcapGreen -#DeltaV adds cyan through white surgcaps +# DeltaV adds cyan through white surgcaps - id: ClothingHeadHatSurgcapCyan - id: ClothingHeadHatSurgcapBlack - id: ClothingHeadHatSurgcapPink - id: ClothingHeadHatSurgcapRainbow - id: ClothingHeadHatSurgcapWhite - id: ClothingMaskSterile -#DeltaV nerfs amount from 3 to 1(more items) +# DeltaV nerfs amount from 3 to 1(more items) amount: 1 - type: entity diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medical.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medical.yml index 9e7c72a46c..0bd98909d0 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medical.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medical.yml @@ -8,7 +8,7 @@ EpinephrineChemistryBottle: 3 Syringe: 5 BoxBottle: 3 - Portafib: 1 # DeltaV - Add Portafibs, see Prototypes/DeltaV/Entities/Objects/Devices/Medical/portafib.yml + Portafib: 1 # DeltaV - Add Portafibs, see Prototypes/_DV/Entities/Objects/Devices/Medical/portafib.yml ClothingEyesHudMedical: 2 ClothingEyesEyepatchHudMedical: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml index bd0990050b..327f0aea5f 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml @@ -12,6 +12,7 @@ CherrySeeds: 5 ChiliSeeds: 5 CocoaSeeds: 3 + CoffeeSeeds: 5 # Frontier CornSeeds: 5 CottonSeeds: 5 EggplantSeeds: 5 @@ -27,6 +28,7 @@ OnionSeeds: 5 OnionRedSeeds: 5 OrangeSeeds: 5 + PearSeeds: 3 # Frontier PeaSeeds: 5 PoppySeeds: 3 PotatoSeeds: 5 diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 4b69599ce6..d30cb4786e 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1383,10 +1383,10 @@ icon: { sprite: /Textures/Objects/Magic/magicactions.rsi, state: gib } productEntity: DeathAcidifierImplanter cost: - Telecrystal: 5 #DeltaV- Was 4, now 5 + Telecrystal: 5 # DeltaV- Was 4, now 5 categories: - UplinkImplants - # conditions: #DeltaV- Allows Death Acidifer for our Syndibros + # conditions: # DeltaV- Allows Death Acidifer for our Syndibros # - !type:StoreWhitelistCondition # whitelist: # tags: diff --git a/Resources/Prototypes/Decals/Overlays/grayscale.yml b/Resources/Prototypes/Decals/Overlays/grayscale.yml index 86365081b8..55c47e77e2 100644 --- a/Resources/Prototypes/Decals/Overlays/grayscale.yml +++ b/Resources/Prototypes/Decals/Overlays/grayscale.yml @@ -3,7 +3,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: fulltile_overlay - type: decal @@ -115,7 +115,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle Consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle Consistency state: halftile_overlay - type: decal @@ -123,7 +123,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle Consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle Consistency state: halftile_overlay_90 - type: decal @@ -131,7 +131,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: halftile_overlay_180 - type: decal @@ -139,7 +139,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: halftile_overlay_270 - type: decal @@ -147,7 +147,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: quartertile_overlay - type: decal @@ -155,7 +155,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: quartertile_overlay_90 - type: decal @@ -163,7 +163,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: quartertile_overlay_180 - type: decal @@ -171,7 +171,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: quartertile_overlay_270 - type: decal @@ -179,7 +179,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: threequartertile_overlay - type: decal @@ -187,7 +187,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: threequartertile_overlay_90 - type: decal @@ -195,7 +195,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: threequartertile_overlay_180 - type: decal @@ -203,7 +203,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: threequartertile_overlay_270 - type: decal @@ -219,7 +219,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: checkerNESW - type: decal @@ -227,7 +227,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: checkerNWSE - type: decal @@ -235,7 +235,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: diagonal - type: decal @@ -243,7 +243,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: diagonal_checker_a - type: decal @@ -251,7 +251,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/Overlays/greyscale.rsi #DeltaV - Artstyle consistency + sprite: _DV/Decals/Overlays/greyscale.rsi # DeltaV - Artstyle consistency state: diagonal_checker_b - type: decal diff --git a/Resources/Prototypes/Decals/bricktile_dark.yml b/Resources/Prototypes/Decals/bricktile_dark.yml index c722b598ec..e815a4d7f6 100644 --- a/Resources/Prototypes/Decals/bricktile_dark.yml +++ b/Resources/Prototypes/Decals/bricktile_dark.yml @@ -2,117 +2,117 @@ id: BrickTileDarkBox tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_box - type: decal id: BrickTileDarkCornerNe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_corner_ne - type: decal id: BrickTileDarkCornerSe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_corner_se - type: decal id: BrickTileDarkCornerNw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_corner_nw - type: decal id: BrickTileDarkCornerSw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_corner_sw - type: decal id: BrickTileDarkInnerNe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_inner_ne - type: decal id: BrickTileDarkInnerSe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_inner_se - type: decal id: BrickTileDarkInnerNw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_inner_nw - type: decal id: BrickTileDarkInnerSw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_inner_sw - type: decal id: BrickTileDarkEndN tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_end_n - type: decal id: BrickTileDarkEndE tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_end_e - type: decal id: BrickTileDarkEndS tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_end_s - type: decal id: BrickTileDarkEndW tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_end_w - type: decal id: BrickTileDarkLineN tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_line_n - type: decal id: BrickTileDarkLineE tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_line_e - type: decal id: BrickTileDarkLineS tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_line_s - type: decal id: BrickTileDarkLineW tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: dark_line_w diff --git a/Resources/Prototypes/Decals/bricktile_steel.yml b/Resources/Prototypes/Decals/bricktile_steel.yml index 9abef4a8ff..6bbc73bc38 100644 --- a/Resources/Prototypes/Decals/bricktile_steel.yml +++ b/Resources/Prototypes/Decals/bricktile_steel.yml @@ -2,117 +2,117 @@ id: BrickTileSteelBox tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_box - type: decal id: BrickTileSteelCornerNe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_corner_ne - type: decal id: BrickTileSteelCornerSe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_corner_se - type: decal id: BrickTileSteelCornerNw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_corner_nw - type: decal id: BrickTileSteelCornerSw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_corner_sw - type: decal id: BrickTileSteelInnerNe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_inner_ne - type: decal id: BrickTileSteelInnerSe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_inner_se - type: decal id: BrickTileSteelInnerNw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_inner_nw - type: decal id: BrickTileSteelInnerSw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_inner_sw - type: decal id: BrickTileSteelEndN tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_end_n - type: decal id: BrickTileSteelEndE tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_end_e - type: decal id: BrickTileSteelEndS tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_end_s - type: decal id: BrickTileSteelEndW tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_end_w - type: decal id: BrickTileSteelLineN tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_line_n - type: decal id: BrickTileSteelLineE tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_line_e - type: decal id: BrickTileSteelLineS tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_line_s - type: decal id: BrickTileSteelLineW tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: steel_line_w diff --git a/Resources/Prototypes/Decals/bricktile_white.yml b/Resources/Prototypes/Decals/bricktile_white.yml index 143eaebaf4..acf9d4b6bd 100644 --- a/Resources/Prototypes/Decals/bricktile_white.yml +++ b/Resources/Prototypes/Decals/bricktile_white.yml @@ -2,117 +2,117 @@ id: BrickTileWhiteBox tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_box - type: decal id: BrickTileWhiteCornerNe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_corner_ne - type: decal id: BrickTileWhiteCornerSe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_corner_se - type: decal id: BrickTileWhiteCornerNw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_corner_nw - type: decal id: BrickTileWhiteCornerSw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_corner_sw - type: decal id: BrickTileWhiteInnerNe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_inner_ne - type: decal id: BrickTileWhiteInnerSe tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_inner_se - type: decal id: BrickTileWhiteInnerNw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_inner_nw - type: decal id: BrickTileWhiteInnerSw tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_inner_sw - type: decal id: BrickTileWhiteEndN tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_end_n - type: decal id: BrickTileWhiteEndE tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_end_e - type: decal id: BrickTileWhiteEndS tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_end_s - type: decal id: BrickTileWhiteEndW tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_end_w - type: decal id: BrickTileWhiteLineN tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_line_n - type: decal id: BrickTileWhiteLineE tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_line_e - type: decal id: BrickTileWhiteLineS tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_line_s - type: decal id: BrickTileWhiteLineW tags: ["station", "markings"] sprite: - sprite: DeltaV/Decals/bricktile.rsi #Delta V - Retexture Decals + sprite: _DV/Decals/bricktile.rsi #Delta V - Retexture Decals state: white_line_w diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/mantles.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/mantles.yml deleted file mode 100644 index 44453c0b67..0000000000 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/mantles.yml +++ /dev/null @@ -1,11 +0,0 @@ -- type: entity - parent: ClothingNeckBase - id: ClothingNeckMantleRyuzo - name: ornate mantle - description: In days of old, giving one's life was considered the ultimate sacrifice. The owner of this mantle, however, has dedicated their life twice over. - suffix: ADMIN ONLY, DO NOT MAP - components: - - type: Sprite - sprite: DeltaV/Clothing/Neck/mantles/ryuzo.rsi - - type: Clothing - sprite: DeltaV/Clothing/Neck/mantles/ryuzo.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/airlock_groups.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Doors/airlock_groups.yml deleted file mode 100644 index dba1dcd8f3..0000000000 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/airlock_groups.yml +++ /dev/null @@ -1,41 +0,0 @@ -# Door resprites -- type: AirlockGroup - id: StandardDeltaV - iconPriority: 200 # higher priority for spray painter - stylePaths: - atmospherics: DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi - basic: DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi - cargo: DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi - chemistry: DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi - command: DeltaV/Structures/Doors/Airlocks/Standard/command.rsi - engineering: DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi - freezer: DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi - hydroponics: DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi - maintenance: DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi - science: DeltaV/Structures/Doors/Airlocks/Standard/science.rsi - security: DeltaV/Structures/Doors/Airlocks/Standard/security.rsi - virology: DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi - justice: DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi # Add Justice Dept - roboticist: DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi #Added Roboticist Role - -- type: AirlockGroup - id: GlassDeltaV - iconPriority: 190 - stylePaths: - atmospherics: DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi - basic: DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi - chemistry: DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi - command: DeltaV/Structures/Doors/Airlocks/Glass/command.rsi - science: DeltaV/Structures/Doors/Airlocks/Glass/science.rsi - cargo: DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi - engineering: DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi - glass: DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi - hydroponics: DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi - maintenance: DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi - medical: DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi - security: DeltaV/Structures/Doors/Airlocks/Glass/security.rsi - virology: DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi - justice: DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi # Add Justice Dept - roboticist: DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi #Added Roboticist Role - - diff --git a/Resources/Prototypes/DeltaV/Maps/salvage.yml b/Resources/Prototypes/DeltaV/Maps/salvage.yml deleted file mode 100644 index b74ae7d1d6..0000000000 --- a/Resources/Prototypes/DeltaV/Maps/salvage.yml +++ /dev/null @@ -1,50 +0,0 @@ -# "Medium"-class maps - Max size square: 15x15, indicated size: 7.5 - -- type: salvageMap - id: AsteroidSyndiHideout - mapPath: /Maps/Salvage/DeltaV/DV-syndi-hideout.yml - sizeString: salvage-map-wreck-size-medium - -# """Large""" maps - -- type: salvageMap - id: AsteroidChemlab - mapPath: /Maps/Salvage/DeltaV/DV-asteroid-mining-chemlab.yml - sizeString: salvage-map-wreck-size-large - -- type: salvageMap - id: LaundromatChunk - mapPath: /Maps/Salvage/DeltaV/DV-laundromat-chunk.yml - sizeString: salvage-map-wreck-size-large - -- type: salvageMap - id: SolarFarm - mapPath: /Maps/Salvage/DeltaV/DV-solar-farm.yml - sizeString: salvage-map-wreck-size-large - -# Asteroids - -- type: salvageMap - id: AsteroidTickNest - mapPath: /Maps/Salvage/DeltaV/DV-tick-nest.yml - sizeString: salvage-map-wreck-size-unknown - -- type: salvageMap - id: AsteroidMiningMed1 - mapPath: /Maps/Salvage/DeltaV/DV-large-asteroid-mining-01.yml - sizeString: salvage-map-wreck-size-unknown - -- type: salvageMap - id: AsteroidMiningLarge1 - mapPath: /Maps/Salvage/DeltaV/DV-med-asteroid-mining-01.yml - sizeString: salvage-map-wreck-size-unknown - -- type: salvageMap - id: AsteroidCrystalCave - mapPath: /Maps/Salvage/DeltaV/DV-crystal-cave.yml - sizeString: salvage-map-wreck-size-unknown - -- type: salvageMap - id: AsteroidBoneCave - mapPath: /Maps/Salvage/DeltaV/DV-bone-cave.yml - sizeString: salvage-map-wreck-size-unknown diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/clothing.yml b/Resources/Prototypes/DeltaV/Recipes/Lathes/clothing.yml deleted file mode 100644 index 47c05090bc..0000000000 --- a/Resources/Prototypes/DeltaV/Recipes/Lathes/clothing.yml +++ /dev/null @@ -1,141 +0,0 @@ -# Jumpsuits - Security - -- type: latheRecipe - id: ClothingUniformJumpsuitSecBlue - result: ClothingUniformJumpsuitSecBlue - completetime: 4 - materials: - Cloth: 300 - -- type: latheRecipe - id: ClothingUniformJumpsuitSecGrey - result: ClothingUniformJumpsuitSecGrey - completetime: 4 - materials: - Cloth: 300 - -- type: latheRecipe - id: ClothingUniformJumpsuitWardenBlue - result: ClothingUniformJumpsuitWardenBlue - completetime: 4 - materials: - Cloth: 300 - -- type: latheRecipe - id: ClothingUniformJumpsuitWardenGrey - result: ClothingUniformJumpsuitWardenGrey - completetime: 4 - materials: - Cloth: 300 - -# Jumpskirts - Security - -- type: latheRecipe - id: ClothingUniformJumpskirtSecBlue - result: ClothingUniformJumpskirtSecBlue - completetime: 4 - materials: - Cloth: 300 - -- type: latheRecipe - id: ClothingUniformJumpskirtSecGrey - result: ClothingUniformJumpskirtSecGrey - completetime: 4 - materials: - Cloth: 300 - -- type: latheRecipe - id: ClothingUniformJumpskirtHoSBlue - result: ClothingUniformJumpskirtHoSBlue - completetime: 4 - materials: - Cloth: 300 - -- type: latheRecipe - id: ClothingUniformJumpskirtHoSGrey - result: ClothingUniformJumpskirtHoSGrey - completetime: 4 - materials: - Cloth: 300 - -- type: latheRecipe - id: ClothingUniformJumpskirtWardenBlue - result: ClothingUniformJumpskirtWardenBlue - completetime: 4 - materials: - Cloth: 300 - -- type: latheRecipe - id: ClothingUniformJumpskirtWardenGrey - result: ClothingUniformJumpskirtWardenGrey - completetime: 4 - materials: - Cloth: 300 - -# Security Sweater - -- type: latheRecipe - id: ClothingOuterStasecSweater - result: ClothingOuterStasecSweater - completetime: 4 - materials: - Cloth: 500 - Durathread: 200 - -# Chief Justice Wardrobe - -- type: latheRecipe - id: ClothingHeadHatCJToque - result: ClothingHeadHatCJToque - completetime: 2 - materials: - Cloth: 100 - Durathread: 50 - -- type: latheRecipe - id: ClothingUniformJumpsuitChiefJustice - result: ClothingUniformJumpsuitChiefJustice - completetime: 4 - materials: - Cloth: 300 - Durathread: 100 - -- type: latheRecipe - id: ClothingUniformJumpskirtChiefJustice - result: ClothingUniformJumpskirtChiefJustice - completetime: 4 - materials: - Cloth: 300 - Durathread: 100 - -- type: latheRecipe - id: ClothingUniformJumpsuitChiefJusticeFormal - result: ClothingUniformJumpsuitChiefJusticeFormal - completetime: 4 - materials: - Cloth: 300 - Durathread: 100 - -- type: latheRecipe - id: ClothingUniformJumpsuitChiefJusticeWhite - result: ClothingUniformJumpsuitChiefJusticeWhite - completetime: 5 - materials: - Cloth: 300 - Durathread: 100 - -- type: latheRecipe - id: ClothingNeckCloakCJ - result: ClothingNeckCloakCJ - completetime: 2.8 - materials: - Cloth: 200 - Durathread: 150 - -- type: latheRecipe - id: ClothingOuterChiefJustice - result: ClothingOuterChiefJustice - completetime: 3.2 - materials: - Cloth: 500 - Durathread: 300 diff --git a/Resources/Prototypes/DeltaV/Shaders/birdvision.yml b/Resources/Prototypes/DeltaV/Shaders/birdvision.yml deleted file mode 100644 index 43dc7ae248..0000000000 --- a/Resources/Prototypes/DeltaV/Shaders/birdvision.yml +++ /dev/null @@ -1,4 +0,0 @@ -- type: shader - id: UltraVision - kind: source - path: "/Textures/DeltaV/Shaders/ultravision.swsl" diff --git a/Resources/Prototypes/DeltaV/Shaders/chromatic_aberration.yml b/Resources/Prototypes/DeltaV/Shaders/chromatic_aberration.yml deleted file mode 100644 index e292bf9c47..0000000000 --- a/Resources/Prototypes/DeltaV/Shaders/chromatic_aberration.yml +++ /dev/null @@ -1,4 +0,0 @@ -- type: shader - id: ChromaticAberration - kind: source - path: "/Textures/DeltaV/Shaders/chromatic_aberration.swsl" diff --git a/Resources/Prototypes/DeltaV/SoundCollections/vulpkanin.yml b/Resources/Prototypes/DeltaV/SoundCollections/vulpkanin.yml deleted file mode 100644 index 63458928cc..0000000000 --- a/Resources/Prototypes/DeltaV/SoundCollections/vulpkanin.yml +++ /dev/null @@ -1,33 +0,0 @@ -- type: soundCollection - id: VulpkaninBarks - files: - - /Audio/DeltaV/Voice/Vulpkanin/dog_bark1.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_bark2.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_bark3.ogg - -- type: soundCollection - id: VulpkaninGrowls - files: - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl1.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl2.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl3.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl4.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl5.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl6.ogg - -- type: soundCollection - id: VulpkaninSnarls - files: - - /Audio/DeltaV/Voice/Vulpkanin/dog_snarl1.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_snarl2.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_snarl3.ogg - -- type: soundCollection - id: VulpkaninWhines - files: - - /Audio/DeltaV/Voice/Vulpkanin/dog_whine.ogg - -- type: soundCollection - id: VulpkaninHowls - files: - - /Audio/DeltaV/Voice/Vulpkanin/howl.ogg diff --git a/Resources/Prototypes/DeltaV/Voice/speech_sounds.yml b/Resources/Prototypes/DeltaV/Voice/speech_sounds.yml deleted file mode 100644 index 89db03d2fc..0000000000 --- a/Resources/Prototypes/DeltaV/Voice/speech_sounds.yml +++ /dev/null @@ -1,17 +0,0 @@ -- type: speechSounds - id: Vulpkanin - saySound: - path: /Audio/DeltaV/Voice/Talk/vulp.ogg - askSound: - path: /Audio/DeltaV/Voice/Talk/vulp_ask.ogg - exclaimSound: - path: /Audio/DeltaV/Voice/Talk/vulp_exclaim.ogg - -- type: speechSounds - id: Harpy - saySound: - path: /Audio/DeltaV/Voice/Harpy/chirp1.ogg - askSound: - path: /Audio/DeltaV/Voice/Harpy/chirp1.ogg - exclaimSound: - path: /Audio/DeltaV/Voice/Harpy/chirp1.ogg diff --git a/Resources/Prototypes/Einstein-Engines/SoundCollections/harpy.yml b/Resources/Prototypes/Einstein-Engines/SoundCollections/harpy.yml index d9a3fd9217..5377de66f0 100644 --- a/Resources/Prototypes/Einstein-Engines/SoundCollections/harpy.yml +++ b/Resources/Prototypes/Einstein-Engines/SoundCollections/harpy.yml @@ -92,12 +92,12 @@ files: - /Audio/Nyanotrasen/Voice/Felinid/cat_growl1.ogg - /Audio/Animals/bear.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl1.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl2.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl3.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl4.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl5.ogg - - /Audio/DeltaV/Voice/Vulpkanin/dog_growl6.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl1.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl2.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl3.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl4.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl5.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl6.ogg - type: soundCollection id: HarpyPurrs @@ -233,12 +233,12 @@ - type: soundCollection id: HarpyCaws files: - - /Audio/DeltaV/Voice/Harpy/caw1.ogg + - /Audio/_DV/Voice/Harpy/caw1.ogg - type: soundCollection id: HarpyChirps files: - - /Audio/DeltaV/Voice/Harpy/chirp1.ogg + - /Audio/_DV/Voice/Harpy/chirp1.ogg - /Audio/Voice/Talk/pai.ogg - /Audio/Voice/Talk/pai_ask.ogg - /Audio/Voice/Talk/pai_exclaim.ogg diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index fae8e725ea..5e5b77c36a 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -72,7 +72,7 @@ description: It's a very sterile backpack. components: - type: Sprite - sprite: DeltaV/Clothing/Back/Backpacks/brigmedic.rsi # DeltaV - resprite + sprite: _DV/Clothing/Back/Backpacks/brigmedic.rsi # DeltaV - resprite - type: entity parent: ClothingBackpack diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index 1db5e9bd7c..e2def41c36 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -79,7 +79,7 @@ description: A large duffel bag for holding extra medical related goods. components: - type: Sprite - sprite: DeltaV/Clothing/Back/Duffels/brigmedic.rsi # DeltaV - resprite + sprite: _DV/Clothing/Back/Duffels/brigmedic.rsi # DeltaV - resprite - type: entity parent: ClothingBackpackDuffel diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 45bcc26464..38f80fc2d6 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -121,7 +121,7 @@ description: A sterile satchel for medical related needs. components: - type: Sprite - sprite: DeltaV/Clothing/Back/Satchels/brigmedic.rsi # DeltaV - resprite + sprite: _DV/Clothing/Back/Satchels/brigmedic.rsi # DeltaV - resprite - type: entity parent: [ClothingBackpackSatchel, BaseCommandContraband] diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 1f00f918dc..c7d6efccce 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -478,9 +478,9 @@ description: Can hold security gear like handcuffs and flashes. components: - type: Sprite - sprite: DeltaV/Clothing/Belt/security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Belt/security.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Belt/security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Belt/security.rsi # DeltaV - resprite - type: ItemSlots # DeltaV - add sidearm slot slots: holster: @@ -528,7 +528,7 @@ whitelist: tags: - Sidearm - sprite: DeltaV/Clothing/Belt/belt_overlay.rsi + sprite: _DV/Clothing/Belt/belt_overlay.rsi - type: ContainerContainer containers: storagebase: !type:Container @@ -646,9 +646,9 @@ description: Unique and versatile chest rig, can hold security gear. components: - type: Sprite - sprite: DeltaV/Clothing/Belt/securitywebbing.rsi # DeltaV - resprite + sprite: _DV/Clothing/Belt/securitywebbing.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Belt/securitywebbing.rsi # DeltaV - resprite + sprite: _DV/Clothing/Belt/securitywebbing.rsi # DeltaV - resprite - type: ItemSlots # DeltaV - add sidearm slot slots: holster: @@ -667,7 +667,7 @@ whitelist: tags: - Sidearm - sprite: DeltaV/Clothing/Belt/belt_overlay.rsi + sprite: _DV/Clothing/Belt/belt_overlay.rsi - type: ContainerContainer containers: storagebase: !type:Container @@ -700,10 +700,10 @@ sprite: Clothing/Belt/salvagewebbing.rsi - type: Clothing sprite: Clothing/Belt/salvagewebbing.rsi - - type: Storage # Delta-V - Split Inventory + - type: Storage # Delta-V - Split Inventory, but same total size grid: - - 0,0,2,1 - - 4,0,7,1 + - 0,0,3,1 + - 5,0,8,1 - type: entity parent: [ClothingBeltStorageBase, ContentsExplosionResistanceBase, BaseSyndicateContraband] diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml index 5a0dec1442..a0d4980178 100644 --- a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml @@ -254,9 +254,9 @@ - EncryptionKeySecurity - EncryptionKeyCommon - type: Sprite - sprite: DeltaV/Clothing/Ears/Headsets/securitymedical.rsi # DeltaV - Change the sprite to fit the others + sprite: _DV/Clothing/Ears/Headsets/securitymedical.rsi # DeltaV - Change the sprite to fit the others - type: Clothing - sprite: DeltaV/Clothing/Ears/Headsets/securitymedical.rsi # DeltaV - Change the sprite to fit the others + sprite: _DV/Clothing/Ears/Headsets/securitymedical.rsi # DeltaV - Change the sprite to fit the others - type: entity parent: ClothingHeadset diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 6aed4a1d5b..037ebcf967 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -49,9 +49,9 @@ description: A stylish clothing option for security officers. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/beret_security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/beret_security.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/beret_security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/beret_security.rsi # DeltaV - resprite - type: Tag tags: - ClothMade @@ -126,9 +126,9 @@ description: A black beret with a commander's rank emblem. For officers that are more inclined towards style than safety. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/beret_hos.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/beret_hos.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/beret_hos.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/beret_hos.rsi # DeltaV - resprite - type: Tag tags: - ClothMade @@ -142,9 +142,9 @@ description: A black beret with a warden's rank emblem. For officers that are more inclined towards style than safety. # DeltaV - changed description to match sprite components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/beret_warden.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/beret_warden.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/beret_warden.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/beret_warden.rsi # DeltaV - resprite - type: entity parent: ClothingHeadBase @@ -307,9 +307,9 @@ description: A grand, stylish head of personnel's cap. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/hopcap.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/hopcap.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/hopcap.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/hopcap.rsi # DeltaV - resprite - type: Tag tags: - ClothMade @@ -323,9 +323,9 @@ description: "There's a new sheriff in station." components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/hoshat.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/hoshat.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/hoshat.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/hoshat.rsi # DeltaV - resprite - type: Tag tags: - ClothMade @@ -529,9 +529,9 @@ description: The responsibility weighs heavy, like a barbed crown. # DeltaV - changed description to remove THE LAW components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/warden.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/warden.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/warden.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Hats/warden.rsi # DeltaV - resprite - type: StealTarget stealGroup: ClothingHeadHatWarden diff --git a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml index 80a6900082..af3b8709ef 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml @@ -29,9 +29,9 @@ description: Standard security gear. Protects the head from impacts. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Helmets/security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Helmets/security.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Head/Helmets/security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Helmets/security.rsi # DeltaV - resprite - type: Tag tags: - WhitelistChameleon @@ -93,9 +93,9 @@ description: It's a helmet specifically designed to protect against close range attacks. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Helmets/light_riot.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Helmets/light_riot.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Head/Helmets/light_riot.rsi # DeltaV - resprite + sprite: _DV/Clothing/Head/Helmets/light_riot.rsi # DeltaV - resprite - type: IngestionBlocker - type: Armor modifiers: diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index 4da89c606a..b5e155a6c7 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml @@ -82,7 +82,7 @@ description: A blue cloak with red shoulders and gold buttons, proving you are the gatekeeper to any airlock on the station. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Cloaks/hop.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Cloaks/hop.rsi # DeltaV - resprite - type: StealTarget stealGroup: HeadCloak diff --git a/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml b/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml index 650e386135..704559f5c5 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml @@ -38,9 +38,9 @@ description: A good HOP knows that paper pushing is only half the job... petting your dog and looking fashionable is the other half. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/mantles/hopmantle.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/mantles/hopmantle.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Neck/mantles/hopmantle.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/mantles/hopmantle.rsi # DeltaV - resprite - type: entity parent: [ClothingNeckBase, BaseCommandContraband] diff --git a/Resources/Prototypes/Entities/Clothing/Neck/medals.yml b/Resources/Prototypes/Entities/Clothing/Neck/medals.yml index 42a25c1e08..20b7fe0bac 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/medals.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/medals.yml @@ -36,9 +36,9 @@ description: Whether it's for superior accountancy, courageous salvage work, or just being a friendly technician - this medal is to be assigned only for the best work in the logistics department. # DeltaV - Logistics Department replacing Cargo. Updated description for flavour components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite - type: Tag tags: - Medal @@ -50,9 +50,9 @@ description: Whether it's by keeping the crew breathing, meticulous rewiring and upgrading, or just having plenty of materials on-hand - this medal is to be assigned only for the best work in the engineering department. # DeltaV - Updated description for flavour components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite - type: Tag tags: - Medal @@ -64,9 +64,9 @@ description: Whether it's being the first on the scene of an accident, the most caring bedside manner, or just making sure the patients don't go mad - this medal is to be assigned only for the best work in the medical department. # DeltaV - Updated description for flavour components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite - type: Tag tags: - Medal @@ -78,9 +78,9 @@ description: Whether it's pushing the edges of modern science and technology, foraying into the vast expanses of the noosphere, or just fetching the coffee - this medal is to be assigned only for the best work in the epistemics department. # DeltaV - Epistemics Department replacing Science. Updated description for flavour components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite - type: Tag tags: - Medal @@ -92,9 +92,9 @@ description: Whether it's catching armed terrorists, guarding the crew from alien threats, or just having a conversation in the corridor - this medal is to be assigned only for the best work in the security department. # DeltaV - Updated description for flavour components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite - type: Tag tags: - Medal @@ -106,9 +106,9 @@ description: Given to crewmates who laugh in the face of death, lift their peers' spirits, and uplift themselves and their friends to success. # DeltaV - Updated description for flavour and to reflect title. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite + sprite: _DV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite - type: StealTarget stealGroup: ClothingNeckClownmedal - type: Tag diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml index 7a54bbdef6..af7c0d07f8 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml @@ -138,7 +138,7 @@ tags: - Hardsuit - WhitelistChameleon - - HidesHarpyWings #DeltaV: Used by harpies to help render their hardsuit sprites + - HidesHarpyWings # DeltaV: Used by harpies to help render their hardsuit sprites - type: ProtectedFromStepTriggers slots: WITHOUT_POCKET - type: DamageOnInteractProtection @@ -167,7 +167,7 @@ size: Huge - type: Tag tags: - - HidesHarpyWings #DeltaV: Used by harpies to help render their hardsuit sprites + - HidesHarpyWings # DeltaV: Used by harpies to help render their hardsuit sprites - type: ProtectedFromStepTriggers slots: WITHOUT_POCKET - type: DamageOnInteractProtection diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 5387a4b5be..1d853883cd 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -89,9 +89,9 @@ description: A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi # DeltaV - resprite + sprite: _DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi + sprite: _DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi - type: entity parent: ClothingOuterStorageBase @@ -253,9 +253,9 @@ description: A suit that protects against minor chemical spills. Has a purple stripe on the shoulder. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi # DeltaV - Epistemic lab coat + sprite: _DV/Clothing/OuterClothing/Coats/epicoat.rsi # DeltaV - Epistemic lab coat - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi # DeltaV - Epistemic lab coat + sprite: _DV/Clothing/OuterClothing/Coats/epicoat.rsi # DeltaV - Epistemic lab coat - type: Armor modifiers: coefficients: diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index 04265c665d..335a917e65 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -408,7 +408,7 @@ tags: - WhitelistChameleon - HighRiskItem - - HidesHarpyWings #DeltaV: Couldn't see the wings for their species-specific sprite because of a lack of this. + - HidesHarpyWings # DeltaV: Couldn't see the wings for their species-specific sprite because of a lack of this. - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitRd - type: StaticPrice @@ -857,7 +857,7 @@ tags: - Hardsuit - WhitelistChameleon - - HidesHarpyWings #DeltaV - Harpy ERT hardsuits + - HidesHarpyWings # DeltaV - Harpy ERT hardsuits #ERT Janitor Hardsuit - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index fce33e6fcc..2fc17a3d3d 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -150,9 +150,9 @@ name: security winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi # DeltaV - resprite boots to meet standards + sprite: _DV/Clothing/Shoes/Boots/winterbootssec.rsi # DeltaV - resprite boots to meet standards - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi # DeltaV - resprite boots to meet standards + sprite: _DV/Clothing/Shoes/Boots/winterbootssec.rsi # DeltaV - resprite boots to meet standards - type: entity parent: [ClothingShoesBaseWinterBoots, BaseSyndicateContraband] diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml b/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml index 73f6b45a17..da8a338300 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml @@ -91,7 +91,7 @@ parent: [ClothingShoesBase, PowerCellSlotSmallItem, BaseToggleClothing] id: ClothingShoesBootsSpeed name: speed boots - description: High-tech boots woven with quantum fibers, able to convert electricity into pure speed! + description: High-tech boots with interwoven bluespace fibers, able to convert electricity into pure speed! # DeltaV illegal ops components: - type: Sprite sprite: Clothing/Shoes/Boots/speedboots.rsi @@ -103,8 +103,8 @@ - type: ToggleClothing action: ActionToggleSpeedBoots - type: ClothingSpeedModifier - walkModifier: 1.5 - sprintModifier: 1.5 + walkModifier: 1.7 # DeltaV + sprintModifier: 1.7 # DeltaV - type: Appearance - type: GenericVisualizer visuals: @@ -115,7 +115,7 @@ - type: StaticPrice price: 500 - type: PowerCellDraw - drawRate: 4 + drawRate: 30 # DeltaV 4>30, you have to turn off micro reactor at somepoint - type: ToggleCellDraw - type: ItemSlots slots: diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index 901433ffdb..60466f4217 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -170,9 +170,9 @@ description: Rather bland and inoffensive. Perfect for vanishing off the face of the universe. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hop.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/hop.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hop.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/hop.rsi # DeltaV - resprite - type: entity parent: [ClothingUniformSkirtFoldableBase, BaseCommandContraband] # DeltaV - add foldable jumpsuits @@ -181,9 +181,9 @@ description: A standard Station Security uniform, adorned with gold emblems and commander's epaulettes. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/hos.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/hos.rsi # DeltaV - resprite - type: entity parent: [ClothingUniformSkirtBase, BaseCommandContraband] @@ -269,9 +269,9 @@ description: This uniform is issued to qualified personnel who have been trained. No one cares that the training took half a day. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi # DeltaV - resprite - type: entity parent: ClothingUniformSkirtBase # Delta-V - Make this parent to ClothingUniformSkirtBase from ClothingUniformBase @@ -376,9 +376,9 @@ description: A charcoal skirt and a dull red shirt, the standard-issue uniform of the infamous Station Security Department. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/security.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/security.rsi # DeltaV - resprite - type: entity parent: [ClothingUniformSkirtFoldableBase, BaseRestrictedContraband] # DeltaV - add foldable jumpsuits @@ -387,9 +387,9 @@ description: Red shirt on a charcoal skirt, with white markings and epaulettes that denote a warden's rank. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/armourer.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/armourer.rsi # DeltaV - resprite - type: entity parent: ClothingUniformSkirtBase @@ -655,9 +655,9 @@ description: A light grey shirt with bright red highlights, for dedicated and responsive security officers. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi # DeltaV - resprite - type: entity parent: ClothingUniformSkirtBase diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index dcb45067ed..cdfdf486a8 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -86,9 +86,9 @@ description: It's a snappy jumpsuit with a sturdy set of overalls. It's very dirty. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi # DeltaV - Salvage better looking uniform + sprite: _DV/Clothing/Uniforms/Jumpsuit/explorer.rsi # DeltaV - Salvage better looking uniform - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi # DeltaV - Salvage better looking uniform + sprite: _DV/Clothing/Uniforms/Jumpsuit/explorer.rsi # DeltaV - Salvage better looking uniform - type: entity parent: [ClothingUniformBase, BaseCommandContraband] @@ -325,9 +325,9 @@ description: Rather bland and inoffensive. Perfect for vanishing off the face of the universe. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hop.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/hop.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hop.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/hop.rsi # DeltaV - resprite - type: entity parent: [ClothingUniformFoldableBase, BaseCommandContraband] # DeltaV - add foldable jumpsuits @@ -336,9 +336,9 @@ description: A standard Station Security uniform, adorned with gold emblems and commander's epaulettes. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/hos.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/hos.rsi # DeltaV - resprite - type: entity parent: [ClothingUniformBase, BaseCommandContraband] @@ -358,9 +358,9 @@ description: A blue Station Security shirt with charcoal trousers. Features gold emblems and commander's epaulettes. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi # DeltaV - resprite - type: entity parent: [ClothingUniformFoldableBase, BaseCommandContraband] # DeltaV - add foldable jumpsuits @@ -369,9 +369,9 @@ description: A grey Station Security shirt with charcoal trousers. Stands out with red highlights, gold emblems, and commander's epaulettes. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi # DeltaV - resprite - type: entity parent: [ClothingUniformBase, BaseCommandContraband] @@ -457,9 +457,9 @@ description: This uniform is issued to qualified personnel who have been trained. No one cares that the training took half a day. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi # DeltaV - resprite - type: entity parent: ClothingUniformBase @@ -586,9 +586,9 @@ description: Charcoal trousers and a dull red shirt, the standard-issue uniform of the infamous Station Security Department. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/security.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/security.rsi # DeltaV - resprite - type: entity parent: ClothingUniformFoldableBase # DeltaV - add foldable jumpsuits @@ -597,9 +597,9 @@ description: A cool blue shirt over charcoal trousers, for the calm and collected security officer. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi # DeltaV - resprite - type: entity parent: [ClothingUniformFoldableBase, BaseRestrictedContraband] # DeltaV - add foldable jumpsuits @@ -608,9 +608,9 @@ description: A light grey shirt with bright red highlights, for dedicated and responsive security officers. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi # DeltaV - resprite - type: entity parent: [ClothingUniformFoldableBase, BaseRestrictedContraband] # DeltaV - add foldable jumpsuits @@ -619,9 +619,9 @@ description: Red shirt on charcoal trousers, with white markings and epaulettes that denote a warden's rank. # DeltaV - improved description components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/armourer.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi # DeltaV - resprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/armourer.rsi # DeltaV - resprite - type: entity parent: ClothingUniformBase diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_meal.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_meal.yml index 3c36950ac8..36a79c25c3 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_meal.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_meal.yml @@ -28,7 +28,7 @@ - FoodMealRibs - FoodMealEggsbenedict - FoodMealOmelette - - FoodMealScrambledEggs #DeltaV + - FoodMealScrambledEggs # DeltaV - FoodMealFriedegg - FoodMealQueso - FoodMealSashimi diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_produce.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_produce.yml index 9e2d05dfa0..d1a2f7629e 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_produce.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_produce.yml @@ -174,3 +174,8 @@ amount: !type:RangeNumberSelector range: 1, 5 # End DeltaV additions + # Begin Frontier additions + - id: FoodCoffee # Frontier + amount: !type:RangeNumberSelector + range: 1, 5 + # End Frontier additions diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/paintings.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/paintings.yml index af1289065c..4e4c14cdb4 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/paintings.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/paintings.yml @@ -26,7 +26,7 @@ - PaintingSleepingGypsy - PaintingRedBlueYellow - PaintingHelloWorld - - PaintingSpoon # DeltaV Painting, see Resources/Prototypes/DeltaV/Entities/Structures/Wallmount/painting.yml + - PaintingSpoon # DeltaV Painting, see Resources/Prototypes/_DV/Entities/Structures/Wallmount/painting.yml chance: 1 rarePrototypes: - PaintingSkeletonBoof @@ -34,5 +34,5 @@ - PaintingMoony - PaintingAmogusTriptych - PaintingMothBigCatch # Nyanotrasen Painting, see Resources/Prototypes/Nyanotrasen/Entities/Structures/Wallmount/painting.yml - - PaintingBlunt # DeltaV Painting, see Resources/Prototypes/DeltaV/Entities/Structures/Wallmount/painting.yml + - PaintingBlunt # DeltaV Painting, see Resources/Prototypes/_DV/Entities/Structures/Wallmount/painting.yml rareChance: 0.01 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index 7e78844c50..43a73df0f2 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -93,12 +93,12 @@ - PosterContrabandWaffleCorp - PosterContrabandSaucerNumberOne # Nyanotrasen Poster, see Resources/Prototypes/Nyanotrasen/Entities/Structures/Wallmount/Signs/posters.yml - PosterContrabandBreadLies # Nyanotrasen Poster, see Resources/Prototypes/Nyanotrasen/Entities/Structures/Wallmount/Signs/posters.yml - - PosterContrabandGotWood # DeltaV Poster, see Resources/Prototypes/DeltaV/Entities/Structures/Wallmount/Signs/posters.yml + - PosterContrabandGotWood # DeltaV Poster, see Resources/Prototypes/_DV/Entities/Structures/Wallmount/Signs/posters.yml - PosterContrabandAyaya # Nyanotrasen Poster, see Resources/Prototypes/Nyanotrasen/Entities/Structures/Wallmount/Signs/posters.yml - PosterContrabandMissingSpacepen - - PosterContrabandWork # DeltaV Poster, see Resources/Prototypes/DeltaV/Entities/Structures/Wallmount/Signs/posters.yml - - PosterContrabandL6 # DeltaV Poster, see Resources/Prototypes/DeltaV/Entities/Structures/Wallmount/Signs/posters.yml - - PosterContrabandRoid # DeltaV Poster, see Resources/Prototypes/DeltaV/Entities/Structures/Wallmount/Signs/posters.yml + - PosterContrabandWork # DeltaV Poster, see Resources/Prototypes/_DV/Entities/Structures/Wallmount/Signs/posters.yml + - PosterContrabandL6 # DeltaV Poster, see Resources/Prototypes/_DV/Entities/Structures/Wallmount/Signs/posters.yml + - PosterContrabandRoid # DeltaV Poster, see Resources/Prototypes/_DV/Entities/Structures/Wallmount/Signs/posters.yml chance: 1 - type: entity diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml index 6c2f94b319..bc37801265 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml @@ -36,7 +36,7 @@ - PlushieMoth - PlushieMothRandom # Nyanotrasen Random Moth Plushies - PlushieArachind - - PlushieMort # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - PlushieMort # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml chance: 0.5 offset: 0.2 @@ -72,9 +72,9 @@ - ToyDurand - ToySkeleton - MysteryFigureBox - - ToyZero # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml - - ToyRenault # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml - - ToySiobhan # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - ToyZero # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml + - ToyRenault # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml + - ToySiobhan # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml chance: 0.5 offset: 0.2 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml index 89caab876b..2340beb0f4 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml @@ -73,7 +73,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi # DeltaV - Salvage specialist look change + - sprite: _DV/Markers/jobs.rsi # DeltaV - Salvage specialist look change state: salvagespecialist # Civilian @@ -423,7 +423,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi # DeltaV - Epistemics new labcoats + - sprite: _DV/Markers/jobs.rsi # DeltaV - Epistemics new labcoats state: mystagogue - type: entity @@ -436,7 +436,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi # DeltaV - Epistemics new labcoats + - sprite: _DV/Markers/jobs.rsi # DeltaV - Epistemics new labcoats state: scientist # Security diff --git a/Resources/Prototypes/Entities/Mobs/Corpses/corpses.yml b/Resources/Prototypes/Entities/Mobs/Corpses/corpses.yml index 848865cf3f..16c88afa91 100644 --- a/Resources/Prototypes/Entities/Mobs/Corpses/corpses.yml +++ b/Resources/Prototypes/Entities/Mobs/Corpses/corpses.yml @@ -38,7 +38,7 @@ - CargoTechGear - SalvageSpecialistGear - MailCarrierGear # Nyanotrasen - Old Mail Carrier gear, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Cargo/mail_carrier.yml - - CourierGear # DeltaV - Courier, see Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml + - CourierGear # DeltaV - Courier, see Resources/Prototypes/_DV/Roles/Jobs/Cargo/courier.yml - type: entity parent: SalvageHumanCorpse diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml index 687fe1ca4c..822be2893c 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml @@ -45,7 +45,7 @@ bodyPart: Chest markingCategory: Chest speciesRestriction: [Human, Dwarf, Felinid, Oni] #Einstein Engines - Felinid, Oni - sexRestriction: [Male] #DeltaV: Splitting the scars and tattoos + sexRestriction: [Male] # DeltaV: Splitting the scars and tattoos followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml index 1e284c813b..ef6f057d82 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml @@ -3,7 +3,7 @@ bodyPart: Chest markingCategory: Chest speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni - sexRestriction: [Male] #DeltaV: Splitting the scars and tattoos + sexRestriction: [Male] # DeltaV: Splitting the scars and tattoos coloring: default: type: @@ -18,14 +18,14 @@ bodyPart: Chest markingCategory: Chest speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni - sexRestriction: [Male] #DeltaV: Splitting the scars and tattoos + sexRestriction: [Male] # DeltaV: Splitting the scars and tattoos coloring: default: type: !type:TattooColoring fallbackColor: "#666666" sprites: - - sprite: DeltaV/Mobs/Customization/tattoos.rsi #DeltaV: Splitting the scars and tattoos + - sprite: _DV/Mobs/Customization/tattoos.rsi # DeltaV: Splitting the scars and tattoos state: tattoo_nightling - type: marking diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 0403cf7c22..7080c53a95 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -13,7 +13,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: bat sprite: Mobs/Animals/bat.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Speech speechSounds: Squeak speechVerb: SmallMob @@ -639,7 +639,7 @@ - MobMask layer: - MobLayer - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: Tag tags: @@ -901,7 +901,7 @@ noMovementLayers: movement: state: crab - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: Physics - type: Fixtures @@ -969,7 +969,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: goat sprite: Mobs/Animals/goat.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Fixtures fixtures: fix1: @@ -1069,7 +1069,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: goose sprite: Mobs/Animals/goose.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Fixtures fixtures: fix1: @@ -1339,7 +1339,7 @@ state: "creampie_human" visible: false # Shitmed Change End - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Hands - type: ComplexInteraction - type: GenericVisualizer @@ -1911,7 +1911,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: lizard sprite: Mobs/Animals/lizard.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -1968,7 +1968,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: slug sprite: Mobs/Animals/slug.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: Physics - type: Fixtures @@ -2024,7 +2024,7 @@ noMovementLayers: movement: state: frog - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2078,7 +2078,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: parrot sprite: Mobs/Animals/parrot.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: Fixtures fixtures: @@ -2132,7 +2132,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: penguin sprite: Mobs/Animals/penguin.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2266,7 +2266,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: snake sprite: Mobs/Animals/snake.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2309,7 +2309,7 @@ id: MobSpiderBase abstract: true components: - - type: Carriable #DeltaV ##shiva deserves to be held + - type: Carriable # DeltaV ##shiva deserves to be held - type: Physics - type: Fixtures fixtures: @@ -2369,7 +2369,7 @@ - type: Speech speechVerb: Arachnid speechSounds: Arachnid - allowedEmotes: ['Click', 'Chitter', 'Hiss'] #DeltaV added Hiss + allowedEmotes: ['Click', 'Chitter', 'Hiss'] # DeltaV added Hiss - type: Vocal sounds: Male: UnisexArachnid @@ -2415,7 +2415,7 @@ makeSentient: true name: ghost-role-information-giant-spider-name description: ghost-role-information-giant-spider-description - rules: deltav-ghost-role-information-softantag-rules #DeltaV + rules: deltav-ghost-role-information-softantag-rules # DeltaV raffle: settings: short - type: GhostTakeoverAvailable @@ -2535,7 +2535,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: possum - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2609,7 +2609,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: raccoon - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2670,7 +2670,7 @@ noMovementLayers: movement: state: fox - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2742,7 +2742,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: corgi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Speech speechVerb: Canine @@ -2892,7 +2892,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: cat - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -3098,7 +3098,7 @@ Base: kitten_dead Dead: Base: kitten_dead - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: Butcherable spawned: @@ -3130,7 +3130,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: sloth - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -3184,7 +3184,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: ferret - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -3382,7 +3382,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: pig sprite: Mobs/Animals/pig.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Fixtures fixtures: fix1: @@ -3454,7 +3454,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: nymph sprite: Mobs/Animals/nymph.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml index 52d9de26b2..dc281d27c7 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml @@ -22,7 +22,7 @@ layers: - map: [ "enum.DamageStateVisualLayers.Base" ] state: alive - - type: Carriable #DeltaV - this is for you, deltanedas o7 + - type: Carriable # DeltaV - this is for you, deltanedas o7 - type: CombatMode - type: Physics - type: Fixtures diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml index 3308baf4d7..930c241ed1 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml @@ -690,7 +690,7 @@ - DoorBumpOpener - FootstepSound - type: StealTarget - stealGroup: AnimalSecurity #DeltaV - Adjusts because we have multiple possible sec animals + stealGroup: AnimalSecurity # DeltaV - Adjusts because we have multiple possible sec animals - type: entity name: Willow diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index ac0c40676c..1ee1a229d4 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -174,7 +174,7 @@ description: He's da mini rat. He don't make da roolz. categories: [ HideSpawnMenu ] #Must be configured to a King or the AI breaks. components: - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: CombatMode - type: MovementSpeedModifier diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml b/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml index f5a0f8c311..580202e8aa 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml @@ -13,7 +13,7 @@ baseWalkSpeed: 6 baseSprintSpeed: 6 - type: Sprite - sprite: DeltaV/Mobs/Ghosts/revenant.rsi # DeltaV - Custom revenant sprite + sprite: _DV/Mobs/Ghosts/revenant.rsi # DeltaV - Custom revenant sprite layers: - state: active - type: StatusEffects @@ -42,7 +42,7 @@ settings: default - type: GhostTakeoverAvailable - type: Revenant - spawnOnDeathPrototype: EctoplasmRevenant #DeltaV - different prototype that contains more ectoplasm reagent for normality crystals + spawnOnDeathPrototype: EctoplasmRevenant # DeltaV - different prototype that contains more ectoplasm reagent for normality crystals malfunctionWhitelist: components: # emag lockers open diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml index 4a53461724..f54303ee88 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml @@ -331,7 +331,7 @@ reagent: SpaceDrugs quantity: 25 - type: Sprite - sprite: DeltaV/Mobs/Silicon/Bots/medibot.rsi # DeltaV - Changed for a sprite with a smiley face. + sprite: _DV/Mobs/Silicon/Bots/medibot.rsi # DeltaV - Changed for a sprite with a smiley face. state: medibot - type: HTN rootTask: diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml b/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml index d822ee888a..6d036dd61c 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml @@ -11,7 +11,7 @@ layers: - map: [ "enum.DamageStateVisualLayers.Base" ] state: blue_adult_slime - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Fixtures fixtures: fix1: diff --git a/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/settings.yml b/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/settings.yml index d2fb821c8f..e443a47560 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/settings.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/ShuttleRoles/settings.yml @@ -777,7 +777,7 @@ - type: GhostRole name: ghost-role-information-syndie-disaster-victim-name description: ghost-role-information-syndie-disaster-victim-description - rules: ghost-role-information-syndicate-refugee-rules #DeltaV - Removed free agent mention on the rules for a custom one. Was ghost-role-information-freeagent-rules + rules: ghost-role-information-syndicate-refugee-rules # DeltaV - Removed free agent mention on the rules for a custom one. Was ghost-role-information-freeagent-rules raffle: settings: short - type: Loadout diff --git a/Resources/Prototypes/Entities/Mobs/Species/diona.yml b/Resources/Prototypes/Entities/Mobs/Species/diona.yml index 7c12787a8c..64a11e4dac 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/diona.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/diona.yml @@ -8,7 +8,7 @@ - type: HumanoidAppearance species: Diona - type: Hunger - baseDecayRate: 0.015 #DeltaV + baseDecayRate: 0.015 # DeltaV - type: Thirst baseDecayRate: 0.15 # DeltaV - type: Carriable # Carrying system from nyanotrasen. @@ -117,6 +117,7 @@ - type: MovementSpeedModifier # DeltaV baseWalkSpeed: 1.0 baseSprintSpeed: 3.0 + - type: FTLKnockdownImmune # Frontier - type: entity parent: BaseSpeciesDummy diff --git a/Resources/Prototypes/Entities/Mobs/base.yml b/Resources/Prototypes/Entities/Mobs/base.yml index ac3c19704f..90f3e8380f 100644 --- a/Resources/Prototypes/Entities/Mobs/base.yml +++ b/Resources/Prototypes/Entities/Mobs/base.yml @@ -67,7 +67,7 @@ damage: 400 behaviors: - !type:GibBehavior { } -# - trigger: #DeltaV- We don't like round removing people for being in the same room as a plasma trapped crate. +# - trigger: # DeltaV- We don't like round removing people for being in the same room as a plasma trapped crate. # !type:DamageTypeTrigger # damageType: Heat # damage: 1500 diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml index e3c51b45c5..1587f6c1e8 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml @@ -770,7 +770,7 @@ - id: GoldenBikeHorn prob: 0.1 orGroup: GiftPool - - id: ToyRenault # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - id: ToyRenault # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml orGroup: GiftPool - - id: ToySiobhan # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - id: ToySiobhan # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml orGroup: GiftPool diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml index f19f540af2..abdd48a9ef 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/present.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -378,9 +378,9 @@ orGroup: GiftPool - id: RGBStaff orGroup: GiftPool - - id: ToyRenault # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - id: ToyRenault # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml orGroup: GiftPool - - id: ToySiobhan # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - id: ToySiobhan # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml orGroup: GiftPool sound: path: /Audio/Effects/unwrap.ogg diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml index f11fa68058..d981f9172f 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml @@ -1259,7 +1259,7 @@ stackRequirements: Capacitor: 2 Steel: 5 - Bluespace: 2 #DeltaV Bluespace Exists + Bluespace: 2 # DeltaV Bluespace Exists - type: ReverseEngineering # delta difficulty: 4 recipes: diff --git a/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml b/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml index 62cc02cb30..f191797d82 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml @@ -73,7 +73,7 @@ - Security - Service - Supply - - Prison #DeltaV + - Prison # DeltaV defaultChannel: Command - type: Sprite layers: diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 7bf5a9b2d3..fb38b09df6 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -7,7 +7,7 @@ components: - type: Appearance - type: Sprite - sprite: DeltaV/Objects/Devices/pda.rsi # DeltaV aPDA Resprite File Path + sprite: _DV/Objects/Devices/pda.rsi # DeltaV aPDA Resprite File Path scale: 0.75, 0.75 # DeltaV aPDA Resprite PDA Size change, makes it smaller for the full detail. Scale: 0.75, 0.75 # DeltaV aPDA Resprite PDA Size change, makes it smaller for the full detail. layers: @@ -21,7 +21,7 @@ shader: "unshaded" visible: false - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi # DeltaV aPDA Resprite File Path + sprite: _DV/Objects/Devices/pda.rsi # DeltaV aPDA Resprite File Path scale: 0.75, 0.75 # DeltaV aPDA Resprite PDA Size change, makes it smaller for the full detail. Scale: 0.75, 0.75 # DeltaV aPDA Resprite PDA Size change, makes it smaller for the full detail. state: pda @@ -350,7 +350,7 @@ description: God's chosen PDA. components: - type: Sprite # DeltaV - Give Chaplain PDA Epistemics colors - sprite: DeltaV/Objects/Devices/pda.rsi # DeltaV aPDA Resprite File Path + sprite: _DV/Objects/Devices/pda.rsi # DeltaV aPDA Resprite File Path layers: - map: [ "enum.PdaVisualLayers.Base" ] - state: "light_overlay" @@ -368,7 +368,7 @@ borderColor: "#333333" accentVColor: "#8900c9" # DeltaV - Give Chaplain PDA Epistemics colors - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi # DeltaV aPDA Resprite File Path + sprite: _DV/Objects/Devices/pda.rsi # DeltaV aPDA Resprite File Path state: pda-chaplain - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 75d76c63bf..e1f70a4d9a 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -137,7 +137,7 @@ - type: Item size: Normal - type: Sprite - sprite: DeltaV/Mobs/Ghosts/revenant.rsi # DeltaV - Custom revenant sprite + sprite: _DV/Mobs/Ghosts/revenant.rsi # DeltaV - Custom revenant sprite state: icon noRot: true - type: Construction diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 18c4bb712b..030477b4cf 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -276,7 +276,7 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi # DeltaV - Give Chaplain ID Epistemics colors + - sprite: _DV/Objects/Misc/id_cards.rsi # DeltaV - Give Chaplain ID Epistemics colors state: idchaplain - type: PresetIdCard job: Chaplain @@ -362,7 +362,7 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi # DeltaV - Give Lawyer ID Justice colors + - sprite: _DV/Objects/Misc/id_cards.rsi # DeltaV - Give Lawyer ID Justice colors state: idlawyer - type: PresetIdCard job: Lawyer @@ -461,7 +461,7 @@ layers: - state: default - state: idbrigmedic - - type: PresetIdCard # Delta V - Brigmedic, see Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml + - type: PresetIdCard # DeltaV - Brigmedic, see Prototypes/_DV/Roles/Jobs/Security/brigmedic.yml job: Brigmedic - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml index 5453e92675..52a9a91876 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml @@ -141,7 +141,7 @@ description: Much less deadly in this form. components: - type: Sprite - sprite: DeltaV/Mobs/Ghosts/revenant.rsi # DeltaV - Custom revenant sprite + sprite: _DV/Mobs/Ghosts/revenant.rsi # DeltaV - Custom revenant sprite state: ectoplasm - type: Tag tags: diff --git a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml index 600a6f2825..5e93ffc37e 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml @@ -33,17 +33,17 @@ weightlessModifier: 1.2 - type: CanMoveInAir - type: Sprite - sprite: DeltaV/Objects/Tanks/Jetpacks/blue.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/blue.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. state: icon - type: Item - sprite: DeltaV/Objects/Tanks/Jetpacks/blue.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/blue.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. size: Huge - type: UserInterface interfaces: enum.SharedGasTankUiKey.Key: type: GasTankBoundUserInterface - type: Clothing - sprite: DeltaV/Objects/Tanks/Jetpacks/blue.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/blue.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. quickEquip: false slots: - Back @@ -88,9 +88,9 @@ suffix: Empty components: - type: Sprite - sprite: DeltaV/Objects/Tanks/Jetpacks/blue.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/blue.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. - type: Clothing - sprite: DeltaV/Objects/Tanks/Jetpacks/blue.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/blue.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. # DeltaV modifications - Covered by modifications on parent #slots: # - Back @@ -121,11 +121,11 @@ suffix: Empty components: - type: Item - sprite: DeltaV/Objects/Tanks/Jetpacks/black.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/black.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. - type: Sprite - sprite: DeltaV/Objects/Tanks/Jetpacks/black.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/black.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. - type: Clothing - sprite: DeltaV/Objects/Tanks/Jetpacks/black.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/black.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. # DeltaV modifications - Covered by modifications on parent #slots: # - Back @@ -237,11 +237,11 @@ suffix: Empty components: - type: Item - sprite: DeltaV/Objects/Tanks/Jetpacks/security.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/security.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. - type: Sprite - sprite: DeltaV/Objects/Tanks/Jetpacks/security.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/security.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. - type: Clothing - sprite: DeltaV/Objects/Tanks/Jetpacks/security.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. + sprite: _DV/Objects/Tanks/Jetpacks/security.rsi # DeltaV - Modified sprites to allow SUITSTORAGE use. # DeltaV modifications - Covered by modifications on parent #slots: # - Back diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml index 2ace7a5a3d..17b5d40fa4 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -13,7 +13,7 @@ # If you update this also update the bulldog's size. size: Large - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi # Delta-V quickEquip: false slots: - Back @@ -108,7 +108,7 @@ description: An immortal classic. Uses .50 shotgun shells. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi # Delta-V - type: Item size: Normal shape: @@ -141,9 +141,9 @@ description: A premium combat shotgun based on the Kammerer design, featuring an upgraded clip capacity. .50 shotgun shells. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi # Delta-V - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi # Delta-V # - type: Item # sprite: Objects/Weapons/Guns/Shotguns/enforcer_inhands_64x.rsi - type: BallisticAmmoProvider @@ -169,9 +169,9 @@ - 0,0,4,0 sprite: Objects/Weapons/Guns/Shotguns/pump_inhands_64x.rsi - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/pump.rsi # Delta-V - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/pump.rsi # Delta-V - type: GunRequiresWield #remove when inaccuracy on spreads is fixed - type: BallisticAmmoProvider capacity: 4 @@ -186,9 +186,9 @@ description: Groovy! Uses .50 shotgun shells. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/sawn.rsi # Delta-V - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/sawn.rsi # Delta-V - type: Item size: Small sprite: Objects/Weapons/Guns/Shotguns/sawn_inhands_64x.rsi @@ -267,9 +267,9 @@ description: A shitty, hand-made shotgun that uses .50 shotgun shells. It can only hold one round in the chamber. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi # Delta-V - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi # Delta-V - type: Item size: Normal shape: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/advanced_truncheon.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/advanced_truncheon.yml index 27402e0186..dd829c3890 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/advanced_truncheon.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/advanced_truncheon.yml @@ -5,7 +5,7 @@ description: If all else fails, BONK! components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi + sprite: _DV/Objects/Weapons/Melee/advanced_truncheon.rsi state: icon - type: Item size: Normal @@ -27,7 +27,7 @@ types: Blunt: 14 - type: Clothing - sprite: DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi + sprite: _DV/Objects/Weapons/Melee/advanced_truncheon.rsi quickEquip: false slots: - back diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index 72a8c957c6..5ca4e1f937 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -257,7 +257,7 @@ name: energy cutlass parent: [BaseMeleeWeaponEnergy, BaseMajorContraband] id: EnergyCutlass - description: An exotic energy weapon, brutal blade crackling with crudely harnessed plasma. #DeltaV - nicer description. + description: An exotic energy weapon, brutal blade crackling with crudely harnessed plasma. # DeltaV - nicer description. components: - type: ItemToggleMeleeWeapon activatedDamage: @@ -266,7 +266,7 @@ Heat: 12 deactivatedSecret: true - type: Sprite - sprite: DeltaV/Objects/Weapons/Melee/e_cutlass.rsi # DeltaV + sprite: _DV/Objects/Weapons/Melee/e_cutlass.rsi # DeltaV layers: - state: e_cutlass - state: e_cutlass_blade @@ -283,7 +283,7 @@ Blunt: 6 - type: Item size: Small - sprite: DeltaV/Objects/Weapons/Melee/e_cutlass.rsi #DeltaV + sprite: _DV/Objects/Weapons/Melee/e_cutlass.rsi # DeltaV - type: entity name: double-bladed energy sword @@ -350,7 +350,7 @@ reflectProb: .75 spread: 75 reflects: - - Energy #DeltaV: 80% Energy Reflection but no ballistics. + - Energy # DeltaV: 80% Energy Reflection but no ballistics. - type: UseDelay delay: 1 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml index 7f0ec0fea1..8a1ca47a0d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml @@ -78,4 +78,4 @@ - back - type: Tool qualities: - - Prying #DeltaV - Makes so it can only pry tiles, not plates. #1844 + - Prying # DeltaV - Makes so it can only pry tiles, not plates. #1844 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml index 342a90185e..15744be585 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml @@ -59,7 +59,7 @@ tags: - Katana - type: Sprite - sprite: DeltaV/Objects/Weapons/Melee/katana.rsi #DeltaV + sprite: _DV/Objects/Weapons/Melee/katana.rsi # DeltaV - type: MeleeWeapon damage: types: @@ -67,7 +67,7 @@ soundHit: path: /Audio/Weapons/bladeslice.ogg - type: Item - sprite: DeltaV/Objects/Weapons/Melee/katana.rsi #DeltaV + sprite: _DV/Objects/Weapons/Melee/katana.rsi # DeltaV - type: DisarmMalus - type: entity diff --git a/Resources/Prototypes/Entities/Stations/base.yml b/Resources/Prototypes/Entities/Stations/base.yml index 0782ea18bd..3053730b9d 100644 --- a/Resources/Prototypes/Entities/Stations/base.yml +++ b/Resources/Prototypes/Entities/Stations/base.yml @@ -62,15 +62,15 @@ paths: #- /Maps/Ruins/abandoned_outpost.yml # TODO #- /Maps/Ruins/chunked_tcomms.yml # TODO - - /Maps/Ruins/DeltaV/biodome_satellite.yml # DeltaV - Move to DV folder - - /Maps/Ruins/DeltaV/derelict.yml # DeltaV - Move to DV folder - - /Maps/Ruins/DeltaV/djstation.yml # DeltaV - Move to DV folder + - /Maps/_DV/Ruins/biodome_satellite.yml # DeltaV - Move to DV folder + - /Maps/_DV/Ruins/derelict.yml # DeltaV - Move to DV folder + - /Maps/_DV/Ruins/djstation.yml # DeltaV - Move to DV folder #- /Maps/Ruins/empty_flagship.yml # TODO - - /Maps/Ruins/DeltaV/old_ai_sat.yml # DeltaV - Move to DV folder - - /Maps/Ruins/DeltaV/relaystation.yml # DeltaV - upstream removed + - /Maps/_DV/Ruins/old_ai_sat.yml # DeltaV - Move to DV folder + - /Maps/_DV/Ruins/relaystation.yml # DeltaV - upstream removed #- /Maps/Ruins/syndicate_dropship.yml # TODO - - /Maps/Ruins/DeltaV/whiteship_ancient.yml # DeltaV - Move to DV folder - - /Maps/Ruins/DeltaV/whiteship_bluespacejumper.yml # DeltaV - Move to DV folder + - /Maps/_DV/Ruins/whiteship_ancient.yml # DeltaV - Move to DV folder + - /Maps/_DV/Ruins/whiteship_bluespacejumper.yml # DeltaV - Move to DV folder vgroid: !type:DungeonSpawnGroup minimumDistance: 300 maximumDistance: 350 diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml index 168720eaef..f9a12fa22b 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml @@ -4,7 +4,7 @@ suffix: Freezer components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/freezer.rsi #Delta V - Resprite Doors - type: Wires layoutId: AirlockService @@ -14,7 +14,7 @@ suffix: Engineering components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/engineering.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Engineering - type: Wires @@ -26,7 +26,7 @@ suffix: Atmospherics components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi #Delta V - Resprite Doors - type: entity parent: Airlock @@ -34,7 +34,7 @@ suffix: Logistics # DeltaV - Logistics Department replacing Cargo components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/cargo.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Logistics - type: Wires @@ -46,7 +46,7 @@ suffix: Hydroponics components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi # DeltaV - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi # DeltaV - Resprite Doors - type: Wires layoutId: AirlockService @@ -56,7 +56,7 @@ suffix: Medical components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/medical.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Medical - type: Wires @@ -68,7 +68,7 @@ suffix: Virology components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/virology.rsi #Delta V - Resprite Doors - type: entity parent: AirlockMedical @@ -76,7 +76,7 @@ suffix: Chemistry components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi # DeltaV - Reprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/chemistry.rsi # DeltaV - Reprite Doors - type: entity parent: Airlock @@ -84,7 +84,7 @@ suffix: Epistemics # DeltaV - Epistemics Department replacing Science components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/science.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/science.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Epistemics - type: Wires @@ -96,7 +96,7 @@ suffix: Command components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/command.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/command.rsi #Delta V - Resprite Doors - type: WiresPanelSecurity securityLevel: medSecurity - type: PaintableAirlock @@ -110,7 +110,7 @@ suffix: Security components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/security.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/security.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Security - type: Wires @@ -122,7 +122,7 @@ name: maintenance access components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/maint.rsi #Delta V - Resprite Doors - type: entity parent: AirlockSecurity # if you get syndie door somehow it counts as sec @@ -130,7 +130,7 @@ suffix: Syndicate components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/syndicate.rsi #Delta V - Resprite Doors - type: entity parent: AirlockCargo @@ -148,7 +148,7 @@ suffix: Central Command components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/centcomm.rsi #Delta V - Resprite Doors - type: entity parent: Airlock @@ -173,7 +173,7 @@ suffix: Engineering components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/engineering.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Engineering - type: Wires @@ -185,7 +185,7 @@ suffix: Maintenance components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/maint.rsi #Delta V - Resprite Doors - type: entity parent: AirlockEngineeringGlass @@ -193,7 +193,7 @@ suffix: Atmospherics components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi #Delta V - Resprite Doors - type: entity parent: AirlockGlass @@ -201,7 +201,7 @@ suffix: Logistics # DeltaV - Logistics Department replacing Cargo components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/cargo.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Logistics - type: Wires @@ -213,7 +213,7 @@ suffix: Hydroponics components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi # DeltaV - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi # DeltaV - Resprite Doors - type: Wires layoutId: AirlockService @@ -223,7 +223,7 @@ suffix: Medical components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/medical.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Medical - type: Wires @@ -235,7 +235,7 @@ suffix: Chemistry components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi # DeltaV - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/chemistry.rsi # DeltaV - Resprite Doors - type: entity @@ -244,7 +244,7 @@ suffix: Virology components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/virology.rsi #Delta V - Resprite Doors - type: entity parent: AirlockGlass @@ -252,7 +252,7 @@ suffix: Epistemics # DeltaV - Epistemics Department replacing Science components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/science.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/science.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Epistemics - type: Wires @@ -264,7 +264,7 @@ suffix: Command components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/command.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/command.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Command - type: WiresPanelSecurity @@ -278,7 +278,7 @@ suffix: Security components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/security.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/security.rsi #Delta V - Resprite Doors - type: PaintableAirlock department: Security - type: Wires @@ -290,7 +290,7 @@ suffix: Syndicate components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/syndicate.rsi #Delta V - Resprite Doors - type: entity parent: AirlockCargoGlass @@ -306,4 +306,4 @@ suffix: Central Command components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/centcomm.rsi #Delta V - Resprite Doors diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/assembly.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/assembly.yml index 4a9c4472ef..39de97e9d3 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/assembly.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/assembly.yml @@ -5,7 +5,7 @@ suffix: Atmospherics components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -14,7 +14,7 @@ suffix: Atmospherics, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi #Delta V - Resprite Doors state: "assembly" #Cargo @@ -24,7 +24,7 @@ suffix: Cargo components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/cargo.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -33,7 +33,7 @@ suffix: Cargo, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/cargo.rsi #Delta V - Resprite Doors state: "assembly" #Clockwork @@ -68,7 +68,7 @@ suffix: Command components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/command.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/command.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -77,7 +77,7 @@ suffix: Command, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/command.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/command.rsi #Delta V - Resprite Doors state: "assembly" #Engineering @@ -87,7 +87,7 @@ suffix: Engineering components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/engineering.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -96,7 +96,7 @@ suffix: Engineering, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/engineering.rsi #Delta V - Resprite Doors state: "assembly" #External @@ -106,7 +106,7 @@ suffix: External components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/external.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/external.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -115,7 +115,7 @@ suffix: External, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/external.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/external.rsi #Delta V - Resprite Doors state: "assembly" #Public (Glass Airlock) @@ -125,7 +125,7 @@ suffix: Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/glass.rsi #Delta V - Resprite Doors state: "assembly" #Freezer @@ -135,7 +135,7 @@ suffix: Freezer components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/freezer.rsi #Delta V - Resprite Doors state: "assembly" #Hydroponics @@ -145,7 +145,7 @@ suffix: Hydroponics components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -154,7 +154,7 @@ suffix: Hydroponics, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi #Delta V - Resprite Doors state: "assembly" #Maintenance @@ -164,7 +164,7 @@ suffix: Maintenance components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/maint.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -173,7 +173,7 @@ suffix: Maintenance, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/maint.rsi #Delta V - Resprite Doors state: "assembly" #Medical @@ -183,7 +183,7 @@ suffix: Medical components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/medical.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -192,7 +192,7 @@ suffix: Medical, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/medical.rsi #Delta V - Resprite Doors state: "assembly" #Science @@ -202,7 +202,7 @@ suffix: Science components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/science.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/science.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -211,7 +211,7 @@ suffix: Science, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/science.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/science.rsi #Delta V - Resprite Doors state: "assembly" #Security @@ -221,7 +221,7 @@ suffix: Security components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/security.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/security.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -230,7 +230,7 @@ suffix: Security, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/security.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/security.rsi #Delta V - Resprite Doors state: "assembly" #Shuttle @@ -259,7 +259,7 @@ suffix: Virology components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/virology.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -268,7 +268,7 @@ suffix: Virology, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/virology.rsi #Delta V - Resprite Doors state: "assembly" #CentralCommand @@ -278,7 +278,7 @@ suffix: CentralCommand components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/centcomm.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -287,7 +287,7 @@ suffix: CentralCommand, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/centcomm.rsi #Delta V - Resprite Doors state: "assembly" #Mining @@ -316,7 +316,7 @@ suffix: Syndicate components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/syndicate.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -325,7 +325,7 @@ suffix: Syndicate, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/syndicate.rsi #Delta V - Resprite Doors state: "assembly" #ShuttleSyndicate @@ -354,5 +354,5 @@ suffix: HighSec components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/highsec/highsec.rsi #Delta V - Resprite Doors state: "assembly" diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index af33afa7ac..46b51a7967 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -12,7 +12,7 @@ "/Audio/Weapons/smash.ogg" - type: InteractionOutline - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/basic.rsi #Delta V - Resprite Doors snapCardinals: true layers: - state: closed @@ -188,7 +188,7 @@ - type: Occluder enabled: false - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/glass.rsi #Delta V - Resprite Doors - type: AnimationPlayer - type: Fixtures fixtures: diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml index 34d9b21622..d095d6c5b3 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml @@ -15,7 +15,7 @@ denySound: path: /Audio/Machines/airlock_deny.ogg - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/external.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/external.rsi #Delta V - Resprite Doors - type: PaintableAirlock group: External department: null @@ -32,7 +32,7 @@ - type: Occluder enabled: false - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/external.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/external.rsi #Delta V - Resprite Doors - type: PaintableAirlock group: ExternalGlass - type: Fixtures diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml index 08b4a478ed..189f69b125 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml @@ -9,7 +9,7 @@ - type: StationAiWhitelist - type: InteractionOutline - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/highsec/highsec.rsi #Delta V - Resprite Doors layers: - state: closed map: ["enum.DoorVisualLayers.Base"] diff --git a/Resources/Prototypes/Entities/Structures/Doors/SecretDoor/secret_door.yml b/Resources/Prototypes/Entities/Structures/Doors/SecretDoor/secret_door.yml index 967dfd0644..77e3d12c7e 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/SecretDoor/secret_door.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/SecretDoor/secret_door.yml @@ -7,7 +7,7 @@ description: Keeps the air in and the greytide out. components: - type: Sprite - sprite: DeltaV/Structures/Doors/secret_door.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/secret_door.rsi #Delta V - Resprite Doors layers: - state: closed map: ["enum.DoorVisualLayers.Base"] @@ -78,7 +78,7 @@ - type: Clickable - type: InteractionOutline - type: Sprite - sprite: DeltaV/Structures/Doors/secret_door.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/secret_door.rsi #Delta V - Resprite Doors state: assembly - type: Physics - type: Fixtures diff --git a/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml b/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml index cd9adfdf8a..fcc32fc3c2 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml @@ -44,13 +44,13 @@ id: External iconPriority: 70 stylePaths: - external: DeltaV/Structures/Doors/Airlocks/Standard/external.rsi # Delta V - Door resprite + external: _DV/Structures/Doors/Airlocks/Standard/external.rsi # Delta V - Door resprite - type: AirlockGroup id: ExternalGlass iconPriority: 60 stylePaths: - external: DeltaV/Structures/Doors/Airlocks/Glass/external.rsi # Delta V - Door resprite + external: _DV/Structures/Doors/Airlocks/Glass/external.rsi # Delta V - Door resprite - type: AirlockGroup id: Shuttle diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml index 10aade2eb4..ed5e882051 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml @@ -122,7 +122,7 @@ - PlushieSharkBlue - PlushieVox - PlushieXeno - - PlushieMort # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - PlushieMort # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml - PlasticBanana - RevolverCapGun - SnapPopBox @@ -149,8 +149,8 @@ - ToyAmongPequeno - ToyRubberDuck - ToyHammer - - ToyRenault # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml - - ToySiobhan # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - ToyRenault # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml + - ToySiobhan # DeltaV Toy, see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml - WeaponWaterPistol - WhoopieCushion - Whistle diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index 004a97fc86..75a9d9e305 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -358,7 +358,7 @@ parent: BaseComputerAiAccess id: ComputerCriminalRecords name: criminal records computer - description: This can be used to check criminal records. Only security and justice can modify them. #DeltaV Justice can access too + description: This can be used to check criminal records. Only security and justice can modify them. # DeltaV Justice can access too components: - type: CriminalRecordsConsole - type: UserInterface @@ -388,7 +388,7 @@ - type: Computer board: CriminalRecordsComputerCircuitboard - type: AccessReader - access: [["Security"], ["Justice"]] #DeltaV Justice can access too + access: [["Security"], ["Justice"]] # DeltaV Justice can access too - type: GuideHelp guides: - CriminalRecords @@ -856,7 +856,7 @@ energy: 1.6 color: "#b89f25" - type: AccessReader - access: [["Orders"]] # DeltaV - see Resources/Prototypes/DeltaV/Access/cargo.yml + access: [["Orders"]] # DeltaV - see Resources/Prototypes/_DV/Access/cargo.yml - type: DeviceNetwork deviceNetId: Wireless receiveFrequencyId: BasicDevice diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 4ecc8a7ee4..9b4d1de0a1 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1292,6 +1292,20 @@ - ClothingOuterWinterCentcom - ClothingOuterWinterSyndie - ClothingOuterWinterSyndieCap + # Begin DeltaV Additions + - ClothingUniformInterdyneChemist + - UniformScrubsColorCybersun + - ClothingUniformCybersunAttorney + - ClothingHeadHatSurgcapCybersun + - ClothingOuterInterdyneChemistrySuit + - ClothingOuterCoatCybersunWindbreaker + - ClothingMaskInterdyneChemistry + - ClothingHeadHatSurgcapCybersun + #- ClothingUniformCybersunHazard + #- ClothingUniformCybersunCasual + #- ClothingUniformCybersunRND + #- ClothingOuterCybersunOvercoat + # End DeltaV Additions - type: MaterialStorage whitelist: tags: diff --git a/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml b/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml index c5d8e1ba9c..1092c374ca 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml @@ -86,7 +86,7 @@ - EncryptionKeySecurity - EncryptionKeyService - EncryptionKeyCommand - - EncryptionKeyJustice #DeltaV - Justice dept + - EncryptionKeyJustice # DeltaV - Justice dept - type: entity parent: TelecomServer @@ -147,7 +147,7 @@ containers: key_slots: - EncryptionKeySecurity - - EncryptionKeyJustice #DeltaV - Justice dept + - EncryptionKeyJustice # DeltaV - Justice dept - type: entity parent: TelecomServer diff --git a/Resources/Prototypes/Entities/Structures/Piping/Disposal/units.yml b/Resources/Prototypes/Entities/Structures/Piping/Disposal/units.yml index b6d4931f57..ad2b0200a6 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Disposal/units.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Disposal/units.yml @@ -9,7 +9,7 @@ - Disposal components: - type: Sprite - sprite: DeltaV/Structures/Piping/disposal.rsi # DeltaV - Use old sprites + sprite: _DV/Structures/Piping/disposal.rsi # DeltaV - Use old sprites layers: - state: condisposal map: [ "enum.DisposalUnitVisualLayers.Unanchored" ] @@ -71,7 +71,7 @@ name: disposal unit components: - type: Sprite - sprite: DeltaV/Structures/Piping/disposal.rsi # DeltaV - Use old sprites + sprite: _DV/Structures/Piping/disposal.rsi # DeltaV - Use old sprites snapCardinals: true - type: Construction graph: DisposalMachine @@ -93,7 +93,7 @@ description: A pneumatic mail delivery unit. components: - type: Sprite - sprite: DeltaV/Structures/Piping/disposal.rsi # DeltaV - Use old sprites + sprite: _DV/Structures/Piping/disposal.rsi # DeltaV - Use old sprites snapCardinals: true layers: - state: conmailing diff --git a/Resources/Prototypes/Entities/Structures/Power/apc.yml b/Resources/Prototypes/Entities/Structures/Power/apc.yml index 0ab427ef11..0de4156853 100644 --- a/Resources/Prototypes/Entities/Structures/Power/apc.yml +++ b/Resources/Prototypes/Entities/Structures/Power/apc.yml @@ -27,7 +27,7 @@ anchored: true - type: Sprite drawdepth: WallMountedItems - sprite: DeltaV/Structures/Power/apc.rsi # DeltaV - Add sprite rotations + sprite: _DV/Structures/Power/apc.rsi # DeltaV - Add sprite rotations layers: - state: base - state: panel @@ -159,7 +159,7 @@ anchored: true - type: Sprite drawdepth: WallMountedItems - sprite: DeltaV/Structures/Power/apc.rsi # DeltaV - Add sprite rotations + sprite: _DV/Structures/Power/apc.rsi # DeltaV - Add sprite rotations state: frame - type: Construction graph: APC diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index 21533c5f3e..72bc35bb18 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -403,7 +403,7 @@ description: A sign indicating the logistics area. # DeltaV - Logistics Department replacing Cargo components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/signs.rsi # DeltaV - Logistics Department replacing Cargo + sprite: _DV/Structures/Wallmounts/signs.rsi # DeltaV - Logistics Department replacing Cargo state: logistics # DeltaV - Logistics Department replacing Cargo - type: entity @@ -422,7 +422,7 @@ description: A sign indicating the chapel. components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/signs.rsi # DeltaV: Epi-themed chapel sprite + sprite: _DV/Structures/Wallmounts/signs.rsi # DeltaV: Epi-themed chapel sprite state: chapel - type: entity @@ -741,7 +741,7 @@ description: A sign indicating the epistemics area. # DeltaV - Epistemics Department replacing Science components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/signs.rsi # DeltaV - Epistemics Department replacing Science + sprite: _DV/Structures/Wallmounts/signs.rsi # DeltaV - Epistemics Department replacing Science state: epistemics # DeltaV - Epistemics Department replacing Science - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/shotgun_cabinet.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/shotgun_cabinet.yml index e0984008ba..fb28d607af 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/shotgun_cabinet.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/shotgun_cabinet.yml @@ -5,7 +5,7 @@ description: There is a small label that reads "For Emergency use only" along with details for safe use of the shotgun. As if. components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi # Delta-V + sprite: _DV/Structures/Wallmounts/shotgun_cabinet.rsi # Delta-V layers: - state: cabinet - state: shotgun diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index ce5e4dbbdc..cba24eafd8 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -584,9 +584,9 @@ name: reinforced wall components: - type: Sprite - sprite: DeltaV/Structures/Walls/solid.rsi #Delta V - Resprite walls + sprite: _DV/Structures/Walls/solid.rsi #Delta V - Resprite walls - type: Icon - sprite: DeltaV/Structures/Walls/solid.rsi #Delta V - Resprite walls + sprite: _DV/Structures/Walls/solid.rsi #Delta V - Resprite walls state: rgeneric - type: Construction graph: Girder @@ -647,9 +647,9 @@ suffix: rusted components: - type: Sprite - sprite: DeltaV/Structures/Walls/solid_rust.rsi # Delta V - Resprite Walls + sprite: _DV/Structures/Walls/solid_rust.rsi # Delta V - Resprite Walls - type: Icon - sprite: DeltaV/Structures/Walls/solid_rust.rsi # Delta V - Resprite Walls + sprite: _DV/Structures/Walls/solid_rust.rsi # Delta V - Resprite Walls state: rgeneric - type: Construction graph: Girder @@ -989,13 +989,13 @@ tags: - Wall - type: Sprite - sprite: DeltaV/Structures/Walls/solid.rsi #Delta V - Resprite walls + sprite: _DV/Structures/Walls/solid.rsi #Delta V - Resprite walls - type: WallReplacementMarker - type: Construction graph: Girder node: wall - type: Icon - sprite: DeltaV/Structures/Walls/solid.rsi #Delta V - Resprite walls + sprite: _DV/Structures/Walls/solid.rsi #Delta V - Resprite walls - type: RCDDeconstructable cost: 6 delay: 8 @@ -1055,9 +1055,9 @@ suffix: rusted components: - type: Sprite - sprite: DeltaV/Structures/Walls/solid_rust.rsi # Delta V - Resprite Walls + sprite: _DV/Structures/Walls/solid_rust.rsi # Delta V - Resprite Walls - type: Icon - sprite: DeltaV/Structures/Walls/solid_rust.rsi # Delta V - Resprite Walls + sprite: _DV/Structures/Walls/solid_rust.rsi # Delta V - Resprite Walls state: full - type: Construction graph: Girder diff --git a/Resources/Prototypes/Entities/Structures/Windows/plasma.yml b/Resources/Prototypes/Entities/Structures/Windows/plasma.yml index 6e10e027d6..573641467f 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/plasma.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/plasma.yml @@ -5,9 +5,9 @@ components: - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/plasma_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/plasma_window.rsi #Delta V - Resprite windows - type: Icon - sprite: DeltaV/Structures/Windows/plasma_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/plasma_window.rsi #Delta V - Resprite windows - type: Damageable damageContainer: StructuralInorganic damageModifierSet: Glass @@ -64,10 +64,10 @@ - Window components: - type: Sprite - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: plasma_window - type: Icon - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: plasma_window - type: Construction graph: WindowDirectional diff --git a/Resources/Prototypes/Entities/Structures/Windows/reinforced.yml b/Resources/Prototypes/Entities/Structures/Windows/reinforced.yml index 011bf5723a..a9f404d74f 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/reinforced.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/reinforced.yml @@ -5,9 +5,9 @@ components: - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/reinforced_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_window.rsi #Delta V - Resprite windows - type: Icon - sprite: DeltaV/Structures/Windows/reinforced_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_window.rsi #Delta V - Resprite windows - type: Repairable fuelCost: 10 doAfterDelay: 2 @@ -67,10 +67,10 @@ - Window components: - type: Sprite - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: reinforced_window - type: Icon - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: reinforced_window - type: Construction graph: WindowDirectional @@ -127,14 +127,14 @@ components: - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/reinforced_window_diagonal.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_window_diagonal.rsi #Delta V - Resprite windows state: state0 - type: IconSmooth mode: Diagonal key: windows base: state - type: Icon - sprite: DeltaV/Structures/Windows/reinforced_window_diagonal.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_window_diagonal.rsi #Delta V - Resprite windows state: state0 - type: Fixtures fixtures: diff --git a/Resources/Prototypes/Entities/Structures/Windows/rplasma.yml b/Resources/Prototypes/Entities/Structures/Windows/rplasma.yml index 228585e7b7..d087b014bf 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/rplasma.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/rplasma.yml @@ -5,9 +5,9 @@ components: - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/reinforced_plasma_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_plasma_window.rsi #Delta V - Resprite windows - type: Icon - sprite: DeltaV/Structures/Windows/reinforced_plasma_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_plasma_window.rsi #Delta V - Resprite windows - type: Damageable damageContainer: StructuralInorganic damageModifierSet: RGlass @@ -67,10 +67,10 @@ - Window components: - type: Sprite - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: plasma_reinforced_window - type: Icon - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: plasma_reinforced_window - type: Construction graph: WindowDirectional @@ -123,14 +123,14 @@ components: - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/reinforced_plasma_diagonal.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_plasma_diagonal.rsi #Delta V - Resprite windows state: state0 - type: IconSmooth mode: Diagonal key: windows base: state - type: Icon - sprite: DeltaV/Structures/Windows/reinforced_plasma_diagonal.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_plasma_diagonal.rsi #Delta V - Resprite windows state: state0 - type: Fixtures fixtures: diff --git a/Resources/Prototypes/Entities/Structures/Windows/ruranium.yml b/Resources/Prototypes/Entities/Structures/Windows/ruranium.yml index bd8803255f..d7b7f28b72 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/ruranium.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/ruranium.yml @@ -5,9 +5,9 @@ components: - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/reinforced_uranium_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_uranium_window.rsi #Delta V - Resprite windows - type: Icon - sprite: DeltaV/Structures/Windows/reinforced_uranium_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_uranium_window.rsi #Delta V - Resprite windows - type: Damageable damageContainer: StructuralInorganic damageModifierSet: RGlass @@ -64,10 +64,10 @@ - Window components: - type: Sprite - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: uranium_reinforced_window - type: Icon - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: uranium_reinforced_window - type: Construction graph: WindowDirectional @@ -120,14 +120,14 @@ components: - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/reinforced_uranium_diagonal.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_uranium_diagonal.rsi #Delta V - Resprite windows state: state0 - type: IconSmooth mode: Diagonal key: windows base: state - type: Icon - sprite: DeltaV/Structures/Windows/reinforced_uranium_diagonal.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/reinforced_uranium_diagonal.rsi #Delta V - Resprite windows state: state0 - type: Fixtures fixtures: diff --git a/Resources/Prototypes/Entities/Structures/Windows/uranium.yml b/Resources/Prototypes/Entities/Structures/Windows/uranium.yml index d7aaa1b9f3..9f19c47f7c 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/uranium.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/uranium.yml @@ -5,9 +5,9 @@ components: - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/uranium_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/uranium_window.rsi #Delta V - Resprite windows - type: Icon - sprite: DeltaV/Structures/Windows/uranium_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/uranium_window.rsi #Delta V - Resprite windows state: full - type: Damageable damageContainer: StructuralInorganic @@ -62,10 +62,10 @@ - Window components: - type: Sprite - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: uranium_window - type: Icon - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: uranium_window - type: Construction graph: WindowDirectional diff --git a/Resources/Prototypes/Entities/Structures/Windows/window.yml b/Resources/Prototypes/Entities/Structures/Windows/window.yml index 93e173da28..c6dd5d1181 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/window.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/window.yml @@ -20,9 +20,9 @@ - Window - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/window.rsi #Delta V - Resprite windows - type: Icon - sprite: DeltaV/Structures/Windows/window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/window.rsi #Delta V - Resprite windows state: full - type: Physics bodyType: Static @@ -100,9 +100,9 @@ components: - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/tinted_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/tinted_window.rsi #Delta V - Resprite windows - type: Icon - sprite: DeltaV/Structures/Windows/tinted_window.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/tinted_window.rsi #Delta V - Resprite windows - type: IconSmooth base: twindow - type: Construction @@ -142,10 +142,10 @@ collection: GlassSmack - type: Sprite drawdepth: Mobs - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: window - type: Icon - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: window - type: InteractionPopup interactSuccessString: comp-window-knock @@ -234,10 +234,10 @@ - Window components: - type: Sprite - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: frosted_window - type: Icon - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: frosted_window - type: StaticPrice price: 35 @@ -253,14 +253,14 @@ components: - type: Sprite drawdepth: WallTops - sprite: DeltaV/Structures/Windows/window_diagonal.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/window_diagonal.rsi #Delta V - Resprite windows state: state0 - type: IconSmooth mode: Diagonal key: windows base: state - type: Icon - sprite: DeltaV/Structures/Windows/window_diagonal.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/window_diagonal.rsi #Delta V - Resprite windows state: state0 - type: Fixtures fixtures: diff --git a/Resources/Prototypes/Entities/Structures/stairs.yml b/Resources/Prototypes/Entities/Structures/stairs.yml index 6c66d486de..9174e0ae0e 100644 --- a/Resources/Prototypes/Entities/Structures/stairs.yml +++ b/Resources/Prototypes/Entities/Structures/stairs.yml @@ -8,7 +8,7 @@ components: - type: Clickable - type: Sprite - sprite: DeltaV/Structures/stairs.rsi # Delta V - Resprite stairs + sprite: _DV/Structures/stairs.rsi # Delta V - Resprite stairs state: stairs_steel drawdepth: FloorTiles - type: Transform @@ -42,7 +42,7 @@ suffix: Steel, stage components: - type: Sprite - sprite: DeltaV/Structures/stairs.rsi # Delta V - Resprite stairs + sprite: _DV/Structures/stairs.rsi # Delta V - Resprite stairs state: stairs_stage_steel drawdepth: FloorTiles @@ -52,7 +52,7 @@ suffix: White components: - type: Sprite - sprite: DeltaV/Structures/stairs.rsi # Delta V - Resprite stairs + sprite: _DV/Structures/stairs.rsi # Delta V - Resprite stairs state: stairs_white drawdepth: FloorTiles @@ -62,7 +62,7 @@ suffix: White, stage components: - type: Sprite - sprite: DeltaV/Structures/stairs.rsi # Delta V - Resprite stairs + sprite: _DV/Structures/stairs.rsi # Delta V - Resprite stairs state: stairs_stage_white drawdepth: FloorTiles @@ -72,7 +72,7 @@ suffix: Dark components: - type: Sprite - sprite: DeltaV/Structures/stairs.rsi # Delta V - Resprite stairs + sprite: _DV/Structures/stairs.rsi # Delta V - Resprite stairs state: stairs_dark drawdepth: FloorTiles @@ -82,7 +82,7 @@ suffix: Dark, stage components: - type: Sprite - sprite: DeltaV/Structures/stairs.rsi # Delta V - Resprite stairs + sprite: _DV/Structures/stairs.rsi # Delta V - Resprite stairs state: stairs_stage_dark drawdepth: FloorTiles @@ -92,7 +92,7 @@ suffix: Wood components: - type: Sprite - sprite: DeltaV/Structures/stairs.rsi # Delta V - Resprite stairs + sprite: _DV/Structures/stairs.rsi # Delta V - Resprite stairs state: stairs_wood drawdepth: FloorTiles @@ -102,6 +102,6 @@ suffix: Wood, stage components: - type: Sprite - sprite: DeltaV/Structures/stairs.rsi # Delta V - Resprite stairs + sprite: _DV/Structures/stairs.rsi # Delta V - Resprite stairs state: stairs_stage_wood drawdepth: FloorTiles diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index f2c9c44667..3e5964dea6 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -583,7 +583,7 @@ components: - type: StationEvent weight: 10 - reoccurrenceDelay: 30 #DeltaV - Was 20 #20 mins feels too short, and can scramble borgs way too much + reoccurrenceDelay: 30 # DeltaV - Was 20 #20 mins feels too short, and can scramble borgs way too much duration: 1 - type: PrecognitionResult # DeltaV - Precogniton message: psionic-power-precognition-ion-storm-result-message diff --git a/Resources/Prototypes/GameRules/unknown_shuttles.yml b/Resources/Prototypes/GameRules/unknown_shuttles.yml index 581e4a2ed8..28465cc54a 100644 --- a/Resources/Prototypes/GameRules/unknown_shuttles.yml +++ b/Resources/Prototypes/GameRules/unknown_shuttles.yml @@ -7,7 +7,7 @@ - id: UnknownShuttleCargoLost - id: UnknownShuttleTravelingCuisine - id: UnknownShuttleDisasterEvacPod - #- id: UnknownShuttleHonki #DeltaV - Removes the Clown Shuttle + #- id: UnknownShuttleHonki # DeltaV - Removes the Clown Shuttle #- id: UnknownShuttleNTQuark # DeltaV - removed until theyre individually looked at #- id: UnknownShuttleCruiser #- id: UnknownShuttleCryptid @@ -90,7 +90,7 @@ - type: LoadMapRule preloadedGrid: DisasterEvacPod -# - type: entity #DeltaV - Remove Clown Shuttle +# - type: entity # DeltaV - Remove Clown Shuttle # parent: BaseUnknownShuttleRule # id: UnknownShuttleHonki # components: diff --git a/Resources/Prototypes/Loadouts/Jobs/Command/captain.yml b/Resources/Prototypes/Loadouts/Jobs/Command/captain.yml index 1604b1356b..63dd74961a 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Command/captain.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Command/captain.yml @@ -79,7 +79,7 @@ outerClothing: ClothingOuterWinterCap # Gloves - DeltaV -- type: loadout #DeltaV +- type: loadout # DeltaV id: CaptainGloves equipment: gloves: ClothingHandsGlovesCaptain diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 808b65c1b2..46eece1fee 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -1005,7 +1005,7 @@ minLimit: 0 loadouts: - ResearchDirectorLabCoat - - MystaLabCoat #DeltaV + - MystaLabCoat # DeltaV - ResearchDirectorWintercoat - type: loadoutGroup diff --git a/Resources/Prototypes/Maps/arena.yml b/Resources/Prototypes/Maps/arena.yml index 870a3ab7a7..31da354248 100644 --- a/Resources/Prototypes/Maps/arena.yml +++ b/Resources/Prototypes/Maps/arena.yml @@ -14,7 +14,7 @@ !type:NanotrasenNameGenerator prefixCreator: 'NY' - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_UCLB.yml + emergencyShuttlePath: /Maps/_DV/Shuttles/NTES_UCLB.yml - type: StationJobs availableJobs: #civilian diff --git a/Resources/Prototypes/Maps/asterisk.yml b/Resources/Prototypes/Maps/asterisk.yml index 08d99918bf..2fc4fba743 100644 --- a/Resources/Prototypes/Maps/asterisk.yml +++ b/Resources/Prototypes/Maps/asterisk.yml @@ -9,7 +9,7 @@ stationProto: StandardNanotrasenStation components: - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Kaeri.yml + emergencyShuttlePath: /Maps/_DV/Shuttles/NTES_Kaeri.yml - type: StationNameSetup mapNameTemplate: '{0} Asterisk Station {1}' nameGenerator: diff --git a/Resources/Prototypes/Maps/centcomm.yml b/Resources/Prototypes/Maps/centcomm.yml index 2e802be9f3..3df048bd1a 100644 --- a/Resources/Prototypes/Maps/centcomm.yml +++ b/Resources/Prototypes/Maps/centcomm.yml @@ -1,7 +1,7 @@ - type: gameMap id: CentComm mapName: 'Central Command' - mapPath: /Maps/DeltaV/centcomm.yml # DeltaV + mapPath: /Maps/_DV/centcomm.yml # DeltaV minPlayers: 10 stations: centcomm: diff --git a/Resources/Prototypes/Maps/edge.yml b/Resources/Prototypes/Maps/edge.yml index 16768ce6a7..5fa15c6754 100644 --- a/Resources/Prototypes/Maps/edge.yml +++ b/Resources/Prototypes/Maps/edge.yml @@ -9,7 +9,7 @@ stationProto: StandardNanotrasenStation components: - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Vertex.yml + emergencyShuttlePath: /Maps/_DV/Shuttles/NTES_Vertex.yml - type: StationNameSetup mapNameTemplate: '{0} Edge Station {1}' nameGenerator: diff --git a/Resources/Prototypes/Maps/glacier.yml b/Resources/Prototypes/Maps/glacier.yml index 57ed7e5663..ff79bd774b 100644 --- a/Resources/Prototypes/Maps/glacier.yml +++ b/Resources/Prototypes/Maps/glacier.yml @@ -16,10 +16,10 @@ !type:NanotrasenNameGenerator prefixCreator: 'NY' - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Vertex.yml + emergencyShuttlePath: /Maps/_DV/Shuttles/NTES_Vertex.yml - type: StationPlanetSpawner planet: GlacierSurface - gridPath: /Maps/Nonstations/DeltaV/glacier_surface_outpost.yml + gridPath: /Maps/_DV/Nonstations/glacier_surface_outpost.yml - type: StationJobs availableJobs: Captain: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/hammurabi.yml b/Resources/Prototypes/Maps/hammurabi.yml index 443425e93b..45fa1f256c 100644 --- a/Resources/Prototypes/Maps/hammurabi.yml +++ b/Resources/Prototypes/Maps/hammurabi.yml @@ -13,7 +13,7 @@ !type:NanotrasenNameGenerator prefixCreator: 'NY' - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Centipede.yml + emergencyShuttlePath: /Maps/_DV/Shuttles/NTES_Centipede.yml - type: StationJobs availableJobs: #civilian diff --git a/Resources/Prototypes/Maps/hive.yml b/Resources/Prototypes/Maps/hive.yml index d286e87977..9004f001e9 100644 --- a/Resources/Prototypes/Maps/hive.yml +++ b/Resources/Prototypes/Maps/hive.yml @@ -14,7 +14,7 @@ !type:NanotrasenNameGenerator prefixCreator: 'NY' - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Fishbowl.yml + emergencyShuttlePath: /Maps/_DV/Shuttles/NTES_Fishbowl.yml - type: StationJobs availableJobs: #civilian diff --git a/Resources/Prototypes/Maps/lighthouse.yml b/Resources/Prototypes/Maps/lighthouse.yml index a202d17931..259dfde27e 100644 --- a/Resources/Prototypes/Maps/lighthouse.yml +++ b/Resources/Prototypes/Maps/lighthouse.yml @@ -11,7 +11,7 @@ stationProto: StandardNanotrasenStation components: - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_BC20.yml + emergencyShuttlePath: /Maps/_DV/Shuttles/NTES_BC20.yml - type: StationNameSetup mapNameTemplate: '{0} Lighthouse {1}' nameGenerator: diff --git a/Resources/Prototypes/Maps/shoukou.yml b/Resources/Prototypes/Maps/shoukou.yml index 3a2e507e2f..2e8e1cce52 100644 --- a/Resources/Prototypes/Maps/shoukou.yml +++ b/Resources/Prototypes/Maps/shoukou.yml @@ -14,7 +14,7 @@ !type:NanotrasenNameGenerator prefixCreator: 'NY' - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Kaeri.yml + emergencyShuttlePath: /Maps/_DV/Shuttles/NTES_Kaeri.yml - type: StationJobs availableJobs: #Service diff --git a/Resources/Prototypes/Maps/tortuga.yml b/Resources/Prototypes/Maps/tortuga.yml index f1c98f16bb..0e3ebda9c6 100644 --- a/Resources/Prototypes/Maps/tortuga.yml +++ b/Resources/Prototypes/Maps/tortuga.yml @@ -13,7 +13,7 @@ !type:NanotrasenNameGenerator prefixCreator: 'NY' - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Seal.yml + emergencyShuttlePath: /Maps/_DV/Shuttles/NTES_Seal.yml - type: StationJobs availableJobs: #civilian diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Lockers/epistemics.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Lockers/epistemics.yml index 6fa1145175..7349a43935 100644 --- a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Lockers/epistemics.yml +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Lockers/epistemics.yml @@ -12,7 +12,7 @@ - id: AntiPsychicKnife - id: FlashlightLantern # DeltaV - To replace their lost flashlight - id: BoxZiptie # DeltaV - Give the mantis some zipties - - id: WeaponPistolPsiBreaker # DeltaV - Mantis mindbreaker pistol, see Resources/Prototypes/DeltaV/Entities?Objects/Weapons/Guns/Pistols/pistols.yml + - id: WeaponPistolPsiBreaker # DeltaV - Mantis mindbreaker pistol, see Resources/Prototypes/_DV/Entities?Objects/Weapons/Guns/Pistols/pistols.yml # Spare change of clothes # - id: ClothingUniformJumpsuitMantis # - id: ClothingUniformSkirtMantis diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Belt/belts.yml index badf017ff5..2fe5308f04 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Belt/belts.yml @@ -79,7 +79,7 @@ whitelist: tags: - Wakizashi - sprite: DeltaV/Clothing/Belt/belt_overlay.rsi + sprite: _DV/Clothing/Belt/belt_overlay.rsi - type: ContainerContainer containers: storagebase: !type:Container @@ -98,9 +98,9 @@ description: A medical chest rig with deep pockets, for use by paramedics and health professionals. components: - type: Sprite - sprite: DeltaV/Clothing/Belt/cmowebbing.rsi # DeltaV - resprite + sprite: _DV/Clothing/Belt/cmowebbing.rsi # DeltaV - resprite - type: Clothing - sprite: DeltaV/Clothing/Belt/cmowebbing.rsi # DeltaV - resprite + sprite: _DV/Clothing/Belt/cmowebbing.rsi # DeltaV - resprite - type: Item size: Large - type: ItemSlots # DeltaV - add medkit slot @@ -122,7 +122,7 @@ whitelist: tags: - Medkit - sprite: DeltaV/Clothing/Belt/belt_overlay.rsi + sprite: _DV/Clothing/Belt/belt_overlay.rsi - type: Tag tags: - BeltSlotNotBelt diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hats.yml index 8e09936d68..4e03387bc0 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hats.yml @@ -16,9 +16,9 @@ description: Contrary to its silly name, it's actually a symbol of great academic achievement. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/mysta.rsi + sprite: _DV/Clothing/Head/Hats/mysta.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/mysta.rsi + sprite: _DV/Clothing/Head/Hats/mysta.rsi - type: entity parent: ClothingHeadBase diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml index 405ed6e4a9..19ab57d0c1 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml @@ -8,6 +8,6 @@ description: A hood for keeping the humble mailman's head warm while making all those deliveries. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi + sprite: _DV/Clothing/Head/Hoods/Coat/hoodmail.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi + sprite: _DV/Clothing/Head/Hoods/Coat/hoodmail.rsi diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/coats.yml index e26b3f9be5..136f009fbf 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/coats.yml @@ -25,9 +25,9 @@ description: Similar to the standard model but with more purple and gold. # Delta V - Mystagogue new coat components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi + sprite: _DV/Clothing/OuterClothing/Coats/mystacoat.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi + sprite: _DV/Clothing/OuterClothing/Coats/mystacoat.rsi - type: Armor modifiers: coefficients: diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml index 0284c26a99..51025c8e38 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml @@ -39,7 +39,7 @@ name: mail carrier's winter coat description: It'll keep away the cold but not the dogs. components: - - type: ToggleableClothing #DeltaV - fixing the fact that it has no hood + - type: ToggleableClothing # DeltaV - fixing the fact that it has no hood clothingPrototype: ClothingHeadHatHoodWinterMailCarrier - type: ContainerContainer containers: diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/ghost_roles.yml b/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/ghost_roles.yml index a5597308db..dfc55602df 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/ghost_roles.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/ghost_roles.yml @@ -14,7 +14,7 @@ requirements: - !type:DepartmentTimeRequirement department: Epistemics - time: 14400 #DeltaV - 4 hours + time: 14400 # DeltaV - 4 hours - type: Sprite sprite: Markers/jobs.rsi layers: diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/jobs.yml index d3b5f06ea7..26979b3fb3 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/jobs.yml @@ -8,7 +8,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: nyanogladiator - type: entity @@ -33,7 +33,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: nyanoprisonguard - type: entity @@ -46,7 +46,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: nyanomartialartist - type: entity @@ -59,5 +59,5 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: nyanomantis diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/Misc/identification_cards.yml b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/Misc/identification_cards.yml index 39dcca3b7a..ff02da36b1 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/Misc/identification_cards.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/Misc/identification_cards.yml @@ -6,7 +6,7 @@ - type: Sprite layers: - state: orange - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: nyanoprisoner - type: PresetIdCard job: Prisoner @@ -19,7 +19,7 @@ - type: Sprite layers: - state: orange - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: nyanogladiator - type: PresetIdCard job: Gladiator @@ -32,7 +32,7 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: nyanoprisonguard - type: PresetIdCard job: PrisonGuard @@ -45,7 +45,7 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: nyanomailcarrier - type: IdCard jobTitle: job-alt-title-mail-carrier @@ -58,7 +58,7 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: nyanomartialartist - type: PresetIdCard job: MartialArtist @@ -71,7 +71,7 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: nyanomantis - type: PresetIdCard job: ForensicMantis diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/cartridges.yml b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/cartridges.yml index e23995a4e0..b604e8eff5 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/cartridges.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/cartridges.yml @@ -5,10 +5,10 @@ description: A cartridge that keeps track of glimmer. components: - type: Sprite - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-psi - type: Icon - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-psi - type: UIFragment ui: !type:GlimmerMonitorUi diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/pda.yml index 08a3aa82ca..9069ca372c 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/pda.yml @@ -49,7 +49,7 @@ description: Smells like unopened letters. components: - type: Sprite - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi layers: - map: [ "enum.PdaVisualLayers.Base" ] - state: "light_overlay" @@ -67,7 +67,7 @@ borderColor: "#e39751" accentVColor: "#050c4d" - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi state: pda-mailcarrier - type: entity @@ -77,7 +77,7 @@ description: Smells like straw. components: - type: Sprite - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi layers: - map: [ "enum.PdaVisualLayers.Base" ] - state: "light_overlay" @@ -95,7 +95,7 @@ borderColor: "#d7d7d0" accentHColor: "#232323" - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi state: pda-martialartist - type: entity diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index 292a1c9093..708cba519e 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -5,20 +5,20 @@ description: The Mark 32 Offensive Handgun, produced by NanoTrasen's Small Arms Division. Uses .45 magnum ammo. # DeltaV - update Mk32 components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi # DeltaV - update Mk32 + sprite: _DV/Objects/Weapons/Guns/Pistols/universal.rsi # DeltaV - update Mk32 layers: - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-0 map: ["enum.GunVisualLayers.Mag"] - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi # DeltaV - update Mk32 + sprite: _DV/Objects/Weapons/Guns/Pistols/universal.rsi # DeltaV - update Mk32 - type: Gun fireRate: 3 availableModes: - SemiAuto soundGunshot: - path: /Audio/DeltaV/Weapons/Guns/Gunshots/universal.ogg + path: /Audio/_DV/Weapons/Guns/Gunshots/universal.ogg - type: ItemSlots slots: gun_magazine: diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/glimmer_prober.yml b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/glimmer_prober.yml index e157f8b7ff..5ebd1e283b 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/glimmer_prober.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/glimmer_prober.yml @@ -13,7 +13,7 @@ pointspersecond: 20 active: true - type: Sprite - sprite: DeltaV/Structures/Machines/glimmer_machines.rsi # DeltaV reskin + sprite: _DV/Structures/Machines/glimmer_machines.rsi # DeltaV reskin noRot: true layers: - state: base @@ -97,7 +97,7 @@ graph: GlimmerDevices node: glimmerDrain - type: Sprite - sprite: DeltaV/Structures/Machines/glimmer_machines.rsi # DeltaV reskin + sprite: _DV/Structures/Machines/glimmer_machines.rsi # DeltaV reskin noRot: true layers: - state: base @@ -164,7 +164,7 @@ - !type:DoActsBehavior acts: ["Destruction"] - type: Sprite - sprite: DeltaV/Structures/Machines/glimmer_machines.rsi # DeltaV reskin + sprite: _DV/Structures/Machines/glimmer_machines.rsi # DeltaV reskin noRot: true layers: - state: base diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/oracle.yml b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/oracle.yml index 5d9b0e308d..1980841ad2 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/oracle.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/oracle.yml @@ -8,7 +8,7 @@ noRot: true drawdepth: Mobs offset: "0.0,0.5" - sprite: DeltaV/Structures/Decoration/statues.rsi + sprite: _DV/Structures/Decoration/statues.rsi layers: - state: oracle-0 - map: ["enum.SolutionContainerLayers.Fill"] diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/sophicscribe.yml b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/sophicscribe.yml index 2d3f82f293..908658acaa 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/sophicscribe.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Research/sophicscribe.yml @@ -8,7 +8,7 @@ noRot: true drawdepth: Mobs offset: "0.0,0.5" - sprite: DeltaV/Structures/Decoration/statues.rsi + sprite: _DV/Structures/Decoration/statues.rsi layers: - state: sophie - map: ["enum.SolutionContainerLayers.Fill"] diff --git a/Resources/Prototypes/Nyanotrasen/Maps/salvage.yml b/Resources/Prototypes/Nyanotrasen/Maps/salvage.yml deleted file mode 100644 index 24f84d02cc..0000000000 --- a/Resources/Prototypes/Nyanotrasen/Maps/salvage.yml +++ /dev/null @@ -1,100 +0,0 @@ -# "Medium"-class maps - Max size square: 15x15, indicated size: 7.5 - -- type: salvageMap - id: AnimalFarm - mapPath: /Maps/Salvage/DeltaV/DV-animalfarm.yml - sizeString: salvage-map-wreck-size-medium - -- type: salvageMap - id: MediumChunk01 - mapPath: /Maps/Salvage/DeltaV/DV-med-chunk-01.yml - sizeString: salvage-map-wreck-size-medium - -- type: salvageMap - id: MediumMiningOutpost01 - mapPath: /Maps/Salvage/DeltaV/DV-mining-outpost-01.yml - sizeString: salvage-map-wreck-size-medium - -- type: salvageMap - id: AtlasPerma - mapPath: /Maps/Salvage/DeltaV/DV-atlas-perma.yml - sizeString: salvage-map-wreck-size-medium - -- type: salvageMap - id: AtlasCells - mapPath: /Maps/Salvage/DeltaV/DV-atlas-jailcells.yml - sizeString: salvage-map-wreck-size-medium - -- type: salvageMap - id: AtlasSalvage - mapPath: /Maps/Salvage/DeltaV/DV-atlas-salvage.yml - sizeString: salvage-map-wreck-size-medium - -- type: salvageMap - id: AtlasAtmos - mapPath: /Maps/Salvage/DeltaV/DV-atlas-atmos.yml - sizeString: salvage-map-wreck-size-medium - -- type: salvageMap - id: AtlasCargo - mapPath: /Maps/Salvage/DeltaV/DV-atlas-cargo.yml - sizeString: salvage-map-wreck-size-medium - -- type: salvageMap - id: ServiceChunk - mapPath: /Maps/Salvage/DeltaV/DV-med-service-chunk-01.yml - sizeString: salvage-map-wreck-size-medium - -# """Large""" maps - -- type: salvageMap - id: ResearchPost - mapPath: /Maps/Salvage/DeltaV/DV-research-outpost-01.yml - sizeString: salvage-map-wreck-size-large - -- type: salvageMap - id: LargeEngineerChunk - mapPath: /Maps/Salvage/DeltaV/DV-large-engineer-chunk.yml - sizeString: salvage-map-wreck-size-large - -- type: salvageMap - id: AtlasConferenceRoom - mapPath: /Maps/Salvage/DeltaV/DV-atlas-conference-room.yml - sizeString: salvage-map-wreck-size-large - -- type: salvageMap - id: AtlasDorms - mapPath: /Maps/Salvage/DeltaV/DV-atlas-dorms.yml - sizeString: salvage-map-wreck-size-large - -- type: salvageMap - id: AtlasEpistemics - mapPath: /Maps/Salvage/DeltaV/DV-atlas-epi.yml - sizeString: salvage-map-wreck-size-large - -- type: salvageMap - id: AtlasMedbay - mapPath: /Maps/Salvage/DeltaV/DV-atlas-medical.yml - sizeString: salvage-map-wreck-size-large - -- type: salvageMap - id: AtlasService - mapPath: /Maps/Salvage/DeltaV/DV-atlas-salvage.yml - sizeString: salvage-map-wreck-size-large - -# Asteroids 30x30 - -- type: salvageMap - id: LargeAsteroid_1 - mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-01.yml - sizeString: salvage-map-wreck-size-unknown - -- type: salvageMap - id: LargeAsteroid_2 - mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-02.yml - sizeString: salvage-map-wreck-size-unknown - -- type: salvageMap - id: LargeAsteroid_3 - mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-03.yml - sizeString: salvage-map-wreck-size-unknown diff --git a/Resources/Prototypes/Nyanotrasen/Parallaxes/space.yml b/Resources/Prototypes/Nyanotrasen/Parallaxes/space.yml index a3b1115af2..313dc199a6 100644 --- a/Resources/Prototypes/Nyanotrasen/Parallaxes/space.yml +++ b/Resources/Prototypes/Nyanotrasen/Parallaxes/space.yml @@ -1,95 +1,59 @@ - type: parallax id: AngleStation layers: - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars_dim" - configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" - slowness: 0.95 - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars" - configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml" - slowness: 0.94 - - texture: - !type:ImageParallaxTextureSource - path: "/Textures/Nyanotrasen/Parallaxes/Angle.png" - slowness: 0.93 - scale: 1,1 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" + slowness: 0.95 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars" + configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml" + slowness: 0.94 + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Nyanotrasen/Parallaxes/Angle.png" + slowness: 0.93 + scale: 1,1 - type: parallax id: LighthouseStation layers: - - texture: - !type:ImageParallaxTextureSource - path: "/Textures/Nyanotrasen/Parallaxes/Lighthouse.png" - slowness: 0.94 - scale: 1,1 - scrolling: "-0.006, -0.004" + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Nyanotrasen/Parallaxes/Lighthouse.png" + slowness: 0.94 + scale: 1,1 + scrolling: "-0.006, -0.004" - type: parallax id: PebbleStation layers: - - texture: - !type:ImageParallaxTextureSource - path: "/Textures/Nyanotrasen/Parallaxes/Pebble.png" - slowness: 0.98 - scale: 0.5,0.5 - - texture: - !type:ImageParallaxTextureSource - path: "/Textures/DeltaV/Parallaxes/Asteroids.png" - slowness: 0.97 - scale: 1.2,1.2 - scrolling: "0.018, 0.01" - - texture: - !type:ImageParallaxTextureSource - path: "/Textures/DeltaV/Parallaxes/Asteroids.png" - slowness: 0.90 - scale: 0.95,0.95 - scrolling: "-0.0075, -0.009" + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Nyanotrasen/Parallaxes/Pebble.png" + slowness: 0.98 + scale: 0.5,0.5 + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/_DV/Parallaxes/Asteroids.png" + slowness: 0.97 + scale: 1.2,1.2 + scrolling: "0.018, 0.01" + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/_DV/Parallaxes/Asteroids.png" + slowness: 0.90 + scale: 0.95,0.95 + scrolling: "-0.0075, -0.009" - type: parallax id: TortugaStation layers: - - texture: - !type:ImageParallaxTextureSource - path: "/Textures/Nyanotrasen/Parallaxes/Tortuga.png" - slowness: 0.94 - scale: 0.5,0.5 - scrolling: "-0.004, 0.002" - -- type: parallax - id: ArenaStation - layers: - - texture: - !type:ImageParallaxTextureSource - path: "/Textures/DeltaV/Parallaxes/ArenaParallaxBG.png" - slowness: 0.998046875 - scale: "1, 1" - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars" - configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml" - slowness: 0.986625 - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars_dim" - configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" - slowness: 0.979375 - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars_faster" - configPath: "/Prototypes/Parallaxes/parallax_config_stars-2.toml" - slowness: 0.957265625 - - texture: - !type:GeneratedParallaxTextureSource - id: "hq_wizard_stars_dim_faster" - configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim-2.toml" - slowness: 0.954352 - layersLQ: - - texture: - !type:GeneratedParallaxTextureSource - id: "" - configPath: "/Prototypes/Parallaxes/parallax_config.toml" - slowness: 0.875 - layersLQUseHQ: false + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/Nyanotrasen/Parallaxes/Tortuga.png" + slowness: 0.94 + scale: 0.5,0.5 + scrolling: "-0.004, 0.002" diff --git a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml index b31b6ec1b0..42f0c22021 100644 --- a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml +++ b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml @@ -18,7 +18,7 @@ access: - Research - Maintenance - - Mantis # DeltaV - Psionic Mantis, see Resources/Prototypes/DeltaV/Access/epistemics.yml + - Mantis # DeltaV - Psionic Mantis, see Resources/Prototypes/_DV/Access/epistemics.yml special: - !type:AddComponentSpecial components: diff --git a/Resources/Prototypes/Nyanotrasen/StatusIcon/job.yml b/Resources/Prototypes/Nyanotrasen/StatusIcon/job.yml index 30ca424c60..60d22187bd 100644 --- a/Resources/Prototypes/Nyanotrasen/StatusIcon/job.yml +++ b/Resources/Prototypes/Nyanotrasen/StatusIcon/job.yml @@ -2,7 +2,7 @@ parent: JobIcon id: JobIconGladiator icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: nyanoGladiator jobName: job-name-gladiator @@ -10,7 +10,7 @@ parent: JobIcon id: JobIconPrisonGuard icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: nyanoPrisonGuard jobName: job-name-prison-guard @@ -18,7 +18,7 @@ parent: JobIcon id: JobIconMartialArtist icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: nyanoMartialArtist jobName: job-name-martialartist @@ -26,6 +26,6 @@ parent: JobIcon id: JobIconForensicMantis icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: nyanoMantis jobName: job-name-mantis diff --git a/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml b/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml index 2a028cccac..206059110d 100644 --- a/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml @@ -3,7 +3,7 @@ id: Hiss name: nyan-chat-emote-name-hiss category: Vocal - icon: DeltaV/Interface/Emotes/hiss.png + icon: _DV/Interface/Emotes/hiss.png available: false whitelist: components: @@ -22,7 +22,7 @@ id: Meow name: nyan-chat-emote-name-meow category: Vocal - icon: DeltaV/Interface/Emotes/meow.png + icon: _DV/Interface/Emotes/meow.png available: false whitelist: components: @@ -46,7 +46,7 @@ - type: emote id: Mew name: nyan-chat-emote-name-mew - icon: DeltaV/Interface/Emotes/mew.png + icon: _DV/Interface/Emotes/mew.png category: Vocal available: false whitelist: @@ -65,7 +65,7 @@ - type: emote id: Growl name: chat-emote-name-growl - icon: DeltaV/Interface/Emotes/growl.png + icon: _DV/Interface/Emotes/growl.png category: Vocal available: false whitelist: @@ -84,7 +84,7 @@ - type: emote id: Purr name: chat-emote-name-purr - icon: DeltaV/Interface/Emotes/purr.png + icon: _DV/Interface/Emotes/purr.png category: Vocal available: false whitelist: diff --git a/Resources/Prototypes/Nyanotrasen/mailDeliveries.yml b/Resources/Prototypes/Nyanotrasen/mailDeliveries.yml index f53784ccdc..ec45e8fcfc 100644 --- a/Resources/Prototypes/Nyanotrasen/mailDeliveries.yml +++ b/Resources/Prototypes/Nyanotrasen/mailDeliveries.yml @@ -46,7 +46,7 @@ MailVagueThreat: 0.4 # This is mainly for Glacier. MailWinterCoat: 1.5 - MailBooksAll: 0.5 # DeltaV - All the other books not in MailBooks, see Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml + MailBooksAll: 0.5 # DeltaV - All the other books not in MailBooks, see Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail.yml # Department and job-specific mail can have slightly higher weights, # since they'll be merged with the everyone pool. diff --git a/Resources/Prototypes/Objectives/objectiveGroups.yml b/Resources/Prototypes/Objectives/objectiveGroups.yml index 8d88273dac..ce1d494253 100644 --- a/Resources/Prototypes/Objectives/objectiveGroups.yml +++ b/Resources/Prototypes/Objectives/objectiveGroups.yml @@ -18,14 +18,14 @@ # CorgiMeatStealObjective: 1 # DeltaV - Disable the horrible murder of Ian as an objective MantisKnifeStealObjective: 1 # Nyanotrasen - ForensicMantis steal objective, see Resources/Prototypes/Nyanotrasen/Objectives/traitor.yml ClipboardStealObjective: 1 - RdClipboardStealObjective: 1 # DeltaV - Mysta steal Objective see Resources/Prototypes/DeltaV/Objectives/traitor.yml + RdClipboardStealObjective: 1 # DeltaV - Mysta steal Objective see Resources/Prototypes/_DV/Objectives/traitor.yml CaptainGunStealObjective: 0.5 CaptainJetpackStealObjective: 0.5 HandTeleporterStealObjective: 0.5 #EnergyShotgunStealObjective: 0.5 # DeltaV - replaced by X-01 objective ClerkNotaryStealObjective: 0.5 # DeltaV - LOLuckyBillStealObjective: 0.5 # DeltaV - LO steal objective, see Resources/Prototypes/DeltaV/Objectives/traitor.yml - HoPBookIanDossierStealObjective: 1 # DeltaV - HoP steal objective, see Resources/Prototypes/DeltaV/Objectives/traitor.yml + LOLuckyBillStealObjective: 0.5 # DeltaV - LO steal objective, see Resources/Prototypes/_DV/Objectives/traitor.yml + HoPBookIanDossierStealObjective: 1 # DeltaV - HoP steal objective, see Resources/Prototypes/_DV/Objectives/traitor.yml HoSGunStealObjective: 0.5 # DeltaV PlutoniumCoreStealObjective: 0.5 # DeltaV, was reverted upstream NukeDiskStealObjective: 0.25 @@ -122,7 +122,7 @@ RenaultStealObjective: 1 ShivaStealObjective: 1 TropicoStealObjective: 1 - SilviaStealObjective: 1 #DeltaV - CMO steal objective, see Resources/Prototypes/DeltaV/Objectives/traitor.yml + SilviaStealObjective: 1 # DeltaV - CMO steal objective, see Resources/Prototypes/_DV/Objectives/traitor.yml - type: weightedRandom id: ThiefObjectiveGroupEscape diff --git a/Resources/Prototypes/Objectives/stealTargetGroups.yml b/Resources/Prototypes/Objectives/stealTargetGroups.yml index dd01afea0e..2be61c25cb 100644 --- a/Resources/Prototypes/Objectives/stealTargetGroups.yml +++ b/Resources/Prototypes/Objectives/stealTargetGroups.yml @@ -380,7 +380,7 @@ state: fox - type: stealTargetGroup - id: AnimalSecurity #DeltaV - Adjusts because we have multiple possible sec animals + id: AnimalSecurity # DeltaV - Adjusts because we have multiple possible sec animals name: steal-target-groups-animal-shiva sprite: sprite: Mobs/Pets/shiva.rsi diff --git a/Resources/Prototypes/Objectives/thief.yml b/Resources/Prototypes/Objectives/thief.yml index fa166c7849..f3443c0318 100644 --- a/Resources/Prototypes/Objectives/thief.yml +++ b/Resources/Prototypes/Objectives/thief.yml @@ -477,7 +477,7 @@ - type: NotJobRequirement job: SecurityOfficer - type: StealCondition - stealGroup: AnimalSecurity #DeltaV - Adjusts because we have multiple possible sec animals + stealGroup: AnimalSecurity # DeltaV - Adjusts because we have multiple possible sec animals - type: Objective difficulty: 2 diff --git a/Resources/Prototypes/Palettes/departmental.yml b/Resources/Prototypes/Palettes/departmental.yml index ab8ac25a4a..e250eda9ba 100644 --- a/Resources/Prototypes/Palettes/departmental.yml +++ b/Resources/Prototypes/Palettes/departmental.yml @@ -10,7 +10,7 @@ bar: "#79150096" epistemics: "#D381C996" # DeltaV - Epistemics Department replacing Science logistics: "#A4610696" # DeltaV - Logistics Department replacing Cargo - justice: "#6b2833DD" #DeltaV - Added Justice Department + justice: "#6b2833DD" # DeltaV - Added Justice Department janitor: "#8c347f96" chemistry: "#fa750096" virology: "#43990996" diff --git a/Resources/Prototypes/Reagents/toxins.yml b/Resources/Prototypes/Reagents/toxins.yml index 24bdf7b659..bf5193bb84 100644 --- a/Resources/Prototypes/Reagents/toxins.yml +++ b/Resources/Prototypes/Reagents/toxins.yml @@ -417,7 +417,7 @@ conditions: - !type:OrganType type: Animal - - !type:ReagentThreshold #DeltaV - Readded this. No longer causes vomitting at the lightest whiff of coffee + - !type:ReagentThreshold # DeltaV - Readded this. No longer causes vomitting at the lightest whiff of coffee reagent: Theobromine min: 0.5 diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index 680fd3027c..2fbb3561f0 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -610,7 +610,7 @@ - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile icon: - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: window objectType: Structure placementMode: SnapgridCenter @@ -628,7 +628,7 @@ - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile icon: - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: reinforced_window objectType: Structure placementMode: SnapgridCenter @@ -664,7 +664,7 @@ - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile icon: - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: plasma_window objectType: Structure placementMode: SnapgridCenter @@ -682,7 +682,7 @@ - !type:EmptyOrWindowValidInTile - !type:NoWindowsInTile icon: - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: plasma_reinforced_window objectType: Structure placementMode: SnapgridCenter diff --git a/Resources/Prototypes/Recipes/Construction/utilities.yml b/Resources/Prototypes/Recipes/Construction/utilities.yml index b509ce33f3..d4a5dbb1a7 100644 --- a/Resources/Prototypes/Recipes/Construction/utilities.yml +++ b/Resources/Prototypes/Recipes/Construction/utilities.yml @@ -134,7 +134,7 @@ placementMode: SnapgridCenter canBuildInImpassable: false icon: - sprite: DeltaV/Structures/Piping/disposal.rsi # Delta-V: Use old sprites + sprite: _DV/Structures/Piping/disposal.rsi # Delta-V: Use old sprites state: "disposal" - type: construction @@ -148,7 +148,7 @@ placementMode: SnapgridCenter canBuildInImpassable: false icon: - sprite: DeltaV/Structures/Piping/disposal.rsi # Delta-V: Use old sprites + sprite: _DV/Structures/Piping/disposal.rsi # Delta-V: Use old sprites state: "mailing" - type: construction diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/toys.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/toys.yml index 2f67bd0e24..ce2ea10e02 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/toys.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/toys.yml @@ -14,7 +14,7 @@ - tag: Ectoplasm name: ectoplasm icon: - sprite: DeltaV/Mobs/Ghosts/revenant.rsi # DeltaV - Custom revenant sprite + sprite: _DV/Mobs/Ghosts/revenant.rsi # DeltaV - Custom revenant sprite state: ectoplasm doAfter: 10 - node: plushie diff --git a/Resources/Prototypes/Recipes/Crafting/toys.yml b/Resources/Prototypes/Recipes/Crafting/toys.yml index 351d7dbc29..f0276a4cdd 100644 --- a/Resources/Prototypes/Recipes/Crafting/toys.yml +++ b/Resources/Prototypes/Recipes/Crafting/toys.yml @@ -8,7 +8,7 @@ objectType: Item description: A toy to scare the medbay with. icon: - sprite: DeltaV/Mobs/Ghosts/revenant.rsi # DeltaV - Custom revenant sprite + sprite: _DV/Mobs/Ghosts/revenant.rsi # DeltaV - Custom revenant sprite state: icon - type: construction diff --git a/Resources/Prototypes/Recipes/Lathes/chemistry.yml b/Resources/Prototypes/Recipes/Lathes/chemistry.yml index b05608657c..7c259bbcf8 100644 --- a/Resources/Prototypes/Recipes/Lathes/chemistry.yml +++ b/Resources/Prototypes/Recipes/Lathes/chemistry.yml @@ -53,7 +53,7 @@ Plastic: 200 Plasma: 50 Silver: 50 - Bluespace: 100 #DeltaV: Bluespace + Bluespace: 100 # DeltaV: Bluespace - type: latheRecipe id: SyringeBluespace @@ -64,7 +64,7 @@ Plastic: 100 Glass: 200 Plasma: 50 - Bluespace: 100 #DeltaV: Bluespace + Bluespace: 100 # DeltaV: Bluespace #Silver: 50 - type: latheRecipe diff --git a/Resources/Prototypes/Recipes/Lathes/devices.yml b/Resources/Prototypes/Recipes/Lathes/devices.yml index 368ddf7bac..3d5253708f 100644 --- a/Resources/Prototypes/Recipes/Lathes/devices.yml +++ b/Resources/Prototypes/Recipes/Lathes/devices.yml @@ -126,7 +126,7 @@ Silver: 750 Plasma: 1250 #Higher Plasma due to it needing less bluespace Uranium: 150 - Bluespace: 300 #DeltaV: Bluespace Exists + Bluespace: 300 # DeltaV: Bluespace Exists - type: latheRecipe parent: ClothingBackpackHolding @@ -145,8 +145,8 @@ materials: # DeltaV: slightly cheaper than BoH Steel: 2000 Silver: 750 - Plasma: 1000 #DeltaV: Bluespace Exists so less plasma used, no uranium - Bluespace: 200 #DeltaV: Bluespace Exists + Plasma: 1000 # DeltaV: Bluespace Exists so less plasma used, no uranium + Bluespace: 200 # DeltaV: Bluespace Exists - type: latheRecipe id: ClothingMaskWeldingGas @@ -156,7 +156,7 @@ Steel: 600 Glass: 200 -#- type: latheRecipe #DeltaV - LRP +#- type: latheRecipe # DeltaV - LRP # id: WeaponForceGun # result: WeaponForceGun # category: Tools @@ -175,7 +175,7 @@ Glass: 100 Uranium: 100 -#- type: latheRecipe #DeltaV - LRP +#- type: latheRecipe # DeltaV - LRP # id: WeaponTetherGun # result: WeaponTetherGun # category: Tools diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 89a4352928..ae3b1ee116 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -137,6 +137,7 @@ Steel: 1500 Plastic: 1000 Silver: 500 + Bluespace: 200 # DeltaV - type: latheRecipe id: ModularReceiver diff --git a/Resources/Prototypes/Research/civilianservices.yml b/Resources/Prototypes/Research/civilianservices.yml index 227cb28746..3f746b5ef4 100644 --- a/Resources/Prototypes/Research/civilianservices.yml +++ b/Resources/Prototypes/Research/civilianservices.yml @@ -12,7 +12,7 @@ recipeUnlocks: - BorgModuleGardening - BorgModuleHarvesting - - PlantBagOfHolding #DeltaV + - PlantBagOfHolding # DeltaV - SeedExtractorMachineCircuitboard - HydroponicsTrayMachineCircuitboard - ReagentGrinderIndustrialMachineCircuitboard diff --git a/Resources/Prototypes/Roles/Antags/traitor.yml b/Resources/Prototypes/Roles/Antags/traitor.yml index 955eab8d62..4ab82e17ac 100644 --- a/Resources/Prototypes/Roles/Antags/traitor.yml +++ b/Resources/Prototypes/Roles/Antags/traitor.yml @@ -16,7 +16,7 @@ setPreference: true objective: roles-antag-syndicate-agent-sleeper-objective guides: [ Traitors ] - requirements: #DeltaV - Playtime requirement + requirements: # DeltaV - Playtime requirement - !type:OverallPlaytimeRequirement time: 86400 # DeltaV - 24 hours diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml index de7e428056..2aff9a382c 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml @@ -16,7 +16,7 @@ time: 7200 # 2 hours - !type:DepartmentTimeRequirement department: Logistics # DeltaV - Logistics Department replacing Cargo - time: 43200 #DeltaV 12 hours + time: 43200 # DeltaV 12 hours - !type:OverallPlaytimeRequirement time: 144000 #40 hrs weight: 10 @@ -33,7 +33,7 @@ - Maintenance - External - Command - - Orders # DeltaV - Orders, see Resources/Prototypes/DeltaV/Access/cargo.yml + - Orders # DeltaV - Orders, see Resources/Prototypes/_DV/Access/cargo.yml - Cryogenics special: - !type:AddImplantSpecial diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml b/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml index 83f1ec9611..3c57bc80a7 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml @@ -7,8 +7,8 @@ requirements: - !type:DepartmentTimeRequirement department: Logistics # DeltaV - Logistics Department replacing Cargo - time: 21600 #DeltaV 6 hrs - # - !type:OverallPlaytimeRequirement #DeltaV + time: 21600 # DeltaV 6 hrs + # - !type:OverallPlaytimeRequirement # DeltaV # time: 36000 #10 hrs icon: "JobIconShaftMiner" startingGear: SalvageSpecialistGear @@ -25,6 +25,6 @@ jumpsuit: ClothingUniformJumpsuitSalvageSpecialist #id: SalvagePDA # DeltaV: different PDAs in loadouts ears: ClothingHeadsetCargo - #storage: - #back: - #- Stuff + storage: # DeltaV: Add mining voucher + back: + - MiningVoucher diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml b/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml index 52adf84e10..d00e996711 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml @@ -7,7 +7,7 @@ requirements: - !type:DepartmentTimeRequirement department: Civilian - time: 3600 #DeltaV + time: 3600 # DeltaV startingGear: BartenderGear icon: "JobIconBartender" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml index face6c2310..ff560bddb0 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml @@ -7,7 +7,7 @@ requirements: - !type:DepartmentTimeRequirement department: Epistemics # DeltaV - Epistemics Department replacing Science - time: 14400 #DeltaV 4 hours + time: 14400 # DeltaV 4 hours startingGear: ChaplainGear icon: "JobIconChaplain" supervisors: job-supervisors-rd diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml index 6a4c914017..175436c99b 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml @@ -6,7 +6,7 @@ requirements: - !type:DepartmentTimeRequirement department: Civilian - time: 3600 #DeltaV 1 hour + time: 3600 # DeltaV 1 hour startingGear: ChefGear icon: "JobIconChef" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml b/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml index 4d6d8e019e..8db3288be7 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml @@ -4,7 +4,7 @@ description: job-description-librarian playTimeTracker: JobLibrarian requirements: - - !type:OverallPlaytimeRequirement #DeltaV + - !type:OverallPlaytimeRequirement # DeltaV time: 3600 # 1 hr startingGear: LibrarianGear icon: "JobIconLibrarian" diff --git a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml index ef3522ad58..a91b69cc91 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml @@ -9,7 +9,7 @@ requirements: - !type:RoleTimeRequirement role: JobChemist - time: 14400 #DeltaV 4 hrs + time: 14400 # DeltaV 4 hrs # - !type:RoleTimeRequirement # DeltaV - No Medical Doctor time requirement # role: JobMedicalDoctor # time: 21600 #6 hrs diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml index 691778e65b..d1149fec60 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml @@ -21,7 +21,7 @@ - Command - Maintenance - ResearchDirector - - Mantis # DeltaV - Psionic Mantis, see Resources/Prototypes/DeltaV/Access/epistemics.yml + - Mantis # DeltaV - Psionic Mantis, see Resources/Prototypes/_DV/Access/epistemics.yml - Chapel # DeltaV - Chaplain is in Epistemics - Robotics # DeltaV - Robotics access - External # DeltaV - AI satellite access diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index 563d83357e..460a272ac6 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -9,7 +9,7 @@ time: 72000 # DeltaV - 20 hours - !type:RoleTimeRequirement role: JobWarden - time: 36000 #DeltaV 10 hrs + time: 36000 # DeltaV 10 hrs - !type:DepartmentTimeRequirement # DeltaV - Command dept time requirement department: Command time: 36000 # 10 hours diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index 582eb160dd..14c525293c 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -15,6 +15,7 @@ requireAdminNotify: true supervisors: job-supervisors-hos canBeAntag: false + whitelisted: true # DeltaV access: - Security #- Brig # Delta V: Removed diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml index 227afdf01f..4fc191021c 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml @@ -5,7 +5,7 @@ playTimeTracker: JobBoxer requirements: - !type:OverallPlaytimeRequirement - time: 7200 #DeltaV 2 hours + time: 7200 # DeltaV 2 hours startingGear: BoxerGear icon: "JobIconBoxer" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml index 00e991a209..fb2ef45b5f 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml @@ -5,10 +5,10 @@ playTimeTracker: JobPsychologist requirements: - !type:OverallPlaytimeRequirement - time: 36000 #DeltaV 10 hours + time: 36000 # DeltaV 10 hours - !type:DepartmentTimeRequirement department: Medical - time: 14400 #DeltaV 4 hrs + time: 14400 # DeltaV 4 hrs startingGear: PsychologistGear icon: "JobIconPsychologist" supervisors: job-supervisors-cmo diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml index b3bc1559e7..bbb69c43ca 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml @@ -5,7 +5,7 @@ playTimeTracker: JobReporter requirements: - !type:OverallPlaytimeRequirement - time: 7200 #DeltaV 2 hours + time: 7200 # DeltaV 2 hours startingGear: ReporterGear icon: "JobIconReporter" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml index 310c4bf90a..1713758897 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml @@ -5,7 +5,7 @@ playTimeTracker: JobZookeeper requirements: - !type:OverallPlaytimeRequirement - time: 7200 #DeltaV 2 hours + time: 7200 # DeltaV 2 hours startingGear: ZookeeperGear icon: "JobIconZookeeper" supervisors: job-supervisors-hop diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index 994366a759..110f75e0e9 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -7,7 +7,7 @@ - CargoTechnician - Quartermaster - SalvageSpecialist - - Courier # DeltaV - Courier, see Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml + - Courier # DeltaV - Courier, see Resources/Prototypes/_DV/Roles/Jobs/Cargo/courier.yml #- CargoAssistant # DeltaV - Uncomment once ready to deploy. - type: department @@ -80,6 +80,7 @@ - ERTEngineer - DeathSquad - StationAi # DeltaV - added for playtime trackers + #- AdministrativeAssistant # Delta V - Uncomment once ready to deploy. Administrative Assistant, see Resources/Prototypes/_DV/Roles/Jobs/Command/administrative_assistant.yml primary: false weight: 100 @@ -106,7 +107,7 @@ - MedicalIntern - Psychologist - Paramedic - - MedicalBorg # Delta V - Medical Borg, see Resources/Prototypes/DeltaV/Roles/Jobs/Medical/medicalborg.yml + - MedicalBorg # Delta V - Medical Borg, see Resources/Prototypes/_DV/Roles/Jobs/Medical/medicalborg.yml - type: department id: Security @@ -121,7 +122,7 @@ - Detective - Warden - PrisonGuard # Nyanotrasen - PrisonGuard, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Security/prisonguard.yml - - Brigmedic # DeltaV - Brigmedic, see Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml + - Brigmedic # DeltaV - Brigmedic, see Resources/Prototypes/_DV/Roles/Jobs/Security/brigmedic.yml - SecurityBorg # Delta-V : Security Borg - type: department @@ -163,5 +164,5 @@ - MartialArtist # Nyanotrasen - MartialArtist, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/martialartist.yml - Gladiator # Nyanotrasen - Gladiator, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/gladiator.yml - Prisoner # Nyanotrasen - Prisoner, see Resrouces/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml - - Brigmedic # DeltaV - Corpsman, see Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml + - Brigmedic # DeltaV - Corpsman, see Resources/Prototypes/_DV/Roles/Jobs/Security/brigmedic.yml primary: false diff --git a/Resources/Prototypes/Species/species_weights.yml b/Resources/Prototypes/Species/species_weights.yml index 6722213a26..efe79057e3 100644 --- a/Resources/Prototypes/Species/species_weights.yml +++ b/Resources/Prototypes/Species/species_weights.yml @@ -7,6 +7,6 @@ SlimePerson: 4 Oni: 3 #Nyanotrasen Oni, see Prototypes/Nyanotrasen/Entities/Mobs/Species/Oni.yml Felinid: 4 # Nyanotrasen - Felinid, see Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml - Vulpkanin: 3 # DeltaV - Vulpkanin, see Prototypes/DeltaV/Entities/Mobs/Species/vulpkanin.yml - Rodentia: 3 # DeltaV - Rodentia, see Prototypes/DeltaV/Entities/Mobs/Species/rodentia.yml + Vulpkanin: 3 # DeltaV - Vulpkanin, see Prototypes/_DV/Entities/Mobs/Species/vulpkanin.yml + Rodentia: 3 # DeltaV - Rodentia, see Prototypes/_DV/Entities/Mobs/Species/rodentia.yml Diona: 2 diff --git a/Resources/Prototypes/StatusIcon/job.yml b/Resources/Prototypes/StatusIcon/job.yml index 80442e336a..d569041e17 100644 --- a/Resources/Prototypes/StatusIcon/job.yml +++ b/Resources/Prototypes/StatusIcon/job.yml @@ -137,7 +137,7 @@ parent: JobIcon id: JobIconChaplain icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi # DeltaV - Move Chaplain into Epistemics + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi # DeltaV - Move Chaplain into Epistemics state: Chaplain # DeltaV - Move Chaplain into Epistemics jobName: job-name-chaplain @@ -145,7 +145,7 @@ parent: JobIcon id: JobIconLawyer icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi # DeltaV - Move Lawyer into Justice + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi # DeltaV - Move Lawyer into Justice state: Lawyer # DeltaV - Move Lawyer into Justice jobName: job-name-lawyer diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 9e5c49b6c8..3d398d2042 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -1,7 +1,7 @@ - type: tile id: FloorSteel name: tiles-steel-floor - sprite: /Textures/DeltaV/Tiles/steel.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/steel.png #Delta V - Resprite Tiles variants: 4 placementVariants: - 1.0 @@ -19,7 +19,7 @@ - type: tile id: FloorSteelCheckerLight name: tiles-steel-floor-checker-light - sprite: /Textures/DeltaV/Tiles/cafeteria.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/cafeteria.png #Delta V - Resprite Tiles variants: 4 placementVariants: - 1.0 @@ -37,7 +37,7 @@ - type: tile id: FloorSteelCheckerDark name: tiles-steel-floor-checker-dark - sprite: /Textures/DeltaV/Tiles/checker_dark.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/checker_dark.png #Delta V - Resprite Tiles variants: 4 placementVariants: - 1.0 @@ -55,7 +55,7 @@ - type: tile id: FloorSteelMini name: tiles-steel-floor-mini - sprite: /Textures/DeltaV/Tiles/steel_mini.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/steel_mini.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -73,7 +73,7 @@ - type: tile id: FloorSteelPavement name: tiles-steel-floor-pavement - sprite: /Textures/DeltaV/Tiles/steel_pavement.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/steel_pavement.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -91,7 +91,7 @@ - type: tile id: FloorSteelDiagonal name: tiles-steel-floor-diagonal - sprite: /Textures/DeltaV/Tiles/steel_diagonal.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/steel_diagonal.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -109,7 +109,7 @@ - type: tile id: FloorSteelOffset name: tiles-steel-floor-offset - sprite: /Textures/DeltaV/Tiles/steel_offset.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/steel_offset.png #Delta V - Resprite Tile baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -121,7 +121,7 @@ - type: tile id: FloorSteelMono name: tiles-steel-floor-mono - sprite: /Textures/DeltaV/Tiles/steel_mono.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/steel_mono.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -139,7 +139,7 @@ - type: tile id: FloorSteelPavementVertical name: tiles-steel-floor-pavement-vertical - sprite: /Textures/DeltaV/Tiles/steel_pavement_vertical.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/steel_pavement_vertical.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -157,7 +157,7 @@ - type: tile id: FloorSteelHerringbone name: tiles-steel-floor-herringbone - sprite: /Textures/DeltaV/Tiles/steel_herringbone.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/steel_herringbone.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -175,7 +175,7 @@ - type: tile id: FloorSteelDiagonalMini name: tiles-steel-floor-diagonal-mini - sprite: /Textures/DeltaV/Tiles/steel_diagonal_mini.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/steel_diagonal_mini.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -217,7 +217,7 @@ - type: tile id: FloorPlastic name: tiles-plastic-floor - sprite: /Textures/DeltaV/Tiles/plastic.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/plastic.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -235,7 +235,7 @@ - type: tile id: FloorWood name: tiles-wood - sprite: /Textures/DeltaV/Tiles/wood.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/wood.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -255,7 +255,7 @@ - type: tile id: FloorWhite name: tiles-white-floor - sprite: /Textures/DeltaV/Tiles/white.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/white.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -273,7 +273,7 @@ - type: tile id: FloorWhiteMini name: tiles-white-floor-mini - sprite: /Textures/DeltaV/Tiles/white_mini.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/white_mini.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -291,7 +291,7 @@ - type: tile id: FloorWhitePavement name: tiles-white-floor-pavement - sprite: /Textures/DeltaV/Tiles/white_pavement.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/white_pavement.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -309,7 +309,7 @@ - type: tile id: FloorWhiteDiagonal name: tiles-white-floor-diagonal - sprite: /Textures/DeltaV/Tiles/white_diagonal.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/white_diagonal.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -327,7 +327,7 @@ - type: tile id: FloorWhiteOffset name: tiles-white-floor-offset - sprite: /Textures/DeltaV/Tiles/white_offset.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/white_offset.png #Delta V - Resprite Tile baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -339,7 +339,7 @@ - type: tile id: FloorWhiteMono name: tiles-white-floor-mono - sprite: /Textures/DeltaV/Tiles/white_mono.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/white_mono.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -357,7 +357,7 @@ - type: tile id: FloorWhitePavementVertical name: tiles-white-floor-pavement-vertical - sprite: /Textures/DeltaV/Tiles/white_pavement_vertical.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/white_pavement_vertical.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -375,7 +375,7 @@ - type: tile id: FloorWhiteHerringbone name: tiles-white-floor-herringbone - sprite: /Textures/DeltaV/Tiles/white_herringbone.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/white_herringbone.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -393,7 +393,7 @@ - type: tile id: FloorWhiteDiagonalMini name: tiles-white-floor-diagonal-mini - sprite: /Textures/DeltaV/Tiles/white_diagonal_mini.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/white_diagonal_mini.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -411,7 +411,7 @@ - type: tile id: FloorWhitePlastic name: tiles-plastic-white-floor - sprite: /Textures/DeltaV/Tiles/white_plastic.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/white_plastic.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -429,7 +429,7 @@ - type: tile id: FloorDark name: tiles-dark-floor - sprite: /Textures/DeltaV/Tiles/dark.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/dark.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -447,7 +447,7 @@ - type: tile id: FloorDarkMini name: tiles-dark-floor-mini - sprite: /Textures/DeltaV/Tiles/dark_mini.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/dark_mini.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -465,7 +465,7 @@ - type: tile id: FloorDarkPavement name: tiles-dark-floor-pavement - sprite: /Textures/DeltaV/Tiles/dark_pavement.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/dark_pavement.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -483,7 +483,7 @@ - type: tile id: FloorDarkDiagonal name: tiles-dark-floor-diagonal - sprite: /Textures/DeltaV/Tiles/dark_diagonal.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/dark_diagonal.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -501,7 +501,7 @@ - type: tile id: FloorDarkOffset name: tiles-dark-floor-offset - sprite: /Textures/DeltaV/Tiles/dark_offset.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/dark_offset.png #Delta V - Resprite Tile baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -513,7 +513,7 @@ - type: tile id: FloorDarkMono name: tiles-dark-floor-mono - sprite: /Textures/DeltaV/Tiles/dark_mono.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/dark_mono.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -531,7 +531,7 @@ - type: tile id: FloorDarkPavementVertical name: tiles-dark-floor-pavement-vertical - sprite: /Textures/DeltaV/Tiles/dark_pavement_vertical.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/dark_pavement_vertical.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -549,7 +549,7 @@ - type: tile id: FloorDarkHerringbone name: tiles-dark-floor-herringbone - sprite: /Textures/DeltaV/Tiles/dark_herringbone.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/dark_herringbone.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -567,7 +567,7 @@ - type: tile id: FloorDarkDiagonalMini name: tiles-dark-floor-diagonal-mini - sprite: /Textures/DeltaV/Tiles/dark_diagonal_mini.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/dark_diagonal_mini.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -585,7 +585,7 @@ - type: tile id: FloorDarkPlastic name: tiles-plastic-dark-floor - sprite: /Textures/DeltaV/Tiles/dark_plastic.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/dark_plastic.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -651,7 +651,7 @@ - type: tile id: FloorSteelDirty name: tiles-dirty-steel-floor - sprite: /Textures/DeltaV/Tiles/steel_dirty.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/steel_dirty.png #Delta V - Resprite Tile baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -699,7 +699,7 @@ - type: tile id: FloorBlue name: tiles-blue-tile - sprite: /Textures/DeltaV/Tiles/blue.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/blue.png #Delta V - Resprite Tiles baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -711,7 +711,7 @@ - type: tile id: FloorSteelLime name: tiles-lime-floor - sprite: /Textures/DeltaV/Tiles/lime.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/lime.png #Delta V - Resprite Tiles variants: 4 placementVariants: - 1.0 @@ -766,7 +766,7 @@ - type: tile id: FloorFreezer name: tiles-freezer - sprite: /Textures/DeltaV/Tiles/freezer.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/freezer.png #Delta V - Resprite Tiles baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -778,7 +778,7 @@ - type: tile id: FloorShowroom name: tiles-showroom-floor - sprite: /Textures/DeltaV/Tiles/showroom.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/showroom.png #Delta V - Resprite Tiles baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -790,7 +790,7 @@ - type: tile id: FloorHydro name: tiles-hydro-floor - sprite: /Textures/DeltaV/Tiles/hydro.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/hydro.png #Delta V - Resprite Tiles baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -802,7 +802,7 @@ - type: tile id: FloorBar name: tiles-bar-floor - sprite: /Textures/DeltaV/Tiles/bar.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/bar.png #Delta V - Resprite Tiles variants: 4 placementVariants: - 1.0 @@ -820,7 +820,7 @@ - type: tile id: FloorClown name: tiles-clown-floor - sprite: /Textures/DeltaV/Tiles/clown.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/clown.png #Delta V - Resprite Tiles baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -832,7 +832,7 @@ - type: tile id: FloorMime name: tiles-mime-floor - sprite: /Textures/DeltaV/Tiles/mime.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/mime.png #Delta V - Resprite Tiles baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -844,7 +844,7 @@ - type: tile id: FloorKitchen name: tiles-kitchen-floor - sprite: /Textures/DeltaV/Tiles/kitchen.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/kitchen.png #Delta V - Resprite Tiles baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -856,7 +856,7 @@ - type: tile id: FloorLaundry name: tiles-laundry-floor - sprite: /Textures/DeltaV/Tiles/laundry.png #Delta V - Resprite Tiles + sprite: /Textures/_DV/Tiles/laundry.png #Delta V - Resprite Tiles baseTurf: Plating isSubfloor: false deconstructTools: [ Prying ] @@ -1349,7 +1349,7 @@ - type: tile id: FloorGlass name: tiles-glass-floor - sprite: /Textures/DeltaV/Tiles/glass.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/glass.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -1367,7 +1367,7 @@ - type: tile id: FloorRGlass name: tiles-reinforced-glass-floor - sprite: /Textures/DeltaV/Tiles/rglass.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/rglass.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -1752,7 +1752,7 @@ - type: tile id: FloorWoodTile name: tiles-wood2 - sprite: /Textures/DeltaV/Tiles/wood_tile.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/wood_tile.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 @@ -1772,7 +1772,7 @@ - type: tile id: FloorBrokenWood name: tiles-wood3 - sprite: /Textures/DeltaV/Tiles/wood_broken.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/wood_broken.png #Delta V - Resprite Tile variants: 7 placementVariants: - 1.0 @@ -1935,7 +1935,7 @@ - type: tile id: FloorWoodLarge name: tiles-wood-large - sprite: /Textures/DeltaV/Tiles/wood_large.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/wood_large.png #Delta V - Resprite Tile variants: 4 placementVariants: - 1.0 diff --git a/Resources/Prototypes/Tiles/plating.yml b/Resources/Prototypes/Tiles/plating.yml index c59415b271..48e3d57acd 100644 --- a/Resources/Prototypes/Tiles/plating.yml +++ b/Resources/Prototypes/Tiles/plating.yml @@ -1,7 +1,7 @@ - type: tile id: Plating name: tiles-plating - sprite: /Textures/DeltaV/Tiles/plating.png #Delta V - Resprite Tile + sprite: /Textures/_DV/Tiles/plating.png #Delta V - Resprite Tile baseTurf: Lattice isSubfloor: true deconstructTools: [ Axing ] # DeltaV - The return of fireaxe prying diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index a022979462..3bfce627e5 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -266,7 +266,7 @@ Click: path: /Audio/Voice/Arachnid/arachnid_click.ogg Hiss: - path: /Audio/Animals/snake_hiss.ogg #DeltaV + path: /Audio/Animals/snake_hiss.ogg # DeltaV Weh: collection: Weh Hew: diff --git a/Resources/Prototypes/DeltaV/Accents/word_replacements.yml b/Resources/Prototypes/_DV/Accents/word_replacements.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Accents/word_replacements.yml rename to Resources/Prototypes/_DV/Accents/word_replacements.yml diff --git a/Resources/Prototypes/DeltaV/Access/cargo.yml b/Resources/Prototypes/_DV/Access/cargo.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Access/cargo.yml rename to Resources/Prototypes/_DV/Access/cargo.yml diff --git a/Resources/Prototypes/DeltaV/Access/engineering.yml b/Resources/Prototypes/_DV/Access/engineering.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Access/engineering.yml rename to Resources/Prototypes/_DV/Access/engineering.yml diff --git a/Resources/Prototypes/DeltaV/Access/epistemics.yml b/Resources/Prototypes/_DV/Access/epistemics.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Access/epistemics.yml rename to Resources/Prototypes/_DV/Access/epistemics.yml diff --git a/Resources/Prototypes/DeltaV/Access/justice.yml b/Resources/Prototypes/_DV/Access/justice.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Access/justice.yml rename to Resources/Prototypes/_DV/Access/justice.yml diff --git a/Resources/Prototypes/DeltaV/Access/medical.yml b/Resources/Prototypes/_DV/Access/medical.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Access/medical.yml rename to Resources/Prototypes/_DV/Access/medical.yml diff --git a/Resources/Prototypes/DeltaV/Access/misc.yml b/Resources/Prototypes/_DV/Access/misc.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Access/misc.yml rename to Resources/Prototypes/_DV/Access/misc.yml diff --git a/Resources/Prototypes/DeltaV/Access/security.yml b/Resources/Prototypes/_DV/Access/security.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Access/security.yml rename to Resources/Prototypes/_DV/Access/security.yml diff --git a/Resources/Prototypes/DeltaV/Access/service.yml b/Resources/Prototypes/_DV/Access/service.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Access/service.yml rename to Resources/Prototypes/_DV/Access/service.yml diff --git a/Resources/Prototypes/DeltaV/Actions/types.yml b/Resources/Prototypes/_DV/Actions/types.yml similarity index 91% rename from Resources/Prototypes/DeltaV/Actions/types.yml rename to Resources/Prototypes/_DV/Actions/types.yml index 8e8218a079..bf5649fecc 100644 --- a/Resources/Prototypes/DeltaV/Actions/types.yml +++ b/Resources/Prototypes/_DV/Actions/types.yml @@ -19,7 +19,7 @@ - type: InstantAction itemIconStyle: BigAction priority: -10 - icon: DeltaV/Interface/Actions/mouthStorageOpen.png + icon: _DV/Interface/Actions/mouthStorageOpen.png event: !type:OpenStorageImplantEvent - type: entity @@ -42,7 +42,7 @@ components: - type: InstantAction icon: - sprite: DeltaV/Interface/Actions/actions_psionics.rsi + sprite: _DV/Interface/Actions/actions_psionics.rsi state: precognition useDelay: 240 checkCanInteract: false diff --git a/Resources/Prototypes/DeltaV/Body/Organs/ashwalker.yml b/Resources/Prototypes/_DV/Body/Organs/ashwalker.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Body/Organs/ashwalker.yml rename to Resources/Prototypes/_DV/Body/Organs/ashwalker.yml diff --git a/Resources/Prototypes/DeltaV/Body/Organs/harpy.yml b/Resources/Prototypes/_DV/Body/Organs/harpy.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Body/Organs/harpy.yml rename to Resources/Prototypes/_DV/Body/Organs/harpy.yml diff --git a/Resources/Prototypes/DeltaV/Body/Organs/vulpkanin.yml b/Resources/Prototypes/_DV/Body/Organs/vulpkanin.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Body/Organs/vulpkanin.yml rename to Resources/Prototypes/_DV/Body/Organs/vulpkanin.yml diff --git a/Resources/Prototypes/DeltaV/Body/Parts/harpy.yml b/Resources/Prototypes/_DV/Body/Parts/harpy.yml similarity index 84% rename from Resources/Prototypes/DeltaV/Body/Parts/harpy.yml rename to Resources/Prototypes/_DV/Body/Parts/harpy.yml index 6fe42692fc..69f702f3d5 100644 --- a/Resources/Prototypes/DeltaV/Body/Parts/harpy.yml +++ b/Resources/Prototypes/_DV/Body/Parts/harpy.yml @@ -61,10 +61,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "torso_m" - type: Icon - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "torso_m" - type: BodyPart partType: Torso @@ -112,10 +112,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "head_m" - type: Icon - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "head_m" - type: BodyPart partType: Head @@ -136,10 +136,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "l_arm" - type: Icon - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "l_arm" - type: BodyPart partType: Arm @@ -153,10 +153,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "r_arm" - type: Icon - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "r_arm" - type: BodyPart partType: Arm @@ -170,10 +170,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "l_hand" - type: Icon - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "l_hand" - type: BodyPart partType: Hand @@ -187,10 +187,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "r_hand" - type: Icon - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "r_hand" - type: BodyPart partType: Hand @@ -203,10 +203,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "l_leg" - type: Icon - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "l_leg" - type: BodyPart partType: Leg @@ -221,10 +221,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "r_leg" - type: Icon - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "r_leg" - type: BodyPart partType: Leg @@ -239,10 +239,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "l_foot" - type: Icon - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "l_foot" - type: BodyPart partType: Foot @@ -256,10 +256,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "r_foot" - type: Icon - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: "r_foot" - type: BodyPart partType: Foot diff --git a/Resources/Prototypes/DeltaV/Body/Parts/rodentia.yml b/Resources/Prototypes/_DV/Body/Parts/rodentia.yml similarity index 98% rename from Resources/Prototypes/DeltaV/Body/Parts/rodentia.yml rename to Resources/Prototypes/_DV/Body/Parts/rodentia.yml index fe1c43befa..98b13648ac 100644 --- a/Resources/Prototypes/DeltaV/Body/Parts/rodentia.yml +++ b/Resources/Prototypes/_DV/Body/Parts/rodentia.yml @@ -5,9 +5,9 @@ abstract: true components: - type: Sprite - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi - type: Icon - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi - type: Damageable damageContainer: OrganicPart # Shitmed Change - type: BodyPart diff --git a/Resources/Prototypes/DeltaV/Body/Parts/vulpkanin.yml b/Resources/Prototypes/_DV/Body/Parts/vulpkanin.yml similarity index 83% rename from Resources/Prototypes/DeltaV/Body/Parts/vulpkanin.yml rename to Resources/Prototypes/_DV/Body/Parts/vulpkanin.yml index e0413ce9b0..ba066446bb 100644 --- a/Resources/Prototypes/DeltaV/Body/Parts/vulpkanin.yml +++ b/Resources/Prototypes/_DV/Body/Parts/vulpkanin.yml @@ -63,10 +63,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "torso_m" - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "torso_m" # Shitmed Change Start - type: BodyPart @@ -114,10 +114,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "head_m" - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "head_m" - type: BodyPart partType: Head @@ -138,10 +138,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "l_arm" - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "l_arm" - type: BodyPart partType: Arm @@ -155,10 +155,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "r_arm" - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "r_arm" - type: BodyPart partType: Arm @@ -172,10 +172,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "l_hand" - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "l_hand" - type: BodyPart partType: Hand @@ -189,10 +189,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "r_hand" - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "r_hand" - type: BodyPart partType: Hand @@ -206,10 +206,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "l_leg" - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "l_leg" - type: BodyPart partType: Leg @@ -224,10 +224,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "r_leg" - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "r_leg" - type: BodyPart partType: Leg @@ -242,10 +242,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "l_foot" - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "l_foot" - type: BodyPart partType: Foot @@ -259,10 +259,10 @@ components: - type: Sprite netsync: false - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "r_foot" - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: "r_foot" - type: BodyPart partType: Foot diff --git a/Resources/Prototypes/DeltaV/Body/Prototypes/ashwalker.yml b/Resources/Prototypes/_DV/Body/Prototypes/ashwalker.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Body/Prototypes/ashwalker.yml rename to Resources/Prototypes/_DV/Body/Prototypes/ashwalker.yml diff --git a/Resources/Prototypes/DeltaV/Body/Prototypes/harpy.yml b/Resources/Prototypes/_DV/Body/Prototypes/harpy.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Body/Prototypes/harpy.yml rename to Resources/Prototypes/_DV/Body/Prototypes/harpy.yml diff --git a/Resources/Prototypes/DeltaV/Body/Prototypes/rodentia.yml b/Resources/Prototypes/_DV/Body/Prototypes/rodentia.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Body/Prototypes/rodentia.yml rename to Resources/Prototypes/_DV/Body/Prototypes/rodentia.yml diff --git a/Resources/Prototypes/DeltaV/Body/Prototypes/vulpkanin.yml b/Resources/Prototypes/_DV/Body/Prototypes/vulpkanin.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Body/Prototypes/vulpkanin.yml rename to Resources/Prototypes/_DV/Body/Prototypes/vulpkanin.yml diff --git a/Resources/Prototypes/DeltaV/cartridges/crimeassistflow.yml b/Resources/Prototypes/_DV/Cartridges/crimeassistflow.yml similarity index 100% rename from Resources/Prototypes/DeltaV/cartridges/crimeassistflow.yml rename to Resources/Prototypes/_DV/Cartridges/crimeassistflow.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_armory.yml b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_armory.yml similarity index 82% rename from Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_armory.yml rename to Resources/Prototypes/_DV/Catalog/Cargo/cargo_armory.yml index 1dae88730c..0558b028a6 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_armory.yml +++ b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_armory.yml @@ -21,7 +21,7 @@ - type: cargoProduct id: ArmoryShotgunAdjutant icon: - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi + sprite: _DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi state: icon product: CrateArmoryAdjutant cost: 10000 @@ -31,7 +31,7 @@ - type: cargoProduct id: ArmoryEnergyGun icon: - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/energygun.rsi state: icon product: CrateArmoryEnergyGun cost: 5500 @@ -41,7 +41,7 @@ - type: cargoProduct id: ArmoryEnergyGunMini icon: - sprite: DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi state: icon product: CrateArmoryEnergyGunMini cost: 3500 diff --git a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_food.yml similarity index 83% rename from Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml rename to Resources/Prototypes/_DV/Catalog/Cargo/cargo_food.yml index 325eb6e078..93a0919845 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml +++ b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_food.yml @@ -1,7 +1,7 @@ - type: cargoProduct id: FoodCrateKvassTank icon: - sprite: DeltaV/Structures/Storage/kvass.rsi + sprite: _DV/Structures/Storage/kvass.rsi state: kvass product: KvassTankFull cost: 2000 @@ -41,7 +41,7 @@ - type: cargoProduct id: FoodHydroCoDairy icon: - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi state: icon-order-dairy product: CrateHydroCoDairy cost: 1500 @@ -51,7 +51,7 @@ - type: cargoProduct id: FoodHydroCoJuice icon: - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi state: icon-order-juices product: CrateHydroCoJuice cost: 1500 @@ -61,7 +61,7 @@ - type: cargoProduct id: FoodBeerKeg icon: - sprite: DeltaV/Objects/Storage/keg.rsi + sprite: _DV/Objects/Storage/keg.rsi state: base product: WoodenKegBeer cost: 500 @@ -71,7 +71,7 @@ - type: cargoProduct id: FoodRootBeerKeg icon: - sprite: DeltaV/Objects/Storage/keg.rsi + sprite: _DV/Objects/Storage/keg.rsi state: base product: WoodenKegRootBeer cost: 500 @@ -81,7 +81,7 @@ - type: cargoProduct id: FoodWineBarrel icon: - sprite: DeltaV/Objects/Storage/keg.rsi + sprite: _DV/Objects/Storage/keg.rsi state: base product: WoodenKegWine cost: 500 diff --git a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_fun.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_fun.yml rename to Resources/Prototypes/_DV/Catalog/Cargo/cargo_fun.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_livestock.yml b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_livestock.yml similarity index 78% rename from Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_livestock.yml rename to Resources/Prototypes/_DV/Catalog/Cargo/cargo_livestock.yml index c025efd4f6..6cf8d68f4a 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_livestock.yml +++ b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_livestock.yml @@ -1,7 +1,7 @@ - type: cargoProduct id: LivestockSecDog icon: - sprite: DeltaV/Mobs/Pets/secdog.rsi + sprite: _DV/Mobs/Pets/secdog.rsi state: secdog product: CrateNPCSecDog cost: 3500 diff --git a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_medical.yml b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_medical.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_medical.yml rename to Resources/Prototypes/_DV/Catalog/Cargo/cargo_medical.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_vending.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_vending.yml rename to Resources/Prototypes/_DV/Catalog/Cargo/cargo_vending.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/emergency.yml b/Resources/Prototypes/_DV/Catalog/Fills/Boxes/emergency.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/emergency.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Boxes/emergency.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/_DV/Catalog/Fills/Boxes/general.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/general.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Boxes/general.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/pda.yml b/Resources/Prototypes/_DV/Catalog/Fills/Boxes/pda.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/pda.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Boxes/pda.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/security.yml b/Resources/Prototypes/_DV/Catalog/Fills/Boxes/security.yml similarity index 88% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/security.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Boxes/security.yml index 769abfd2a7..fa6a584258 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/security.yml +++ b/Resources/Prototypes/_DV/Catalog/Fills/Boxes/security.yml @@ -7,7 +7,7 @@ - type: Sprite layers: - state: box_security - - sprite: DeltaV/Objects/Storage/boxes.rsi + - sprite: _DV/Objects/Storage/boxes.rsi state: recorder - type: StorageFill contents: diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/armory.yml b/Resources/Prototypes/_DV/Catalog/Fills/Crates/armory.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Crates/armory.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Crates/armory.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/engine.yml b/Resources/Prototypes/_DV/Catalog/Fills/Crates/engine.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Crates/engine.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Crates/engine.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml b/Resources/Prototypes/_DV/Catalog/Fills/Crates/food.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Crates/food.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/_DV/Catalog/Fills/Crates/fun.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Crates/fun.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Crates/fun.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/medical.yml b/Resources/Prototypes/_DV/Catalog/Fills/Crates/medical.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Crates/medical.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Crates/medical.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/npc.yml b/Resources/Prototypes/_DV/Catalog/Fills/Crates/npc.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Crates/npc.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Crates/npc.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/vending.yml b/Resources/Prototypes/_DV/Catalog/Fills/Crates/vending.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Crates/vending.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Crates/vending.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Items/Backpacks/duffelbag.yml b/Resources/Prototypes/_DV/Catalog/Fills/Items/Backpacks/duffelbag.yml similarity index 96% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Items/Backpacks/duffelbag.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Items/Backpacks/duffelbag.yml index eb0684b396..2470f00b5a 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Items/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/_DV/Catalog/Fills/Items/Backpacks/duffelbag.yml @@ -12,7 +12,6 @@ - id: ClothingUniformJumpsuitSalvageSpecialist - id: EncryptionKeyCargo - id: ClothingMaskGasExplorer - - id: SalvageIDCard - id: WeaponProtoKineticAccelerator - id: SurvivalKnife - id: FlashlightSeclite diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Items/Belts/belts.yml b/Resources/Prototypes/_DV/Catalog/Fills/Items/Belts/belts.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Items/Belts/belts.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Items/Belts/belts.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/cargo.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/cargo.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/cargo.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Lockers/cargo.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/chiefjustice.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/chiefjustice.yml similarity index 89% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/chiefjustice.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Lockers/chiefjustice.yml index 0f7eb99d45..5fe5d2b385 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/chiefjustice.yml +++ b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/chiefjustice.yml @@ -7,6 +7,8 @@ contents: - id: ClothingHeadsetAltJustice - id: ClothingNeckCloakCJ + - id: ClothingNeckMantleCJ + - id: ClothingOuterChiefJustice - id: ClothingUniformJumpsuitChiefJusticeFormal - id: ClothingUniformJumpsuitChiefJusticeWhite - id: PaperStationWarrant diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/clerk.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/clerk.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/clerk.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Lockers/clerk.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/heads.yml similarity index 96% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/heads.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Lockers/heads.yml index a1cdbe3660..052cdbae0b 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/heads.yml @@ -5,7 +5,7 @@ id: LockerFillQuarterMasterDeltaV table: !type:AllSelector children: - - id: SpaceCashLuckyBill # LO steal objective, see Resources/Prototypes/DeltaV/Entities/Objects/Misc/first_bill.yml + - id: SpaceCashLuckyBill # LO steal objective, see Resources/Prototypes/_DV/Entities/Objects/Misc/first_bill.yml - id: BoxPDACargo - id: QuartermasterIDCard - id: ClothingShoesBootsWinterLogisticsOfficer @@ -32,7 +32,7 @@ - id: ClothingOuterCoatHoPArmored - id: ClothingOuterArmorDuraVest # replaced(???) HoP's armoured coat with a standard stabproof, pending HoPcoat resprite - id: ClothingOuterCoatHoPFormal - - id: BookIanDossier # HoP steal objective, see Resources/Prototypes/DeltaV/Entities/Objects/Misc/ian_dossier.yml + - id: BookIanDossier # HoP steal objective, see Resources/Prototypes/_DV/Entities/Objects/Misc/ian_dossier.yml - id: ClothingHandsGlovesInspection - id: ClothingUniformJumpsuitHoPMess - id: ClothingUniformJumpskirtHoPMess diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/medical.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/medical.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/medical.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Lockers/medical.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/security.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/security.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Lockers/security.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/suit_storage.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/suit_storage.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/suit_storage.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Lockers/suit_storage.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml b/Resources/Prototypes/_DV/Catalog/Fills/Paper/manuals.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Paper/manuals.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Jukebox/Standard.yml b/Resources/Prototypes/_DV/Catalog/Jukebox/Standard.yml similarity index 57% rename from Resources/Prototypes/DeltaV/Catalog/Jukebox/Standard.yml rename to Resources/Prototypes/_DV/Catalog/Jukebox/Standard.yml index ff5b250ac0..2a116940d2 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Jukebox/Standard.yml +++ b/Resources/Prototypes/_DV/Catalog/Jukebox/Standard.yml @@ -1,116 +1,116 @@ -# sorted alphabetically based on filenames in the folder Resources/Audio/DeltaV/Jukebox +# sorted alphabetically based on filenames in the folder Resources/Audio/_DV/Jukebox # keep it ordered or I'll stab you - type: jukebox id: ADiffReal name: Andreas Viklund - A.D.R (Lagoona rmx) path: - path: /Audio/DeltaV/Jukebox/a_different_reality_lagoona_remix.xm-MONO.ogg + path: /Audio/_DV/Jukebox/a_different_reality_lagoona_remix.xm-MONO.ogg - type: jukebox id: AggAss name: melcom - Aggravated Assault path: - path: /Audio/DeltaV/Jukebox/aggravated.it-MONO.ogg + path: /Audio/_DV/Jukebox/aggravated.it-MONO.ogg - type: jukebox id: AutEqu name: lemonade - Autumnal Equinox path: - path: /Audio/DeltaV/Jukebox/autumnal_equinox.xm-MONO.ogg + path: /Audio/_DV/Jukebox/autumnal_equinox.xm-MONO.ogg - type: jukebox id: DosHighUmb name: MASTER BOOT RECORD - DOS=HIGH, UMB path: - path: /Audio/DeltaV/Jukebox/DOS=HIGH,_UMB.ogg + path: /Audio/_DV/Jukebox/DOS=HIGH,_UMB.ogg - type: jukebox id: DeckTheHalls name: Deck The Halls - Kevin Macleod path: - path: /Audio/DeltaV/Jukebox/deck_the_halls_b-MONO.ogg + path: /Audio/_DV/Jukebox/deck_the_halls_b-MONO.ogg - type: jukebox id: DrozAlone name: Drozerix - Alone path: - path: /Audio/DeltaV/Jukebox/drozerix_-_alone.xm-MONO.ogg + path: /Audio/_DV/Jukebox/drozerix_-_alone.xm-MONO.ogg - type: jukebox id: DrozLeisure name: Drozerix - Leisurely Voice path: - path: /Audio/DeltaV/Jukebox/drozerix_-_leisurely_voice.xm-MONO.ogg + path: /Audio/_DV/Jukebox/drozerix_-_leisurely_voice.xm-MONO.ogg - type: jukebox id: SunbeamEvery name: Sunbeamstress - Every Light Is Blinking At Once path: - path: /Audio/DeltaV/Jukebox/every_light_is_blinking_at_onceMONO.ogg + path: /Audio/_DV/Jukebox/every_light_is_blinking_at_onceMONO.ogg - type: jukebox id: KCHaxors name: Karl Casey @ White Bat Audio - Hackers path: - path: /Audio/DeltaV/Jukebox/hackers-MONO.ogg + path: /Audio/_DV/Jukebox/hackers-MONO.ogg - type: jukebox id: SunbeamLaser name: Sunbeamstress - Lasers Rip Apart The Bulkhead path: - path: /Audio/DeltaV/Jukebox/lasers_rip_apart_the_bulkheadMONO.ogg + path: /Audio/_DV/Jukebox/lasers_rip_apart_the_bulkheadMONO.ogg - type: jukebox id: IanMarhaba name: Ian Alex Mac. - Marhaba path: - path: /Audio/DeltaV/Jukebox/marhaba-MONO.ogg + path: /Audio/_DV/Jukebox/marhaba-MONO.ogg - type: jukebox id: PTMinute name: Patricia Taxxon - Minute path: - path: /Audio/DeltaV/Jukebox/Patricia_Taxxon_-_Minute_-_MONO.ogg + path: /Audio/_DV/Jukebox/Patricia_Taxxon_-_Minute_-_MONO.ogg - type: jukebox id: SunbeamPhoron name: Sunbeamstress - Phoron Will Make Us Rich path: - path: /Audio/DeltaV/Jukebox/Phoron_Will_Make_Us_RichMONO2.ogg + path: /Audio/_DV/Jukebox/Phoron_Will_Make_Us_RichMONO2.ogg - type: jukebox id: NymphsForest name: Psirius - Nymphs of the Forest path: - path: /Audio/DeltaV/Jukebox/psirius_-_nymphs_of_the_forest.mptm-MONO.ogg + path: /Audio/_DV/Jukebox/psirius_-_nymphs_of_the_forest.mptm-MONO.ogg - type: jukebox id: GhirScratch name: ghirardelli7 - Scratch Post path: - path: /Audio/DeltaV/Jukebox/Scratch_Post_-_OST_MONO.ogg + path: /Audio/_DV/Jukebox/Scratch_Post_-_OST_MONO.ogg - type: jukebox id: JukeShiba name: Dot Nigou - Shibamata path: - path: /Audio/DeltaV/Jukebox/shibamata-MONO.ogg + path: /Audio/_DV/Jukebox/shibamata-MONO.ogg - type: jukebox id: SpaceAsshowl name: Chris Remo - Space Asshole path: - path: /Audio/DeltaV/Jukebox/space_asshole-MONO.ogg + path: /Audio/_DV/Jukebox/space_asshole-MONO.ogg - type: jukebox id: AmieSuperpos name: Amie Waters - Superposition path: - path: /Audio/DeltaV/Jukebox/superposition-MONO.ogg + path: /Audio/_DV/Jukebox/superposition-MONO.ogg - type: jukebox id: LoneDigger name: Caravan Palace - Lone Digger path: - path: /Audio/DeltaV/Jukebox/Caravan_Palace_Lone_Digger-MONO.ogg + path: /Audio/_DV/Jukebox/Caravan_Palace_Lone_Digger-MONO.ogg diff --git a/Resources/Prototypes/DeltaV/Catalog/Shipyard/categories.yml b/Resources/Prototypes/_DV/Catalog/Shipyard/categories.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/Shipyard/categories.yml rename to Resources/Prototypes/_DV/Catalog/Shipyard/categories.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/Shipyard/civilian.yml b/Resources/Prototypes/_DV/Catalog/Shipyard/civilian.yml similarity index 82% rename from Resources/Prototypes/DeltaV/Catalog/Shipyard/civilian.yml rename to Resources/Prototypes/_DV/Catalog/Shipyard/civilian.yml index 558dfc62ce..dd3ff842b7 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Shipyard/civilian.yml +++ b/Resources/Prototypes/_DV/Catalog/Shipyard/civilian.yml @@ -3,7 +3,7 @@ name: Private Transport Shuttle description: A private transport vessel for up to 6 passengers. price: 23000 - path: /Maps/Shuttles/DeltaV/pts.yml + path: /Maps/_DV/Shuttles/pts.yml categories: - Civilian - Small @@ -14,7 +14,7 @@ name: The Barge description: A large shipping vessel repurposed into a salvage bar. price: 56500 - path: /Maps/Shuttles/DeltaV/barge.yml + path: /Maps/_DV/Shuttles/barge.yml categories: - Civilian - Large @@ -26,7 +26,7 @@ name: NTMC Helix description: A large mobile health clinic for servicing distant outposts. price: 56000 - path: /Maps/Shuttles/DeltaV/helix.yml + path: /Maps/_DV/Shuttles/helix.yml categories: - Civilian - Medium @@ -37,7 +37,7 @@ name: NT-7 Prospector description: A small mining vessel designed to assist salvage operations. price: 25800 - path: /Maps/Shuttles/DeltaV/prospector.yml + path: /Maps/_DV/Shuttles/prospector.yml categories: - Civilian - Small @@ -48,7 +48,7 @@ name: NTCV Nomad description: A small shuttle for transporting up to 3 passengers with relative comfort. price: 22000 - path: /Maps/Shuttles/DeltaV/ntcv-nomad.yml + path: /Maps/_DV/Shuttles/ntcv-nomad.yml categories: - Civilian - Small @@ -59,7 +59,7 @@ name: NTSV Tote description: A small shipping vessel, adapted from the Nomad line of shuttles with room for 2 passengers. price: 24000 - path: /Maps/Shuttles/DeltaV/ntsv-tote.yml + path: /Maps/_DV/Shuttles/ntsv-tote.yml categories: - Civilian - Small @@ -70,7 +70,7 @@ name: NTV Pulse description: A moderately sized shuttle intended for all-purpose use. It can comfortably accomodate a crew of up to ten people. price: 59000 - path: /Maps/Shuttles/DeltaV/ntv-pulse.yml + path: /Maps/_DV/Shuttles/ntv-pulse.yml categories: - Civilian - Medium diff --git a/Resources/Prototypes/DeltaV/Catalog/Shipyard/experimental.yml b/Resources/Prototypes/_DV/Catalog/Shipyard/experimental.yml similarity index 81% rename from Resources/Prototypes/DeltaV/Catalog/Shipyard/experimental.yml rename to Resources/Prototypes/_DV/Catalog/Shipyard/experimental.yml index 68132306ed..0decc52c35 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Shipyard/experimental.yml +++ b/Resources/Prototypes/_DV/Catalog/Shipyard/experimental.yml @@ -3,7 +3,7 @@ name: NTXR Saucer description: A high-tech research vessel with a unique interior propulsion system. price: 49000 - path: /Maps/Shuttles/DeltaV/ntxr-saucer.yml + path: /Maps/_DV/Shuttles/ntxr-saucer.yml categories: - Experimental - Medium diff --git a/Resources/Prototypes/DeltaV/Catalog/Shipyard/military.yml b/Resources/Prototypes/_DV/Catalog/Shipyard/military.yml similarity index 81% rename from Resources/Prototypes/DeltaV/Catalog/Shipyard/military.yml rename to Resources/Prototypes/_DV/Catalog/Shipyard/military.yml index 7a32793d94..7daaed7cbf 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Shipyard/military.yml +++ b/Resources/Prototypes/_DV/Catalog/Shipyard/military.yml @@ -3,7 +3,7 @@ name: NTSP Bulwark description: A compact security shuttle with cells for 2 prisoners and plenty of donuts. price: 44000 - path: /Maps/Shuttles/DeltaV/ntsp-bulwark.yml + path: /Maps/_DV/Shuttles/ntsp-bulwark.yml categories: - Military - Small diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/courierdrobe.yml b/Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/courierdrobe.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/courierdrobe.yml rename to Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/courierdrobe.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/pride.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml rename to Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/pride.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/salvage_points.yml b/Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/salvage_points.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/salvage_points.yml rename to Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/salvage_points.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/unlockedboozeomat.yml b/Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/unlockedboozeomat.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/unlockedboozeomat.yml rename to Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/unlockedboozeomat.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/advertisements.yml b/Resources/Prototypes/_DV/Catalog/VendingMachines/advertisements.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/VendingMachines/advertisements.yml rename to Resources/Prototypes/_DV/Catalog/VendingMachines/advertisements.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/goodbyes.yml b/Resources/Prototypes/_DV/Catalog/VendingMachines/goodbyes.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/VendingMachines/goodbyes.yml rename to Resources/Prototypes/_DV/Catalog/VendingMachines/goodbyes.yml diff --git a/Resources/Prototypes/DeltaV/Catalog/fugitive_sets.yml b/Resources/Prototypes/_DV/Catalog/fugitive_sets.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Catalog/fugitive_sets.yml rename to Resources/Prototypes/_DV/Catalog/fugitive_sets.yml diff --git a/Resources/Prototypes/_DV/Catalog/mining_voucher.yml b/Resources/Prototypes/_DV/Catalog/mining_voucher.yml new file mode 100644 index 0000000000..4937ee660a --- /dev/null +++ b/Resources/Prototypes/_DV/Catalog/mining_voucher.yml @@ -0,0 +1,70 @@ +- type: thiefBackpackSet + id: MiningCrusher + name: mining-voucher-crusher-name + description: mining-voucher-crusher-description + sprite: + sprite: Objects/Weapons/Melee/crusher.rsi + state: icon + content: + - WeaponCrusher + - FireExtinguisherMini + +- type: thiefBackpackSet + id: MiningExtraction + name: mining-voucher-extraction-name + description: mining-voucher-extraction-description + sprite: + sprite: Objects/Tools/fulton.rsi + state: extraction_pack + content: + - Fulton + - Fulton + - FultonBeacon + # TODO: 30 marker beacons + +# TODO: resonator +#- type: thiefBackpackSet +# id: MiningResonator +# name: mining-voucher-resonator-name +# description: mining-voucher-resonator-description +# sprite: +# sprite: _DV/Objects/Weapons/Ranged/resonator.rsi +# state: icon +# content: +# - Resonator +# - FireExtinguisherMini + +# TODO: bluespace shelter capsule so this isnt a scam +#- type: thiefBackpackSet +# id: MiningSurvival +# name: mining-voucher-survival-name +# description: mining-voucher-survival-description +# sprite: +# sprite: Clothing/Belt/salvagewebbing.rsi +# state: icon +# content: +# - ClothingBeltSalvageWebbing + +# TODO: mining drone +#- type: thiefBackpackSet +# id: MiningDrone +# name: mining-voucher-minebot-name +# description: mining-voucher-minebot-description +# sprite: +# sprite: ... +# state: icon +# content: +# - mining drone... +# - WelderIndustrial +# - ClothingHeadHatWelding +# - drone passthrough ka modkit + +- type: thiefBackpackSet + id: MiningConscription + name: mining-voucher-conscription-name + description: mining-voucher-conscription-description + sprite: + sprite: Clothing/Back/Duffels/salvage.rsi + state: icon + content: + - ClothingBackpackDuffelSalvageConscription diff --git a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml b/Resources/Prototypes/_DV/Catalog/uplink_catalog.yml similarity index 87% rename from Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml rename to Resources/Prototypes/_DV/Catalog/uplink_catalog.yml index 2e0cb9d15e..940adc41f0 100644 --- a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/_DV/Catalog/uplink_catalog.yml @@ -3,7 +3,7 @@ name: uplink-reinforcement-radio-nukie-mouse-name description: uplink-reinforcement-radio-nukie-mouse-desc productEntity: ReinforcementRadioSyndicateNukieMouse - icon: { sprite: DeltaV/Objects/Devices/communication.rsi, state: cheese-radio } + icon: { sprite: _DV/Objects/Devices/communication.rsi, state: cheese-radio } discountCategory: rareDiscounts discountDownTo: Telecrystal: 2 @@ -130,3 +130,20 @@ Telecrystal: 4 # 1 TC more expensive than regular due to disguise. categories: - UplinkExplosives + +- type: listing + id: UplinkViperAppraisal + name: uplink-appraisal-tool-gun-name + description: uplink-appraisal-tool-gun-desc + productEntity: WeaponPistolViperAppraisal + discountCategory: rareDiscounts + discountDownTo: + Telecrystal: 2 + cost: + Telecrystal: 3 + categories: + - UplinkJob + conditions: + - !type:BuyerDepartmentCondition + whitelist: + - Logistics diff --git a/Resources/Prototypes/DeltaV/Damage/modifier_sets.yml b/Resources/Prototypes/_DV/Damage/modifier_sets.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Damage/modifier_sets.yml rename to Resources/Prototypes/_DV/Damage/modifier_sets.yml diff --git a/Resources/Prototypes/DeltaV/Datasets/Names/ai.yml b/Resources/Prototypes/_DV/Datasets/Names/ai.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Datasets/Names/ai.yml rename to Resources/Prototypes/_DV/Datasets/Names/ai.yml diff --git a/Resources/Prototypes/DeltaV/Datasets/Names/rodentia_female.yml b/Resources/Prototypes/_DV/Datasets/Names/rodentia_female.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Datasets/Names/rodentia_female.yml rename to Resources/Prototypes/_DV/Datasets/Names/rodentia_female.yml diff --git a/Resources/Prototypes/DeltaV/Datasets/Names/rodentia_last.yml b/Resources/Prototypes/_DV/Datasets/Names/rodentia_last.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Datasets/Names/rodentia_last.yml rename to Resources/Prototypes/_DV/Datasets/Names/rodentia_last.yml diff --git a/Resources/Prototypes/DeltaV/Datasets/Names/rodentia_male.yml b/Resources/Prototypes/_DV/Datasets/Names/rodentia_male.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Datasets/Names/rodentia_male.yml rename to Resources/Prototypes/_DV/Datasets/Names/rodentia_male.yml diff --git a/Resources/Prototypes/DeltaV/Datasets/Names/vulpkanin_female.yml b/Resources/Prototypes/_DV/Datasets/Names/vulpkanin_female.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Datasets/Names/vulpkanin_female.yml rename to Resources/Prototypes/_DV/Datasets/Names/vulpkanin_female.yml diff --git a/Resources/Prototypes/DeltaV/Datasets/Names/vulpkanin_last.yml b/Resources/Prototypes/_DV/Datasets/Names/vulpkanin_last.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Datasets/Names/vulpkanin_last.yml rename to Resources/Prototypes/_DV/Datasets/Names/vulpkanin_last.yml diff --git a/Resources/Prototypes/DeltaV/Datasets/Names/vulpkanin_male.yml b/Resources/Prototypes/_DV/Datasets/Names/vulpkanin_male.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Datasets/Names/vulpkanin_male.yml rename to Resources/Prototypes/_DV/Datasets/Names/vulpkanin_male.yml diff --git a/Resources/Prototypes/DeltaV/Datasets/addictions.yml b/Resources/Prototypes/_DV/Datasets/addictions.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Datasets/addictions.yml rename to Resources/Prototypes/_DV/Datasets/addictions.yml diff --git a/Resources/Prototypes/DeltaV/Datasets/fugitive_crimes.yml b/Resources/Prototypes/_DV/Datasets/fugitive_crimes.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Datasets/fugitive_crimes.yml rename to Resources/Prototypes/_DV/Datasets/fugitive_crimes.yml diff --git a/Resources/Prototypes/DeltaV/Datasets/pain.yml b/Resources/Prototypes/_DV/Datasets/pain.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Datasets/pain.yml rename to Resources/Prototypes/_DV/Datasets/pain.yml diff --git a/Resources/Prototypes/DeltaV/Decals/trimline.yml b/Resources/Prototypes/_DV/Decals/trimline.yml similarity index 78% rename from Resources/Prototypes/DeltaV/Decals/trimline.yml rename to Resources/Prototypes/_DV/Decals/trimline.yml index 1205103fef..fda25c077f 100644 --- a/Resources/Prototypes/DeltaV/Decals/trimline.yml +++ b/Resources/Prototypes/_DV/Decals/trimline.yml @@ -3,7 +3,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_box - type: decal @@ -11,7 +11,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_corner_e - type: decal @@ -19,7 +19,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_corner_n - type: decal @@ -27,7 +27,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_corner_s - type: decal @@ -35,7 +35,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_corner_w - type: decal @@ -43,7 +43,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_corner_ne - type: decal @@ -51,7 +51,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_corner_nw - type: decal @@ -59,7 +59,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_corner_se - type: decal @@ -67,7 +67,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_corner_sw - type: decal @@ -75,7 +75,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_inner_sw - type: decal @@ -83,7 +83,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_inner_se - type: decal @@ -91,7 +91,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_inner_nw - type: decal @@ -99,7 +99,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_inner_ne - type: decal @@ -107,7 +107,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_e - type: decal @@ -115,7 +115,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_n - type: decal @@ -123,7 +123,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_s - type: decal @@ -131,7 +131,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_w - type: decal @@ -139,7 +139,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_shrink_e_1 - type: decal @@ -147,7 +147,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_shrink_e_2 - type: decal @@ -155,7 +155,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_shrink_n_1 - type: decal @@ -163,7 +163,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_shrink_n_2 - type: decal @@ -171,7 +171,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_shrink_s_1 - type: decal @@ -179,7 +179,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_shrink_s_2 - type: decal @@ -187,7 +187,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_shrink_w_1 - type: decal @@ -195,7 +195,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thick_shrink_w_2 - type: decal @@ -203,7 +203,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_corner_e - type: decal @@ -211,7 +211,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_corner_n - type: decal @@ -219,7 +219,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_corner_s - type: decal @@ -227,7 +227,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_corner_w - type: decal @@ -235,7 +235,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_corner_ne - type: decal @@ -243,7 +243,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_corner_nw - type: decal @@ -251,7 +251,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_corner_se - type: decal @@ -259,7 +259,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_corner_sw - type: decal @@ -267,7 +267,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_inner_sw - type: decal @@ -275,7 +275,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_inner_se - type: decal @@ -283,7 +283,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_inner_nw - type: decal @@ -291,7 +291,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_inner_ne - type: decal @@ -299,7 +299,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_e - type: decal @@ -307,7 +307,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_n - type: decal @@ -315,7 +315,7 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_s - type: decal @@ -323,5 +323,5 @@ tags: ["station", "overlay"] defaultCustomColor: true sprite: - sprite: DeltaV/Decals/trimline.rsi + sprite: _DV/Decals/trimline.rsi state: thin_w \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Device/devicenet_frequencies.yml b/Resources/Prototypes/_DV/Device/devicenet_frequencies.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Device/devicenet_frequencies.yml rename to Resources/Prototypes/_DV/Device/devicenet_frequencies.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Actions/cancel-escape-inventory.yml b/Resources/Prototypes/_DV/Entities/Actions/cancel-escape-inventory.yml similarity index 79% rename from Resources/Prototypes/DeltaV/Entities/Actions/cancel-escape-inventory.yml rename to Resources/Prototypes/_DV/Entities/Actions/cancel-escape-inventory.yml index 4eb2495460..055bcd0051 100644 --- a/Resources/Prototypes/DeltaV/Entities/Actions/cancel-escape-inventory.yml +++ b/Resources/Prototypes/_DV/Entities/Actions/cancel-escape-inventory.yml @@ -4,6 +4,6 @@ description: Calm down and sit peacefuly in your carrier's inventory components: - type: InstantAction - icon: DeltaV/Actions/escapeinventory.rsi/cancel-escape.png + icon: _DV/Actions/escapeinventory.rsi/cancel-escape.png event: !type:EscapeInventoryCancelActionEvent useDelay: 2 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/_DV/Entities/Clothing/Belt/belts.yml similarity index 85% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Belt/belts.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Belt/belts.yml index a609238d9b..49aef663c6 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Belt/belts.yml @@ -5,9 +5,9 @@ description: A blue-and-white belt with assorted pockets and pouches. components: - type: Sprite - sprite: DeltaV/Clothing/Belt/ceremonial.rsi + sprite: _DV/Clothing/Belt/ceremonial.rsi - type: Clothing - sprite: DeltaV/Clothing/Belt/ceremonial.rsi + sprite: _DV/Clothing/Belt/ceremonial.rsi - type: Storage whitelist: tags: @@ -45,9 +45,9 @@ description: A set of security webbing with blue corpsman highlights. components: - type: Sprite - sprite: DeltaV/Clothing/Belt/corpsman.rsi + sprite: _DV/Clothing/Belt/corpsman.rsi - type: Clothing - sprite: DeltaV/Clothing/Belt/corpsman.rsi + sprite: _DV/Clothing/Belt/corpsman.rsi - type: ItemSlots # add medkit slot slots: medkit: @@ -66,7 +66,7 @@ whitelist: tags: - Medkit - sprite: DeltaV/Clothing/Belt/belt_overlay.rsi + sprite: _DV/Clothing/Belt/belt_overlay.rsi - type: ContainerContainer containers: storagebase: !type:Container @@ -81,6 +81,6 @@ description: A foam sheath to cosplay as the captain! It seems to be able to fit a real sabre in it. components: - type: Sprite - sprite: DeltaV/Clothing/Belt/foamsheath.rsi + sprite: _DV/Clothing/Belt/foamsheath.rsi - type: Clothing - sprite: DeltaV/Clothing/Belt/foamsheath.rsi + sprite: _DV/Clothing/Belt/foamsheath.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/_DV/Entities/Clothing/Ears/headsets.yml similarity index 65% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Ears/headsets.yml index c893b26b56..4d9176394f 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Ears/headsets.yml @@ -12,21 +12,17 @@ - EncryptionKeyCommon - type: entity - parent: ClothingHeadsetAlt + parent: ClothingHeadsetHoP id: ClothingHeadsetAltService name: head of personnel's over-ear headset components: - - type: ContainerFill - containers: - key_slots: - - EncryptionKeyService - - EncryptionKeyCommand - - EncryptionKeyCommon - type: Sprite - sprite: DeltaV/Clothing/Ears/Headsets/service.rsi + sprite: _DV/Clothing/Ears/Headsets/service.rsi + state: icon_alt - type: Clothing - sprite: DeltaV/Clothing/Ears/Headsets/service.rsi - + sprite: _DV/Clothing/Ears/Headsets/service.rsi + equippedPrefix: alt + - type: entity parent: ClothingHeadsetAltSyndicate id: ClothingHeadsetAltSyndicateListening @@ -39,9 +35,9 @@ - EncryptionKeySyndie - EncryptionKeyStationMaster - type: Sprite - sprite: DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi + sprite: _DV/Clothing/Ears/Headsets/syndicate_listening.rsi - type: Clothing - sprite: DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi + sprite: _DV/Clothing/Ears/Headsets/syndicate_listening.rsi - type: entity parent: ClothingHeadset @@ -56,15 +52,15 @@ - EncryptionKeySecurity - EncryptionKeyCommon - type: Sprite - sprite: DeltaV/Clothing/Ears/Headsets/justice.rsi + sprite: _DV/Clothing/Ears/Headsets/justice.rsi state: icon - type: Clothing - sprite: DeltaV/Clothing/Ears/Headsets/justice.rsi + sprite: _DV/Clothing/Ears/Headsets/justice.rsi - type: entity - parent: ClothingHeadset + parent: ClothingHeadsetJustice id: ClothingHeadsetAltJustice - name: chief justice's headset + name: chief justice's over-ear headset description: The headset used by the chief justice. components: - type: ContainerFill @@ -75,11 +71,10 @@ - EncryptionKeyCommon - EncryptionKeyCommand - type: Sprite - sprite: DeltaV/Clothing/Ears/Headsets/justice.rsi state: icon_alt - type: Clothing - sprite: DeltaV/Clothing/Ears/Headsets/justice.rsi - + equippedPrefix: alt + - type: entity parent: ClothingHeadset id: ClothingHeadsetPrison @@ -92,24 +87,38 @@ - EncryptionKeyPrison - EncryptionKeyCommon - type: Sprite - sprite: DeltaV/Clothing/Ears/Headsets/prisoner.rsi + sprite: _DV/Clothing/Ears/Headsets/prisoner.rsi - type: Clothing - sprite: DeltaV/Clothing/Ears/Headsets/prisoner.rsi + sprite: _DV/Clothing/Ears/Headsets/prisoner.rsi - type: entity - parent: ClothingHeadset + parent: ClothingHeadsetSecurity id: ClothingHeadsetPrisonGuard name: guard headset description: Headset used by prison guards. + +- type: entity + parent: ClothingHeadset + id: ClothingHeadsetAdminAssistant + name: adminstrative assistant headset + description: A headset used by the administrative assistant. components: - type: ContainerFill containers: key_slots: - - EncryptionKeyPrison + - EncryptionKeyCommand - EncryptionKeyCommon - - EncryptionKeySecurity - type: Sprite - sprite: Clothing/Ears/Headsets/security.rsi + sprite: _DV/Clothing/Ears/Headsets/adminassistant.rsi - type: Clothing - sprite: Clothing/Ears/Headsets/security.rsi - + sprite: _DV/Clothing/Ears/Headsets/adminassistant.rsi + +- type: entity + parent: ClothingHeadsetAdminAssistant + id: ClothingHeadsetAltAdminAssistant + name: adminstrative assistant over-ear headset + components: + - type: Sprite + state: icon_alt + - type: Clothing + equippedPrefix: alt diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/_DV/Entities/Clothing/Eyes/glasses.yml similarity index 81% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Eyes/glasses.yml index bf7fc3cf3d..d7ac89c632 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Eyes/glasses.yml @@ -5,9 +5,9 @@ description: Glasses made for chemists and other workers dealing with caustic reagents. components: - type: Sprite - sprite: DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi + sprite: _DV/Clothing/Eyes/Glasses/safetyglasses.rsi - type: Clothing - sprite: DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi + sprite: _DV/Clothing/Eyes/Glasses/safetyglasses.rsi - type: Armor modifiers: coefficients: @@ -20,9 +20,9 @@ description: Security glasses designed for the Corpsman for medical needs. Now with a cool blue hue* components: - type: Sprite - sprite: DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi + sprite: _DV/Clothing/Eyes/Glasses/corpsglasses.rsi - type: Clothing - sprite: DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi + sprite: _DV/Clothing/Eyes/Glasses/corpsglasses.rsi - type: FlashImmunity - type: EyeProtection protectionTime: 5 @@ -66,9 +66,9 @@ graph: PrescriptionSecGlasses node: prescsecglasses - type: Sprite - sprite: DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi + sprite: _DV/Clothing/Eyes/Glasses/prescsecglasses.rsi - type: Clothing - sprite: DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi + sprite: _DV/Clothing/Eyes/Glasses/prescsecglasses.rsi - type: entity parent: [ClothingEyesPrescriptionBaseSecGlasses, ShowMedicalIcons, BaseRestrictedContraband] @@ -80,9 +80,9 @@ graph: PrescriptionCorpsmanGlasses node: presccorpsglasses - type: Sprite - sprite: DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi + sprite: _DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi - type: Clothing - sprite: DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi + sprite: _DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi - type: entity parent: [ClothingEyesGlassesChemical, ShowMedicalIcons] @@ -91,9 +91,9 @@ description: Goggles engineered to be unable to get a stain on the lenses. It comes with a medical HUD incorporated. components: - type: Sprite - sprite: DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi + sprite: _DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi - type: Clothing - sprite: DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi + sprite: _DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi - type: entity parent: ClothingEyesGlassesGar diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/_DV/Entities/Clothing/Eyes/hud.yml similarity index 86% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Eyes/hud.yml index 45cfd8ae28..22f1037ea8 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Eyes/hud.yml @@ -5,9 +5,9 @@ description: A poorly done and rushed mix between half of a pair of prescription glasses and a medical HUD allowing you to see clearly out of one eye and view the health of people out of the other! components: - type: Sprite - sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi + sprite: _DV/Clothing/Eyes/Hud/prescmedhud.rsi - type: Clothing - sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi + sprite: _DV/Clothing/Eyes/Hud/prescmedhud.rsi - type: Construction graph: PrescriptionMedHud node: prescmedhud @@ -30,9 +30,9 @@ description: A poorly done and rushed mix between half of a pair of prescription glasses and a security HUD allowing you to see clearly out of one eye and inspect the employee's ID and warning status in the other! components: - type: Sprite - sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi + sprite: _DV/Clothing/Eyes/Hud/prescsechud.rsi - type: Clothing - sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi + sprite: _DV/Clothing/Eyes/Hud/prescsechud.rsi - type: Construction graph: PrescriptionSecHud node: prescsechud diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/_DV/Entities/Clothing/Hands/gloves.yml similarity index 76% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Hands/gloves.yml index c79438f47d..bd92504d1e 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Hands/gloves.yml @@ -5,9 +5,9 @@ description: A fancy pair of white gloves, both durable and delicate. components: - type: Sprite - sprite: DeltaV/Clothing/Hands/Gloves/inspection.rsi + sprite: _DV/Clothing/Hands/Gloves/inspection.rsi - type: Clothing - sprite: DeltaV/Clothing/Hands/Gloves/inspection.rsi + sprite: _DV/Clothing/Hands/Gloves/inspection.rsi - type: Fiber fiberMaterial: fibers-leather fiberColor: fibers-white @@ -20,9 +20,9 @@ suffix: ADMIN ONLY, DO NOT MAP components: - type: Sprite - sprite: DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi + sprite: _DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi - type: Clothing - sprite: DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi + sprite: _DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi - type: StaminaDamageOnHit damage: 20 - type: MeleeWeapon @@ -38,9 +38,9 @@ description: A pair of thick gloves that provide some protection from caustic chemicals. components: - type: Sprite - sprite: DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi + sprite: _DV/Clothing/Hands/Gloves/hvchemresgloves.rsi - type: Clothing - sprite: DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi + sprite: _DV/Clothing/Hands/Gloves/hvchemresgloves.rsi - type: Fiber fiberMaterial: fibers-rubber fiberColor: fibers-black diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/_DV/Entities/Clothing/Head/hardsuit-helmets.yml similarity index 77% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Head/hardsuit-helmets.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Head/hardsuit-helmets.yml index 1505dec5d7..18f27fe6b6 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Head/hardsuit-helmets.yml @@ -6,9 +6,9 @@ description: An armoured helmet with a yellow visor and dual head-mounted lights. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/standard.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/standard.rsi - type: PointLight color: "#ffeead" - type: PressureProtection @@ -28,9 +28,9 @@ name: security combat hardsuit helmet components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/officer.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/officer.rsi # Medical Combat Hardsuits - type: entity @@ -40,9 +40,9 @@ description: A lightweight armoured helmet with full-face blue visor and head-mounted light. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/medical.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/medical.rsi - type: PointLight color: "#00FFFF" - type: PressureProtection @@ -62,9 +62,9 @@ name: corpsman combat hardsuit helmet components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi # Riot Combat Hardsuits - type: entity @@ -74,9 +74,9 @@ description: A heavy armoured helmet with a sealed visor with yellow slits and dual head-mounted lights. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/riot.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/riot.rsi - type: PointLight color: "#ffeead" - type: PressureProtection @@ -96,9 +96,9 @@ name: warden's riot combat hardsuit helmet components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/warden.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/warden.rsi # Advanced Combat Hardsuits - type: entity @@ -108,9 +108,9 @@ description: A light but durable helmet with full-face protection and four head-mounted lights. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/advanced.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/advanced.rsi - type: PointLight color: "#ffeead" - type: PressureProtection @@ -132,9 +132,9 @@ name: head of security's advanced combat hardsuit helmet components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/hos.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi + sprite: _DV/Clothing/Head/Hardsuits/Combat/hos.rsi #Paramedic Void Helmet - type: entity @@ -143,9 +143,9 @@ name: paramedic void helmet components: - type: Sprite - sprite: DeltaV/Clothing/Head/Helmets/paramedhelm.rsi + sprite: _DV/Clothing/Head/Helmets/paramedhelm.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Helmets/paramedhelm.rsi + sprite: _DV/Clothing/Head/Helmets/paramedhelm.rsi - type: ToggleableLightVisuals - type: PointLight radius: 6 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml similarity index 68% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml index 3dcda0fd5e..6c80ba3c61 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml @@ -5,9 +5,9 @@ description: A black fedora. Lookin' classy. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/blackfedora.rsi + sprite: _DV/Clothing/Head/Hats/blackfedora.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/blackfedora.rsi + sprite: _DV/Clothing/Head/Hats/blackfedora.rsi - type: entity parent: ClothingHeadBase @@ -16,9 +16,9 @@ description: A brown fedora. Lookin' snazzy. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/brownfedora.rsi + sprite: _DV/Clothing/Head/Hats/brownfedora.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/brownfedora.rsi + sprite: _DV/Clothing/Head/Hats/brownfedora.rsi - type: entity parent: ClothingHeadBase @@ -27,9 +27,9 @@ description: A white fedora. Lookin' ritzy. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/whitefedora.rsi + sprite: _DV/Clothing/Head/Hats/whitefedora.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/whitefedora.rsi + sprite: _DV/Clothing/Head/Hats/whitefedora.rsi - type: entity parent: ClothingHeadBase @@ -38,9 +38,9 @@ description: A black flat cap, for driving cabs and delivering the papers. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/flatblack.rsi + sprite: _DV/Clothing/Head/Hats/flatblack.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/flatblack.rsi + sprite: _DV/Clothing/Head/Hats/flatblack.rsi - type: entity parent: ClothingHeadBase @@ -49,9 +49,9 @@ description: A brown flat cap, for driving cabs and delivering the papers. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/flatbrown.rsi + sprite: _DV/Clothing/Head/Hats/flatbrown.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/flatbrown.rsi + sprite: _DV/Clothing/Head/Hats/flatbrown.rsi - type: entity parent: ClothingHeadBase @@ -61,9 +61,9 @@ description: A black flat cap, for sending a message. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/flatblack.rsi + sprite: _DV/Clothing/Head/Hats/flatblack.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/flatblack.rsi + sprite: _DV/Clothing/Head/Hats/flatblack.rsi - type: MeleeWeapon attackRate: 1.5 damage: @@ -77,9 +77,9 @@ description: A black cap surgeons wear during operations. Keeps their hair from tickling your internal organs. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/surgcap_black.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_black.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/surgcap_black.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_black.rsi - type: entity parent: ClothingHeadBase @@ -88,9 +88,9 @@ description: A cyan cap surgeons wear during operations. Keeps their hair from tickling your internal organs. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_cyan.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_cyan.rsi - type: entity parent: ClothingHeadBase @@ -99,9 +99,9 @@ description: A surgical cap worn by members of Cybersun's Biotechnology division. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_cybersun.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_cybersun.rsi - type: entity parent: ClothingHeadBase @@ -110,9 +110,9 @@ description: A pink cap surgeons wear during operations. Keeps their hair from tickling your internal organs. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/surgcap_pink.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_pink.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/surgcap_pink.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_pink.rsi - type: entity parent: ClothingHeadBase @@ -121,9 +121,9 @@ description: A rainbow cap surgeons wear during operations. Keeps their hair from tickling your internal organs. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_rainbow.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_rainbow.rsi - type: entity parent: ClothingHeadBase @@ -132,9 +132,9 @@ description: A black cap surgeons wear during operations. Keeps their hair from tickling your internal organs. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/surgcap_white.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_white.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/surgcap_white.rsi + sprite: _DV/Clothing/Head/Hats/surgcap_white.rsi - type: entity parent: ClothingHeadBase @@ -143,9 +143,9 @@ description: Special delivery. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Soft/couriersoft.rsi + sprite: _DV/Clothing/Head/Soft/couriersoft.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Soft/couriersoft.rsi + sprite: _DV/Clothing/Head/Soft/couriersoft.rsi - type: entity parent: ClothingHeadBase @@ -154,10 +154,10 @@ description: Special delivery. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Soft/couriersoft.rsi + sprite: _DV/Clothing/Head/Soft/couriersoft.rsi state: flipped-icon - type: Clothing - sprite: DeltaV/Clothing/Head/Soft/couriersoft.rsi + sprite: _DV/Clothing/Head/Soft/couriersoft.rsi equippedPrefix: flipped - type: entity @@ -167,9 +167,9 @@ description: A green cap with a director's rank emblem, belonging to a high-ranking member of Central Command. Whoever it is, they mean business. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/dircap.rsi + sprite: _DV/Clothing/Head/Hats/dircap.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/dircap.rsi + sprite: _DV/Clothing/Head/Hats/dircap.rsi - type: entity parent: ClothingHeadBase @@ -178,9 +178,9 @@ description: For the intellectual and studious accountant. Definitely not a revolutionary symbol. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/beret_lo.rsi + sprite: _DV/Clothing/Head/Hats/beret_lo.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/beret_lo.rsi + sprite: _DV/Clothing/Head/Hats/beret_lo.rsi - type: entity parent: ClothingHeadBase @@ -189,9 +189,9 @@ description: For style-conscious combat lifesavers and medical specialists alike. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/beret_corpsman.rsi + sprite: _DV/Clothing/Head/Hats/beret_corpsman.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/beret_corpsman.rsi + sprite: _DV/Clothing/Head/Hats/beret_corpsman.rsi - type: entity parent: ClothingHeadBase @@ -200,9 +200,9 @@ description: For forensic specialists and dogged investigators. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/beret_det.rsi + sprite: _DV/Clothing/Head/Hats/beret_det.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/beret_det.rsi + sprite: _DV/Clothing/Head/Hats/beret_det.rsi - type: entity parent: ClothingHeadBase @@ -211,7 +211,7 @@ description: A standard-issue judicial hat. Wigs are old-fashioned anyway. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/cj_toque.rsi + sprite: _DV/Clothing/Head/Hats/cj_toque.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/cj_toque.rsi + sprite: _DV/Clothing/Head/Hats/cj_toque.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/_DV/Entities/Clothing/Head/hoods.yml similarity index 69% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Head/hoods.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Head/hoods.yml index 0decd805c6..5e992d97c6 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hoods.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Head/hoods.yml @@ -6,6 +6,6 @@ description: A hood to complete the professional chemist look. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi + sprite: _DV/Clothing/Head/Hoods/interdynechemhood.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi + sprite: _DV/Clothing/Head/Hoods/interdynechemhood.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/_DV/Entities/Clothing/Masks/masks.yml similarity index 67% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Masks/masks.yml index 7e024db5b1..77cfbdaa4d 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Masks/masks.yml @@ -5,6 +5,6 @@ description: A face-covering mask that can be connected to an air supply. components: - type: Sprite - sprite: DeltaV/Clothing/Mask/interdynechemmask.rsi + sprite: _DV/Clothing/Mask/interdynechemmask.rsi - type: Clothing - sprite: DeltaV/Clothing/Mask/interdynechemmask.rsi + sprite: _DV/Clothing/Mask/interdynechemmask.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml similarity index 74% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Neck/cloaks.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml index 4c66e91990..c264ec9398 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml @@ -6,9 +6,9 @@ description: A comfy white and purple cloak, perfect for those sleepless nights when you're haunted by the yet unsolved mysteries of the universe. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Cloaks/mystacloak.rsi + sprite: _DV/Clothing/Neck/Cloaks/mystacloak.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Cloaks/mystacloak.rsi + sprite: _DV/Clothing/Neck/Cloaks/mystacloak.rsi - type: StealTarget stealGroup: HeadCloak @@ -19,9 +19,9 @@ description: A regal blue durathread boat cloak with a red felt lining and gold trim. Somehow, it's even more expensive than it looks. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi + sprite: _DV/Clothing/Neck/Cloaks/boatcloak.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi + sprite: _DV/Clothing/Neck/Cloaks/boatcloak.rsi - type: entity parent: ClothingNeckBase @@ -30,9 +30,9 @@ description: Worn by dangerous people who've deconstructed stations with ease. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Cloaks/salvage.rsi + sprite: _DV/Clothing/Neck/Cloaks/salvage.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Cloaks/salvage.rsi + sprite: _DV/Clothing/Neck/Cloaks/salvage.rsi - type: entity parent: ClothingNeckBase @@ -41,7 +41,7 @@ description: A hefty cloak adorned with a modest insignia and grand fur trim. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi + sprite: _DV/Clothing/Neck/Cloaks/cjcloak.rsi - type: StealTarget stealGroup: HeadCloak diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Neck/mantles.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/mantles.yml new file mode 100644 index 0000000000..948071f117 --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/mantles.yml @@ -0,0 +1,23 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleRyuzo + name: ornate mantle + description: In days of old, giving one's life was considered the ultimate sacrifice. The owner of this mantle, however, has dedicated their life twice over. + suffix: ADMIN ONLY, DO NOT MAP + components: + - type: Sprite + sprite: _DV/Clothing/Neck/mantles/ryuzo.rsi + - type: Clothing + sprite: _DV/Clothing/Neck/mantles/ryuzo.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleCJ + name: chief justice's mantle + description: A fancy velvet mantle with fur trim, fitting for a judge. + components: + - type: Sprite + sprite: _DV/Clothing/Neck/mantles/cjmantle.rsi + - type: Clothing + sprite: _DV/Clothing/Neck/mantles/cjmantle.rsi + \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/medals.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/medals.yml similarity index 70% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Neck/medals.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Neck/medals.yml index 1094cab4f7..e012c97c77 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/medals.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/medals.yml @@ -5,6 +5,6 @@ description: Given to crewmates that make the greatest of sacrifices in the performance of their duties. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/blackstar.rsi + sprite: _DV/Clothing/Neck/Medals/blackstar.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/blackstar.rsi + sprite: _DV/Clothing/Neck/Medals/blackstar.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/misc.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml similarity index 74% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Neck/misc.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml index 7ec38bb144..0fe936ed8f 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/misc.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml @@ -5,9 +5,9 @@ description: A badge to show that the owner is a 'legitimate' prosecutor who passed the NT bar exam required to practice law. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Misc/prosecutorbadge.rsi + sprite: _DV/Clothing/Neck/Misc/prosecutorbadge.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Misc/prosecutorbadge.rsi + sprite: _DV/Clothing/Neck/Misc/prosecutorbadge.rsi - type: TypingIndicatorClothing proto: lawyer diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/ties.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/ties.yml similarity index 63% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Neck/ties.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Neck/ties.yml index 2b421e9675..b121b01695 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/ties.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/ties.yml @@ -5,9 +5,9 @@ description: An ivory-white tie. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Ties/whitetie.rsi + sprite: _DV/Clothing/Neck/Ties/whitetie.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Ties/whitetie.rsi + sprite: _DV/Clothing/Neck/Ties/whitetie.rsi - type: entity parent: ClothingNeckBase @@ -16,9 +16,9 @@ description: A charcoal-black tie. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Ties/blacktie.rsi + sprite: _DV/Clothing/Neck/Ties/blacktie.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Ties/blacktie.rsi + sprite: _DV/Clothing/Neck/Ties/blacktie.rsi - type: entity parent: ClothingNeckBase @@ -27,9 +27,9 @@ description: A chocolate-brown tie. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Ties/browntie.rsi + sprite: _DV/Clothing/Neck/Ties/browntie.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Ties/browntie.rsi + sprite: _DV/Clothing/Neck/Ties/browntie.rsi - type: entity parent: ClothingNeckBase @@ -38,9 +38,9 @@ description: A cerulean-blue tie. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Ties/bluetie.rsi + sprite: _DV/Clothing/Neck/Ties/bluetie.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Ties/bluetie.rsi + sprite: _DV/Clothing/Neck/Ties/bluetie.rsi - type: entity parent: ClothingNeckBase @@ -49,9 +49,9 @@ description: A grass-green tie. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Ties/greentie.rsi + sprite: _DV/Clothing/Neck/Ties/greentie.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Ties/greentie.rsi + sprite: _DV/Clothing/Neck/Ties/greentie.rsi - type: entity parent: ClothingNeckBase @@ -60,6 +60,6 @@ description: An safety-orange tie. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/Ties/chemtie.rsi + sprite: _DV/Clothing/Neck/Ties/chemtie.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/Ties/chemtie.rsi + sprite: _DV/Clothing/Neck/Ties/chemtie.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml similarity index 87% rename from Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml rename to Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml index e5c7a35145..b75dd976ea 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml @@ -6,9 +6,9 @@ description: A large and bulky carrier featuring steel plates that offer decent protection against gunfire. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi + sprite: _DV/Clothing/OuterClothing/Armor/platecarrier.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi + sprite: _DV/Clothing/OuterClothing/Armor/platecarrier.rsi - type: Armor # Good against gunshots, decent against everything else. Balanced by reduced movement speed. modifiers: coefficients: @@ -35,9 +35,9 @@ description: A tight-fitting and sturdy armor vest, reinforced with durathread weave to protect against sharp objects and blunt force trauma. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Armor/duravest.rsi + sprite: _DV/Clothing/OuterClothing/Armor/duravest.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Armor/duravest.rsi + sprite: _DV/Clothing/OuterClothing/Armor/duravest.rsi - type: Armor # Good against stabs and knocks, offers minimal protection from gunshots and lasfire. modifiers: coefficients: @@ -60,9 +60,9 @@ description: The Advanced Riot Control Suit, or ARCS for short, is generally regarded as far too bulky and overly hot for any practical use - but when the riots are raging, most officers invariably take great comfort from the thick and claustrophobic padding. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Armor/riot.rsi + sprite: _DV/Clothing/OuterClothing/Armor/riot.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Armor/riot.rsi + sprite: _DV/Clothing/OuterClothing/Armor/riot.rsi - type: Armor modifiers: coefficients: diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml similarity index 76% rename from Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml rename to Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml index a68eeedbad..3e4324b6d3 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml @@ -6,9 +6,9 @@ suffix: ADMIN ONLY, DO NOT MAP components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi + sprite: _DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi + sprite: _DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi - type: Armor modifiers: coefficients: @@ -24,9 +24,9 @@ description: A comfortable jacket that offers some protection against acts of god and man. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/hop.rsi + sprite: _DV/Clothing/OuterClothing/Coats/hop.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/hop.rsi + sprite: _DV/Clothing/OuterClothing/Coats/hop.rsi - type: Armor modifiers: coefficients: @@ -43,9 +43,9 @@ description: A warm, dark overcoat, suitable for formal occasions. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi + sprite: _DV/Clothing/OuterClothing/Coats/overcoat.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi + sprite: _DV/Clothing/OuterClothing/Coats/overcoat.rsi - type: TemperatureProtection coolingCoefficient: 0.1 - type: Armor @@ -61,9 +61,9 @@ description: A rugged leather jacket, for fashion or for utility. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi + sprite: _DV/Clothing/OuterClothing/Coats/leatherjacket.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi + sprite: _DV/Clothing/OuterClothing/Coats/leatherjacket.rsi - type: TemperatureProtection coolingCoefficient: 0.1 - type: Armor @@ -79,9 +79,9 @@ description: A paramedics windbreaker, sporting the official heraldry of Cybersuns meditech division. Its made of sturdy ballistic fiber. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi + sprite: _DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi + sprite: _DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi - type: TemperatureProtection coolingCoefficient: 0.1 - type: Armor @@ -100,9 +100,9 @@ description: A showy and over-the-top jacket with gold buttons and red trim. More tacky than classy. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi + sprite: _DV/Clothing/OuterClothing/Coats/repcoat.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi + sprite: _DV/Clothing/OuterClothing/Coats/repcoat.rsi - type: TemperatureProtection coolingCoefficient: 0.1 @@ -113,9 +113,9 @@ description: Heavy black robes with magenta and gold trim. It smells old. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi + sprite: _DV/Clothing/OuterClothing/Coats/cjrobe.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi + sprite: _DV/Clothing/OuterClothing/Coats/cjrobe.rsi - type: TemperatureProtection coolingCoefficient: 0.1 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/hardsuits.yml similarity index 84% rename from Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/hardsuits.yml rename to Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/hardsuits.yml index 26893e2fb8..0da6648f6f 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/hardsuits.yml @@ -6,9 +6,9 @@ description: A purpose-built combat suit designed to protect its user against all manner of enemy combatants in low pressure environments. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi - type: PressureProtection highPressureMultiplier: 0.50 lowPressureMultiplier: 1000 @@ -38,9 +38,9 @@ description: A purpose-built combat suit designed to protect its user against all manner of enemy combatants in low pressure environments. This one has station security markings. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitCombatOfficer @@ -52,9 +52,9 @@ description: A purpose-built combat suit designed to allow its user greater mobility for superior support of friendly units in active combat zones. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi - type: PressureProtection # Less protective from high pressure than a standard hardsuit due to less plating. highPressureMultiplier: 0.60 lowPressureMultiplier: 1000 @@ -84,9 +84,9 @@ description: A purpose-built combat suit designed to allow its user greater mobility for superior support of friendly units in active combat zones. This one has station security markings. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitCombatCorpsman @@ -98,9 +98,9 @@ description: A purpose-built combat suit designed for crowd control against armed combatants in low pressure environments. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi - type: PressureProtection highPressureMultiplier: 0.45 lowPressureMultiplier: 1000 @@ -130,9 +130,9 @@ description: A purpose-built combat suit designed for crowd control against armed combatants in low pressure environments. This one has station security and warden's rank markings. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitCombatWarden @@ -144,9 +144,9 @@ description: A purpose-built combat suit of second-generation design, providing unparalleled protection against all manner of kinetic forces in low pressure environments. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi - type: PressureProtection highPressureMultiplier: 0.40 lowPressureMultiplier: 1000 @@ -176,8 +176,8 @@ description: A purpose-built combat suit of second-generation design, providing unparalleled protection against all manner of kinetic forces in low pressure environments. This one has station security and commander's rank markings. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi + sprite: _DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitCombatHoS diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/misc.yml similarity index 75% rename from Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml rename to Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/misc.yml index 4586c8318d..3f8c44f9f2 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/misc.yml @@ -6,9 +6,9 @@ description: Made out of thick rubber, the color of this apron still leaves you perplexed. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi + sprite: _DV/Clothing/OuterClothing/Misc/chemapron.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi + sprite: _DV/Clothing/OuterClothing/Misc/chemapron.rsi - type: Armor modifiers: coefficients: @@ -21,9 +21,9 @@ description: A spotless suit and durable, designed to protect you from chemical spills. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi + sprite: _DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi + sprite: _DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi - type: Armor modifiers: coefficients: diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/vests.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/vests.yml similarity index 79% rename from Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/vests.yml rename to Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/vests.yml index 705d24d81f..025f0dec31 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/vests.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/vests.yml @@ -5,9 +5,9 @@ description: A dusty and weathered flak jacket. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Vests/flak.rsi + sprite: _DV/Clothing/OuterClothing/Vests/flak.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Vests/flak.rsi + sprite: _DV/Clothing/OuterClothing/Vests/flak.rsi - type: Armor modifiers: coefficients: @@ -25,9 +25,9 @@ description: A flak jacket for reporters in wartorn zones. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi + sprite: _DV/Clothing/OuterClothing/Vests/flakpress.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi + sprite: _DV/Clothing/OuterClothing/Vests/flakpress.rsi - type: Armor modifiers: coefficients: @@ -45,9 +45,9 @@ description: a silken magenta vest with a pocket to put your notary stamp. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi + sprite: _DV/Clothing/OuterClothing/Vests/clerkvest.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi + sprite: _DV/Clothing/OuterClothing/Vests/clerkvest.rsi - type: entity parent: [ClothingOuterStorageBase, AllowSuitStorageClothing] @@ -56,9 +56,9 @@ description: A large and bulky carrier, sporting steel plates, reinforced shoulder pads, and a durathread neckpiece. This particular carrier has some webbing attached to the front for holding various small items. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi + sprite: _DV/Clothing/OuterClothing/Vests/advcarrier.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi + sprite: _DV/Clothing/OuterClothing/Vests/advcarrier.rsi - type: Armor # intended as Head of Security's and Warden's armour only, hence high values; resists at 30% flat with 50% pierce and 20% shock. modifiers: coefficients: diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/wintercoats.yml similarity index 72% rename from Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml rename to Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/wintercoats.yml index ce4ee91cfe..da8c23c7e4 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/wintercoats.yml @@ -5,9 +5,9 @@ description: A tough, utilitarian coat designed for the wardens of Central Command. Reinforced kevlar plating and high quality fur allow the user to look stylish while staying protected. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi - type: Armor modifiers: coefficients: @@ -24,9 +24,9 @@ description: A cozy jacket with the Nanotrasen logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi - type: entity parent: ClothingOuterWinterCoat @@ -35,9 +35,9 @@ description: A jean jacket with a warm inner lining. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi - type: entity parent: ClothingOuterWinterCoat @@ -46,9 +46,9 @@ description: A thick synthetic sweater with reinforced shoulders and elbows, enough to warm even the harshest security officer's cold heart. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi - type: Armor modifiers: coefficients: @@ -65,9 +65,9 @@ description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi - type: entity parent: ClothingOuterStasecSweater @@ -76,9 +76,9 @@ description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. This version is adorned with gold trim. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi - type: entity parent: ClothingOuterStasecSweater @@ -87,9 +87,9 @@ description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. This version features ice-white trim. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi - type: entity parent: ClothingOuterStasecSweater @@ -98,9 +98,9 @@ description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. This version is detective plum. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi - type: entity parent: ClothingOuterStasecSweater @@ -109,6 +109,6 @@ description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. This version is corpsman blue. components: - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/boots.yml similarity index 68% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/boots.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Shoes/boots.yml index 0260909edc..d961e3b552 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/boots.yml @@ -6,9 +6,9 @@ suffix: ADMIN ONLY, DO NOT MAP components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi + sprite: _DV/Clothing/Shoes/Boots/ryuzoboots.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi + sprite: _DV/Clothing/Shoes/Boots/ryuzoboots.rsi - type: entity parent: ClothingShoesBaseButcherable @@ -17,6 +17,6 @@ description: Smells fishy! components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/fishing_boots.rsi + sprite: _DV/Clothing/Shoes/Boots/fishing_boots.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/fishing_boots.rsi + sprite: _DV/Clothing/Shoes/Boots/fishing_boots.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/magboots.yml b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/magboots.yml similarity index 74% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/magboots.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Shoes/magboots.yml index 3752b22a74..ec949098ec 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/magboots.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/magboots.yml @@ -5,6 +5,6 @@ description: Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle. These ones bear security markings. components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/magboots-security.rsi + sprite: _DV/Clothing/Shoes/Boots/magboots-security.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/magboots-security.rsi + sprite: _DV/Clothing/Shoes/Boots/magboots-security.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/misc.yml b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/misc.yml similarity index 68% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/misc.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Shoes/misc.yml index acee4da64f..05d0bfef0e 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/misc.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/misc.yml @@ -5,6 +5,6 @@ description: Impeccably shined white leather shoes. Don't tread on these tootsies. components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Misc/whiteleather.rsi + sprite: _DV/Clothing/Shoes/Misc/whiteleather.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Misc/whiteleather.rsi + sprite: _DV/Clothing/Shoes/Misc/whiteleather.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/specific.yml similarity index 66% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Shoes/specific.yml index 86c7d4ef53..7539a76ec1 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/specific.yml @@ -5,9 +5,9 @@ description: Those shoes will protect you from melting your feet while working. components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi + sprite: _DV/Clothing/Shoes/Specific/enclosedshoes.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi + sprite: _DV/Clothing/Shoes/Specific/enclosedshoes.rsi - type: Armor modifiers: coefficients: diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/winter-boots.yml b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/winter-boots.yml similarity index 58% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/winter-boots.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Shoes/winter-boots.yml index e4e1d31f89..aadac85629 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/winter-boots.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/winter-boots.yml @@ -4,9 +4,9 @@ name: atmospherics winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsatmos.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsatmos.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -14,9 +14,9 @@ name: captain's winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootscap.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootscap.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -24,9 +24,9 @@ name: CE's winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsce.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsce.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -34,9 +34,9 @@ name: Centcom winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootscentcom.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootscentcom.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -44,9 +44,9 @@ name: chef winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootschef.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootschef.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -54,9 +54,9 @@ name: chemist winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootschem.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootschem.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -64,9 +64,9 @@ name: clown winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsclown.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsclown.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -74,9 +74,9 @@ name: CMO winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootscmo.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootscmo.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -84,9 +84,9 @@ name: genetics winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsgen.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsgen.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -94,9 +94,9 @@ name: HoP's winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootshop.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootshop.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -104,9 +104,9 @@ name: HoS's winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootshos.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootshos.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -114,9 +114,9 @@ name: Botanist winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootshydro.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootshydro.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -124,9 +124,9 @@ name: custodial winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsjani.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsjani.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -134,9 +134,9 @@ name: mime winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsmime.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsmime.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -144,9 +144,9 @@ name: miner winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsminer.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsminer.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -154,9 +154,9 @@ name: paramedic winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsparamed.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsparamed.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -164,9 +164,9 @@ name: LO's winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsqm.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsqm.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -174,9 +174,9 @@ name: Mystagogue's winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsrd.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsrd.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -184,9 +184,9 @@ name: robotics winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsrobo.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsrobo.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -194,9 +194,9 @@ name: virology winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsviro.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsviro.rsi - type: entity parent: ClothingShoesBaseWinterBoots @@ -204,6 +204,6 @@ name: Warden's winter boots components: - type: Sprite - sprite: DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootswarden.rsi - type: Clothing - sprite: DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootswarden.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/base_clothinguniforms.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/base_clothinguniforms.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/base_clothinguniforms.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Uniforms/base_clothinguniforms.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml similarity index 67% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml index 33077504a7..56c8d9ba61 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml @@ -5,9 +5,9 @@ description: A swanky uniform with tasteful gold and red trim. Keep your latte away from this. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi - type: entity parent: ClothingUniformSkirtBase @@ -16,9 +16,9 @@ description: Enemy of dogs everywhere. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/courier.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/courier.rsi # Formal uniforms @@ -29,9 +29,9 @@ description: A ceremonial piece of Station Security kit, for special occasions of any kind. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi # Security alt uniforms @@ -42,9 +42,9 @@ description: A cool blue shirt over charcoal skirt, for the calm and collected security officer. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi # Corpsman alt uniforms @@ -55,9 +55,9 @@ description: A comfortable and tight-fitting turtleneck for those with the dedication to reach the position of Corpsman. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi # Detective uniform @@ -68,9 +68,9 @@ description: A white shirt and slate skirt, for forensic specialists. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/detective.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/detective.rsi - type: entity parent: ClothingUniformFoldableBase @@ -79,9 +79,9 @@ description: A comfortable and tight-fitting turtleneck for those with the resolve to reach the position of Detective. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi # Senior Officer uniform @@ -92,9 +92,9 @@ description: A tight-fitting tactical jumpsuit, made of light and breathable yet durable material. This one seems to have a skirt stitched to the waist. Curious. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi # Warden alt uniforms @@ -105,9 +105,9 @@ description: A cool blue shirt with ice-white markings and warden's epaulettes. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi - type: entity parent: ClothingUniformSkirtFoldableBase @@ -116,9 +116,9 @@ description: Charcoal skirt, a grey shirt, and white warden's markings and epaulettes. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi - type: entity parent: ClothingUniformFoldableBase @@ -127,9 +127,9 @@ description: A comfortable and tight-fitting turtleneck for those with the patience to reach the position of Warden. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi # HoS alt uniforms @@ -140,9 +140,9 @@ description: A blue Station Security shirt with charcoal skirt. Features gold emblems and commander's epaulettes. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi - type: entity parent: ClothingUniformSkirtFoldableBase @@ -151,9 +151,9 @@ description: A grey Station Security shirt with charcoal skirt. Stands out with red highlights, gold emblems, and commander's epaulettes. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi - type: entity parent: ClothingUniformFoldableBase @@ -162,9 +162,9 @@ description: A comfortable and tight-fitting turtleneck for those with the tenacity to reach the position of Head of Security. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi # Central Command Uniform - ported from Velta @@ -175,9 +175,9 @@ description: A sharp and professional jumpskirt worn by a high-ranking member of Central Command. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi - type: entity parent: ClothingUniformSkirtBase @@ -186,9 +186,9 @@ description: A fancy black jumpskirt with a lace cravat to make it even more fancy. Proper judicial attire. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/cj.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/cj.rsi - type: entity parent: ClothingUniformSkirtBase @@ -197,9 +197,9 @@ description: A modest dress skirt for the person with the power to notarize anything. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/clerk.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/clerk.rsi - type: entity parent: ClothingUniformSkirtBase @@ -208,7 +208,17 @@ description: A red suit and skirt with a fancy cravat. Perfect for a prosecutor. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpskirtAdminAssistant + name: administrative assistant's jumpskirt + description: A suit worn by the Administrative Assistant. Smells of burnt coffee. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml similarity index 66% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml index 46e7cf6aea..d38542ccb3 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml @@ -5,9 +5,9 @@ description: A swanky uniform with tasteful gold and red trim. Keep your latte away from this. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi - type: entity parent: ClothingUniformBase @@ -16,9 +16,9 @@ description: A well-made suit with gold buttons and a red trim. Might as well look sharp when you blow up. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hopformal.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/hopformal.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hopformal.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/hopformal.rsi - type: entity parent: ClothingUniformBase @@ -27,9 +27,9 @@ description: A comfortable rollneck and slacks. Suitable attire for a pipe-smoking bosun. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi - type: entity parent: ClothingUniformBase @@ -38,9 +38,9 @@ description: A crisp white shirt and charcoal slacks. Reminds you of the old times. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi - type: entity parent: ClothingUniformBase @@ -49,9 +49,9 @@ description: A crisp grey shirt and charcoal slacks. Reminds you of overcast days. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi - type: entity parent: ClothingUniformBase @@ -60,9 +60,9 @@ description: A crisp red shirt and charcoal slacks. Reminds you of your debts. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi - type: entity parent: ClothingUniformBase @@ -71,9 +71,9 @@ description: A crisp white shirt and chocolate slacks. Reminds you of dusty offices. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi - type: entity parent: ClothingUniformBase @@ -82,9 +82,9 @@ description: A crisp grey shirt and chocolate slacks. Reminds you of clandestine operators. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi - type: entity parent: ClothingUniformBase @@ -93,9 +93,9 @@ description: A crisp red shirt and chocolate slacks. Reminds you of drivebys. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi - type: entity parent: ClothingUniformBase @@ -104,9 +104,9 @@ description: A crisp white shirt and ivory slacks. Reminds you of swans. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi - type: entity parent: ClothingUniformBase @@ -115,9 +115,9 @@ description: A crisp grey shirt and ivory slacks. Reminds you of daguerreotypes. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi - type: entity parent: ClothingUniformBase @@ -126,9 +126,9 @@ description: A crisp red shirt and ivory slacks. Reminds you of family. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi - type: entity parent: ClothingUniformBase @@ -137,9 +137,9 @@ description: For the more lucid moments. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/sober.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/sober.rsi - type: entity parent: ClothingUniformBase @@ -148,9 +148,9 @@ description: The uniform of those who just want to relax on a beach... Where is the beach anyway? components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi - type: entity parent: ClothingUniformBase @@ -159,9 +159,9 @@ description: A red sweater with blue jeans. This one has the dominant jeans. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi - type: entity parent: ClothingUniformBase @@ -170,9 +170,9 @@ description: A green sweater with blue jeans. This one has the recessive jeans. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi - type: entity parent: ClothingUniformBase @@ -181,9 +181,9 @@ description: A brown sweater with blue jeans. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi - type: entity parent: ClothingUniformBase @@ -192,9 +192,9 @@ description: components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/courier.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/courier.rsi # Formal uniforms @@ -205,9 +205,9 @@ description: A ceremonial piece of Station Security kit, for special occasions of any kind. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi # Corpsman alt uniforms @@ -218,9 +218,9 @@ description: A comfortable and tight-fitting turtleneck for those with the dedication to reach the position of Corpsman. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi # Detective uniform @@ -231,9 +231,9 @@ description: A white shirt and slate slacks, for forensic specialists. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/detective.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/detective.rsi - type: entity parent: ClothingUniformFoldableBase @@ -242,9 +242,9 @@ description: A comfortable and tight-fitting turtleneck for those with the resolve to reach the position of Detective. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi # Senior Officer uniform @@ -255,9 +255,9 @@ description: A tight-fitting tactical jumpsuit, made of light and breathable yet durable material. Can be worn all year round. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi # Warden alt uniforms @@ -268,9 +268,9 @@ description: A cool blue shirt with ice-white markings and warden's epaulettes. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi - type: entity parent: ClothingUniformFoldableBase @@ -279,9 +279,9 @@ description: Charcoal pants, a grey shirt, and white warden's markings and epaulettes. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi - type: entity parent: ClothingUniformFoldableBase @@ -290,9 +290,9 @@ description: A comfortable and tight-fitting turtleneck for those with the patience to reach the position of Warden. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi # HoS alt uniforms @@ -303,9 +303,9 @@ description: A comfortable and tight-fitting turtleneck for those with the tenacity to reach the position of Head of Security. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi # Central Command Uniform - ported from Velta @@ -316,9 +316,9 @@ description: A sharp and professional jumpsuit worn by a high-ranking member of Central Command. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi - type: entity parent: ClothingUniformBase @@ -327,9 +327,9 @@ description: A fine bit o' garb for the lad an' lasses. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/kilt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/kilt.rsi - type: entity parent: ClothingUniformBase @@ -338,9 +338,9 @@ description: A fancy black jumpsuit with a lace cravat to make it even more fancy. Proper judicial attire. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/cj.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/cj.rsi - type: entity parent: ClothingUniformBase @@ -349,9 +349,9 @@ description: A fancy double-breasted suit with golden accoutrements. Sharp and authoritative. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi - type: entity parent: ClothingUniformBase @@ -360,9 +360,9 @@ description: A modest, white office shirt with hard-earned rank epaulets. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi - type: entity parent: ClothingUniformBase @@ -371,9 +371,9 @@ description: A modest suit for the person with the power to notarize anything. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/clerk.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/clerk.rsi - type: entity parent: ClothingUniformBase @@ -382,9 +382,9 @@ description: There's still some odd stains on this suit. Hm. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi - type: entity parent: ClothingUniformBase @@ -393,9 +393,9 @@ description: A red suit with a fancy cravat. Perfect for a prosecutor. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi - type: entity parent: ClothingUniformFoldableBase @@ -404,9 +404,9 @@ description: A simple black turtleneck. Perfect for any wannabe spy. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi - type: entity parent: ClothingUniformBase @@ -415,9 +415,9 @@ description: This durable Suit Jacket and Turtleneck Combo doubles as an Accounting suit, and includes an extra button. Take that, Nerd-otrasen! components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi - type: entity parent: ClothingUniformBase @@ -426,6 +426,17 @@ description: An impecable uniform, sign of a good chemist. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitAdminAssistant + name: administrative assistant's jumpsuit + description: A suit worn by the Administrative Assistant. Smells of burnt coffee. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/scrubs.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/scrubs.yml similarity index 73% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/scrubs.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Uniforms/scrubs.yml index c4de184439..1f86522c93 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/scrubs.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/scrubs.yml @@ -5,9 +5,9 @@ description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Scrubs/black.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/black.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Scrubs/black.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/black.rsi - type: entity parent: ClothingUniformBase @@ -16,9 +16,9 @@ description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/cyan.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/cyan.rsi - type: entity parent: ClothingUniformBase @@ -27,9 +27,9 @@ description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Scrubs/pink.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/pink.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Scrubs/pink.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/pink.rsi - type: entity parent: ClothingUniformBase @@ -38,9 +38,9 @@ description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/rainbow.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/rainbow.rsi - type: entity parent: ClothingUniformBase @@ -49,9 +49,9 @@ description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Scrubs/white.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/white.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Scrubs/white.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/white.rsi - type: entity parent: ClothingUniformBase @@ -60,6 +60,6 @@ description: The official uniform of Cybersun's biotechnology division components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/cybersun.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi + sprite: _DV/Clothing/Uniforms/Scrubs/cybersun.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/intercom.yml b/Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/intercom.yml similarity index 89% rename from Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/intercom.yml rename to Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/intercom.yml index affa4f7ee7..9b4eafafc7 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/intercom.yml +++ b/Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/intercom.yml @@ -5,7 +5,7 @@ components: - type: Sprite layers: - - sprite: DeltaV/Structures/Wallmounts/intercom.rsi + - sprite: _DV/Structures/Wallmounts/intercom.rsi state: random_intercom - type: RandomSpawner offset: 0 diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml b/Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/miningrock.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml rename to Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/miningrock.yml index 204901d8bd..7d8007994c 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml +++ b/Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/miningrock.yml @@ -6,7 +6,7 @@ - type: Sprite layers: - state: red - - sprite: DeltaV/Structures/Walls/asteroid_rock.rsi + - sprite: _DV/Structures/Walls/asteroid_rock.rsi state: full - type: RandomSpawner prototypes: diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/safes.yml b/Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/safes.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/safes.yml rename to Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/safes.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml b/Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/security.yml similarity index 89% rename from Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml rename to Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/security.yml index c0ea5c8e62..1c6be74382 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml +++ b/Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/security.yml @@ -7,7 +7,7 @@ - type: Sprite layers: - state: red - - sprite: DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi + - sprite: _DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi state: base - type: EntityTableSpawner table: !type:NestedSelector diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/solar.yml b/Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/solar.yml similarity index 80% rename from Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/solar.yml rename to Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/solar.yml index cef6006c0f..bf13b0dfdc 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/solar.yml +++ b/Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/solar.yml @@ -5,7 +5,7 @@ components: - type: Sprite layers: - - sprite: DeltaV/Structures/Power/Generation/solar_panel.rsi + - sprite: _DV/Structures/Power/Generation/solar_panel.rsi state: random_solar - type: RandomSpawner offset: 0 diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/ghost_roles.yml b/Resources/Prototypes/_DV/Entities/Markers/Spawners/ghost_roles.yml similarity index 98% rename from Resources/Prototypes/DeltaV/Entities/Markers/Spawners/ghost_roles.yml rename to Resources/Prototypes/_DV/Entities/Markers/Spawners/ghost_roles.yml index 0b822f9a1b..6bff35e65e 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/ghost_roles.yml +++ b/Resources/Prototypes/_DV/Entities/Markers/Spawners/ghost_roles.yml @@ -105,7 +105,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Objects/Misc/recruiter_pen.rsi + - sprite: _DV/Objects/Misc/recruiter_pen.rsi state: empty - type: entity diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/_DV/Entities/Markers/Spawners/jobs.yml similarity index 76% rename from Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml rename to Resources/Prototypes/_DV/Entities/Markers/Spawners/jobs.yml index 130ca1897c..d7b82d02af 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/_DV/Entities/Markers/Spawners/jobs.yml @@ -23,7 +23,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: chiefjustice - type: entity @@ -36,7 +36,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: clerk - type: entity @@ -49,7 +49,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: prosecutor - type: entity @@ -62,7 +62,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: courier - type: entity @@ -75,9 +75,9 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Mobs/Silicon/chassis.rsi + - sprite: _DV/Mobs/Silicon/chassis.rsi state: security - - sprite: DeltaV/Mobs/Silicon/chassis.rsi + - sprite: _DV/Mobs/Silicon/chassis.rsi state: security_e - type: entity @@ -90,7 +90,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: roboticist - type: entity @@ -103,5 +103,18 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: cargoassistant + +- type: entity + parent: SpawnPointJobBase + id: SpawnPointAdminAssistant + name: administrative assistant + components: + - type: SpawnPoint + job_id: AdministrativeAssistant + - type: Sprite + layers: + - state: green + - sprite: _DV/Markers/jobs.rsi + state: adminassistant diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/mobs.yml b/Resources/Prototypes/_DV/Entities/Markers/Spawners/mobs.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Markers/Spawners/mobs.yml rename to Resources/Prototypes/_DV/Entities/Markers/Spawners/mobs.yml index 73bb3ee485..a876104ad1 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/mobs.yml +++ b/Resources/Prototypes/_DV/Entities/Markers/Spawners/mobs.yml @@ -74,7 +74,7 @@ layers: - state: green - state: silvia - sprite: DeltaV/Mobs/Pets/silvia.rsi + sprite: _DV/Mobs/Pets/silvia.rsi - type: ConditionalSpawner prototypes: - MobCobraSilvia diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/anti_anomaly_zone.yml b/Resources/Prototypes/_DV/Entities/Markers/anti_anomaly_zone.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Markers/anti_anomaly_zone.yml rename to Resources/Prototypes/_DV/Entities/Markers/anti_anomaly_zone.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/warp_point.yml b/Resources/Prototypes/_DV/Entities/Markers/warp_point.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Markers/warp_point.yml rename to Resources/Prototypes/_DV/Entities/Markers/warp_point.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/Oni_horns.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/Oni_horns.yml similarity index 74% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/Oni_horns.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/Oni_horns.yml index fbf78c92e5..c21fbd2b18 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/Oni_horns.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/Oni_horns.yml @@ -5,7 +5,7 @@ forcedColoring: false speciesRestriction: [Oni] sprites: - - sprite: DeltaV/Mobs/Customization/Oni/oni_horns.rsi + - sprite: _DV/Mobs/Customization/Oni/oni_horns.rsi state: shaved - type: marking @@ -15,5 +15,5 @@ forcedColoring: false speciesRestriction: [Oni] sprites: - - sprite: DeltaV/Mobs/Customization/Oni/oni_horns.rsi + - sprite: _DV/Mobs/Customization/Oni/oni_horns.rsi state: bull diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/felinid.yml similarity index 62% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/felinid.yml index dfacda5154..a8ffd5d662 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/felinid.yml @@ -4,9 +4,9 @@ markingCategory: Tail speciesRestriction: [Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi + - sprite: _DV/Mobs/Customization/Felinid/felinid_tails.rsi state: Felinid_fluffy_tail_full - - sprite: DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi + - sprite: _DV/Mobs/Customization/Felinid/felinid_tails.rsi state: felinid_fluffy_tail_rings - type: marking @@ -15,7 +15,7 @@ markingCategory: Tail speciesRestriction: [Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi + - sprite: _DV/Mobs/Customization/Felinid/felinid_tails.rsi state: Felinid_fluffy_tail_full - type: marking @@ -24,7 +24,7 @@ markingCategory: Tail speciesRestriction: [Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi + - sprite: _DV/Mobs/Customization/Felinid/alternative_tail.rsi state: m_waggingtail_cat_FRONT - type: marking @@ -33,9 +33,9 @@ markingCategory: Tail speciesRestriction: [Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi + - sprite: _DV/Mobs/Customization/Felinid/tiger_tail.rsi state: m_tail_tiger_primary - - sprite: DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi + - sprite: _DV/Mobs/Customization/Felinid/tiger_tail.rsi state: m_tail_tiger_secondary - - sprite: DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi + - sprite: _DV/Mobs/Customization/Felinid/tiger_tail.rsi state: m_tail_tiger_tertiary diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/hair.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/hair.yml similarity index 71% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/hair.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/hair.yml index edfb68adbc..836c0c9bd8 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/hair.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/hair.yml @@ -3,7 +3,7 @@ bodyPart: Hair markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/hair.rsi + - sprite: _DV/Mobs/Customization/hair.rsi state: short_bedhead - type: marking @@ -11,7 +11,7 @@ bodyPart: Hair markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/hair.rsi + - sprite: _DV/Mobs/Customization/hair.rsi state: classic_bob - type: marking @@ -19,7 +19,7 @@ bodyPart: Hair markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/hair.rsi + - sprite: _DV/Mobs/Customization/hair.rsi state: classic_messy - type: marking @@ -27,7 +27,7 @@ bodyPart: Hair markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/hair.rsi + - sprite: _DV/Mobs/Customization/hair.rsi state: classic_nofade - type: marking @@ -35,7 +35,7 @@ bodyPart: Hair markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/hair.rsi + - sprite: _DV/Mobs/Customization/hair.rsi state: classic_gentle - type: marking @@ -43,7 +43,7 @@ bodyPart: Hair markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/hair.rsi + - sprite: _DV/Mobs/Customization/hair.rsi state: classic_lowfade - type: marking @@ -51,7 +51,7 @@ bodyPart: Hair markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/hair.rsi + - sprite: _DV/Mobs/Customization/hair.rsi state: classic_medfade - type: marking @@ -59,7 +59,7 @@ bodyPart: Hair markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/hair.rsi + - sprite: _DV/Mobs/Customization/hair.rsi state: classic_ombre - type: marking @@ -67,5 +67,5 @@ bodyPart: Hair markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/hair.rsi + - sprite: _DV/Mobs/Customization/hair.rsi state: classic_long diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/harpy.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/harpy.yml similarity index 79% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/harpy.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/harpy.yml index 24657b46e1..a7cb56bfa0 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/harpy.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/harpy.yml @@ -14,7 +14,7 @@ - !type:SimpleColoring color: "#964b00" sprites: - - sprite: DeltaV/Mobs/Customization/Harpy/harpy_ears.rsi + - sprite: _DV/Mobs/Customization/Harpy/harpy_ears.rsi state: harpy_ears_default - type: marking @@ -31,7 +31,7 @@ - !type:SimpleColoring color: "#964b00" sprites: - - sprite: DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi + - sprite: _DV/Mobs/Customization/Harpy/harpy_tails.rsi state: phoenix_tail - type: marking @@ -47,7 +47,7 @@ fallbackTypes: - !type:SimpleColoring sprites: - - sprite: DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi + - sprite: _DV/Mobs/Customization/Harpy/harpy_tails.rsi state: rooster_tail - type: marking @@ -63,7 +63,7 @@ fallbackTypes: - !type:SimpleColoring sprites: - - sprite: DeltaV/Mobs/Customization/Harpy/harpy_tails36x32.rsi + - sprite: _DV/Mobs/Customization/Harpy/harpy_tails36x32.rsi state: finch_tail - type: marking @@ -80,9 +80,9 @@ - !type:SimpleColoring color: "#964b00" sprites: - - sprite: DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi + - sprite: _DV/Mobs/Customization/Harpy/harpy_chest.rsi state: upper - - sprite: DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi + - sprite: _DV/Mobs/Customization/Harpy/harpy_chest.rsi state: lower - type: marking @@ -99,7 +99,7 @@ - !type:SimpleColoring color: "#964b00" sprites: - - sprite: DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi + - sprite: _DV/Mobs/Customization/Harpy/harpy_legs.rsi state: thighs - type: marking @@ -113,7 +113,7 @@ - !type:SimpleColoring color: "#964b00" sprites: - - sprite: DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi + - sprite: _DV/Mobs/Customization/Harpy/harpy_legs.rsi state: feet - - sprite: DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi + - sprite: _DV/Mobs/Customization/Harpy/harpy_legs.rsi state: talons diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/makeup.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/makeup.yml similarity index 87% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/makeup.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/makeup.yml index 46ec9be768..f5f83ca422 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/makeup.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/makeup.yml @@ -9,7 +9,7 @@ !type:SimpleColoring color: "#7e2727" sprites: - - sprite: DeltaV/Mobs/Customization/makeup.rsi + - sprite: _DV/Mobs/Customization/makeup.rsi state: lips - type: marking @@ -23,7 +23,7 @@ !type:SimpleColoring color: "#d39394" sprites: - - sprite: DeltaV/Mobs/Customization/makeup.rsi + - sprite: _DV/Mobs/Customization/makeup.rsi state: blush - type: marking @@ -37,7 +37,7 @@ !type:SimpleColoring color: "#702020" sprites: - - sprite: DeltaV/Mobs/Customization/makeup.rsi + - sprite: _DV/Mobs/Customization/makeup.rsi state: nail_polish_r - type: marking @@ -51,7 +51,7 @@ !type:SimpleColoring color: "#702020" sprites: - - sprite: DeltaV/Mobs/Customization/makeup.rsi + - sprite: _DV/Mobs/Customization/makeup.rsi state: nail_polish_l # Moth-specific @@ -69,7 +69,7 @@ !type:SimpleColoring color: "#7e2727" sprites: - - sprite: DeltaV/Mobs/Customization/makeup.rsi + - sprite: _DV/Mobs/Customization/makeup.rsi state: moth_lips - type: marking @@ -83,5 +83,5 @@ !type:SimpleColoring color: "#d39394" sprites: - - sprite: DeltaV/Mobs/Customization/makeup.rsi + - sprite: _DV/Mobs/Customization/makeup.rsi state: moth_blush diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/moth.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/moth.yml similarity index 66% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/moth.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/moth.yml index 7097be16ff..1b8b4283fc 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/moth.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/moth.yml @@ -10,7 +10,7 @@ !type:SimpleColoring color: "#FFFFFF" sprites: - - sprite: DeltaV/Mobs/Customization/Moth/moth_wings.rsi + - sprite: _DV/Mobs/Customization/Moth/moth_wings.rsi state: selene - type: marking @@ -19,9 +19,9 @@ markingCategory: Tail speciesRestriction: [Moth] sprites: - - sprite: DeltaV/Mobs/Customization/Moth/moth_wings.rsi + - sprite: _DV/Mobs/Customization/Moth/moth_wings.rsi state: selene_primary - - sprite: DeltaV/Mobs/Customization/Moth/moth_wings.rsi + - sprite: _DV/Mobs/Customization/Moth/moth_wings.rsi state: selene_secondary - - sprite: DeltaV/Mobs/Customization/Moth/moth_wings.rsi + - sprite: _DV/Mobs/Customization/Moth/moth_wings.rsi state: selene_tertiary diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/rodentia.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/rodentia.yml similarity index 64% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/rodentia.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/rodentia.yml index 4d5d8003e6..7880cd19e6 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/rodentia.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/rodentia.yml @@ -11,9 +11,9 @@ default: type: !type:TattooColoring sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: mouse - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: mouse_overlay - type: marking @@ -25,7 +25,7 @@ default: type: !type:TattooColoring sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: mouse ## EARS @@ -36,7 +36,7 @@ bodyPart: HeadTop speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: bat - type: marking @@ -45,7 +45,7 @@ bodyPart: HeadTop speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: bat_large - type: marking @@ -54,9 +54,9 @@ bodyPart: HeadTop speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: hamster - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: hamster_overlay - type: marking @@ -65,9 +65,9 @@ bodyPart: HeadTop speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: long - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: long_overlay - type: marking @@ -76,9 +76,9 @@ bodyPart: HeadTop speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: mouse - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: mouse_overlay - type: marking @@ -87,9 +87,9 @@ bodyPart: HeadTop speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: mouse_large - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: mouse_large_overlay - type: marking @@ -98,7 +98,7 @@ bodyPart: HeadTop speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: none - type: marking @@ -107,7 +107,7 @@ bodyPart: HeadTop speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: pointy - type: marking @@ -116,9 +116,9 @@ bodyPart: HeadTop speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: rabbit - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: rabbit_overlay - type: marking @@ -127,7 +127,7 @@ bodyPart: HeadTop speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: small ## SNOUTS @@ -138,9 +138,9 @@ bodyPart: Snout speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: bat - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: bat_nose - type: marking @@ -149,11 +149,11 @@ bodyPart: Snout speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: bat - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: bat_nose - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: bat_overlay - type: marking @@ -162,9 +162,9 @@ bodyPart: Snout speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: flat - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: flat_nose - type: marking @@ -173,11 +173,11 @@ bodyPart: Snout speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: flat - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: flat_nose - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: flat_overlay - type: marking @@ -186,9 +186,9 @@ bodyPart: Snout speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: round - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: round_nose - type: marking @@ -197,11 +197,11 @@ bodyPart: Snout speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: round - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: round_nose - - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: round_overlay ## CHEEKS @@ -212,7 +212,7 @@ bodyPart: HeadSide speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: cheeks - type: marking @@ -221,9 +221,9 @@ bodyPart: HeadSide speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: cheeks - - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: cheeks_overlay - type: marking @@ -232,7 +232,7 @@ bodyPart: HeadSide speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff - type: marking @@ -241,9 +241,9 @@ bodyPart: HeadSide speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff - - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff_overlay - type: marking @@ -252,7 +252,7 @@ bodyPart: HeadSide speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff_alt - type: marking @@ -261,9 +261,9 @@ bodyPart: HeadSide speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff_alt - - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff_alt_overlay - type: marking @@ -272,7 +272,7 @@ bodyPart: HeadTop # for layering speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: whiskers # BODY @@ -285,7 +285,7 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: beaver - type: marking @@ -294,7 +294,7 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: hamster - type: marking @@ -303,7 +303,7 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: long - type: marking @@ -312,9 +312,9 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: long - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: long_overlay - type: marking @@ -323,11 +323,11 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: long - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: long_overlay - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: long_tip - type: marking @@ -336,7 +336,7 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: mouse - type: marking @@ -345,7 +345,7 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: rabbit - type: marking @@ -354,9 +354,9 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: rabbit - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: rabbit_overlay - type: marking @@ -365,7 +365,7 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: short - type: marking @@ -374,7 +374,7 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: squirrel - type: marking @@ -383,9 +383,9 @@ bodyPart: Tail speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: squirrel - - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: squirrel_overlay ## PATTERNS @@ -397,7 +397,7 @@ speciesRestriction: [Rodentia] sexRestriction: Male sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/body_markings.rsi state: countershade - type: marking @@ -407,7 +407,7 @@ speciesRestriction: [Rodentia] sexRestriction: Female sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/body_markings.rsi state: countershade_f - type: marking @@ -416,9 +416,9 @@ bodyPart: LLeg speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: l_leg - - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/body_markings.rsi state: countershade_lleg - type: marking @@ -427,9 +427,9 @@ bodyPart: RLeg speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: r_leg - - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/body_markings.rsi state: countershade_rleg - type: marking @@ -438,7 +438,7 @@ bodyPart: Chest speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/body_markings.rsi state: fawn - type: marking @@ -448,7 +448,7 @@ speciesRestriction: [Rodentia] sexRestriction: Male sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/body_markings.rsi state: hooded - type: marking @@ -458,7 +458,7 @@ speciesRestriction: [Rodentia] sexRestriction: Female sprites: - - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/body_markings.rsi state: hooded_f ### HEAD PATTERNS @@ -469,9 +469,9 @@ bodyPart: Head speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: head_m - - sprite: DeltaV/Mobs/Customization/Rodentia/head_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/head_markings.rsi state: blaze - type: marking @@ -480,9 +480,9 @@ bodyPart: Head speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: head_m - - sprite: DeltaV/Mobs/Customization/Rodentia/head_markings.rsi + - sprite: _DV/Mobs/Customization/Rodentia/head_markings.rsi state: round # BASE BODY PARTS @@ -495,7 +495,7 @@ bodyPart: Head speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: head_m ## ARMS @@ -506,7 +506,7 @@ bodyPart: LArm speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: l_arm - type: marking @@ -515,7 +515,7 @@ bodyPart: RArm speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: r_arm ## LEGS @@ -526,7 +526,7 @@ bodyPart: LLeg speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: l_leg - type: marking @@ -535,7 +535,7 @@ bodyPart: RLeg speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: r_leg ## HANDS @@ -546,7 +546,7 @@ bodyPart: LHand speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: l_hand - type: marking @@ -555,7 +555,7 @@ bodyPart: RHand speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: r_hand ## FEET @@ -566,7 +566,7 @@ bodyPart: LFoot speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: l_foot - type: marking @@ -575,5 +575,5 @@ bodyPart: RFoot speciesRestriction: [Rodentia] sprites: - - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + - sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: r_foot diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/scars.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/scars.yml similarity index 53% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/scars.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/scars.yml index 0b27c239ba..c074ef72b9 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/scars.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/scars.yml @@ -1,10 +1,10 @@ - type: marking - id: ScarChestFemale #DeltaV: Splitting the scars and tattoos + id: ScarChestFemale # DeltaV: Splitting the scars and tattoos bodyPart: Chest markingCategory: Chest speciesRestriction: [Human, Dwarf, Felinid, Oni] #Einstein Engines - Felinid, Oni - sexRestriction: [Female] #DeltaV: Splitting the scars and tattoos + sexRestriction: [Female] # DeltaV: Splitting the scars and tattoos followSkinColor: true sprites: - - sprite: DeltaV/Mobs/Customization/scars.rsi + - sprite: _DV/Mobs/Customization/scars.rsi state: scar_chest_female diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/tattoos.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/tattoos.yml similarity index 60% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/tattoos.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/tattoos.yml index e8174f74b4..a3df177633 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/tattoos.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/tattoos.yml @@ -1,29 +1,29 @@ - type: marking - id: TattooHiveChestFemale #DeltaV: Splitting the scars and tattoos + id: TattooHiveChestFemale # DeltaV: Splitting the scars and tattoos bodyPart: Chest markingCategory: Chest speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni - sexRestriction: [Female] #DeltaV: Splitting the scars and tattoos + sexRestriction: [Female] # DeltaV: Splitting the scars and tattoos coloring: default: type: !type:TattooColoring fallbackColor: "#666666" sprites: - - sprite: DeltaV/Mobs/Customization/tattoos.rsi + - sprite: _DV/Mobs/Customization/tattoos.rsi state: tattoo_hive_chest_female - type: marking - id: TattooNightlingChestFemale #DeltaV: Splitting the scars and tattoos + id: TattooNightlingChestFemale # DeltaV: Splitting the scars and tattoos bodyPart: Chest markingCategory: Chest speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni - sexRestriction: [Female] #DeltaV: Splitting the scars and tattoos + sexRestriction: [Female] # DeltaV: Splitting the scars and tattoos coloring: default: type: !type:TattooColoring fallbackColor: "#666666" sprites: - - sprite: DeltaV/Mobs/Customization/tattoos.rsi + - sprite: _DV/Mobs/Customization/tattoos.rsi state: tattoo_nightling_female diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/vulpkanin.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml similarity index 65% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/vulpkanin.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml index f327dcd948..6f54914d97 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/vulpkanin.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml @@ -7,9 +7,9 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp-inner - type: marking @@ -18,9 +18,9 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp-fade - type: marking @@ -29,9 +29,9 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp-sharp - type: marking @@ -40,9 +40,9 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: jackal - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: jackal-inner - type: marking @@ -51,9 +51,9 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: terrier - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: terrier-inner - type: marking @@ -62,9 +62,9 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: wolf - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: wolf-inner - type: marking @@ -73,9 +73,9 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: fennec - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: fennec-inner - type: marking @@ -84,7 +84,7 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: fox - type: marking @@ -93,9 +93,9 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: otie - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: otie-inner - type: marking @@ -104,9 +104,9 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: msai - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: msai-inner - type: marking @@ -115,7 +115,7 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: shock - type: marking @@ -124,7 +124,7 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: coyote - type: marking @@ -133,7 +133,7 @@ markingCategory: HeadTop speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: dalmatian # Head Markings (Snout) @@ -143,9 +143,9 @@ markingCategory: Snout speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: muzzle_alt - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: nose - type: marking @@ -154,9 +154,9 @@ markingCategory: Snout speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: muzzle - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: nose - type: marking @@ -165,9 +165,9 @@ markingCategory: Snout speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: muzzle_sharp - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: nose - type: marking @@ -176,9 +176,9 @@ markingCategory: Snout speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: muzzle_fade - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: nose - type: marking @@ -187,7 +187,7 @@ markingCategory: Snout speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: nose - type: marking @@ -196,9 +196,9 @@ markingCategory: Snout speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: mask - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: nose - type: marking @@ -207,9 +207,9 @@ markingCategory: Snout speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: vulpine - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: vulpine-lines - type: marking @@ -218,7 +218,7 @@ markingCategory: Snout speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: vulpine-lines - type: marking @@ -227,7 +227,7 @@ markingCategory: Snout speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: blaze - type: marking @@ -236,7 +236,7 @@ markingCategory: Snout speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: patch # Head Markings (Head) @@ -246,7 +246,7 @@ markingCategory: Head speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: tiger_head - type: marking @@ -255,7 +255,7 @@ markingCategory: Head speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: tiger_face - type: marking @@ -264,7 +264,7 @@ markingCategory: Head speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: slash # Tail Markings @@ -274,9 +274,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp-fade - type: marking @@ -285,9 +285,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp-tip - type: marking @@ -296,9 +296,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_wag - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_wag-tip #fade - type: marking @@ -307,9 +307,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_wag - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_wag-tip - type: marking @@ -318,9 +318,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_alt - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_alt-fade - type: marking @@ -329,9 +329,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_alt - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_alt-tip - type: marking @@ -340,9 +340,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: long - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: long-tip - type: marking @@ -351,9 +351,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox-fade - type: marking @@ -362,9 +362,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox-tip - type: marking @@ -373,9 +373,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox_wag - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox_wag-fade - type: marking @@ -384,9 +384,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox_wag - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox_wag-tip - type: marking @@ -395,7 +395,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: bushfluff - type: marking @@ -404,7 +404,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: bushfluff_wag - type: marking @@ -413,7 +413,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: coyote - type: marking @@ -422,7 +422,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: coyote_wag - type: marking @@ -431,7 +431,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: corgi_wag - type: marking @@ -440,9 +440,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: husky-inner - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: husky-outer - type: marking @@ -451,7 +451,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: husky - type: marking @@ -460,7 +460,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox2 - type: marking @@ -469,9 +469,9 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox3 - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox3-tip - type: marking @@ -480,7 +480,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fennec - type: marking @@ -489,7 +489,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: otie - type: marking @@ -498,7 +498,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin, Felinid] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fluffy - type: marking @@ -507,7 +507,7 @@ markingCategory: Tail speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: dalmatian_wag # Body Markings (Chest) @@ -517,7 +517,7 @@ markingCategory: Chest speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: belly_crest - type: marking @@ -526,7 +526,7 @@ markingCategory: Chest speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: belly_full - type: marking @@ -535,7 +535,7 @@ markingCategory: Chest speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: belly_fox # # Body Markings (Overlay) @@ -546,7 +546,7 @@ # bodyPart: RFoot # speciesRestriction: [Vulpkanin] # sprites: -# - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi +# - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi # state: points_crest # # - type: marking @@ -555,7 +555,7 @@ # bodyPart: RFoot # speciesRestriction: [Vulpkanin] # sprites: -# - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi +# - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi # state: points_fade # # - type: marking @@ -564,7 +564,7 @@ # bodyPart: RFoot # speciesRestriction: [Vulpkanin] # sprites: -# - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi +# - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi # state: points_sharp # Leg Markings @@ -574,7 +574,7 @@ bodyPart: RFoot speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_feet - type: marking @@ -583,7 +583,7 @@ bodyPart: LLeg speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_crest-legs - type: marking @@ -592,7 +592,7 @@ bodyPart: LLeg speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_fade-legs - type: marking @@ -601,7 +601,7 @@ bodyPart: LLeg speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_sharp-legs # Arm Markings @@ -611,7 +611,7 @@ bodyPart: RHand speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_hands - type: marking @@ -620,7 +620,7 @@ bodyPart: LArm speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_crest-arms - type: marking @@ -629,7 +629,7 @@ bodyPart: LArm speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_fade-arms - type: marking @@ -638,7 +638,7 @@ bodyPart: LArm speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_sharp-arms # Hairs @@ -648,7 +648,7 @@ speciesRestriction: [Vulpkanin] markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: adhara - type: marking @@ -657,7 +657,7 @@ speciesRestriction: [Vulpkanin] markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: anita - type: marking @@ -666,7 +666,7 @@ speciesRestriction: [Vulpkanin] markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: apollo - type: marking @@ -675,7 +675,7 @@ speciesRestriction: [Vulpkanin] markingCategory: Hair sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: belle - type: marking @@ -684,7 +684,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: braided - type: marking @@ -693,7 +693,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: bun - type: marking @@ -702,7 +702,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: clean_cut - type: marking @@ -711,7 +711,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: curl - type: marking @@ -720,7 +720,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: hawk - type: marking @@ -729,7 +729,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: jagged - type: marking @@ -738,7 +738,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: jeremy - type: marking @@ -747,7 +747,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: kajam - type: marking @@ -756,7 +756,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: keid - type: marking @@ -765,7 +765,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: kleeia - type: marking @@ -774,7 +774,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: mizar - type: marking @@ -783,7 +783,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: punkbraided - type: marking @@ -792,7 +792,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: raine - type: marking @@ -801,7 +801,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: rough - type: marking @@ -810,7 +810,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: short - type: marking @@ -819,7 +819,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: short2 - type: marking @@ -828,7 +828,7 @@ markingCategory: Hair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/hair.rsi state: spike # Facial Hairs @@ -838,7 +838,7 @@ markingCategory: FacialHair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/facial_hair.rsi state: ruff - type: marking @@ -847,7 +847,7 @@ markingCategory: FacialHair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/facial_hair.rsi state: elder - type: marking @@ -856,7 +856,7 @@ markingCategory: FacialHair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/facial_hair.rsi state: elder_chin - type: marking @@ -865,5 +865,5 @@ markingCategory: FacialHair speciesRestriction: [Vulpkanin] sprites: - - sprite: DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi + - sprite: _DV/Mobs/Customization/Vulpkanin/facial_hair.rsi state: kita diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Cyborgs/borg_chassis.yml b/Resources/Prototypes/_DV/Entities/Mobs/Cyborgs/borg_chassis.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Cyborgs/borg_chassis.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Cyborgs/borg_chassis.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/animals.yml similarity index 96% rename from Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/animals.yml rename to Resources/Prototypes/_DV/Entities/Mobs/NPCs/animals.yml index 5ee190553d..a4fd754e87 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/animals.yml @@ -6,7 +6,7 @@ components: - type: Sprite drawdepth: Mobs - sprite: DeltaV/Mobs/Pets/arcticfox.rsi + sprite: _DV/Mobs/Pets/arcticfox.rsi layers: - map: ["enum.DamageStateVisualLayers.Base"] state: arcticfox @@ -89,7 +89,7 @@ - PetsNT - type: Sprite drawdepth: Mobs - sprite: DeltaV/Mobs/Pets/secdog.rsi + sprite: _DV/Mobs/Pets/secdog.rsi layers: - map: ["enum.DamageStateVisualLayers.Base"] state: secdog @@ -163,7 +163,7 @@ interactFailureString: petting-failure-generic interactSuccessSpawn: EffectHearts interactSuccessSound: - path: /Audio/DeltaV/Voice/Vulpkanin/dog_bark2.ogg + path: /Audio/_DV/Voice/Vulpkanin/dog_bark2.ogg - type: Grammar attributes: gender: epicene diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/familiars.yml b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/familiars.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/familiars.yml rename to Resources/Prototypes/_DV/Entities/Mobs/NPCs/familiars.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/fun.yml b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/fun.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/fun.yml rename to Resources/Prototypes/_DV/Entities/Mobs/NPCs/fun.yml index 4626e8e2e4..33988dbe35 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/fun.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/fun.yml @@ -12,7 +12,7 @@ baseWalkSpeed : 6 baseSprintSpeed : 6 - type: Sprite - sprite: DeltaV/Mobs/Animals/shrimp.rsi + sprite: _DV/Mobs/Animals/shrimp.rsi layers: - map: ["enum.DamageStateVisualLayers.Base"] state: shrimp diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/glimmer_creatures.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml rename to Resources/Prototypes/_DV/Entities/Mobs/NPCs/glimmer_creatures.yml index 7f163090f8..b4ed2df261 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/glimmer_creatures.yml @@ -5,7 +5,7 @@ description: A strange pest from a world beyond the noosphere. components: - type: Sprite - sprite: DeltaV/Mobs/Ghosts/glimmermite.rsi + sprite: _DV/Mobs/Ghosts/glimmermite.rsi layers: - map: ["enum.DamageStateVisualLayers.Base"] state: mite @@ -28,7 +28,7 @@ - type: AmbientSound range: 6 volume: -3 - sound: /Audio/DeltaV/Glimmer_Creatures/mite.ogg + sound: /Audio/_DV/Glimmer_Creatures/mite.ogg - type: AmbientOnPowered - type: entity diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/nukiemouse.yml b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/nukiemouse.yml similarity index 98% rename from Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/nukiemouse.yml rename to Resources/Prototypes/_DV/Entities/Mobs/NPCs/nukiemouse.yml index 5036957a1d..0dabf77ec2 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/nukiemouse.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/nukiemouse.yml @@ -27,7 +27,7 @@ color: green - type: Sprite drawdepth: SmallMobs - sprite: DeltaV/Mobs/Animals/nukiemouse.rsi + sprite: _DV/Mobs/Animals/nukiemouse.rsi layers: - map: ["enum.DamageStateVisualLayers.Base"] state: mouse diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/pets.yml b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/pets.yml similarity index 96% rename from Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/pets.yml rename to Resources/Prototypes/_DV/Entities/Mobs/NPCs/pets.yml index 0cf1653737..5577ac1583 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/pets.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/pets.yml @@ -54,7 +54,7 @@ - VimPilot - DoorBumpOpener - type: StealTarget - stealGroup: AnimalSecurity #DeltaV - Adjusts because we have multiple possible sec animals + stealGroup: AnimalSecurity # DeltaV - Adjusts because we have multiple possible sec animals - type: entity parent: MobCarp @@ -66,7 +66,7 @@ factions: - PetsNT - type: Sprite - sprite: DeltaV/Mobs/Pets/lawyercarp.rsi # Fancy Fishe + sprite: _DV/Mobs/Pets/lawyercarp.rsi # Fancy Fishe layers: - map: [ "enum.DamageStateVisualLayers.Base" ] state: alive @@ -110,7 +110,7 @@ task: IdleCompound - type: Sprite drawdepth: Mobs - sprite: DeltaV/Mobs/Pets/silvia.rsi + sprite: _DV/Mobs/Pets/silvia.rsi layers: - map: [ "enum.DamageStateVisualLayers.Base" ] state: silvia diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/salvage.yml b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/salvage.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/salvage.yml rename to Resources/Prototypes/_DV/Entities/Mobs/NPCs/salvage.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Player/harpy.yml b/Resources/Prototypes/_DV/Entities/Mobs/Player/harpy.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Player/harpy.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Player/harpy.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Player/rodentia.yml b/Resources/Prototypes/_DV/Entities/Mobs/Player/rodentia.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Player/rodentia.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Player/rodentia.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/_DV/Entities/Mobs/Player/silicon.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Player/silicon.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Player/silicon.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Player/vulpkanin.yml b/Resources/Prototypes/_DV/Entities/Mobs/Player/vulpkanin.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Player/vulpkanin.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Player/vulpkanin.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/ashwalker.yml b/Resources/Prototypes/_DV/Entities/Mobs/Species/ashwalker.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Species/ashwalker.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Species/ashwalker.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml b/Resources/Prototypes/_DV/Entities/Mobs/Species/harpy.yml similarity index 90% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Species/harpy.yml index 0d2262b200..ec305698aa 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Species/harpy.yml @@ -79,8 +79,8 @@ - map: [ "enum.HumanoidVisualLayers.HeadTop" ] - map: [ "mask" ] - map: [ "head" ] - - map: [ "singingLayer" ] - sprite: DeltaV/Effects/harpysinger.rsi + - map: [ enum.InstrumentVisuals.Layer ] + sprite: _DV/Effects/harpysinger.rsi state: singing_music_notes visible: false - type: HumanoidAppearance @@ -117,12 +117,13 @@ Male: SoundsHarpy Female: SoundsHarpy Unsexed: SoundsHarpy + - type: InstrumentVisuals - type: GenericVisualizer visuals: - enum.HarpyVisualLayers.Singing: - singingLayer: - False: {visible: false} - True: {visible: true} + enum.InstrumentVisuals.Playing: + enum.InstrumentVisuals.Layer: + False: {visible: false} + True: {visible: true} - type: MovementSpeedModifier baseWalkSpeed: 2.5 baseSprintSpeed: 5.0 @@ -133,7 +134,7 @@ jumpsuit: sizeMaps: 32: - sprite: DeltaV/Mobs/Species/Harpy/displacement.rsi + sprite: _DV/Mobs/Species/Harpy/displacement.rsi state: jumpsuit - type: HarpyVisuals - type: UltraVision @@ -142,9 +143,9 @@ - CanPilot - FootstepSound - DoorBumpOpener - - type: FootPrints #DeltaV port from EE, blood splatter - leftBarePrint: "footprint-left-bare-lizard" #DeltaV port from EE, blood splatter - rightBarePrint: "footprint-right-bare-lizard" #DeltaV port from EE, blood splatter + - type: FootPrints # DeltaV port from EE, blood splatter + leftBarePrint: "footprint-left-bare-lizard" # DeltaV port from EE, blood splatter + rightBarePrint: "footprint-right-bare-lizard" # DeltaV port from EE, blood splatter - type: entity save: false @@ -162,7 +163,7 @@ jumpsuit: sizeMaps: 32: - sprite: DeltaV/Mobs/Species/Harpy/displacement.rsi + sprite: _DV/Mobs/Species/Harpy/displacement.rsi state: jumpsuit - type: Sprite scale: 0.9, 0.9 @@ -214,7 +215,7 @@ components: - type: InstantAction checkCanInteract: false - icon: DeltaV/Interface/Actions/harpy_sing.png + icon: _DV/Interface/Actions/harpy_sing.png event: !type:OpenUiActionEvent key: enum.InstrumentUiKey.Key @@ -224,6 +225,6 @@ description: Change the name others hear to something else. components: - type: InstantAction - icon: DeltaV/Interface/Actions/harpy_syrinx.png + icon: _DV/Interface/Actions/harpy_syrinx.png itemIconStyle: BigAction event: !type:VoiceMaskSetNameEvent diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/rodentia.yml b/Resources/Prototypes/_DV/Entities/Mobs/Species/rodentia.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Species/rodentia.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Species/rodentia.yml index 190a74740b..95e55cd02d 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/rodentia.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Species/rodentia.yml @@ -14,7 +14,7 @@ - type: Inventory speciesId: rodentia - type: Icon - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: full - type: Body prototype: Rodentia @@ -74,7 +74,7 @@ - map: [ "pocket1" ] - map: [ "pocket2" ] - map: [ "clownedon" ] # Dynamically generated - sprite: "DeltaV/Effects/creampie.rsi" + sprite: "_DV/Effects/creampie.rsi" state: "creampie_rodentia" visible: false - type: MeleeWeapon diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/vulpkanin.yml b/Resources/Prototypes/_DV/Entities/Mobs/Species/vulpkanin.yml similarity index 95% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Species/vulpkanin.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Species/vulpkanin.yml index 81c48c49e6..ac7f62b86c 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/vulpkanin.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Species/vulpkanin.yml @@ -13,7 +13,7 @@ speciesId: vulpkanin - type: Thirst - type: Icon - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: full - type: Body prototype: Vulpkanin @@ -42,7 +42,7 @@ state: l_leg - shader: StencilMask map: [ "enum.HumanoidVisualLayers.StencilMask" ] - sprite: DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi + sprite: _DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi state: female_full visible: false - map: [ "jumpsuit" ] @@ -74,7 +74,7 @@ - map: [ "pocket1" ] - map: [ "pocket2" ] - map: [ "clownedon" ] # Dynamically generated - sprite: "DeltaV/Effects/creampie.rsi" + sprite: "_DV/Effects/creampie.rsi" state: "creampie_vulpkanin" visible: false - type: MeleeWeapon diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks-cartons.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/drinks-cartons.yml similarity index 89% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks-cartons.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/drinks-cartons.yml index 1d0eb4e850..78ad26f77c 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks-cartons.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/drinks-cartons.yml @@ -58,7 +58,7 @@ - ReagentId: JuiceOrange Quantity: 20 - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi + sprite: _DV/Objects/Consumable/Drinks/juiceboxorange.rsi - type: entity parent: DrinkJuiceBoxBaseFull @@ -73,7 +73,7 @@ - ReagentId: JuicePineapple Quantity: 20 - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi + sprite: _DV/Objects/Consumable/Drinks/juiceboxpineapple.rsi - type: entity parent: DrinkJuiceBoxBaseFull @@ -88,7 +88,7 @@ - ReagentId: JuiceApple Quantity: 20 - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi + sprite: _DV/Objects/Consumable/Drinks/juiceboxapple.rsi - type: entity parent: DrinkJuiceBoxBaseFull @@ -103,7 +103,7 @@ - ReagentId: JuiceGrape Quantity: 20 - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi + sprite: _DV/Objects/Consumable/Drinks/juiceboxgrape.rsi - type: entity parent: DrinkJuiceBoxBaseFull @@ -120,4 +120,4 @@ - ReagentId: Milk # The milk of chocolate milk Quantity: 10 - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi + sprite: _DV/Objects/Consumable/Drinks/juiceboxchocolate.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/drinks.yml similarity index 85% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/drinks.yml index 8548594649..37062a5cce 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/drinks.yml @@ -12,7 +12,7 @@ - ReagentId: HealthViolation Quantity: 30 - type: Icon - sprite: DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi + sprite: _DV/Objects/Consumable/Drinks/healthcodeviolation.rsi state: icon - type: entity @@ -29,7 +29,7 @@ - ReagentId: Gunmetal Quantity: 30 - type: Icon - sprite: DeltaV/Objects/Consumable/Drinks/gunmetal.rsi + sprite: _DV/Objects/Consumable/Drinks/gunmetal.rsi state: icon - type: entity @@ -46,7 +46,7 @@ - ReagentId: LemonDrop Quantity: 30 - type: Icon - sprite: DeltaV/Objects/Consumable/Drinks/lemondrop.rsi + sprite: _DV/Objects/Consumable/Drinks/lemondrop.rsi state: icon - type: entity @@ -63,7 +63,7 @@ - ReagentId: GreenGrass Quantity: 30 - type: Icon - sprite: DeltaV/Objects/Consumable/Drinks/greengrass.rsi + sprite: _DV/Objects/Consumable/Drinks/greengrass.rsi state: icon - type: entity @@ -80,7 +80,7 @@ - ReagentId: Daiquiri Quantity: 30 - type: Icon - sprite: DeltaV/Objects/Consumable/Drinks/daiquiri.rsi + sprite: _DV/Objects/Consumable/Drinks/daiquiri.rsi state: icon - type: entity @@ -97,7 +97,7 @@ - ReagentId: ArsonistsBrew Quantity: 30 - type: Icon - sprite: DeltaV/Objects/Consumable/Drinks/arsonist.rsi + sprite: _DV/Objects/Consumable/Drinks/arsonist.rsi state: icon - type: entity @@ -114,7 +114,7 @@ - ReagentId: Kvass Quantity: 30 - type: Icon - sprite: DeltaV/Objects/Consumable/Drinks/kvass.rsi + sprite: _DV/Objects/Consumable/Drinks/kvass.rsi state: icon - type: entity @@ -131,7 +131,7 @@ - ReagentId: Mothamphetamine Quantity: 30 - type: Icon - sprite: DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi + sprite: _DV/Objects/Consumable/Drinks/mothamphetamine.rsi state: icon - type: entity @@ -147,5 +147,5 @@ - ReagentId: DoubleIceCream Quantity: 30 - type: Icon - sprite: DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi + sprite: _DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi state: icon diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks_cans.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/drinks_cans.yml similarity index 84% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks_cans.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/drinks_cans.yml index a7e16b8c33..5165ec4484 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks_cans.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/drinks_cans.yml @@ -12,4 +12,4 @@ - ReagentId: DrGibbBloodRed Quantity: 30 - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi + sprite: _DV/Objects/Consumable/Drinks/drgibbbloodred.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/powdered_drinks.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/powdered_drinks.yml similarity index 91% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/powdered_drinks.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/powdered_drinks.yml index 3e242a07f2..c088041b42 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/powdered_drinks.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Drinks/powdered_drinks.yml @@ -51,7 +51,7 @@ description: A container of powdered orange juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -72,7 +72,7 @@ description: A container of powdered milk manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the milk. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -93,7 +93,7 @@ description: A container of powdered soy milk manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the milk. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -114,7 +114,7 @@ description: A container of powdered lime juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -135,7 +135,7 @@ description: A container of powdered lemon juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -156,7 +156,7 @@ description: A container of powdered pineapple juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -177,7 +177,7 @@ description: A container of powdered banana juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -198,7 +198,7 @@ description: A container of powdered berry juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -219,7 +219,7 @@ description: A container of powdered watermelon juice manufactured by HydroCo. NOTE - Melon only; water not included, sold separately. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -240,7 +240,7 @@ description: A container of powdered grape juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -261,7 +261,7 @@ description: A container of powdered apple juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -282,7 +282,7 @@ description: A container of powdered cherry juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -303,7 +303,7 @@ description: A container of powdered carrot juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] @@ -324,7 +324,7 @@ description: A container of powdered tomato juice manufactured by HydroCo. According to the instructions, stirring with water in a 1:1 ratio will reconstitute the juice. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi + sprite: _DV/Objects/Consumable/Drinks/powdered_drinks.rsi layers: - state: icon map: ["enum.OpenableVisuals.Layer"] diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml similarity index 99% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml index b60063022c..877972b6ac 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml @@ -5,7 +5,7 @@ description: For on-the-go meal carrying needs. components: - type: Sprite - sprite: DeltaV/Objects/Storage/lunchbox.rsi + sprite: _DV/Objects/Storage/lunchbox.rsi layers: - state: generic - state: generic-open @@ -13,7 +13,7 @@ - type: Item size: Large shape: null - sprite: DeltaV/Objects/Storage/lunchbox.rsi + sprite: _DV/Objects/Storage/lunchbox.rsi heldPrefix: generic - type: Storage maxItemSize: Normal diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/meals.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/meals.yml similarity index 84% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/meals.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/meals.yml index 0c9bb8937c..69a05b0024 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/meals.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/meals.yml @@ -9,7 +9,7 @@ - butter - cheesy - type: Sprite - sprite: DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi + sprite: _DV/Objects/Consumable/Food/Baked/grilledcheese.rsi state: grilledcheese - type: SolutionContainerManager solutions: @@ -28,5 +28,5 @@ id: GrilledCheese name: food-sequence-content-grilled-cheese sprites: - - sprite: DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi + - sprite: _DV/Objects/Consumable/Food/Baked/grilledcheese.rsi state: grilledcheese diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/meat.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/meat.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/meat.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/produce.yml similarity index 87% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/produce.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/produce.yml index 67526331e9..aa9799bf58 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/produce.yml @@ -17,7 +17,7 @@ - ReagentId: Ethyloxyephedrine Quantity: 15 - type: Sprite - sprite: DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi + sprite: _DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi - type: Produce seedId: CrystalThistle - type: Extractable @@ -32,7 +32,7 @@ id: CrystalThistle name: food-sequence-content-crystal-thistle sprites: - - sprite: DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi + - sprite: _DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi state: produce - type: entity @@ -61,7 +61,7 @@ - type: TileFrictionModifier modifier: 0.05 - type: Sprite - sprite: DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi + sprite: _DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi - type: Produce seedId: GhostPepper - type: Tag @@ -77,7 +77,7 @@ id: GhostPepper name: food-sequence-content-ghost-pepper sprites: - - sprite: DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi + - sprite: _DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi state: produce tags: - Vegetable @@ -108,7 +108,7 @@ - type: TileFrictionModifier modifier: 0.0001 - type: Sprite - sprite: DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi + sprite: _DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi - type: Produce seedId: CosmicRevenant - type: Tag @@ -124,7 +124,7 @@ id: CosmicRevenant name: food-sequence-content-revenant sprites: - - sprite: DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi + - sprite: _DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi state: produce tags: - Vegetable diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/soup.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/soup.yml similarity index 88% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/soup.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/soup.yml index e9b3f3b600..5de1ef6f1a 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/soup.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Food/soup.yml @@ -9,7 +9,7 @@ - egg - salty - type: Sprite - sprite: DeltaV/Objects/Consumable/Food/scrambledeggs.rsi + sprite: _DV/Objects/Consumable/Food/scrambledeggs.rsi layers: - state: bowl - state: scrambled-eggs @@ -32,7 +32,7 @@ id: ScrambledEggs name: food-sequence-content-scrambled-eggs sprites: - - sprite: DeltaV/Objects/Consumable/Food/scrambledeggs.rsi + - sprite: _DV/Objects/Consumable/Food/scrambledeggs.rsi state: scrambled-eggs - type: entity @@ -46,7 +46,7 @@ - funny - tomato - type: Sprite - sprite: DeltaV/Objects/Consumable/Food/bluepurpletomatosoup.rsi + sprite: _DV/Objects/Consumable/Food/bluepurpletomatosoup.rsi layers: - state: bowl - state: blue-tomato @@ -77,7 +77,7 @@ - tingly - tomato - type: Sprite - sprite: DeltaV/Objects/Consumable/Food/bluepurpletomatosoup.rsi + sprite: _DV/Objects/Consumable/Food/bluepurpletomatosoup.rsi layers: - state: bowl - state: purple-tomato diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml similarity index 66% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml index d081025980..a6e5fdc904 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml @@ -5,11 +5,11 @@ description: A carton containing 6 packets of De Jure. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi + sprite: _DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi layers: - state: closed - type: Item - sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi + sprite: _DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi - type: StorageFill contents: - id: CigPackPurple @@ -22,11 +22,11 @@ description: A carton containing 6 packets of Sugar Rush. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi + sprite: _DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi layers: - state: closed - type: Item - sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi + sprite: _DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi - type: StorageFill contents: - id: CigPackCandy diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml similarity index 63% rename from Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml rename to Resources/Prototypes/_DV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml index 09ab2e09ee..8178be8040 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml @@ -5,9 +5,9 @@ description: Your divine right to smoke. Tastes like olives and fake gold. components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi + sprite: _DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi - type: Item - sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi + sprite: _DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi - type: StorageFill contents: - id: CigaretteOlive @@ -20,9 +20,9 @@ description: It's sweetened! components: - type: Sprite - sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi + sprite: _DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi - type: Item - sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi + sprite: _DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi - type: StorageFill contents: - id: CigaretteCandy diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Decoration/flora.yml b/Resources/Prototypes/_DV/Entities/Objects/Decoration/flora.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Objects/Decoration/flora.yml rename to Resources/Prototypes/_DV/Entities/Objects/Decoration/flora.yml index 7f1275d763..f56afe25b6 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Decoration/flora.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Decoration/flora.yml @@ -10,7 +10,7 @@ - type: InteractionOutline - type: Sprite noRot: true - sprite: DeltaV/Objects/Decoration/Flora/bush.rsi + sprite: _DV/Objects/Decoration/Flora/bush.rsi state: base drawdepth: Mobs - type: Tag diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/CircuitBoards/computer.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/CircuitBoards/computer.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/CircuitBoards/computer.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/CircuitBoards/computer.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/Electronics/door_access.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/Electronics/door_access.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/Electronics/door_access.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/Electronics/door_access.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/Medical/portafib.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/Medical/portafib.yml similarity index 90% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/Medical/portafib.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/Medical/portafib.yml index cb9e81c34c..878c02c2ae 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/Medical/portafib.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Devices/Medical/portafib.yml @@ -5,7 +5,7 @@ description: Less weight, same great ZZZAP! components: - type: Sprite - sprite: DeltaV/Objects/Medical/portafib.rsi + sprite: _DV/Objects/Medical/portafib.rsi - type: Item size: Normal - type: PowerCellDraw diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml similarity index 92% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml index 1fcdbdef56..61c14830b8 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml @@ -5,7 +5,7 @@ description: Moldy cheese with a little worm sticking out of it and a... blinking antenna? Might attract an odd mouse. components: - type: Sprite - sprite: DeltaV/Objects/Devices/communication.rsi + sprite: _DV/Objects/Devices/communication.rsi layers: - state: cheese-radio - type: GhostRole diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/aac_tablet.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/aac_tablet.yml similarity index 95% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/aac_tablet.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/aac_tablet.yml index 6c5473a52f..28b5a3db51 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/aac_tablet.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Devices/aac_tablet.yml @@ -5,7 +5,7 @@ description: An "augmentative and alternative communication" device that allows speech-impaired individuals to communicate. components: - type: Sprite - sprite: DeltaV/Objects/Devices/tablets.rsi + sprite: _DV/Objects/Devices/tablets.rsi layers: - state: aac_tablet - state: aac_screen diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/cartridges.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/cartridges.yml similarity index 81% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/cartridges.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/cartridges.yml index 80bfc352cf..49e0fa0b59 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/cartridges.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Devices/cartridges.yml @@ -5,17 +5,17 @@ description: A cartridge that helps identify crimes and see appropriate punishment. components: - type: Sprite - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-cri - type: Icon - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-cri - type: UIFragment ui: !type:CrimeAssistUi - type: Cartridge programName: crime-assist-program-name icon: - sprite: DeltaV/Icons/cri.rsi + sprite: _DV/Icons/cri.rsi state: cri - type: entity @@ -25,10 +25,10 @@ description: A cartridge that tracks the status of currently wanted individuals. components: - type: Sprite - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-cri - type: Icon - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-cri - type: UIFragment ui: !type:SecWatchUi @@ -46,10 +46,10 @@ description: A cartridge that tracks statistics related to mail deliveries. components: - type: Sprite - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-mail - type: Icon - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-mail - type: UIFragment ui: !type:MailMetricUi @@ -67,10 +67,10 @@ description: A cartridge that tracks the intergalactic stock market. components: - type: Sprite - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-stonk - type: Icon - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-mail - type: UIFragment ui: !type:StockTradingUi @@ -78,7 +78,7 @@ - type: Cartridge programName: stock-trading-program-name icon: - sprite: DeltaV/Misc/program_icons.rsi + sprite: _DV/Misc/program_icons.rsi state: stock_trading - type: BankClient - type: AccessReader # This is so that we can restrict who can buy stocks @@ -91,7 +91,7 @@ description: Lets you message other people! components: - type: Sprite - sprite: DeltaV/Objects/Devices/cartridge.rsi + sprite: _DV/Objects/Devices/cartridge.rsi state: cart-chat - type: UIFragment ui: !type:NanoChatUi @@ -99,7 +99,7 @@ - type: Cartridge programName: nano-chat-program-name icon: - sprite: DeltaV/Misc/program_icons.rsi + sprite: _DV/Misc/program_icons.rsi state: nanochat - type: ActiveRadio channels: diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/door_remote.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/door_remote.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/door_remote.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/door_remote.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/encryption_keys.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/encryption_keys.yml similarity index 86% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/encryption_keys.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/encryption_keys.yml index 67b723e431..edb1141074 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/encryption_keys.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Devices/encryption_keys.yml @@ -11,7 +11,7 @@ - type: Sprite layers: - state: crypt_gray - - sprite: DeltaV/Objects/Devices/encryption_keys.rsi + - sprite: _DV/Objects/Devices/encryption_keys.rsi state: justice_label - type: entity @@ -25,7 +25,7 @@ - Prison defaultChannel: Prison - type: Sprite - sprite: DeltaV/Objects/Devices/encryption_keys.rsi + sprite: _DV/Objects/Devices/encryption_keys.rsi layers: - state: crypt_orange - state: prisoner_label diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/pda.yml similarity index 90% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/pda.yml index 9194afa30c..1719d23f54 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Devices/pda.yml @@ -5,7 +5,7 @@ description: Red and Sterile. Has a built-in health analyzer. components: - type: Sprite - sprite: DeltaV/Objects/Devices/pda.rsi # - aPDA Sprite Rework + sprite: _DV/Objects/Devices/pda.rsi # - aPDA Sprite Rework layers: - map: [ "enum.PdaVisualLayers.Base" ] - state: "light_overlay" @@ -32,7 +32,7 @@ borderColor: "#A32D26" accentVColor: "#447987" - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi state: pda-corpsman - type: HealthAnalyzer scanDelay: 1 @@ -68,7 +68,7 @@ description: Whosoever bears this PDA is the law. components: - type: Sprite - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi layers: - map: [ "enum.PdaVisualLayers.Base" ] - state: "light_overlay" @@ -85,7 +85,7 @@ - type: PdaBorderColor borderColor: "#470823" - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi state: pda-chiefjustice - type: entity @@ -95,7 +95,7 @@ description: It has the stamp to prove it's been officially notarized! components: - type: Sprite - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi layers: - map: [ "enum.PdaVisualLayers.Base" ] - state: "light_overlay" @@ -112,7 +112,7 @@ - type: PdaBorderColor borderColor: "#611528" - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi state: pda-clerk - type: entity @@ -122,7 +122,7 @@ description: Sharp. Looks like it could prosecute you all on its own. components: - type: Sprite - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi layers: - map: [ "enum.PdaVisualLayers.Base" ] - state: "light_overlay" @@ -139,7 +139,7 @@ - type: PdaBorderColor borderColor: "#6f6192" - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi state: pda-prosecutor - type: entity @@ -162,7 +162,7 @@ description: Smells like unopened letters. components: - type: Sprite - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi layers: - map: [ "enum.PdaVisualLayers.Base" ] - state: "light_overlay" @@ -180,7 +180,7 @@ borderColor: "#e39751" accentVColor: "#050c4d" - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi state: pda-mailcarrier - type: CartridgeLoader # DeltaV - Courier Performance preinstalled: @@ -200,6 +200,37 @@ id: CargoAssistantIDCard state: pda-cargo-assistant +- type: entity + parent: BasePDA + id: AdminAssistantPDA + name: administrative assistant PDA + description: Theres pen scribbles all over the edges, and a few sticky notes stuck on it. + components: + - type: Sprite + sprite: _DV/Objects/Devices/pda.rsi + layers: + - map: [ "enum.PdaVisualLayers.Base" ] + - state: "light_overlay" + map: [ "enum.PdaVisualLayers.Flashlight" ] + shader: "unshaded" + visible: false + - state: "id_overlay" + map: [ "enum.PdaVisualLayers.IdLight" ] + shader: "unshaded" + visible: false + - type: Pda + id: AdminAssistantIDCard + state: pda-admin-assistant + penSlot: + startingItem: LuxuryPen + priority: -1 + whitelist: + tags: + - Write + - type: Icon + sprite: _DV/Objects/Devices/pda.rsi + state: pda-admin-assistant + ## Alternate Job Titles # Passenger diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/shock_collar.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/shock_collar.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/shock_collar.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/shock_collar.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/station_beacon.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/station_beacon.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/station_beacon.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/station_beacon.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/tape_recorder.yml b/Resources/Prototypes/_DV/Entities/Objects/Devices/tape_recorder.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/tape_recorder.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/tape_recorder.yml index dbebdd1b9d..43e1ecf7ae 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/tape_recorder.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Devices/tape_recorder.yml @@ -5,7 +5,7 @@ description: Anything said into this device can and will be used against you in a court of space law. components: - type: Sprite - sprite: DeltaV/Objects/Devices/tape_recorder.rsi + sprite: _DV/Objects/Devices/tape_recorder.rsi layers: - state: empty - state: idle @@ -68,7 +68,7 @@ description: A magnetic tape that can hold up to two minutes of content on either side. components: - type: Sprite - sprite: DeltaV/Objects/Devices/cassette_tapes.rsi + sprite: _DV/Objects/Devices/cassette_tapes.rsi layers: - state: tape_greyscale map: [ "enum.DamageStateVisualLayers.Base" ] diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toy_guns.yml b/Resources/Prototypes/_DV/Entities/Objects/Fun/toy_guns.yml similarity index 88% rename from Resources/Prototypes/DeltaV/Entities/Objects/Fun/toy_guns.yml rename to Resources/Prototypes/_DV/Entities/Objects/Fun/toy_guns.yml index b5077d4a95..92345d7f25 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toy_guns.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Fun/toy_guns.yml @@ -7,12 +7,12 @@ - type: Sprite netsync: false size: 50 - sprite: DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi + sprite: _DV/Objects/Weapons/Guns/Rifles/bbgun.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi ## + sprite: _DV/Objects/Weapons/Guns/Rifles/bbgun.rsi ## quickEquip: false slots: - Back diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml similarity index 86% rename from Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml rename to Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml index 1d8813e486..c3d6a0b450 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml @@ -5,7 +5,7 @@ description: Almost as cute and adorable as the real Renault! components: - type: Sprite - sprite: DeltaV/Objects/Fun/Toys/renaulttoy.rsi + sprite: _DV/Objects/Fun/Toys/renaulttoy.rsi state: base - type: EmitSoundOnUse sound: @@ -24,7 +24,7 @@ description: Nearly as fluffy as the real Shivs! components: - type: Sprite - sprite: DeltaV/Objects/Fun/Toys/siobhantoy.rsi + sprite: _DV/Objects/Fun/Toys/siobhantoy.rsi state: base - type: EmitSoundOnUse sound: @@ -43,7 +43,7 @@ description: whirrrrrrrrr taktaktaktaktak BOOM whirrrrrrr components: - type: Sprite - sprite: DeltaV/Objects/Fun/Toys/zerotoy.rsi + sprite: _DV/Objects/Fun/Toys/zerotoy.rsi state: icon - type: entity @@ -53,7 +53,7 @@ description: Cosplay as a captain and command your group of friends! components: - type: Sprite - sprite: DeltaV/Objects/Fun/Toys/foam_sabre.rsi + sprite: _DV/Objects/Fun/Toys/foam_sabre.rsi state: icon - type: MeleeWeapon wideAnimationRotation: -135 @@ -67,7 +67,7 @@ spread: 90 - type: Item size: Normal - sprite: DeltaV/Objects/Fun/Toys/foam_sabre.rsi + sprite: _DV/Objects/Fun/Toys/foam_sabre.rsi - type: Tag tags: - CaptainSabre # To be able to store it a captain's sheath if you get your hands on one. @@ -83,5 +83,5 @@ description: A plushie of the lovely Morty. It's a resilient, yet sensitive type of plush. components: - type: Sprite - sprite: DeltaV/Objects/Fun/Toys/mortyplush.rsi + sprite: _DV/Objects/Fun/Toys/mortyplush.rsi state: icon diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Materials/ore.yml b/Resources/Prototypes/_DV/Entities/Objects/Materials/ore.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Materials/ore.yml rename to Resources/Prototypes/_DV/Entities/Objects/Materials/ore.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/books.yml similarity index 96% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/books.yml index b6ba4e1cac..89d741f972 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Misc/books.yml @@ -39,7 +39,7 @@ - state: detail_bookmark color: "#eee039" - state: icon_kiss - sprite: DeltaV/Objects/Misc/books.rsi + sprite: _DV/Objects/Misc/books.rsi - state: detail_bookmark color: "#2c5491" - type: Paper @@ -52,7 +52,7 @@ description: Issue 197 - Starring Operative November components: - type: Sprite - sprite: DeltaV/Objects/Misc/gorlex_magazine.rsi + sprite: _DV/Objects/Misc/gorlex_magazine.rsi state: icon - type: Paper contentSize: 12000 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/fire_extinguisher.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/fire_extinguisher.yml similarity index 86% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/fire_extinguisher.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/fire_extinguisher.yml index 34891b0451..1d77afe0a9 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/fire_extinguisher.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Misc/fire_extinguisher.yml @@ -5,12 +5,12 @@ description: An experimental fire extinguisher that uses bluespace technology to gradually refill itself. The faint blue glow is only slightly disconcerting. components: - type: Sprite - sprite: DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi + sprite: _DV/Objects/Misc/fire_extinguisher_bluespace.rsi layers: - state: fire_extinguisher_closed map: [ "enum.ToggleVisuals.Layer" ] - type: Item - sprite: DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi + sprite: _DV/Objects/Misc/fire_extinguisher_bluespace.rsi size: Normal - type: SolutionContainerManager solutions: diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/first_bill.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/first_bill.yml similarity index 88% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/first_bill.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/first_bill.yml index b7d5d99d00..20bc05474b 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/first_bill.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Misc/first_bill.yml @@ -5,7 +5,7 @@ description: The first bill ever earned by the Logistics Officer from trading. A small chip is embedded in it. components: - type: Sprite - sprite: DeltaV/Objects/Misc/first_bill.rsi + sprite: _DV/Objects/Misc/first_bill.rsi state: icon - type: Tag tags: diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/ian_dossier.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/ian_dossier.yml similarity index 89% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/ian_dossier.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/ian_dossier.yml index fbe41149d7..07173c4d6e 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/ian_dossier.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Misc/ian_dossier.yml @@ -5,7 +5,7 @@ description: VERY CONFIDENTIAL. This folder contains various pictures of Ian cherished by the Head of Personnel. components: - type: Sprite - sprite: DeltaV/Objects/Misc/bureaucracy.rsi + sprite: _DV/Objects/Misc/bureaucracy.rsi layers: - state: folder-hop-ian - type: Tag diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/identification_cards.yml similarity index 91% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/identification_cards.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/identification_cards.yml index 193aed8af5..3bcc041af8 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Misc/identification_cards.yml @@ -8,7 +8,7 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: idchiefjustice - type: entity @@ -21,7 +21,7 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: idclerk - type: entity @@ -34,7 +34,7 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: idprosecutor - type: entity @@ -45,7 +45,7 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: nyanomailcarrier - type: PresetIdCard job: Courier @@ -58,11 +58,26 @@ - type: Sprite layers: - state: default - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: idcargoassistant - type: PresetIdCard job: CargoAssistant +- type: entity + parent: IDCardStandard + id: AdminAssistantIDCard + name: administrative assistant ID card + components: + - type: Sprite + layers: + - state: silver + - sprite: _DV/Objects/Misc/id_cards.rsi + state: idadminassistant + - type: Item + heldPrefix: silver + - type: PresetIdCard + job: AdministrativeAssistant + ## Alternate Job Titles # Passenger diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/implanters.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/implanters.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/implanters.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/implanters.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/improvised_gun_parts.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/improvised_gun_parts.yml similarity index 87% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/improvised_gun_parts.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/improvised_gun_parts.yml index a092f5839d..524b9b9108 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/improvised_gun_parts.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Misc/improvised_gun_parts.yml @@ -7,7 +7,7 @@ - type: Item size: Small - type: Sprite - sprite: DeltaV/Objects/Misc/modular_breech.rsi + sprite: _DV/Objects/Misc/modular_breech.rsi state: base - type: Construction graph: ModularBreechGraph @@ -26,7 +26,7 @@ - type: Item size: Small - type: Sprite - sprite: DeltaV/Objects/Misc/modular_trigger.rsi + sprite: _DV/Objects/Misc/modular_trigger.rsi state: base - type: Construction graph: ModularTriggerGraph @@ -45,7 +45,7 @@ - type: Item size: Small - type: Sprite - sprite: DeltaV/Objects/Misc/bayonet.rsi + sprite: _DV/Objects/Misc/bayonet.rsi state: base - type: Construction graph: BayonetGraph diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/mouth_storage.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/mouth_storage.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/mouth_storage.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/mouth_storage.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/paper.yml similarity index 95% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/paper.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/paper.yml index df6c034b32..a55b6f0955 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Misc/paper.yml @@ -17,7 +17,7 @@ map: ["enum.PaperVisualLayers.Stamp"] visible: false - type: PaperVisuals - headerImagePath: "/Textures/DeltaV/Interface/Paper/paper_heading_warrant.svg.200dpi.png" + headerImagePath: "/Textures/_DV/Interface/Paper/paper_heading_warrant.svg.200dpi.png" headerMargin: 0.0, 0.0, 10.0, 16.0 backgroundImagePath: "/Textures/Interface/Paper/paper_background_default.svg.96dpi.png" backgroundModulate: "#e0bc99" @@ -32,7 +32,7 @@ description: A bulky electric clipboard, filled with research notes and artifact sketches. With so many compromising documents, you ought to keep this safe. components: - type: Sprite - sprite: DeltaV/Objects/Misc/rd_clipboard.rsi + sprite: _DV/Objects/Misc/rd_clipboard.rsi layers: - state: rd_clipboard - state: rd_clipboard_paper @@ -51,10 +51,10 @@ - Write insertOnInteract: true - type: Item - sprite: DeltaV/Objects/Misc/rd_clipboard.rsi + sprite: _DV/Objects/Misc/rd_clipboard.rsi size: Normal - type: Clothing - sprite: DeltaV/Objects/Misc/rd_clipboard.rsi + sprite: _DV/Objects/Misc/rd_clipboard.rsi - type: Storage grid: - 0,0,4,3 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/paperslips.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/paperslips.yml similarity index 93% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/paperslips.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/paperslips.yml index 39dc009b31..e5fc26ab83 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/paperslips.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Misc/paperslips.yml @@ -6,7 +6,7 @@ description: A biscuit card. On the back, 'DO NOT DIGEST' is printed in large lettering. components: - type: Sprite - sprite: DeltaV/Objects/Misc/biscuits.rsi + sprite: _DV/Objects/Misc/biscuits.rsi layers: - state: biscuit - state: biscuit_paper @@ -36,7 +36,7 @@ containers: PaperSlip: !type:ContainerSlot {} - type: ItemMapper - sprite: DeltaV/Objects/Misc/biscuits.rsi + sprite: _DV/Objects/Misc/biscuits.rsi mapLayers: biscuit_paper: whitelist: @@ -67,7 +67,7 @@ description: A confidential biscuit card. The tasteful blue color and NT logo on the front makes it look a little like a chocolate bar. components: - type: Sprite - sprite: DeltaV/Objects/Misc/biscuits.rsi + sprite: _DV/Objects/Misc/biscuits.rsi layers: - state: biscuit_secret map: [ "enum.BiscuitVisualLayers.Base" ] @@ -116,7 +116,7 @@ description: A little slip of paper left over after a larger piece was cut. Whoa. components: - type: Sprite - sprite: DeltaV/Objects/Misc/biscuits.rsi + sprite: _DV/Objects/Misc/biscuits.rsi layers: - state: slip - state: slip_words @@ -168,7 +168,7 @@ map: [ "enum.PaperVisualLayers.Writing" ] visible: false - type: PaperVisuals - backgroundImagePath: "/Textures/DeltaV/Interface/Paper/paper_background_corpcard.svg.96dpi.png" + backgroundImagePath: "/Textures/_DV/Interface/Paper/paper_background_corpcard.svg.96dpi.png" contentMargin: 70.0, 16.0, 70.0, 16.0 maxWritableArea: 400.0, 600.0 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/rubber_stamp.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/rubber_stamp.yml similarity index 69% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/rubber_stamp.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/rubber_stamp.yml index c648474144..e4e6183cc2 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/rubber_stamp.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Misc/rubber_stamp.yml @@ -10,7 +10,7 @@ stampedColor: "#a81f3d" stampState: "paper_stamp-notary" - type: Sprite - sprite: DeltaV/Objects/Misc/stamps.rsi + sprite: _DV/Objects/Misc/stamps.rsi state: stamp-notary - type: StealTarget stealGroup: RubberStampNotary @@ -26,7 +26,7 @@ stampedColor: "#6b2833" stampState: "paper_stamp-notary" - type: Sprite - sprite: DeltaV/Objects/Misc/stamps.rsi + sprite: _DV/Objects/Misc/stamps.rsi state: stamp-cj - type: entity @@ -41,6 +41,19 @@ stampedColor: "#562D3D" stampState: "paper_stamp-prosec" - type: Sprite - sprite: DeltaV/Objects/Misc/stamps.rsi + sprite: _DV/Objects/Misc/stamps.rsi state: stamp-prosec +- type: entity + parent: RubberStampBase + id: RubberStampAdminAssistant + name: administrative assistant rubber stamp + suffix: DO NOT MAP + components: + - type: Stamp + stampedName: stamp-component-stamped-name-admin-assistant + stampedColor: "#4191f2" + stampState: "paper_stamp-admin-assistant" + - type: Sprite + sprite: _DV/Objects/Misc/stamps.rsi + state: stamp-admin-assistant diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/secret_documents.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/secret_documents.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/secret_documents.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/secret_documents.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/subdermal_implants.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/subdermal_implants.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/subdermal_implants.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/subdermal_implants.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Chapel/ringbox.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Chapel/ringbox.yml similarity index 90% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Chapel/ringbox.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Chapel/ringbox.yml index c91ad21065..d8b5454452 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Chapel/ringbox.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Chapel/ringbox.yml @@ -5,7 +5,7 @@ description: Made from a high quality wood! components: - type: Sprite - sprite: DeltaV/Objects/Specific/Chapel/ringbox.rsi + sprite: _DV/Objects/Specific/Chapel/ringbox.rsi layers: - state: ring-box-closed map: [ "closeLayer" ] diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Command/safe.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Command/safe.yml similarity index 95% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Command/safe.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Command/safe.yml index 5e62caf115..716284e3b5 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Command/safe.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Command/safe.yml @@ -22,7 +22,7 @@ sound: collection: MetalGlassBreak - type: Sprite - sprite: DeltaV/Structures/Wallmounts/idcard_cabinet.rsi + sprite: _DV/Structures/Wallmounts/idcard_cabinet.rsi layers: - state: cabinet - state: card diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Hydroponics/plant_bag_holding.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Hydroponics/plant_bag_holding.yml similarity index 67% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Hydroponics/plant_bag_holding.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Hydroponics/plant_bag_holding.yml index 8eb8e509ab..2cb6edb6f9 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Hydroponics/plant_bag_holding.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Hydroponics/plant_bag_holding.yml @@ -5,10 +5,10 @@ description: A robust bag of holding for fruitful botanists with more plants than pockets. components: - type: Sprite - sprite: DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi + sprite: _DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi state: icon - type: Clothing - sprite: DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi + sprite: _DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi - type: Storage grid: - 0,0,19,9 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Hydroponics/seeds.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Hydroponics/seeds.yml similarity index 77% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Hydroponics/seeds.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Hydroponics/seeds.yml index c1060c8483..cfdd44fa77 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Hydroponics/seeds.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Hydroponics/seeds.yml @@ -7,7 +7,7 @@ - type: Seed seedId: CrystalThistle - type: Sprite - sprite: DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi + sprite: _DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi - type: entity parent: SeedBase @@ -18,7 +18,7 @@ - type: Seed seedId: GhostPepper - type: Sprite - sprite: DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi + sprite: _DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi - type: entity parent: SeedBase @@ -29,4 +29,4 @@ - type: Seed seedId: CosmicRevenant - type: Sprite - sprite: DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi + sprite: _DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Justice/gavel.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Justice/gavel.yml similarity index 77% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Justice/gavel.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Justice/gavel.yml index 52f5286e34..95f7643700 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Justice/gavel.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Justice/gavel.yml @@ -5,7 +5,7 @@ description: A hardwood mallet made to keep order in the court. components: - type: Sprite - sprite: DeltaV/Objects/Specific/Justice/gavel.rsi + sprite: _DV/Objects/Specific/Justice/gavel.rsi layers: - state: icon - type: MeleeWeapon @@ -15,7 +15,7 @@ Blunt: 2 - type: Item size: Small - sprite: DeltaV/Objects/Specific/Justice/gavel.rsi + sprite: _DV/Objects/Specific/Justice/gavel.rsi - type: Tag tags: - Gavel diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Justice/gavelblock.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Justice/gavelblock.yml similarity index 78% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Justice/gavelblock.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Justice/gavelblock.yml index a74ae7a9ff..ea01f60e94 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Justice/gavelblock.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Justice/gavelblock.yml @@ -5,7 +5,7 @@ description: A hardwood block that, when hit with a gavel, emits an aura of authority. components: - type: Sprite - sprite: DeltaV/Objects/Specific/Justice/gavelblock.rsi + sprite: _DV/Objects/Specific/Justice/gavelblock.rsi layers: - state: icon - type: Item @@ -13,7 +13,7 @@ - type: Clickable - type: EmitSoundOnInteractUsing sound: - path: /Audio/DeltaV/Items/gavel.ogg + path: /Audio/_DV/Items/gavel.ogg whitelist: tags: - Gavel diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Justice/trialtimer.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Justice/trialtimer.yml similarity index 89% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Justice/trialtimer.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Justice/trialtimer.yml index 3e847b3a84..163031413f 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Justice/trialtimer.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Justice/trialtimer.yml @@ -14,7 +14,7 @@ rows: 1 - type: Sprite drawdepth: SmallObjects - sprite: DeltaV/Objects/Specific/Justice/trialtimer.rsi + sprite: _DV/Objects/Specific/Justice/trialtimer.rsi state: trialtimer noRot: true - type: Construction diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail.yml index 6ea56a9184..ff00a28a01 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail.yml @@ -247,8 +247,8 @@ - type: Mail contents: - id: Bible - - id: ClothingHeadHatWitch1 #DeltaV - Compensates for items that don't exist here - - id: ClothingOuterCoatMNKBlackTopCoat #DeltaV - Compensates for items that don't exist here + - id: ClothingHeadHatWitch1 # DeltaV - Compensates for items that don't exist here + - id: ClothingOuterCoatMNKBlackTopCoat # DeltaV - Compensates for items that don't exist here - type: entity parent: BaseMail @@ -657,19 +657,19 @@ orGroup: Plushie - id: PlushieNuke orGroup: Plushie - - id: PlushieArachind #DeltaV - Adds MORE PLUSHIE + - id: PlushieArachind # DeltaV - Adds MORE PLUSHIE orGroup: Plushie - - id: PlushieAtmosian #DeltaV - Adds MORE PLUSHIE + - id: PlushieAtmosian # DeltaV - Adds MORE PLUSHIE orGroup: Plushie - - id: PlushieXeno #DeltaV - Adds MORE PLUSHIE + - id: PlushieXeno # DeltaV - Adds MORE PLUSHIE orGroup: Plushie - - id: PlushiePenguin #DeltaV - Adds MORE PLUSHIE + - id: PlushiePenguin # DeltaV - Adds MORE PLUSHIE orGroup: Plushie - - id: PlushieGhost #DeltaV - Adds MORE PLUSHIE + - id: PlushieGhost # DeltaV - Adds MORE PLUSHIE orGroup: Plushie - - id: PlushieDiona #DeltaV - Adds MORE PLUSHIE + - id: PlushieDiona # DeltaV - Adds MORE PLUSHIE orGroup: Plushie - - id: ToyMouse #DeltaV - Adds MORE PLUSHIE + - id: ToyMouse # DeltaV - Adds MORE PLUSHIE orGroup: Plushie - id: PlushieRouny orGroup: Plushie @@ -683,9 +683,9 @@ orGroup: Plushie - id: PlushieCarp orGroup: Plushie - - id: PlushieHolocarp #DeltaV - Adds MORE PLUSHIE + - id: PlushieHolocarp # DeltaV - Adds MORE PLUSHIE orGroup: Plushie - - id: PlushieRainbowCarp #DeltaV - Adds MORE PLUSHIE + - id: PlushieRainbowCarp # DeltaV - Adds MORE PLUSHIE orGroup: Plushie - id: PlushieSlime orGroup: Plushie @@ -1242,13 +1242,13 @@ - id: FoodKoibean orGroup: Produce amount: 5 - - id: FoodGhostPepper #DeltaV + - id: FoodGhostPepper # DeltaV orGroup: Produce amount: 5 - - id: FoodCosmicRevenant #DeltaV + - id: FoodCosmicRevenant # DeltaV orGroup: Produce amount: 5 - - id: FoodCrystalThistle #DeltaV + - id: FoodCrystalThistle # DeltaV orGroup: Produce amount: 5 - id: FoodLily @@ -1294,7 +1294,7 @@ - type: entity parent: BaseMail id: MailNFFigurineBulk # DeltaV - No longer Bulk - suffix: figurine, bulk #DeltaV - Spams 3 boxes instead of using the bulk figurine prototype that Frontier uses + suffix: figurine, bulk # DeltaV - Spams 3 boxes instead of using the bulk figurine prototype that Frontier uses components: - type: Mail contents: @@ -1336,7 +1336,7 @@ components: - type: Mail contents: - - id: PlushieThrongler #DeltaV: ThronglerToy -> PlushieThrongler + - id: PlushieThrongler # DeltaV: ThronglerToy -> PlushieThrongler - type: entity parent: BaseMail diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_civilian.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_civilian.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_civilian.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_civilian.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_command.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_command.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_command.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_command.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_engineering.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_engineering.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_engineering.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_engineering.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_epistemology.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_epistemology.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_epistemology.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_epistemology.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_medical.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_medical.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_medical.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_medical.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_security.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_security.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail_security.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/mail_security.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/tools.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/tools.yml similarity index 69% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/tools.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/tools.yml index b41bf084c1..bf0f919818 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/tools.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Mail/tools.yml @@ -5,9 +5,9 @@ description: Keeps your parcels safe. components: - type: Sprite - sprite: DeltaV/Clothing/Belt/courierbag.rsi + sprite: _DV/Clothing/Belt/courierbag.rsi state: icon - type: Clothing - sprite: DeltaV/Clothing/Belt/courierbag.rsi + sprite: _DV/Clothing/Belt/courierbag.rsi quickEquip: false slots: [belt] diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Medical/healing.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/healing.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Medical/healing.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/morgue.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Medical/morgue.yml similarity index 93% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/morgue.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Medical/morgue.yml index 0d1a779a47..f7ced4b65a 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/morgue.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Medical/morgue.yml @@ -6,7 +6,7 @@ description: Slimey, vaporous residue of an ancient spirit. components: - type: Sprite - sprite: DeltaV/Mobs/Ghosts/revenant.rsi + sprite: _DV/Mobs/Ghosts/revenant.rsi state: ectoplasm - type: Tag tags: diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Robotics/borg_modules.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Robotics/borg_modules.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Robotics/borg_modules.yml index 4f434e5ee6..1813f957f6 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -7,7 +7,7 @@ tags: - BorgModuleSecurity - type: Sprite - sprite: DeltaV/Objects/Specific/Robotics/borgmodule.rsi + sprite: _DV/Objects/Specific/Robotics/borgmodule.rsi # Security Modules diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Security/security.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Security/security.yml similarity index 98% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Security/security.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Security/security.yml index 68a9c18f87..48ac0863c3 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Security/security.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Security/security.yml @@ -57,7 +57,7 @@ damage: 20 # Stuns in 5 sound: /Audio/Nyanotrasen/Weapons/club.ogg # TODO: Find a free-to-use thwacking sound effect. This isn't perfect but this works. - type: Sprite - sprite: DeltaV/Objects/Weapons/Melee/wood_baton.rsi + sprite: _DV/Objects/Weapons/Melee/wood_baton.rsi state: icon - type: GuideHelp guides: diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Service/vending_machine_restock.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/Service/vending_machine_restock.yml similarity index 93% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/Service/vending_machine_restock.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/Service/vending_machine_restock.yml index 281b590e7e..e3fced0056 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Service/vending_machine_restock.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/Service/vending_machine_restock.yml @@ -6,7 +6,7 @@ abstract: true components: - type: Sprite - sprite: DeltaV/Objects/Specific/Service/vending_machine_restock.rsi + sprite: _DV/Objects/Specific/Service/vending_machine_restock.rsi - type: entity parent: BaseVendingMachineRestockDeltaV diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/chemistry-bottles.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/chemistry-bottles.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/chemistry-bottles.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/chemistry-bottles.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/fugitive.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/fugitive.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/fugitive.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/fugitive.yml diff --git a/Resources/Prototypes/_DV/Entities/Objects/Specific/mining_voucher.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/mining_voucher.yml new file mode 100644 index 0000000000..6a67f35704 --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/mining_voucher.yml @@ -0,0 +1,28 @@ +- type: entity + parent: BaseItem + id: MiningVoucher + name: mining voucher + description: A token to redeem a piece of equipment. Insert into your salvage vendor to redeem it. + components: + - type: Sprite + sprite: _DV/Objects/Specific/Salvage/voucher.rsi + state: icon + - type: Item + size: Tiny + - type: ActivatableUI + key: enum.MiningVoucherUiKey.Key + - type: UserInterface + interfaces: + enum.MiningVoucherUiKey.Key: + type: MiningVoucherBoundUserInterface + - type: MiningVoucher + vendorWhitelist: # it's the only mining points vendor :) + components: + - PointsVendor + kits: + - MiningCrusher + - MiningExtraction + #- MiningResonator + #- MiningSurvival + #- MiningDrone + - MiningConscription diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/recruiter.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/recruiter.yml similarity index 95% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/recruiter.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/recruiter.yml index d17abefed8..6c9cbe8ce7 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/recruiter.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/recruiter.yml @@ -5,7 +5,7 @@ description: A uniquely evil pen that draws your blood to make signatures. components: - type: Sprite - sprite: DeltaV/Objects/Misc/recruiter_pen.rsi + sprite: _DV/Objects/Misc/recruiter_pen.rsi layers: - state: empty - state: filled-1 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Tools/emag.yml b/Resources/Prototypes/_DV/Entities/Objects/Tools/emag.yml similarity index 80% rename from Resources/Prototypes/DeltaV/Entities/Objects/Tools/emag.yml rename to Resources/Prototypes/_DV/Entities/Objects/Tools/emag.yml index ee7b267bcd..f18160ae20 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Tools/emag.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Tools/emag.yml @@ -10,8 +10,8 @@ components: - Airlock - type: Sprite - sprite: DeltaV/Objects/Tools/doorjack.rsi + sprite: _DV/Objects/Tools/doorjack.rsi state: icon - type: Item - sprite: DeltaV/Objects/Tools/doorjack.rsi + sprite: _DV/Objects/Tools/doorjack.rsi storedRotation: -90 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Bombs/plastic.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Bombs/plastic.yml similarity index 92% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Bombs/plastic.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Bombs/plastic.yml index 7eb8e8d9a2..51ee92734d 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Bombs/plastic.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Bombs/plastic.yml @@ -5,7 +5,7 @@ id: BreachingCharge components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Bombs/breaching.rsi + sprite: _DV/Objects/Weapons/Bombs/breaching.rsi state: icon layers: - state: icon diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/caseless_rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/caseless_rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/caseless_rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/caseless_rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/light_rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/light_rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/light_rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/light_rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/magnum.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/magnum.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/magnum.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/magnum.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/pistol.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/pistol.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/pistol.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/pistol.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/special.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/special.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/special.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/special.yml index 4338d1e0c1..1288f116d4 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/special.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/special.yml @@ -16,7 +16,7 @@ containers: ballistic-ammo: !type:Container - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi + sprite: _DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi - type: MagazineVisuals magState: mag steps: 2 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy_guns.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy_guns.yml similarity index 81% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy_guns.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy_guns.yml index e5a401edd8..8ab6a214a6 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy_guns.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy_guns.yml @@ -10,7 +10,7 @@ - BulletBB proto: BulletBB - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi + sprite: _DV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi layers: - state: bbbox - type: StaticPrice diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/caseless_rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/caseless_rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/caseless_rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/caseless_rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml similarity index 79% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml index c5b913515a..9aa9e46b1a 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml @@ -12,7 +12,7 @@ proto: BulletMusket deleteOnSpawn: true - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi + sprite: _DV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi state: base - type: Construction graph: CartridgeMusketGraph diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/replicated.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/replicated.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/replicated.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/replicated.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/special.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/special.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/special.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/special.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml similarity index 96% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml index cf851709b1..ea195143da 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml @@ -51,7 +51,7 @@ containers: ballistic-ammo: !type:Container - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi + sprite: _DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/caseless_rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/caseless_rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/caseless_rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/caseless_rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/light_rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/light_rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/light_rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/light_rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/magnum.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/magnum.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/magnum.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/magnum.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/musket.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/musket.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/musket.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/musket.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/pistol.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/pistol.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/pistol.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/pistol.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/replicated.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/replicated.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/replicated.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/replicated.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/rifle.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/rifle.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/rifle.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/rifle.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/special.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/special.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/special.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/special.yml index bac057d30b..361b15539e 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/special.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/special.yml @@ -14,7 +14,7 @@ - CartridgeSpecial capacity: 6 - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi + sprite: _DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi - type: ContainerContainer containers: ballistic-ammo: !type:Container diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml similarity index 82% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 6cdeba10d4..7a4123c9d8 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -5,7 +5,7 @@ description: "A basic hybrid energy gun with two settings: disable and kill." components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/energygun.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -16,12 +16,12 @@ map: ["enum.GunVisualLayers.MagUnshaded"] shader: unshaded - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/energygun.rsi - type: Gun soundGunshot: - path: /Audio/DeltaV/Weapons/Guns/Gunshots/laser.ogg + path: /Audio/_DV/Weapons/Guns/Gunshots/laser.ogg soundEmpty: - path: /Audio/DeltaV/Weapons/Guns/Empty/dry_fire.ogg + path: /Audio/_DV/Weapons/Guns/Empty/dry_fire.ogg - type: Battery maxCharge: 1000 startingCharge: 1000 @@ -58,7 +58,7 @@ description: This is an expensive, modern recreation of an antique laser gun. This gun has several unique firemodes, but lacks the ability to recharge over time. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -69,12 +69,12 @@ map: ["enum.GunVisualLayers.MagUnshaded"] shader: unshaded - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi - type: Gun soundGunshot: - path: /Audio/DeltaV/Weapons/Guns/Gunshots/laser.ogg + path: /Audio/_DV/Weapons/Guns/Gunshots/laser.ogg soundEmpty: - path: /Audio/DeltaV/Weapons/Guns/Empty/dry_fire.ogg + path: /Audio/_DV/Weapons/Guns/Empty/dry_fire.ogg - type: Battery maxCharge: 1000 startingCharge: 1000 @@ -124,7 +124,7 @@ description: A light version of the Energy gun with a smaller capacity. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -132,12 +132,12 @@ shader: unshaded map: [ "Firemode" ] - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi - type: Gun soundGunshot: - path: /Audio/DeltaV/Weapons/Guns/Gunshots/laser.ogg + path: /Audio/_DV/Weapons/Guns/Gunshots/laser.ogg soundEmpty: - path: /Audio/DeltaV/Weapons/Guns/Empty/dry_fire.ogg + path: /Audio/_DV/Weapons/Guns/Empty/dry_fire.ogg - type: Battery maxCharge: 500 startingCharge: 500 @@ -174,7 +174,7 @@ description: A military grade sidearm, used by many militia forces throughout the local sector. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -185,12 +185,12 @@ map: ["enum.GunVisualLayers.MagUnshaded"] shader: unshaded - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi - type: Gun soundGunshot: - path: /Audio/DeltaV/Weapons/Guns/Gunshots/laser.ogg + path: /Audio/_DV/Weapons/Guns/Gunshots/laser.ogg soundEmpty: - path: /Audio/DeltaV/Weapons/Guns/Empty/dry_fire.ogg + path: /Audio/_DV/Weapons/Guns/Empty/dry_fire.ogg - type: Battery maxCharge: 800 startingCharge: 800 @@ -232,7 +232,7 @@ description: "A 20 round semi-automatic energy carbine." components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -240,12 +240,12 @@ map: ["enum.GunVisualLayers.MagUnshaded"] shader: unshaded - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi - type: Gun soundGunshot: - path: /Audio/DeltaV/Weapons/Guns/Gunshots/laser.ogg + path: /Audio/_DV/Weapons/Guns/Gunshots/laser.ogg soundEmpty: - path: /Audio/DeltaV/Weapons/Guns/Empty/dry_fire.ogg + path: /Audio/_DV/Weapons/Guns/Empty/dry_fire.ogg selectedMode: SemiAuto fireRate: 3 availableModes: @@ -269,7 +269,7 @@ description: It's cooler than a normal gun. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -277,7 +277,7 @@ map: ["enum.GunVisualLayers.MagUnshaded"] shader: unshaded - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi - type: Gun fireRate: 1.5 soundGunshot: @@ -293,7 +293,7 @@ description: "For when a single shot just isn't enough" components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -301,10 +301,10 @@ map: ["enum.GunVisualLayers.MagUnshaded"] shader: unshaded - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi - type: Gun soundGunshot: - path: /Audio/DeltaV/Weapons/Guns/Gunshots/beamcannon.ogg + path: /Audio/_DV/Weapons/Guns/Gunshots/beamcannon.ogg selectedMode: FullAuto fireRate: 15 availableModes: FullAuto @@ -334,7 +334,7 @@ sprintModifier: 0.7 - type: HeldSpeedModifier - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Battery/beam_devestator.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/beam_devestator.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -343,7 +343,7 @@ fireRate: 15 availableModes: FullAuto soundGunshot: - path: /Audio/DeltaV/Weapons/Guns/Gunshots/beamcannon.ogg + path: /Audio/_DV/Weapons/Guns/Gunshots/beamcannon.ogg - type: HitscanBatteryAmmoProvider proto: BeamDev fireCost: 600 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Launchers/launchers.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Launchers/launchers.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Launchers/launchers.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Pistols/pistols.yml similarity index 79% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Pistols/pistols.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index 0a3260d282..0ae6009f0c 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -6,9 +6,9 @@ suffix: Wood components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi + sprite: _DV/Objects/Weapons/Guns/Pistols/viperwood.rsi - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi + sprite: _DV/Objects/Weapons/Guns/Pistols/viperwood.rsi - type: ItemSlots slots: gun_magazine: @@ -41,9 +41,9 @@ suffix: Mercenary components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi + sprite: _DV/Objects/Weapons/Guns/Pistols/pollock.rsi - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi + sprite: _DV/Objects/Weapons/Guns/Pistols/pollock.rsi - type: Gun fireRate: 5 availableModes: @@ -79,7 +79,7 @@ description: A small, flashy pistol with a marble style grip. Provides no tactical advantage. Uses .38 special ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi + sprite: _DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi - type: Gun fireRate: 3.5 availableModes: @@ -140,11 +140,11 @@ description: The SLP-67, featuring a fullsize polymer frame and extended slide, improves upon its predecessor in ergonomics, accuracy, and capacity. Uses .35 auto ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi + sprite: _DV/Objects/Weapons/Guns/Pistols/slp67.rsi - type: Item size: Normal - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi + sprite: _DV/Objects/Weapons/Guns/Pistols/slp67.rsi - type: ItemSlots slots: gun_magazine: @@ -172,9 +172,9 @@ description: The ubiquitous, compact, and reliable Self-Loading Pistol, Model 57. Uses .35 auto ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi + sprite: _DV/Objects/Weapons/Guns/Pistols/slp57.rsi - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi + sprite: _DV/Objects/Weapons/Guns/Pistols/slp57.rsi - type: Gun minAngle: 0 maxAngle: 30 @@ -185,3 +185,30 @@ - SemiAuto soundGunshot: path: /Audio/Weapons/Guns/Gunshots/mk58.ogg + +- type: entity + parent: WeaponPistolViper + id: WeaponPistolViperAppraisal + name: appraisal tool + suffix: Gun + description: A beancounter's best friend, with a quantum connection to the galactic market and the ability to appraise even the toughest items. It will also tell you if a crate contains a completed bounty. + components: + - type: Item + size: Small + shape: null + - type: Sprite + sprite: _DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi + - type: Gun + fireRate: 4.5 + showExamineText: false + - type: PriceGun + - type: UseDelay + delay: 1 # To allow use of the price gun while not hindering the gun portion of it. + - type: Tag + tags: + - AppraisalTool + - Sidearm + - ConcealCarry + - type: GuideHelp + guides: + - Cargo diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml similarity index 73% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml index f7daf83b42..ef7f760850 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml @@ -35,13 +35,13 @@ types: Heat: 2 muzzleFlash: - sprite: DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi + sprite: _DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi state: muzzle_laser travelFlash: - sprite: DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi + sprite: _DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi state: beam impactFlash: - sprite: DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi + sprite: _DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi state: impact_laser - type: hitscan @@ -51,12 +51,12 @@ Heat: 5 Structural: 20 muzzleFlash: - sprite: DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi + sprite: _DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi state: muzzle_laser travelFlash: - sprite: DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi + sprite: _DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi state: beam impactFlash: - sprite: DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi + sprite: _DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi state: impact_laser diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/impacts.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/impacts.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/impacts.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/impacts.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/meteors.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/meteors.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/meteors.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/meteors.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/toy_projectiles.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/toy_projectiles.yml similarity index 95% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/toy_projectiles.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/toy_projectiles.yml index f078a3b6da..3ecb4ba8c2 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/toy_projectiles.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Projectiles/toy_projectiles.yml @@ -10,7 +10,7 @@ - type: Appearance - type: FlyBySound - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi + sprite: _DV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi layers: - state: bbbullet - type: Tag diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml similarity index 82% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml index 615f45bfc0..b01d43232d 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml @@ -5,9 +5,9 @@ description: An old and reliable revolver, modified to be more easily concealed. Uses .45 magnum ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi + sprite: _DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi + sprite: _DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi - type: Gun selectedMode: SemiAuto minAngle: 5 @@ -29,9 +29,9 @@ description: A classic, if not outdated, law enforcement firearm. Uses .38 special ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi + sprite: _DV/Objects/Weapons/Guns/Revolvers/k38master.rsi - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi + sprite: _DV/Objects/Weapons/Guns/Revolvers/k38master.rsi - type: Gun selectedMode: SemiAuto fireRate: 2 @@ -54,9 +54,9 @@ description: A compact and concealable self defence snub revolver. Uses .38 special ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi + sprite: _DV/Objects/Weapons/Guns/Revolvers/fitz.rsi - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi + sprite: _DV/Objects/Weapons/Guns/Revolvers/fitz.rsi - type: Gun selectedMode: SemiAuto fireRate: 1.75 @@ -79,9 +79,9 @@ description: Luck always beats skill, ya weasel. Uses .38 special ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi + sprite: _DV/Objects/Weapons/Guns/Revolvers/lucky.rsi - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi + sprite: _DV/Objects/Weapons/Guns/Revolvers/lucky.rsi - type: Gun selectedMode: SemiAuto fireRate: 2 @@ -106,9 +106,9 @@ description: Delivers blessings in bullet form. Uses .38 special ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi + sprite: _DV/Objects/Weapons/Guns/Revolvers/faith.rsi - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi + sprite: _DV/Objects/Weapons/Guns/Revolvers/faith.rsi - type: Gun selectedMode: SemiAuto fireRate: 1.5 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml similarity index 88% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml index a93657a325..f8c54a6ef0 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml @@ -5,7 +5,7 @@ description: One of the heaviest small arms to grace Security's armory, this rifle is a modern take on a classic, informally dubbed the "Right Arm of the Free World". Uses .30 rifle ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi + sprite: _DV/Objects/Weapons/Guns/Rifles/vulcan.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -53,7 +53,7 @@ zeroVisible: true - type: Appearance - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi + sprite: _DV/Objects/Weapons/Guns/Rifles/vulcan.rsi - type: entity name: CAWS-25 Jackdaw @@ -65,7 +65,7 @@ - type: Item size: Large - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi + sprite: _DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -82,7 +82,7 @@ - SemiAuto - FullAuto soundGunshot: - path: /Audio/DeltaV/Weapons/Guns/Gunshots/jackdaw.ogg + path: /Audio/_DV/Weapons/Guns/Gunshots/jackdaw.ogg - type: ChamberMagazineAmmoProvider - type: ItemSlots slots: @@ -112,7 +112,7 @@ zeroVisible: true - type: Appearance - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi + sprite: _DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi - type: entity name: Tenebra @@ -122,7 +122,7 @@ suffix: Mercenary components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi + sprite: _DV/Objects/Weapons/Guns/Rifles/tenebra.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -169,7 +169,7 @@ zeroVisible: true - type: Appearance - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi + sprite: _DV/Objects/Weapons/Guns/Rifles/tenebra.rsi - type: entity name: M-90 @@ -178,9 +178,9 @@ description: An older bullpup carbine model. Uses .20 rifle ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi + sprite: _DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi + sprite: _DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi - type: entity name: musket @@ -196,7 +196,7 @@ capacity: 1 proto: CartridgeMusket - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi + sprite: _DV/Objects/Weapons/Guns/Rifles/musket.rsi state: base - type: Gun #Smoothbore fireRate: .125 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/SMGs/smgs.yml similarity index 87% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/SMGs/smgs.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index d610a1c2ae..d5fc0174c9 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -5,14 +5,14 @@ description: A modern take on the classic design used by mobsters throughout space and time. Types .35 auto ammo. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi + sprite: _DV/Objects/Weapons/Guns/SMGs/typewriter.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] - state: mag-0 map: ["enum.GunVisualLayers.Mag"] - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi + sprite: _DV/Objects/Weapons/Guns/SMGs/typewriter.rsi - type: GunWieldBonus minAngle: -20 maxAngle: -30 @@ -23,7 +23,7 @@ angleDecay: 20 fireRate: 8 soundGunshot: - path: /Audio/DeltaV/Weapons/Guns/Gunshots/typewriter.ogg + path: /Audio/_DV/Weapons/Guns/Gunshots/typewriter.ogg - type: ChamberMagazineAmmoProvider - type: ItemSlots slots: diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml similarity index 82% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml index 862d3369ae..dceaa80d12 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -5,9 +5,9 @@ description: Sold as a "riot" shotgun, this shotgun has a special gas-operated mechanism that makes it highly effective for CQC and suppressive fire. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi + sprite: _DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi + sprite: _DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi - type: Item size: Large - type: GunRequiresWield @@ -38,9 +38,9 @@ suffix: Beanbag components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/pump.rsi # Delta-V - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi # Delta-V + sprite: _DV/Objects/Weapons/Guns/Shotguns/pump.rsi # Delta-V - type: BallisticAmmoProvider capacity: 4 proto: ShellShotgunBeanbag diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/foam_blade.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/foam_blade.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/foam_blade.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/foam_blade.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/home_run_bat.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/home_run_bat.yml similarity index 92% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/home_run_bat.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/home_run_bat.yml index ce90e8638b..ed0db2f6c6 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/home_run_bat.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/home_run_bat.yml @@ -5,7 +5,7 @@ description: Heavy metal bat with an extra kick. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Melee/home_run_bat.rsi + sprite: _DV/Objects/Weapons/Melee/home_run_bat.rsi state: icon - type: MeleeWeapon damage: diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/knife.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/knife.yml similarity index 74% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/knife.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/knife.yml index b19fa1dbfe..1b4224144a 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/knife.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/knife.yml @@ -5,10 +5,10 @@ description: A slightly dulled bread knife components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Melee/prison_knife.rsi + sprite: _DV/Objects/Weapons/Melee/prison_knife.rsi state: icon - type: Item - sprite: DeltaV/Objects/Weapons/Melee/prison_knife.rsi + sprite: _DV/Objects/Weapons/Melee/prison_knife.rsi - type: MeleeWeapon damage: types: diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Throwable/grenades.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Throwable/grenades.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Throwable/grenades.yml rename to Resources/Prototypes/_DV/Entities/Objects/Weapons/Throwable/grenades.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Stations/base.yml b/Resources/Prototypes/_DV/Entities/Stations/base.yml similarity index 93% rename from Resources/Prototypes/DeltaV/Entities/Stations/base.yml rename to Resources/Prototypes/_DV/Entities/Stations/base.yml index 5249da7bb2..338265b208 100644 --- a/Resources/Prototypes/DeltaV/Entities/Stations/base.yml +++ b/Resources/Prototypes/_DV/Entities/Stations/base.yml @@ -35,4 +35,4 @@ components: - type: StationPlanetSpawner planet: Lavaland - gridPath: /Maps/Nonstations/DeltaV/lavaland_mining_base.yml \ No newline at end of file + gridPath: /Maps/_DV/Nonstations/lavaland_mining_base.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Decoration/shuttle_manipulator.yml b/Resources/Prototypes/_DV/Entities/Structures/Decoration/shuttle_manipulator.yml similarity index 84% rename from Resources/Prototypes/DeltaV/Entities/Structures/Decoration/shuttle_manipulator.yml rename to Resources/Prototypes/_DV/Entities/Structures/Decoration/shuttle_manipulator.yml index f9dfa84b76..73a34cbe31 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Decoration/shuttle_manipulator.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Decoration/shuttle_manipulator.yml @@ -5,7 +5,7 @@ description: A three-dimensional hologram projection of a space station. components: - type: Sprite - sprite: DeltaV/Structures/Decoration/shuttle_manipulator.rsi + sprite: _DV/Structures/Decoration/shuttle_manipulator.rsi state: holograph_station - type: PointLight radius: 1.4 diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/_DV/Entities/Structures/Doors/Airlocks/access.yml similarity index 98% rename from Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml rename to Resources/Prototypes/_DV/Entities/Structures/Doors/Airlocks/access.yml index b99fa5a3b6..c436ffe890 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Doors/Airlocks/access.yml @@ -26,7 +26,7 @@ suffix: Mining, Filled, Locked components: - type: GridFill - path: /Maps/Shuttles/DeltaV/mining.yml + path: /Maps/_DV/Shuttles/mining.yml addComponents: - type: IFF flags: @@ -39,7 +39,7 @@ suffix: Glacier, Filled, Locked components: - type: GridFill - path: /Maps/Shuttles/DeltaV/glacier_surface_shuttle.yml + path: /Maps/_DV/Shuttles/glacier_surface_shuttle.yml # Delta V specific roles - type: entity @@ -186,7 +186,7 @@ suffix: External, Escape Sub, Glass, Docking components: - type: GridFill - path: /Maps/Shuttles/DeltaV/sub_escape_pod.yml + path: /Maps/_DV/Shuttles/sub_escape_pod.yml - type: entity parent: AirlockRobotics diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/airlocks.yml b/Resources/Prototypes/_DV/Entities/Structures/Doors/Airlocks/airlocks.yml similarity index 68% rename from Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/airlocks.yml rename to Resources/Prototypes/_DV/Entities/Structures/Doors/Airlocks/airlocks.yml index b4d2436a0a..0fe9bc6155 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/airlocks.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Doors/Airlocks/airlocks.yml @@ -4,7 +4,7 @@ suffix: Justice components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi + sprite: _DV/Structures/Doors/Airlocks/Standard/justice.rsi - type: PaintableAirlock department: Justice @@ -14,7 +14,7 @@ suffix: Robotics components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi + sprite: _DV/Structures/Doors/Airlocks/Standard/roboticist.rsi # Glass @@ -24,7 +24,7 @@ suffix: Justice components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi + sprite: _DV/Structures/Doors/Airlocks/Glass/justice.rsi - type: PaintableAirlock department: Justice @@ -34,4 +34,4 @@ suffix: Robotics components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi + sprite: _DV/Structures/Doors/Airlocks/Glass/roboticist.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/assembly.yml b/Resources/Prototypes/_DV/Entities/Structures/Doors/Airlocks/assembly.yml similarity index 69% rename from Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/assembly.yml rename to Resources/Prototypes/_DV/Entities/Structures/Doors/Airlocks/assembly.yml index 5d616fd7ff..6376ed3222 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/assembly.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Doors/Airlocks/assembly.yml @@ -6,7 +6,7 @@ suffix: Chemistry components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Standard/chemistry.rsi #Delta V - Resprite Doors state: "assembly" - type: entity @@ -15,7 +15,7 @@ suffix: Chemistry, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi #Delta V - Resprite Doors + sprite: _DV/Structures/Doors/Airlocks/Glass/chemistry.rsi #Delta V - Resprite Doors state: "assembly" #Roboticist - Delta-V Creation @@ -25,7 +25,7 @@ suffix: Robotics components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi + sprite: _DV/Structures/Doors/Airlocks/Standard/roboticist.rsi state: "assembly" - type: entity @@ -34,5 +34,5 @@ suffix: Robotics, Glass components: - type: Sprite - sprite: DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi + sprite: _DV/Structures/Doors/Airlocks/Glass/roboticist.rsi state: "assembly" diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Shutter/blast_door.yml b/Resources/Prototypes/_DV/Entities/Structures/Doors/Shutter/blast_door.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Structures/Doors/Shutter/blast_door.yml rename to Resources/Prototypes/_DV/Entities/Structures/Doors/Shutter/blast_door.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/_DV/Entities/Structures/Doors/Windoors/windoor.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Structures/Doors/Windoors/windoor.yml rename to Resources/Prototypes/_DV/Entities/Structures/Doors/Windoors/windoor.yml diff --git a/Resources/Prototypes/_DV/Entities/Structures/Doors/airlock_groups.yml b/Resources/Prototypes/_DV/Entities/Structures/Doors/airlock_groups.yml new file mode 100644 index 0000000000..6af1bf9007 --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Structures/Doors/airlock_groups.yml @@ -0,0 +1,41 @@ +# Door resprites +- type: AirlockGroup + id: StandardDeltaV + iconPriority: 200 # higher priority for spray painter + stylePaths: + atmospherics: _DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi + basic: _DV/Structures/Doors/Airlocks/Standard/basic.rsi + cargo: _DV/Structures/Doors/Airlocks/Standard/cargo.rsi + chemistry: _DV/Structures/Doors/Airlocks/Standard/chemistry.rsi + command: _DV/Structures/Doors/Airlocks/Standard/command.rsi + engineering: _DV/Structures/Doors/Airlocks/Standard/engineering.rsi + freezer: _DV/Structures/Doors/Airlocks/Standard/freezer.rsi + hydroponics: _DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi + maintenance: _DV/Structures/Doors/Airlocks/Standard/maint.rsi + science: _DV/Structures/Doors/Airlocks/Standard/science.rsi + security: _DV/Structures/Doors/Airlocks/Standard/security.rsi + virology: _DV/Structures/Doors/Airlocks/Standard/virology.rsi + justice: _DV/Structures/Doors/Airlocks/Standard/justice.rsi # Add Justice Dept + roboticist: _DV/Structures/Doors/Airlocks/Standard/roboticist.rsi #Added Roboticist Role + +- type: AirlockGroup + id: GlassDeltaV + iconPriority: 190 + stylePaths: + atmospherics: _DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi + basic: _DV/Structures/Doors/Airlocks/Glass/basic.rsi + chemistry: _DV/Structures/Doors/Airlocks/Glass/chemistry.rsi + command: _DV/Structures/Doors/Airlocks/Glass/command.rsi + science: _DV/Structures/Doors/Airlocks/Glass/science.rsi + cargo: _DV/Structures/Doors/Airlocks/Glass/cargo.rsi + engineering: _DV/Structures/Doors/Airlocks/Glass/engineering.rsi + glass: _DV/Structures/Doors/Airlocks/Glass/glass.rsi + hydroponics: _DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi + maintenance: _DV/Structures/Doors/Airlocks/Glass/maint.rsi + medical: _DV/Structures/Doors/Airlocks/Glass/medical.rsi + security: _DV/Structures/Doors/Airlocks/Glass/security.rsi + virology: _DV/Structures/Doors/Airlocks/Glass/virology.rsi + justice: _DV/Structures/Doors/Airlocks/Glass/justice.rsi # Add Justice Dept + roboticist: _DV/Structures/Doors/Airlocks/Glass/roboticist.rsi #Added Roboticist Role + + diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Machines/computers.yml b/Resources/Prototypes/_DV/Entities/Structures/Machines/computers.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Structures/Machines/computers.yml rename to Resources/Prototypes/_DV/Entities/Structures/Machines/computers.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Machines/faxmachines.yml b/Resources/Prototypes/_DV/Entities/Structures/Machines/faxmachines.yml similarity index 83% rename from Resources/Prototypes/DeltaV/Entities/Structures/Machines/faxmachines.yml rename to Resources/Prototypes/_DV/Entities/Structures/Machines/faxmachines.yml index c2eb95cd7c..858caf8ec5 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Machines/faxmachines.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Machines/faxmachines.yml @@ -5,7 +5,7 @@ suffix: Syndicate components: - type: Sprite - sprite: DeltaV/Structures/Machines/syndicate_fax_machine.rsi + sprite: _DV/Structures/Machines/syndicate_fax_machine.rsi layers: - state: icon map: [ "base" ] diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Machines/holopad.yml b/Resources/Prototypes/_DV/Entities/Structures/Machines/holopad.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Structures/Machines/holopad.yml rename to Resources/Prototypes/_DV/Entities/Structures/Machines/holopad.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Machines/syndicate_monitor_server.yml b/Resources/Prototypes/_DV/Entities/Structures/Machines/syndicate_monitor_server.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Structures/Machines/syndicate_monitor_server.yml rename to Resources/Prototypes/_DV/Entities/Structures/Machines/syndicate_monitor_server.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/_DV/Entities/Structures/Machines/vending_machines.yml similarity index 92% rename from Resources/Prototypes/DeltaV/Entities/Structures/Machines/vending_machines.yml rename to Resources/Prototypes/_DV/Entities/Structures/Machines/vending_machines.yml index 5bdd8ee1ed..1e72736f8a 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Machines/vending_machines.yml @@ -15,7 +15,7 @@ pack: PrideDrobeGoodbyes - type: Speech - type: Sprite - sprite: DeltaV/Structures/Machines/VendingMachines/pride.rsi + sprite: _DV/Structures/Machines/VendingMachines/pride.rsi layers: - state: "off" map: ["enum.VendingMachineVisualLayers.Base"] @@ -41,7 +41,7 @@ - type: SpeakOnUIClosed pack: CourierDrobeGoodbyes - type: Sprite - sprite: DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi + sprite: _DV/Structures/Machines/VendingMachines/courierdrobe.rsi layers: - state: "off" map: ["enum.VendingMachineVisualLayers.Base"] diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Piping/Disposal/space_disposal.yml b/Resources/Prototypes/_DV/Entities/Structures/Piping/Disposal/space_disposal.yml similarity index 94% rename from Resources/Prototypes/DeltaV/Entities/Structures/Piping/Disposal/space_disposal.yml rename to Resources/Prototypes/_DV/Entities/Structures/Piping/Disposal/space_disposal.yml index 2b67537258..3adbc26683 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Piping/Disposal/space_disposal.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Piping/Disposal/space_disposal.yml @@ -5,7 +5,7 @@ description: A pneumatic waste disposal unit with warning signs telling you that it leads to space and that NT is not responsible for any injury. components: - type: Sprite - sprite: DeltaV/Structures/Piping/disposal.rsi + sprite: _DV/Structures/Piping/disposal.rsi snapCardinals: true layers: - state: condisposal diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Storage/Closets/Lockers/lockers.yml b/Resources/Prototypes/_DV/Entities/Structures/Storage/Closets/Lockers/lockers.yml similarity index 95% rename from Resources/Prototypes/DeltaV/Entities/Structures/Storage/Closets/Lockers/lockers.yml rename to Resources/Prototypes/_DV/Entities/Structures/Storage/Closets/Lockers/lockers.yml index bb388fe66d..a0a3d53248 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Storage/Closets/Lockers/lockers.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Storage/Closets/Lockers/lockers.yml @@ -3,7 +3,7 @@ id: LockerBaseDeltaV components: - type: Sprite - sprite: DeltaV/Structures/Storage/closet.rsi + sprite: _DV/Structures/Storage/closet.rsi - type: entity parent: [ LockerBaseDeltaV, LockerBaseSecure ] diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Storage/Crates/barrel.yml b/Resources/Prototypes/_DV/Entities/Structures/Storage/Crates/barrel.yml similarity index 96% rename from Resources/Prototypes/DeltaV/Entities/Structures/Storage/Crates/barrel.yml rename to Resources/Prototypes/_DV/Entities/Structures/Storage/Crates/barrel.yml index aa64c07002..cf715ec314 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Storage/Crates/barrel.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Storage/Crates/barrel.yml @@ -5,14 +5,14 @@ description: A musty old wooden barrel. components: - type: Sprite - sprite: DeltaV/Objects/Storage/barrel.rsi + sprite: _DV/Objects/Storage/barrel.rsi layers: - state: base map: ["enum.StorageVisualLayers.Base"] - state: closed map: ["enum.StorageVisualLayers.Door"] - type: Icon - sprite: DeltaV/Objects/Storage/barrel.rsi + sprite: _DV/Objects/Storage/barrel.rsi state: base - type: Damageable damageContainer: StructuralInorganic @@ -80,7 +80,7 @@ - type: DumpableSolution solution: tank - type: Sprite - sprite: DeltaV/Objects/Storage/keg.rsi + sprite: _DV/Objects/Storage/keg.rsi layers: - state: base map: ["enum.StorageVisualLayers.Base"] diff --git a/Resources/Prototypes/_DV/Entities/Structures/Storage/SecureCabinet/secure_cabinets.yml b/Resources/Prototypes/_DV/Entities/Structures/Storage/SecureCabinet/secure_cabinets.yml new file mode 100644 index 0000000000..74c433d6f4 --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Structures/Storage/SecureCabinet/secure_cabinets.yml @@ -0,0 +1,313 @@ +#Parent +- type: entity + abstract: true + parent: [ BaseStructureDynamic, BaseBagOpenClose ] + id: BaseSecureCabinet + suffix: Empty + description: A secure cabinet to keep all your confidential files or items away from prying hands. + components: + - type: Storage + grid: + - 0,0,2,1 + - 0,3,2,4 + - 0,6,2,7 + maxItemSize: Normal + - type: Sprite + sprite: _DV/Structures/Storage/secure_cabinet.rsi + noRot: true + - type: Appearance + - type: UserInterface + interfaces: + enum.StorageUiKey.Key: + type: StorageBoundUserInterface + - type: Transform + noRot: true + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.22,-0.40,0.22,0.40" + density: 200 + mask: + - MachineMask + layer: + - MachineLayer + - type: InteractionOutline + - type: ContainerContainer + containers: + storagebase: !type:Container + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: Metallic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 50 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + - !type:SpawnEntitiesBehavior + spawn: + SheetSteel1: + min: 1 + max: 2 + - type: StaticPrice + price: 80 + - type: Construction + graph: SecureCabinet + node: securecabinet + +#Empty Secure Cabinet +- type: entity + parent: BaseSecureCabinet + id: SecureCabinet + name: Secure Cabinet + suffix: Empty + components: + - type: Lock + - type: LockVisuals + - type: AccessReader + - type: Sprite + layers: + - state: secure-cabinet + - state: secure-cabinet-open + map: ["openLayer"] + - state: unlocked + shader: unshaded + - state: locked + map: ["enum.LockVisualLayers.Lock"] + shader: unshaded + +#Filled Secure Cabinet +- type: entity + parent: SecureCabinet + id: FilledSecureCabinet + suffix: Filled + categories: [ HideSpawnMenu ] + components: + - type: EntityTableContainerFill + containers: + storagebase: !type:AllSelector + children: + - id: Pen + prob: 0.5 + - id: PaperOffice + amount: !type:RangeNumberSelector + range: 1, 2 + - id: Paper + amount: !type:RangeNumberSelector + range: 1, 2 + - !type:GroupSelector + children: + - id: BoxFolderBlue + - id: BoxFolderRed + - id: BoxFolderYellow + - id: BoxFolderWhite + - id: BoxFolderGrey + - id: BoxFolderBlack + +#Role Secure Cabinets +#Captain +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetCaptain + suffix: Captain + components: + - type: AccessReader + access: [["Captain"]] + +#HeadOfSecurity +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetHoS + suffix: Head Of Security + components: + - type: AccessReader + access: [["HeadOfSecurity"]] + +#HeadOfPersonnel +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetHoP + suffix: Head Of Personnel + components: + - type: AccessReader + access: [["HeadOfPersonnel"]] + +#Logistics Officer (Quartermaster) +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetLO + suffix: Logistics Officer + components: + - type: AccessReader + access: [["Quartermaster"]] + +#ChiefMedicalOfficer +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetCMO + suffix: Chief Medical Officer + components: + - type: AccessReader + access: [["ChiefMedicalOfficer"]] + +#ChiefJustice +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetCJ + suffix: Chief Justice + components: + - type: AccessReader + access: [["ChiefJustice"]] + +#Mystagogue (ResearchDirector) +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetMG + suffix: Mystagogue + components: + - type: AccessReader + access: [["ResearchDirector"]] + +#ChiefEngineer +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetCE + suffix: Chief Engineer + components: + - type: AccessReader + access: [["ChiefEngineer"]] + +#Warden (Armory) +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetWarden + suffix: Warden + components: + - type: AccessReader + access: [["Armory"]] + +#Detective +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetDetective + suffix: Detective + components: + - type: AccessReader + access: [["Detective"]] + +#Reporter +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetReporter + suffix: Reporter + components: + - type: AccessReader + access: [["Reporter"]] + +#Clerk +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetClerk + suffix: Clerk + components: + - type: AccessReader + access: [["Clerk"]] + +#Prosecutor +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetProsecutor + suffix: Prosecutor + components: + - type: AccessReader + access: [["Prosecutor"]] + +#Attorney (Lawyer) +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetAttorney + suffix: Attorney + components: + - type: AccessReader + access: [["Lawyer"]] + + +#Department Secure Cabinets +#Command +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetCommand + suffix: Dept Command + components: + - type: AccessReader + access: [["Command"]] + +#Security +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetSecurity + suffix: Dept Security + components: + - type: AccessReader + access: [["Security"]] + +#Engineering +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetEngineering + suffix: Dept Engineering + components: + - type: AccessReader + access: [["Engineering"]] + +#Medical +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetMedical + suffix: Dept Medical + components: + - type: AccessReader + access: [["Medical"]] + +#Service +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetService + suffix: Dept Service + components: + - type: AccessReader + access: [["Service"]] + +#Logistics (Cargo) +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetLogistics + suffix: Dept Logistics + components: + - type: AccessReader + access: [["Cargo"]] + +#Epistemics (Research) +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetEpistemics + suffix: Dept Epistemics + components: + - type: AccessReader + access: [["Research"]] + +#Justice +- type: entity + parent: FilledSecureCabinet + id: SecureCabinetJustice + suffix: Dept Justice + components: + - type: AccessReader + access: [["Justice"]] diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Storage/Tanks/tanks.yml b/Resources/Prototypes/_DV/Entities/Structures/Storage/Tanks/tanks.yml similarity index 87% rename from Resources/Prototypes/DeltaV/Entities/Structures/Storage/Tanks/tanks.yml rename to Resources/Prototypes/_DV/Entities/Structures/Storage/Tanks/tanks.yml index 5368f805a7..563785dfd1 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Storage/Tanks/tanks.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Storage/Tanks/tanks.yml @@ -5,7 +5,7 @@ suffix: Empty components: - type: Sprite - sprite: DeltaV/Structures/Storage/kvass.rsi + sprite: _DV/Structures/Storage/kvass.rsi state: kvass - type: entity diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/_DV/Entities/Structures/Wallmounts/Signs/posters.yml similarity index 83% rename from Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/posters.yml rename to Resources/Prototypes/_DV/Entities/Structures/Wallmounts/Signs/posters.yml index 71e22a4e4f..4c4a8cbc7c 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Wallmounts/Signs/posters.yml @@ -5,7 +5,7 @@ description: ...and find out. Sponsored by the Intergalactic Bartenders' Federation, Delta branch. components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Posters/TJohnson.rsi + sprite: _DV/Structures/Wallmounts/Posters/TJohnson.rsi state: fuckaround - type: entity @@ -15,7 +15,7 @@ description: "A grimy old advert for a seedy lumber company. \"You got a friend in me.\" is scrawled in the corner." components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Posters/misc.rsi + sprite: _DV/Structures/Wallmounts/Posters/misc.rsi state: woodygotwood - type: entity @@ -25,7 +25,7 @@ description: "A propaganda poster that subtly encourages crew to open their mail. Brought to you by the Ministries Aiding Interstellar Logistics (M.A.I.L.)" components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Posters/mailposter.rsi + sprite: _DV/Structures/Wallmounts/Posters/mailposter.rsi state: mailposter - type: entity @@ -35,7 +35,7 @@ description: "A poster depicting a vaugely slime-like man with white eyes telling you to \"Work, Achieve, and Prosper.\" You can't tell why, but you swear you've seen this figure in NanoTrasen advertisements before." components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi + sprite: _DV/Structures/Wallmounts/Posters/grayposters.rsi state: posterworknanotrasen - type: entity @@ -45,7 +45,7 @@ description: "An overly optimistic poster depicting a much greener Earth with the NanoTrasen logo above. The blurb on it details the overall mission of the company. You swear Earth doesn't look like this anymore." components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi + sprite: _DV/Structures/Wallmounts/Posters/grayposters.rsi state: posterearthnanotrasen - type: entity @@ -55,7 +55,7 @@ description: "A poster depicting a vaugely slime-like man with white eyes informing you to rebel against your lowly employers. You can't tell why, but you swear you've seen this figure somewhere before." components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi + sprite: _DV/Structures/Wallmounts/Posters/grayposters.rsi state: posterworksyndicate - type: entity @@ -65,7 +65,7 @@ description: "A poster advertising syndicate recruitment. It details how your planet might be doomed to fail because of NanoTrasen research practices. \"Join the Winning Side,\" it says at the bottom. You swear there's a very fine print in the corner, but it might just be dirt." components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi + sprite: _DV/Structures/Wallmounts/Posters/grayposters.rsi state: posterroidsyndicate - type: entity @@ -75,7 +75,7 @@ description: "A gentle reminder to station employees to stay on task. The eyes on that sun are always watching for slackers." components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi + sprite: _DV/Structures/Wallmounts/Posters/grayposters.rsi state: work - type: entity @@ -85,7 +85,7 @@ description: "The notorious L6 light machine gun. Produced by Waffle Co., This monster of a weapon is capable of cutting down dozens of people in mere moments. And to think this company also makes party supplies!" components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi + sprite: _DV/Structures/Wallmounts/Posters/grayposters.rsi state: litdakka - type: entity @@ -95,5 +95,5 @@ description: "A poster warning the viewer of the dangers of discarded banana peels. Injuries can include, but are limited to, blunt force trauma to the head, skull fractures, and broken bones." components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi + sprite: _DV/Structures/Wallmounts/Posters/grayposters.rsi state: dangernana diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/_DV/Entities/Structures/Wallmounts/Signs/signs.yml similarity index 82% rename from Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/signs.yml rename to Resources/Prototypes/_DV/Entities/Structures/Wallmounts/Signs/signs.yml index db571aa635..1ca6e6548a 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Wallmounts/Signs/signs.yml @@ -5,7 +5,7 @@ description: A direction sign, pointing out which way the Logistics department is. components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/signs.rsi + sprite: _DV/Structures/Wallmounts/signs.rsi state: direction_logi - type: entity @@ -15,7 +15,7 @@ description: A direction sign, pointing out which way the mailroom is. components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/signs.rsi + sprite: _DV/Structures/Wallmounts/signs.rsi state: direction_mail - type: entity @@ -25,7 +25,7 @@ description: A direction sign, pointing out which way the Justice department is. components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/signs.rsi + sprite: _DV/Structures/Wallmounts/signs.rsi state: direction_justice - type: entity @@ -35,7 +35,7 @@ description: A direction sign, pointing out which way the court room is. components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/signs.rsi + sprite: _DV/Structures/Wallmounts/signs.rsi state: direction_court - type: entity @@ -45,5 +45,5 @@ description: A direction sign, pointing out which way the AI core is. components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/signs.rsi + sprite: _DV/Structures/Wallmounts/signs.rsi state: direction_aicore diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/paintings.yml b/Resources/Prototypes/_DV/Entities/Structures/Wallmounts/paintings.yml similarity index 75% rename from Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/paintings.yml rename to Resources/Prototypes/_DV/Entities/Structures/Wallmounts/paintings.yml index af2e3e79ec..74345266b4 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/paintings.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Wallmounts/paintings.yml @@ -5,7 +5,7 @@ description: A blunt smoking weird-cat thing with a smug look. components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Paintings/ps3moira.rsi + sprite: _DV/Structures/Wallmounts/Paintings/ps3moira.rsi state: bluntpainting - type: entity @@ -15,5 +15,5 @@ description: The type of painting that really ties together a room. components: - type: Sprite - sprite: DeltaV/Structures/Wallmounts/Paintings/leonardodabepis.rsi + sprite: _DV/Structures/Wallmounts/Paintings/leonardodabepis.rsi state: spoonpainting diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/switch.yml b/Resources/Prototypes/_DV/Entities/Structures/Wallmounts/switch.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/switch.yml rename to Resources/Prototypes/_DV/Entities/Structures/Wallmounts/switch.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/mountain.yml b/Resources/Prototypes/_DV/Entities/Structures/Walls/mountain.yml similarity index 94% rename from Resources/Prototypes/DeltaV/Entities/Structures/Walls/mountain.yml rename to Resources/Prototypes/_DV/Entities/Structures/Walls/mountain.yml index 7e1a769a1e..433d828355 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/mountain.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Walls/mountain.yml @@ -10,7 +10,7 @@ tags: - Pickaxe - type: Sprite - sprite: DeltaV/Structures/Walls/asteroid_rock.rsi + sprite: _DV/Structures/Walls/asteroid_rock.rsi state: full - type: Damageable damageContainer: Inorganic @@ -51,7 +51,7 @@ description: A craggy mountain wall. components: - type: Sprite - sprite: DeltaV/Structures/Walls/mountain_rock_ore.rsi + sprite: _DV/Structures/Walls/mountain_rock_ore.rsi state: full - type: Destructible thresholds: @@ -73,7 +73,7 @@ description: A craggy mountain wall. It is too hard to mine. components: - type: Sprite - sprite: DeltaV/Structures/Walls/mountain_rock.rsi + sprite: _DV/Structures/Walls/mountain_rock.rsi state: full - type: Damageable damageContainer: Inorganic diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml b/Resources/Prototypes/_DV/Entities/Structures/Walls/railing.yml similarity index 69% rename from Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml rename to Resources/Prototypes/_DV/Entities/Structures/Walls/railing.yml index 9b5437c868..8e68748358 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Walls/railing.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Walls/railing.yml @@ -4,9 +4,9 @@ suffix: Modern components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi - type: entity parent: RailingCorner @@ -14,9 +14,9 @@ suffix: Modern components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi - type: entity parent: RailingCornerSmall @@ -24,9 +24,9 @@ suffix: Modern components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi - type: entity parent: RailingRound @@ -34,9 +34,9 @@ suffix: Modern components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi - type: entity parent: Railing @@ -44,10 +44,10 @@ suffix: Modern, Grey components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: side_grey - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: side_grey - type: entity @@ -56,10 +56,10 @@ suffix: Modern, Grey components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: corner_grey - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: corner_grey - type: entity @@ -68,10 +68,10 @@ suffix: Modern, Grey components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: corner_small_grey - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: corner_small_grey - type: entity @@ -80,10 +80,10 @@ suffix: Modern, Grey components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: round_grey - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: round_grey - type: entity @@ -121,10 +121,10 @@ id: RailingDeltaVWood components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: side_wood - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: side_wood @@ -133,10 +133,10 @@ id: RailingCornerDeltaVWood components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: corner_wood - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: corner_wood - type: entity @@ -144,10 +144,10 @@ id: RailingCornerSmallDeltaVWood components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: corner_small_wood - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: corner_small_wood - type: entity @@ -155,8 +155,8 @@ id: RailingRoundDeltaVWood components: - type: Sprite - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: round_wood - type: Icon - sprite: DeltaV/Structures/Walls/railing.rsi + sprite: _DV/Structures/Walls/railing.rsi state: round_wood diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Windows/tinted_windows.yml b/Resources/Prototypes/_DV/Entities/Structures/Windows/tinted_windows.yml similarity index 68% rename from Resources/Prototypes/DeltaV/Entities/Structures/Windows/tinted_windows.yml rename to Resources/Prototypes/_DV/Entities/Structures/Windows/tinted_windows.yml index 18635244e8..8275f03218 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Windows/tinted_windows.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Windows/tinted_windows.yml @@ -9,13 +9,13 @@ - Window components: - type: Sprite - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: tinted_window - type: Tag tags: - ForceNoFixRotations - type: Icon - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: tinted_window - type: Occluder boundingBox: "-0.5,-0.5,0.5,-0.3" @@ -26,8 +26,8 @@ name: directional reinforced tinted window components: - type: Sprite - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: tinted_reinforced_window - type: Icon - sprite: DeltaV/Structures/Windows/directional.rsi #Delta V - Resprite windows + sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: tinted_reinforced_window diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/cryopod.yml b/Resources/Prototypes/_DV/Entities/Structures/cryopod.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Entities/Structures/cryopod.yml rename to Resources/Prototypes/_DV/Entities/Structures/cryopod.yml diff --git a/Resources/Prototypes/DeltaV/Flavors/candyflavors.yml b/Resources/Prototypes/_DV/Flavors/candyflavors.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Flavors/candyflavors.yml rename to Resources/Prototypes/_DV/Flavors/candyflavors.yml diff --git a/Resources/Prototypes/DeltaV/Flavors/flavors.yml b/Resources/Prototypes/_DV/Flavors/flavors.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Flavors/flavors.yml rename to Resources/Prototypes/_DV/Flavors/flavors.yml diff --git a/Resources/Prototypes/DeltaV/GameRules/events.yml b/Resources/Prototypes/_DV/GameRules/events.yml similarity index 99% rename from Resources/Prototypes/DeltaV/GameRules/events.yml rename to Resources/Prototypes/_DV/GameRules/events.yml index bb120890fa..0522ec99fd 100644 --- a/Resources/Prototypes/DeltaV/GameRules/events.yml +++ b/Resources/Prototypes/_DV/GameRules/events.yml @@ -97,7 +97,7 @@ message: psionic-power-precognition-listening-post-result-message - type: RuleGrids - type: LoadFarGridRule - path: /Maps/Shuttles/DeltaV/listening_post.yml + path: /Maps/_DV/Nonstations/listening_post.yml distanceModifier: 13 - type: DebrisSpawnerRule count: 6 diff --git a/Resources/Prototypes/DeltaV/GameRules/glimmer_events.yml b/Resources/Prototypes/_DV/GameRules/glimmer_events.yml similarity index 100% rename from Resources/Prototypes/DeltaV/GameRules/glimmer_events.yml rename to Resources/Prototypes/_DV/GameRules/glimmer_events.yml diff --git a/Resources/Prototypes/DeltaV/GameRules/unknown_shuttles.yml b/Resources/Prototypes/_DV/GameRules/unknown_shuttles.yml similarity index 100% rename from Resources/Prototypes/DeltaV/GameRules/unknown_shuttles.yml rename to Resources/Prototypes/_DV/GameRules/unknown_shuttles.yml diff --git a/Resources/Prototypes/DeltaV/Guidebook/command.yml b/Resources/Prototypes/_DV/Guidebook/command.yml similarity index 55% rename from Resources/Prototypes/DeltaV/Guidebook/command.yml rename to Resources/Prototypes/_DV/Guidebook/command.yml index 3f34355fd7..8f161ca2f8 100644 --- a/Resources/Prototypes/DeltaV/Guidebook/command.yml +++ b/Resources/Prototypes/_DV/Guidebook/command.yml @@ -1,4 +1,4 @@ - type: guideEntry id: AlertProcedure name: guide-entry-alert-levels - text: "/ServerInfo/Guidebook/DeltaV/AlertProcedure.xml" + text: "/ServerInfo/Guidebook/_DV/AlertProcedure.xml" diff --git a/Resources/Prototypes/DeltaV/Guidebook/epistemics.yml b/Resources/Prototypes/_DV/Guidebook/epistemics.yml similarity index 53% rename from Resources/Prototypes/DeltaV/Guidebook/epistemics.yml rename to Resources/Prototypes/_DV/Guidebook/epistemics.yml index ee7564fe2f..933aa522c5 100644 --- a/Resources/Prototypes/DeltaV/Guidebook/epistemics.yml +++ b/Resources/Prototypes/_DV/Guidebook/epistemics.yml @@ -1,4 +1,4 @@ - type: guideEntry id: GlimmerCreatures name: guide-entry-glimmer-creatures - text: /ServerInfo/Guidebook/DeltaV/Epistemics/GlimmerCreatures.xml + text: /ServerInfo/Guidebook/_DV/Epistemics/GlimmerCreatures.xml diff --git a/Resources/Prototypes/DeltaV/Guidebook/justice.yml b/Resources/Prototypes/_DV/Guidebook/justice.yml similarity index 54% rename from Resources/Prototypes/DeltaV/Guidebook/justice.yml rename to Resources/Prototypes/_DV/Guidebook/justice.yml index a7d2d68853..6edf139aa9 100644 --- a/Resources/Prototypes/DeltaV/Guidebook/justice.yml +++ b/Resources/Prototypes/_DV/Guidebook/justice.yml @@ -1,4 +1,4 @@ - type: guideEntry id: Justice name: guide-entry-justice - text: "/ServerInfo/Guidebook/DeltaV/Justice.xml" + text: "/ServerInfo/Guidebook/_DV/Justice.xml" diff --git a/Resources/Prototypes/DeltaV/Guidebook/logistics.yml b/Resources/Prototypes/_DV/Guidebook/logistics.yml similarity index 52% rename from Resources/Prototypes/DeltaV/Guidebook/logistics.yml rename to Resources/Prototypes/_DV/Guidebook/logistics.yml index a9106c3b88..8a6e813e16 100644 --- a/Resources/Prototypes/DeltaV/Guidebook/logistics.yml +++ b/Resources/Prototypes/_DV/Guidebook/logistics.yml @@ -1,4 +1,4 @@ - type: guideEntry id: TradeStation name: guide-entry-trade-station - text: "/ServerInfo/Guidebook/DeltaV/Logistics/TradeStation.xml" + text: "/ServerInfo/Guidebook/_DV/Logistics/TradeStation.xml" diff --git a/Resources/Prototypes/DeltaV/Guidebook/rules.yml b/Resources/Prototypes/_DV/Guidebook/rules.yml similarity index 59% rename from Resources/Prototypes/DeltaV/Guidebook/rules.yml rename to Resources/Prototypes/_DV/Guidebook/rules.yml index dfd2fc979c..7c49a40211 100644 --- a/Resources/Prototypes/DeltaV/Guidebook/rules.yml +++ b/Resources/Prototypes/_DV/Guidebook/rules.yml @@ -1,7 +1,7 @@ - type: guideEntry id: DeltaVRuleset name: guide-entry-deltav-Rules - text: "/ServerInfo/Guidebook/DeltaV/Rules/DeltaVRuleset.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/DeltaVRuleset.xml" priority: -2 ruleEntry: true children: @@ -33,143 +33,143 @@ - type: guideEntry id: DeltaVRule0 name: guide-entry-deltav-rule-0 - text: "/ServerInfo/Guidebook/DeltaV/Rules/0_Admin.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/0_Admin.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleA1 name: guide-entry-deltav-rule-a1 - text: "/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A1_ERP.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A1_ERP.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleA2 name: guide-entry-deltav-rule-a2 - text: "/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A2_Community.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A2_Community.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleA3 name: guide-entry-deltav-rule-a3 - text: "/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A3_Streaming.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A3_Streaming.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleA4 name: guide-entry-deltav-rule-a4 - text: "/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A4_Ahelp.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A4_Ahelp.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleA5 name: guide-entry-deltav-rule-a5 - text: "/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A5_Exploits.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A5_Exploits.xml" ruleEntry: true - type: guideEntry id: DeltaVRule1 name: guide-entry-deltav-rule-1 - text: "/ServerInfo/Guidebook/DeltaV/Rules/GameRules/1_Behave.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/GameRules/1_Behave.xml" ruleEntry: true - type: guideEntry id: DeltaVRule2 name: guide-entry-deltav-rule-2 - text: "/ServerInfo/Guidebook/DeltaV/Rules/GameRules/2_Metagaming.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/GameRules/2_Metagaming.xml" ruleEntry: true - type: guideEntry id: DeltaVRule3 name: guide-entry-deltav-rule-3 - text: "/ServerInfo/Guidebook/DeltaV/Rules/GameRules/3_Powergaming.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/GameRules/3_Powergaming.xml" ruleEntry: true - type: guideEntry id: DeltaVRule4 name: guide-entry-deltav-rule-4 - text: "/ServerInfo/Guidebook/DeltaV/Rules/GameRules/4_Self-antag.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/GameRules/4_Self-antag.xml" ruleEntry: true - type: guideEntry id: DeltaVRule5 name: guide-entry-deltav-rule-5 - text: "/ServerInfo/Guidebook/DeltaV/Rules/GameRules/5_Leaving.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/GameRules/5_Leaving.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleC1 name: guide-entry-deltav-rule-c1 - text: "/ServerInfo/Guidebook/DeltaV/Rules/RoleRules/C1_CommandSecurityJustice.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/RoleRules/C1_CommandSecurityJustice.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleC2 name: guide-entry-deltav-rule-c2 - text: "/ServerInfo/Guidebook/DeltaV/Rules/RoleRules/C2_PrisonerRule.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/RoleRules/C2_PrisonerRule.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleC3 name: guide-entry-deltav-rule-c3 - text: "/ServerInfo/Guidebook/DeltaV/Rules/RoleRules/C3_Antags.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/RoleRules/C3_Antags.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleS1 name: guide-entry-deltav-rule-s1 - text: "/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S1_Laws.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S1_Laws.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleS2 name: guide-entry-deltav-rule-s2 - text: "/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S2_LawPriority.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S2_LawPriority.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleS3 name: guide-entry-deltav-rule-s3 - text: "/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S3_LawRedefinition.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S3_LawRedefinition.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleS4 name: guide-entry-deltav-rule-s4 - text: "/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S4_RequestChanges.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S4_RequestChanges.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleS5 name: guide-entry-deltav-rule-s5 - text: "/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S5_FreeSilicon.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S5_FreeSilicon.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleS6 name: guide-entry-deltav-rule-s6 - text: "/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S6_UnreasonableOrders.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S6_UnreasonableOrders.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleS7 name: guide-entry-deltav-rule-s7 - text: "/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S7_Consistency.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S7_Consistency.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleS8 name: guide-entry-deltav-rule-s8 - text: "/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S8_DefaultCrewDefinition.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S8_DefaultCrewDefinition.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleS9 name: guide-entry-deltav-rule-s9 - text: "/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S9_DefaultHarmDefinition.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S9_DefaultHarmDefinition.xml" ruleEntry: true - type: guideEntry id: DeltaVRuleS10 name: guide-entry-deltav-rule-s10 - text: "/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S10_OrderConflicts.xml" + text: "/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S10_OrderConflicts.xml" ruleEntry: true diff --git a/Resources/Prototypes/DeltaV/Guidebook/species.yml b/Resources/Prototypes/_DV/Guidebook/species.yml similarity index 52% rename from Resources/Prototypes/DeltaV/Guidebook/species.yml rename to Resources/Prototypes/_DV/Guidebook/species.yml index f790970bcc..f33f6d8c09 100644 --- a/Resources/Prototypes/DeltaV/Guidebook/species.yml +++ b/Resources/Prototypes/_DV/Guidebook/species.yml @@ -1,24 +1,24 @@ - type: guideEntry id: Felinid name: species-name-felinid - text: "/ServerInfo/Guidebook/Mobs/DeltaV/Felinid.xml" + text: "/ServerInfo/Guidebook/Mobs/_DV/Felinid.xml" - type: guideEntry id: Harpy name: species-name-harpy - text: "/ServerInfo/Guidebook/Mobs/DeltaV/Harpy.xml" + text: "/ServerInfo/Guidebook/Mobs/_DV/Harpy.xml" - type: guideEntry id: Vulpkanin name: species-name-vulpkanin - text: "/ServerInfo/Guidebook/Mobs/DeltaV/Vulpkanin.xml" + text: "/ServerInfo/Guidebook/Mobs/_DV/Vulpkanin.xml" - type: guideEntry id: Oni name: species-name-oni - text: "/ServerInfo/Guidebook/Mobs/DeltaV/Oni.xml" + text: "/ServerInfo/Guidebook/Mobs/_DV/Oni.xml" - type: guideEntry id: Rodentia name: species-name-rodentia - text: "/ServerInfo/Guidebook/Mobs/DeltaV/Rodentia.xml" + text: "/ServerInfo/Guidebook/Mobs/_DV/Rodentia.xml" diff --git a/Resources/Prototypes/DeltaV/Hydroponics/seeds.yml b/Resources/Prototypes/_DV/Hydroponics/seeds.yml similarity index 89% rename from Resources/Prototypes/DeltaV/Hydroponics/seeds.yml rename to Resources/Prototypes/_DV/Hydroponics/seeds.yml index 3ea381e515..4fd58b4943 100644 --- a/Resources/Prototypes/DeltaV/Hydroponics/seeds.yml +++ b/Resources/Prototypes/_DV/Hydroponics/seeds.yml @@ -3,7 +3,7 @@ name: seeds-CrystalThistle-name noun: seeds-noun-seeds displayName: seeds-CrystalThistle-display-name - plantRsi: DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi + plantRsi: _DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi packetPrototype: CrystalThistleSeeds productPrototypes: - FoodCrystalThistle @@ -29,7 +29,7 @@ name: seeds-GhostPepper-name noun: seeds-noun-seeds displayName: seeds-GhostPepper-display-name - plantRsi: DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi + plantRsi: _DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi packetPrototype: GhostPepperSeeds productPrototypes: - FoodGhostPepper @@ -66,7 +66,7 @@ name: seeds-CosmicRevenant-name noun: seeds-noun-seeds displayName: seeds-CosmicRevenant-display-name - plantRsi: DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi + plantRsi: _DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi packetPrototype: CosmicRevenantSeeds productPrototypes: - FoodCosmicRevenant diff --git a/Resources/Prototypes/DeltaV/InventoryTemplates/secdog_inventory_template.yml b/Resources/Prototypes/_DV/InventoryTemplates/secdog_inventory_template.yml similarity index 100% rename from Resources/Prototypes/DeltaV/InventoryTemplates/secdog_inventory_template.yml rename to Resources/Prototypes/_DV/InventoryTemplates/secdog_inventory_template.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Cargo/cargo_technician.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Cargo/cargo_technician.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Cargo/cargo_technician.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Cargo/cargo_technician.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Cargo/courier.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Cargo/courier.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Cargo/courier.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Cargo/courier.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Cargo/salvage_technician.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Cargo/salvage_technician.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Cargo/salvage_technician.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Cargo/salvage_technician.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/bartender.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/bartender.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/bartender.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/bartender.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/chef.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/chef.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/chef.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/chef.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/clown.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/clown.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/clown.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/clown.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/janitor.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/janitor.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/janitor.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/janitor.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/mime.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/mime.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/mime.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/mime.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/passenger.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/passenger.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/passenger.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/passenger.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/service_worker.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/service_worker.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/service_worker.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Civilian/service_worker.yml diff --git a/Resources/Prototypes/_DV/Loadouts/Jobs/Command/administrative_assistant.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Command/administrative_assistant.yml new file mode 100644 index 0000000000..d99c1e3c02 --- /dev/null +++ b/Resources/Prototypes/_DV/Loadouts/Jobs/Command/administrative_assistant.yml @@ -0,0 +1,20 @@ +# Jumpsuit +- type: loadout + id: AdminAssistantJumpsuit + equipment: + jumpsuit: ClothingUniformJumpsuitAdminAssistant + +- type: loadout + id: AdminAssistantJumpskirt + equipment: + jumpsuit: ClothingUniformJumpskirtAdminAssistant + +- type: loadout + id: AdminAssistantHeadset + equipment: + ears: ClothingHeadsetAdminAssistant + +- type: loadout + id: AdminAssistantAltHeadset + equipment: + ears: ClothingHeadsetAltAdminAssistant diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Command/head_of_personnel.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Command/head_of_personnel.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Command/head_of_personnel.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Command/head_of_personnel.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Engineering/atmospheric_technician.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Engineering/atmospheric_technician.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Engineering/atmospheric_technician.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Engineering/atmospheric_technician.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Engineering/station_engineer.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Engineering/station_engineer.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Engineering/station_engineer.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Engineering/station_engineer.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/chiefjustice.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Justice/chiefjustice.yml similarity index 90% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/chiefjustice.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Justice/chiefjustice.yml index 723ec47a75..afab7dbf87 100644 --- a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/chiefjustice.yml +++ b/Resources/Prototypes/_DV/Loadouts/Jobs/Justice/chiefjustice.yml @@ -31,6 +31,11 @@ equipment: neck: ClothingNeckCloakCJ +- type: loadout + id: ChiefJusticeMantle + equipment: + neck: ClothingNeckMantleCJ + # Outer Clothing - type: loadout id: ChiefJusticeRobe diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/clerk.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Justice/clerk.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/clerk.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Justice/clerk.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/prosecutor.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Justice/prosecutor.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/prosecutor.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Justice/prosecutor.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Medical/medical_doctor.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Medical/medical_doctor.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Medical/medical_doctor.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Medical/medical_intern.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Medical/medical_intern.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Medical/medical_intern.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Medical/medical_intern.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Medical/psychologist.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Medical/psychologist.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Medical/psychologist.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Medical/psychologist.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Science/mystagogue.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Science/mystagogue.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Science/mystagogue.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Science/mystagogue.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Science/roboticist.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Science/roboticist.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Science/roboticist.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Science/roboticist.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Science/scientist.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Science/scientist.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Science/scientist.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Science/scientist.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Security/brigmedic.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/brigmedic.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Security/brigmedic.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Security/brigmedic.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Security/detective.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/detective.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Security/detective.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Security/detective.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Security/security_officer.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/security_officer.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Security/security_officer.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Security/security_officer.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/glasses.yml b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/glasses.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/glasses.yml rename to Resources/Prototypes/_DV/Loadouts/Miscellaneous/glasses.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/scarfs.yml b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/scarfs.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/scarfs.yml rename to Resources/Prototypes/_DV/Loadouts/Miscellaneous/scarfs.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/survival.yml b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/survival.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/survival.yml rename to Resources/Prototypes/_DV/Loadouts/Miscellaneous/survival.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/trinkets.yml b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/trinkets.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/trinkets.yml rename to Resources/Prototypes/_DV/Loadouts/Miscellaneous/trinkets.yml diff --git a/Resources/Prototypes/_DV/Loadouts/Miscellaneous/wintercoats.yml b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/wintercoats.yml new file mode 100644 index 0000000000..2cfd220848 --- /dev/null +++ b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/wintercoats.yml @@ -0,0 +1,74 @@ +- type: loadout + id: WinterCoatBrown + equipment: + outerClothing: ClothingOuterWinterColorBrown + +- type: loadout + id: WinterCoatBlack + equipment: + outerClothing: ClothingOuterWinterColorBlack + +- type: loadout + id: WinterCoatGray + equipment: + outerClothing: ClothingOuterWinterColorGray + +- type: loadout + id: WinterCoatWhite + equipment: + outerClothing: ClothingOuterWinterColorWhite + +- type: loadout + id: WinterCoatBlue + equipment: + outerClothing: ClothingOuterWinterColorBlue + +- type: loadout + id: WinterCoatRed + equipment: + outerClothing: ClothingOuterWinterColorRed + +- type: loadout + id: WinterCoatGreen + equipment: + outerClothing: ClothingOuterWinterColorGreen + +- type: loadout + id: WinterCoatOrange + equipment: + outerClothing: ClothingOuterWinterColorOrange + +- type: loadout + id: WinterCoatYellow + equipment: + outerClothing: ClothingOuterWinterColorYellow + +- type: loadout + id: WinterCoatLightBrown + equipment: + outerClothing: ClothingOuterWinterColorLightBrown + +- type: loadout + id: WinterCoatPurple + equipment: + outerClothing: ClothingOuterWinterColorPurple + +- type: loadout + id: WinterCoat + equipment: + outerClothing: ClothingOuterWinterCoat + +- type: loadout + id: WinterCoatLong + equipment: + outerClothing: ClothingOuterWinterCoatLong + +- type: loadout + id: WinterCoatPlaid + equipment: + outerClothing: ClothingOuterWinterCoatPlaid + +- type: loadout + id: CorporateJacket + equipment: + outerClothing: ClothingOuterCorporateJacket diff --git a/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml b/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml similarity index 92% rename from Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml rename to Resources/Prototypes/_DV/Loadouts/loadout_groups.yml index c30c9a43de..5893a20fd8 100644 --- a/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml @@ -304,6 +304,7 @@ minLimit: 0 loadouts: - ChiefJusticeCloak + - ChiefJusticeMantle - type: loadoutGroup id: ChiefJusticeOuterClothing @@ -435,6 +436,47 @@ - WhiteShoes - ScienceWinterBoots +# Command +## Administrative Assistant +- type: loadoutGroup + id: AdminAssistantJumpsuit + name: loadout-group-admin-assistant-jumpsuit + loadouts: + - AdminAssistantJumpsuit + - AdminAssistantJumpskirt + +- type: loadoutGroup + id: AdminAssistantShoes + name: loadout-group-admin-assistant-shoes + loadouts: + - BrownLeatherShoes + - WhiteLeatherShoes + - LaceupShoes + +- type: loadoutGroup + id: AdminAssistantOuter + name: loadout-group-admin-assistant-outerclothing + loadouts: + - BartenderVest + - WinterCoatBlack + - WinterCoatBrown + - CorporateJacket + +- type: loadoutGroup + id: AdminAssistantEar + name: loadout-group-admin-assistant-headset + loadouts: + - AdminAssistantHeadset + - AdminAssistantAltHeadset + +- type: loadoutGroup + id: AdminAssistantGloves + name: loadout-group-admin-assistant-gloves + minLimit: 0 + loadouts: + - HoPGloves + - InspectionGloves + # PDAs - type: loadoutGroup id: PassengerPDADelta diff --git a/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml b/Resources/Prototypes/_DV/Loadouts/role_loadouts.yml similarity index 87% rename from Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml rename to Resources/Prototypes/_DV/Loadouts/role_loadouts.yml index d1f928d0a7..51492e28bd 100644 --- a/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/_DV/Loadouts/role_loadouts.yml @@ -105,3 +105,18 @@ - Survival - Trinkets - GroupSpeciesBreathTool + +# Command +- type: roleLoadout + id: JobAdministrativeAssistant + groups: + - AdminAssistantJumpsuit + - AdminAssistantOuter + - AdminAssistantShoes + - AdminAssistantEar + - AdminAssistantGloves + - CommonBackpack + - Glasses + - Survival + - Trinkets + - GroupSpeciesBreathTool diff --git a/Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml b/Resources/Prototypes/_DV/Mail/mailDeliveries.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml rename to Resources/Prototypes/_DV/Mail/mailDeliveries.yml diff --git a/Resources/Prototypes/_DV/Maps/salvage.yml b/Resources/Prototypes/_DV/Maps/salvage.yml new file mode 100644 index 0000000000..cbbcda20a5 --- /dev/null +++ b/Resources/Prototypes/_DV/Maps/salvage.yml @@ -0,0 +1,145 @@ +# "Medium"-class maps - Max size square: 15x15, indicated size: 7.5 + +- type: salvageMap + id: AsteroidSyndiHideout + mapPath: /Maps/_DV/Salvage/DV-syndi-hideout.yml + sizeString: salvage-map-wreck-size-medium + +- type: salvageMap + id: AnimalFarm + mapPath: /Maps/_DV/Salvage/DV-animalfarm.yml + sizeString: salvage-map-wreck-size-medium + +- type: salvageMap + id: MediumChunk01 + mapPath: /Maps/_DV/Salvage/DV-med-chunk-01.yml + sizeString: salvage-map-wreck-size-medium + +- type: salvageMap + id: MediumMiningOutpost01 + mapPath: /Maps/_DV/Salvage/DV-mining-outpost-01.yml + sizeString: salvage-map-wreck-size-medium + +- type: salvageMap + id: AtlasPerma + mapPath: /Maps/_DV/Salvage/DV-atlas-perma.yml + sizeString: salvage-map-wreck-size-medium + +- type: salvageMap + id: AtlasCells + mapPath: /Maps/_DV/Salvage/DV-atlas-jailcells.yml + sizeString: salvage-map-wreck-size-medium + +- type: salvageMap + id: AtlasSalvage + mapPath: /Maps/_DV/Salvage/DV-atlas-salvage.yml + sizeString: salvage-map-wreck-size-medium + +- type: salvageMap + id: AtlasAtmos + mapPath: /Maps/_DV/Salvage/DV-atlas-atmos.yml + sizeString: salvage-map-wreck-size-medium + +- type: salvageMap + id: AtlasCargo + mapPath: /Maps/_DV/Salvage/DV-atlas-cargo.yml + sizeString: salvage-map-wreck-size-medium + +- type: salvageMap + id: ServiceChunk + mapPath: /Maps/_DV/Salvage/DV-med-service-chunk-01.yml + sizeString: salvage-map-wreck-size-medium + +# """Large""" maps + +- type: salvageMap + id: AsteroidChemlab + mapPath: /Maps/_DV/Salvage/DV-asteroid-mining-chemlab.yml + sizeString: salvage-map-wreck-size-large + +- type: salvageMap + id: LaundromatChunk + mapPath: /Maps/_DV/Salvage/DV-laundromat-chunk.yml + sizeString: salvage-map-wreck-size-large + +- type: salvageMap + id: SolarFarm + mapPath: /Maps/_DV/Salvage/DV-solar-farm.yml + sizeString: salvage-map-wreck-size-large + +- type: salvageMap + id: ResearchPost + mapPath: /Maps/_DV/Salvage/DV-research-outpost-01.yml + sizeString: salvage-map-wreck-size-large + +- type: salvageMap + id: LargeEngineerChunk + mapPath: /Maps/_DV/Salvage/DV-large-engineer-chunk.yml + sizeString: salvage-map-wreck-size-large + +- type: salvageMap + id: AtlasConferenceRoom + mapPath: /Maps/_DV/Salvage/DV-atlas-conference-room.yml + sizeString: salvage-map-wreck-size-large + +- type: salvageMap + id: AtlasDorms + mapPath: /Maps/_DV/Salvage/DV-atlas-dorms.yml + sizeString: salvage-map-wreck-size-large + +- type: salvageMap + id: AtlasEpistemics + mapPath: /Maps/_DV/Salvage/DV-atlas-epi.yml + sizeString: salvage-map-wreck-size-large + +- type: salvageMap + id: AtlasMedbay + mapPath: /Maps/_DV/Salvage/DV-atlas-medical.yml + sizeString: salvage-map-wreck-size-large + +- type: salvageMap + id: AtlasService + mapPath: /Maps/_DV/Salvage/DV-atlas-salvage.yml + sizeString: salvage-map-wreck-size-large + +# Asteroids + +- type: salvageMap + id: AsteroidTickNest + mapPath: /Maps/_DV/Salvage/DV-tick-nest.yml + sizeString: salvage-map-wreck-size-unknown + +- type: salvageMap + id: AsteroidMiningMed1 + mapPath: /Maps/_DV/Salvage/DV-large-asteroid-mining-01.yml + sizeString: salvage-map-wreck-size-unknown + +- type: salvageMap + id: AsteroidMiningLarge1 + mapPath: /Maps/_DV/Salvage/DV-med-asteroid-mining-01.yml + sizeString: salvage-map-wreck-size-unknown + +- type: salvageMap + id: AsteroidCrystalCave + mapPath: /Maps/_DV/Salvage/DV-crystal-cave.yml + sizeString: salvage-map-wreck-size-unknown + +- type: salvageMap + id: AsteroidBoneCave + mapPath: /Maps/_DV/Salvage/DV-bone-cave.yml + sizeString: salvage-map-wreck-size-unknown + +- type: salvageMap + id: LargeAsteroid_1 + mapPath: /Maps/_DV/Salvage/DV-asteroid-large-01.yml + sizeString: salvage-map-wreck-size-unknown + +- type: salvageMap + id: LargeAsteroid_2 + mapPath: /Maps/_DV/Salvage/DV-asteroid-large-02.yml + sizeString: salvage-map-wreck-size-unknown + +- type: salvageMap + id: LargeAsteroid_3 + mapPath: /Maps/_DV/Salvage/DV-asteroid-large-03.yml + sizeString: salvage-map-wreck-size-unknown diff --git a/Resources/Prototypes/DeltaV/Maps/salvage_modified.yml b/Resources/Prototypes/_DV/Maps/salvage_modified.yml similarity index 65% rename from Resources/Prototypes/DeltaV/Maps/salvage_modified.yml rename to Resources/Prototypes/_DV/Maps/salvage_modified.yml index 066cefef9a..c3c2c8318b 100644 --- a/Resources/Prototypes/DeltaV/Maps/salvage_modified.yml +++ b/Resources/Prototypes/_DV/Maps/salvage_modified.yml @@ -5,108 +5,108 @@ - type: salvageMap id: DVMedium1 - mapPath: /Maps/Salvage/DeltaV/DV-medium-01.yml + mapPath: /Maps/_DV/Salvage/DV-medium-01.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVMediumVault1 - mapPath: /Maps/Salvage/DeltaV/DV-med-vault-01.yml + mapPath: /Maps/_DV/Salvage/DV-med-vault-01.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVMediumOrchestra - mapPath: /Maps/Salvage/DeltaV/DV-med-silent-orchestra.yml + mapPath: /Maps/_DV/Salvage/DV-med-silent-orchestra.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVMediumLibraryWreck - mapPath: /Maps/Salvage/DeltaV/DV-med-library.yml + mapPath: /Maps/_DV/Salvage/DV-med-library.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVMediumCargoWreck - mapPath: /Maps/Salvage/DeltaV/DV-cargo-01.yml + mapPath: /Maps/_DV/Salvage/DV-cargo-01.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVMediumPirateWreck - mapPath: /Maps/Salvage/DeltaV/DV-med-pirate.yml + mapPath: /Maps/_DV/Salvage/DV-med-pirate.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVTickColony - mapPath: /Maps/Salvage/DeltaV/DV-tick-colony.yml + mapPath: /Maps/_DV/Salvage/DV-tick-colony.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVCargoDock - mapPath: /Maps/Salvage/DeltaV/DV-med-dock.yml + mapPath: /Maps/_DV/Salvage/DV-med-dock.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVSpaceWaffleHome sizeString: salvage-map-wreck-size-medium - mapPath: /Maps/Salvage/DeltaV/DV-wh-salvage.yml + mapPath: /Maps/_DV/Salvage/DV-wh-salvage.yml - type: salvageMap id: DVMediumShuttleWreck - mapPath: /Maps/Salvage/DeltaV/DV-med-ruined-emergency-shuttle.yml + mapPath: /Maps/_DV/Salvage/DV-med-ruined-emergency-shuttle.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVMediumPetHospital - mapPath: /Maps/Salvage/DeltaV/DV-med-pet-hospital.yml + mapPath: /Maps/_DV/Salvage/DV-med-pet-hospital.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVMediumCrashedShuttle - mapPath: /Maps/Salvage/DeltaV/DV-med-crashed-shuttle.yml + mapPath: /Maps/_DV/Salvage/DV-med-crashed-shuttle.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVMeatball - mapPath: /Maps/Salvage/DeltaV/DV-meatball.yml + mapPath: /Maps/_DV/Salvage/DV-meatball.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVVeganMeatball - mapPath: /Maps/Salvage/DeltaV/DV-vegan-meatball.yml + mapPath: /Maps/_DV/Salvage/DV-vegan-meatball.yml sizeString: salvage-map-wreck-size-medium - type: salvageMap id: DVMediumHaulingShuttleWreck - mapPath: /Maps/Salvage/DeltaV/DV-hauling-shuttle.yml + mapPath: /Maps/_DV/Salvage/DV-hauling-shuttle.yml sizeString: salvage-map-wreck-size-medium # """Large""" maps - type: salvageMap id: DVStationStation - mapPath: /Maps/Salvage/DeltaV/DV-stationstation.yml + mapPath: /Maps/_DV/Salvage/DV-stationstation.yml sizeString: salvage-map-wreck-size-large - type: salvageMap id: DVAsteroidBase - mapPath: /Maps/Salvage/DeltaV/DV-asteroid-base.yml + mapPath: /Maps/_DV/Salvage/DV-asteroid-base.yml sizeString: salvage-map-wreck-size-large - type: salvageMap id: DVRuinCargoBase - mapPath: /Maps/Salvage/DeltaV/DV-ruin-cargo-salvage.yml + mapPath: /Maps/_DV/Salvage/DV-ruin-cargo-salvage.yml sizeString: salvage-map-wreck-size-large - type: salvageMap id: DVSecurityChunk - mapPath: /Maps/Salvage/DeltaV/DV-security-chunk.yml + mapPath: /Maps/_DV/Salvage/DV-security-chunk.yml sizeString: salvage-map-wreck-size-large # TODO: make one for this from /Maps/Salvage/engineering-chunk.yml #- type: salvageMap # id: DVEngineeringChunk -# mapPath: /Maps/Salvage/DeltaV/DV-engineering-chunk.yml +# mapPath: /Maps/_DV/Salvage/DV-engineering-chunk.yml # sizeString: salvage-map-wreck-size-large - type: salvageMap id: DVOutpostArm - mapPath: /Maps/Salvage/DeltaV/DV-outpost-arm.yml + mapPath: /Maps/_DV/Salvage/DV-outpost-arm.yml sizeString: salvage-map-wreck-size-large diff --git a/Resources/Prototypes/DeltaV/NPC/roboisseur.yml b/Resources/Prototypes/_DV/NPC/roboisseur.yml similarity index 94% rename from Resources/Prototypes/DeltaV/NPC/roboisseur.yml rename to Resources/Prototypes/_DV/NPC/roboisseur.yml index 624924b76c..7c214f560e 100644 --- a/Resources/Prototypes/DeltaV/NPC/roboisseur.yml +++ b/Resources/Prototypes/_DV/NPC/roboisseur.yml @@ -7,7 +7,7 @@ - type: Sprite noRot: true drawdepth: Mobs - sprite: DeltaV/Structures/Machines/roboisseur.rsi + sprite: _DV/Structures/Machines/roboisseur.rsi layers: - state: roboisseur-1 - type: Destructible diff --git a/Resources/Prototypes/DeltaV/NPC/wisp.yml b/Resources/Prototypes/_DV/NPC/wisp.yml similarity index 100% rename from Resources/Prototypes/DeltaV/NPC/wisp.yml rename to Resources/Prototypes/_DV/NPC/wisp.yml diff --git a/Resources/Prototypes/DeltaV/Objectives/fugitive.yml b/Resources/Prototypes/_DV/Objectives/fugitive.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Objectives/fugitive.yml rename to Resources/Prototypes/_DV/Objectives/fugitive.yml diff --git a/Resources/Prototypes/DeltaV/Objectives/ninja.yml b/Resources/Prototypes/_DV/Objectives/ninja.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Objectives/ninja.yml rename to Resources/Prototypes/_DV/Objectives/ninja.yml diff --git a/Resources/Prototypes/DeltaV/Objectives/objectiveGroups.yml b/Resources/Prototypes/_DV/Objectives/objectiveGroups.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Objectives/objectiveGroups.yml rename to Resources/Prototypes/_DV/Objectives/objectiveGroups.yml diff --git a/Resources/Prototypes/DeltaV/Objectives/paradox_anomaly.yml b/Resources/Prototypes/_DV/Objectives/paradox_anomaly.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Objectives/paradox_anomaly.yml rename to Resources/Prototypes/_DV/Objectives/paradox_anomaly.yml diff --git a/Resources/Prototypes/DeltaV/Objectives/recruiter.yml b/Resources/Prototypes/_DV/Objectives/recruiter.yml similarity index 96% rename from Resources/Prototypes/DeltaV/Objectives/recruiter.yml rename to Resources/Prototypes/_DV/Objectives/recruiter.yml index 4a41862356..f359d62846 100644 --- a/Resources/Prototypes/DeltaV/Objectives/recruiter.yml +++ b/Resources/Prototypes/_DV/Objectives/recruiter.yml @@ -45,5 +45,5 @@ id: RecruiterPen name: steal-target-groups-recruiter-pen sprite: - sprite: DeltaV/Objects/Misc/recruiter_pen.rsi + sprite: _DV/Objects/Misc/recruiter_pen.rsi state: empty diff --git a/Resources/Prototypes/DeltaV/Objectives/stealTargetGroups.yml b/Resources/Prototypes/_DV/Objectives/stealTargetGroups.yml similarity index 74% rename from Resources/Prototypes/DeltaV/Objectives/stealTargetGroups.yml rename to Resources/Prototypes/_DV/Objectives/stealTargetGroups.yml index 3b3aa70309..46aa9581e2 100644 --- a/Resources/Prototypes/DeltaV/Objectives/stealTargetGroups.yml +++ b/Resources/Prototypes/_DV/Objectives/stealTargetGroups.yml @@ -2,42 +2,42 @@ id: SpaceCashLuckyBill name: steal-target-groups-lucky-bill sprite: - sprite: DeltaV/Objects/Misc/first_bill.rsi + sprite: _DV/Objects/Misc/first_bill.rsi state: icon - type: stealTargetGroup id: BookIanDossier name: steal-target-groups-ian-dossier sprite: - sprite: DeltaV/Objects/Misc/bureaucracy.rsi + sprite: _DV/Objects/Misc/bureaucracy.rsi state: folder-hop-ian - type: stealTargetGroup id: WeaponEnergyGunMultiphase name: steal-target-groups-x01 sprite: - sprite: DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi state: base - type: stealTargetGroup id: BoxFolderRdClipboard name: steal-target-groups-box-folder-rd-clipboard sprite: - sprite: DeltaV/Objects/Misc/rd_clipboard.rsi + sprite: _DV/Objects/Misc/rd_clipboard.rsi state: rd_clipboard - type: stealTargetGroup id: RubberStampNotary name: steal-target-groups-notary-stamp sprite: - sprite: DeltaV/Objects/Misc/stamps.rsi + sprite: _DV/Objects/Misc/stamps.rsi state: stamp-notary - type: stealTargetGroup id: AnimalSilvia name: steal-target-groups-silvia sprite: - sprite: DeltaV/Mobs/Pets/silvia.rsi + sprite: _DV/Mobs/Pets/silvia.rsi state: silvia # Ninja diff --git a/Resources/Prototypes/DeltaV/Objectives/synthesis_specialist.yml b/Resources/Prototypes/_DV/Objectives/synthesis_specialist.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Objectives/synthesis_specialist.yml rename to Resources/Prototypes/_DV/Objectives/synthesis_specialist.yml diff --git a/Resources/Prototypes/DeltaV/Objectives/traitor.yml b/Resources/Prototypes/_DV/Objectives/traitor.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Objectives/traitor.yml rename to Resources/Prototypes/_DV/Objectives/traitor.yml diff --git a/Resources/Prototypes/_DV/Parallaxes/space.yml b/Resources/Prototypes/_DV/Parallaxes/space.yml new file mode 100644 index 0000000000..0dbfbb5dd3 --- /dev/null +++ b/Resources/Prototypes/_DV/Parallaxes/space.yml @@ -0,0 +1,35 @@ +- type: parallax + id: ArenaStation + layers: + - texture: + !type:ImageParallaxTextureSource + path: "/Textures/_DV/Parallaxes/ArenaParallaxBG.png" + slowness: 0.998046875 + scale: "1, 1" + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars" + configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml" + slowness: 0.986625 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml" + slowness: 0.979375 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_faster" + configPath: "/Prototypes/Parallaxes/parallax_config_stars-2.toml" + slowness: 0.957265625 + - texture: + !type:GeneratedParallaxTextureSource + id: "hq_wizard_stars_dim_faster" + configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim-2.toml" + slowness: 0.954352 + layersLQ: + - texture: + !type:GeneratedParallaxTextureSource + id: "" + configPath: "/Prototypes/Parallaxes/parallax_config.toml" + slowness: 0.875 + layersLQUseHQ: false diff --git a/Resources/Prototypes/DeltaV/Procedural/biome_ore_templates.yml b/Resources/Prototypes/_DV/Procedural/biome_ore_templates.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Procedural/biome_ore_templates.yml rename to Resources/Prototypes/_DV/Procedural/biome_ore_templates.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Common/commands.yml b/Resources/Prototypes/_DV/QuickPhrases/Common/commands.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Common/commands.yml rename to Resources/Prototypes/_DV/QuickPhrases/Common/commands.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Common/manners.yml b/Resources/Prototypes/_DV/QuickPhrases/Common/manners.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Common/manners.yml rename to Resources/Prototypes/_DV/QuickPhrases/Common/manners.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Common/numbers.yml b/Resources/Prototypes/_DV/QuickPhrases/Common/numbers.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Common/numbers.yml rename to Resources/Prototypes/_DV/QuickPhrases/Common/numbers.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Common/pronouns.yml b/Resources/Prototypes/_DV/QuickPhrases/Common/pronouns.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Common/pronouns.yml rename to Resources/Prototypes/_DV/QuickPhrases/Common/pronouns.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Common/qualitative.yml b/Resources/Prototypes/_DV/QuickPhrases/Common/qualitative.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Common/qualitative.yml rename to Resources/Prototypes/_DV/QuickPhrases/Common/qualitative.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Common/questions.yml b/Resources/Prototypes/_DV/QuickPhrases/Common/questions.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Common/questions.yml rename to Resources/Prototypes/_DV/QuickPhrases/Common/questions.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Species/animals.yml b/Resources/Prototypes/_DV/QuickPhrases/Species/animals.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Species/animals.yml rename to Resources/Prototypes/_DV/QuickPhrases/Species/animals.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Species/crew.yml b/Resources/Prototypes/_DV/QuickPhrases/Species/crew.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Species/crew.yml rename to Resources/Prototypes/_DV/QuickPhrases/Species/crew.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Species/generic_species.yml b/Resources/Prototypes/_DV/QuickPhrases/Species/generic_species.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Species/generic_species.yml rename to Resources/Prototypes/_DV/QuickPhrases/Species/generic_species.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Subjects/command.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/command.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Subjects/command.yml rename to Resources/Prototypes/_DV/QuickPhrases/Subjects/command.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Subjects/engineering.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/engineering.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Subjects/engineering.yml rename to Resources/Prototypes/_DV/QuickPhrases/Subjects/engineering.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Subjects/epistemics.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/epistemics.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Subjects/epistemics.yml rename to Resources/Prototypes/_DV/QuickPhrases/Subjects/epistemics.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Subjects/generic.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/generic.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Subjects/generic.yml rename to Resources/Prototypes/_DV/QuickPhrases/Subjects/generic.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Subjects/justice.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/justice.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Subjects/justice.yml rename to Resources/Prototypes/_DV/QuickPhrases/Subjects/justice.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Subjects/logistics.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/logistics.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Subjects/logistics.yml rename to Resources/Prototypes/_DV/QuickPhrases/Subjects/logistics.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Subjects/medical.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/medical.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Subjects/medical.yml rename to Resources/Prototypes/_DV/QuickPhrases/Subjects/medical.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Subjects/security.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/security.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Subjects/security.yml rename to Resources/Prototypes/_DV/QuickPhrases/Subjects/security.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Subjects/service.yml b/Resources/Prototypes/_DV/QuickPhrases/Subjects/service.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Subjects/service.yml rename to Resources/Prototypes/_DV/QuickPhrases/Subjects/service.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Threats/hazards.yml b/Resources/Prototypes/_DV/QuickPhrases/Threats/hazards.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Threats/hazards.yml rename to Resources/Prototypes/_DV/QuickPhrases/Threats/hazards.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Threats/hostiles.yml b/Resources/Prototypes/_DV/QuickPhrases/Threats/hostiles.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Threats/hostiles.yml rename to Resources/Prototypes/_DV/QuickPhrases/Threats/hostiles.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/Threats/status.yml b/Resources/Prototypes/_DV/QuickPhrases/Threats/status.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/Threats/status.yml rename to Resources/Prototypes/_DV/QuickPhrases/Threats/status.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/base.yml b/Resources/Prototypes/_DV/QuickPhrases/base.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/base.yml rename to Resources/Prototypes/_DV/QuickPhrases/base.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/jobs.yml b/Resources/Prototypes/_DV/QuickPhrases/jobs.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/jobs.yml rename to Resources/Prototypes/_DV/QuickPhrases/jobs.yml diff --git a/Resources/Prototypes/DeltaV/QuickPhrases/locations.yml b/Resources/Prototypes/_DV/QuickPhrases/locations.yml similarity index 100% rename from Resources/Prototypes/DeltaV/QuickPhrases/locations.yml rename to Resources/Prototypes/_DV/QuickPhrases/locations.yml diff --git a/Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/_DV/Reagents/Consumable/Drink/drinks.yml similarity index 90% rename from Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/drinks.yml rename to Resources/Prototypes/_DV/Reagents/Consumable/Drink/drinks.yml index ff847f2ac8..dc250ad6a2 100644 --- a/Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/_DV/Reagents/Consumable/Drink/drinks.yml @@ -7,7 +7,7 @@ flavor: healthcodeviolation color: "#ff7f00" metamorphicSprite: - sprite: DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi + sprite: _DV/Objects/Consumable/Drinks/healthcodeviolation.rsi state: icon_empty metamorphicMaxFillLevels: 5 metamorphicFillBaseName: fill- @@ -43,7 +43,7 @@ flavor: gunmetal color: "#994422" metamorphicSprite: - sprite: DeltaV/Objects/Consumable/Drinks/gunmetal.rsi + sprite: _DV/Objects/Consumable/Drinks/gunmetal.rsi state: icon_empty metamorphicMaxFillLevels: 5 metamorphicFillBaseName: fill- @@ -72,7 +72,7 @@ flavor: lemondrop color: "#fff789" metamorphicSprite: - sprite: DeltaV/Objects/Consumable/Drinks/lemondrop.rsi + sprite: _DV/Objects/Consumable/Drinks/lemondrop.rsi state: icon_empty metamorphicMaxFillLevels: 3 metamorphicFillBaseName: fill- @@ -94,7 +94,7 @@ flavor: greengrass color: "#66aa55" metamorphicSprite: - sprite: DeltaV/Objects/Consumable/Drinks/greengrass.rsi + sprite: _DV/Objects/Consumable/Drinks/greengrass.rsi state: icon_empty metamorphicMaxFillLevels: 5 metamorphicFillBaseName: fill- @@ -116,7 +116,7 @@ flavor: daiquiri color: "#ddffdd" metamorphicSprite: - sprite: DeltaV/Objects/Consumable/Drinks/daiquiri.rsi + sprite: _DV/Objects/Consumable/Drinks/daiquiri.rsi state: icon_empty metamorphicMaxFillLevels: 3 metamorphicFillBaseName: fill- @@ -139,7 +139,7 @@ flavor: arsonistsbrew color: "#fff789" metamorphicSprite: - sprite: DeltaV/Objects/Consumable/Drinks/arsonist.rsi + sprite: _DV/Objects/Consumable/Drinks/arsonist.rsi state: icon_empty metamorphicMaxFillLevels: 4 metamorphicFillBaseName: fill- @@ -174,7 +174,7 @@ flavor: kvass #Delta-V Flavor additions color: "#381600" metamorphicSprite: - sprite: DeltaV/Objects/Consumable/Drinks/kvass.rsi + sprite: _DV/Objects/Consumable/Drinks/kvass.rsi state: icon_empty metamorphicMaxFillLevels: 4 metamorphicFillBaseName: fill- @@ -189,7 +189,7 @@ flavor: mothamphetamine #Delta-V Flavor additions color: "#2fa1ef" metamorphicSprite: - sprite: DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi + sprite: _DV/Objects/Consumable/Drinks/mothamphetamine.rsi state: icon_empty metamorphicMaxFillLevels: 4 metamorphicFillBaseName: fill- @@ -215,7 +215,7 @@ flavor: doubleicecream color: "#a06f42" metamorphicSprite: - sprite: DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi + sprite: _DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi state: icon_empty metamorphicMaxFillLevels: 5 metamorphicFillBaseName: fill- diff --git a/Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/powdered_drinks.yml b/Resources/Prototypes/_DV/Reagents/Consumable/Drink/powdered_drinks.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/powdered_drinks.yml rename to Resources/Prototypes/_DV/Reagents/Consumable/Drink/powdered_drinks.yml diff --git a/Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/soda.yml b/Resources/Prototypes/_DV/Reagents/Consumable/Drink/soda.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/soda.yml rename to Resources/Prototypes/_DV/Reagents/Consumable/Drink/soda.yml diff --git a/Resources/Prototypes/DeltaV/Reagents/Materials/ores.yml b/Resources/Prototypes/_DV/Reagents/Materials/ores.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Reagents/Materials/ores.yml rename to Resources/Prototypes/_DV/Reagents/Materials/ores.yml diff --git a/Resources/Prototypes/DeltaV/Reagents/fun.yml b/Resources/Prototypes/_DV/Reagents/fun.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Reagents/fun.yml rename to Resources/Prototypes/_DV/Reagents/fun.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml b/Resources/Prototypes/_DV/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml rename to Resources/Prototypes/_DV/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_departamental_glasses.yml b/Resources/Prototypes/_DV/Recipes/Construction/Graphs/clothing/prescription_departamental_glasses.yml similarity index 96% rename from Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_departamental_glasses.yml rename to Resources/Prototypes/_DV/Recipes/Construction/Graphs/clothing/prescription_departamental_glasses.yml index bc581f430c..71267f402a 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_departamental_glasses.yml +++ b/Resources/Prototypes/_DV/Recipes/Construction/Graphs/clothing/prescription_departamental_glasses.yml @@ -41,7 +41,7 @@ - tag: GlassesCorpsman name: corpsman glasses icon: - sprite: DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi + sprite: _DV/Clothing/Eyes/Glasses/corpsglasses.rsi state: icon doAfter: 5 - component: VisionCorrection diff --git a/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_huds.yml b/Resources/Prototypes/_DV/Recipes/Construction/Graphs/clothing/prescription_huds.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/prescription_huds.yml rename to Resources/Prototypes/_DV/Recipes/Construction/Graphs/clothing/prescription_huds.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/utilities/borg_modules.yml b/Resources/Prototypes/_DV/Recipes/Construction/Graphs/utilities/borg_modules.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/utilities/borg_modules.yml rename to Resources/Prototypes/_DV/Recipes/Construction/Graphs/utilities/borg_modules.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml b/Resources/Prototypes/_DV/Recipes/Construction/clothing.yml similarity index 81% rename from Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml rename to Resources/Prototypes/_DV/Recipes/Construction/clothing.yml index 08c2a103e1..9d56905df4 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml +++ b/Resources/Prototypes/_DV/Recipes/Construction/clothing.yml @@ -6,7 +6,7 @@ targetNode: prescmedhud category: construction-category-clothing description: Prescription medhud, merged glasses and medhud together by sheer luck and cables with glue. - icon: { sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi, state: icon } + icon: { sprite: _DV/Clothing/Eyes/Hud/prescmedhud.rsi, state: icon } objectType: Item - type: construction @@ -17,7 +17,7 @@ targetNode: prescsechud category: construction-category-clothing description: Prescription sechud, merged glasses and sechud together by sheer luck and cables with glue. - icon: { sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi, state: icon } + icon: { sprite: _DV/Clothing/Eyes/Hud/prescsechud.rsi, state: icon } objectType: Item - type: construction @@ -28,7 +28,7 @@ targetNode: glassesCorps category: construction-category-clothing description: A pair of sunglasses, modified to have a built-in medical HUD. - icon: { sprite: DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi, state: icon } + icon: { sprite: _DV/Clothing/Eyes/Glasses/corpsglasses.rsi, state: icon } objectType: Item - type: construction @@ -39,7 +39,7 @@ targetNode: prescsecglasses category: construction-category-clothing description: A pair of security glasses with a prescription glass glued on top. - icon: { sprite: DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi, state: icon } + icon: { sprite: _DV/Clothing/Eyes/Glasses/prescsecglasses.rsi, state: icon } objectType: Item - type: construction @@ -50,5 +50,5 @@ targetNode: presccorpsglasses category: construction-category-clothing description: A pair of corpsman glasses with a prescription glass glued on top. - icon: { sprite: DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi, state: icon } + icon: { sprite: _DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi, state: icon } objectType: Item diff --git a/Resources/Prototypes/_DV/Recipes/Construction/storage.yml b/Resources/Prototypes/_DV/Recipes/Construction/storage.yml new file mode 100644 index 0000000000..2b4b940253 --- /dev/null +++ b/Resources/Prototypes/_DV/Recipes/Construction/storage.yml @@ -0,0 +1,17 @@ +#bureaucracy +- type: construction + id: SecureCabinet + name: secure cabinet + description: A secure cabinet to keep all your confidential files. + graph: SecureCabinet + startNode: start + targetNode: securecabinet + category: construction-category-storage + icon: + sprite: _DV/Structures/Storage/secure_cabinet.rsi + state: secure-cabinet + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked diff --git a/Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/_DV/Recipes/Cooking/meal_recipes.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml rename to Resources/Prototypes/_DV/Recipes/Cooking/meal_recipes.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Cooking/powdered_drinks.yml b/Resources/Prototypes/_DV/Recipes/Cooking/powdered_drinks.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Cooking/powdered_drinks.yml rename to Resources/Prototypes/_DV/Recipes/Cooking/powdered_drinks.yml diff --git a/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/SecureCabinet/secure_cabinet.yml b/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/SecureCabinet/secure_cabinet.yml new file mode 100644 index 0000000000..2f4fcbce8e --- /dev/null +++ b/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/SecureCabinet/secure_cabinet.yml @@ -0,0 +1,34 @@ +- type: constructionGraph + id: SecureCabinet + start: start + graph: + - node: start + edges: + - to: securecabinet + steps: + - material: Steel + amount: 5 + - material: Cable + amount: 2 + doAfter: 5 + - node: securecabinet + entity: SecureCabinet + edges: + - to: start + steps: + - tool: Screwing + doAfter: 5 + conditions: + - !type:StorageWelded + welded: false + - !type:Locked + locked: false + completed: + - !type:SpawnPrototype + prototype: SheetSteel1 + amount: 5 + - !type:SpawnPrototype + prototype: CableApcStack1 + amount: 2 + - !type:EmptyAllContainers + - !type:DeleteEntity diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/barrel.yml b/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/barrel.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/barrel.yml rename to Resources/Prototypes/_DV/Recipes/Crafting/Graphs/barrel.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/bayonet.yml b/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/bayonet.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/bayonet.yml rename to Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/bayonet.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_breech.yml b/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/modular_breech.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_breech.yml rename to Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/modular_breech.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_trigger.yml b/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/modular_trigger.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_trigger.yml rename to Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/modular_trigger.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket.yml b/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/musket.yml similarity index 80% rename from Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket.yml rename to Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/musket.yml index 09f47eb236..0bc9794473 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket.yml +++ b/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/musket.yml @@ -13,12 +13,12 @@ name: pipe - tag: ModularBreech icon: - sprite: DeltaV/Objects/Misc/modular_breech.rsi + sprite: _DV/Objects/Misc/modular_breech.rsi state: base name: modular breech - tag: ModularTrigger icon: - sprite: DeltaV/Objects/Misc/modular_trigger.rsi + sprite: _DV/Objects/Misc/modular_trigger.rsi state: base name: modular trigger - tag: RifleStock @@ -28,7 +28,7 @@ name: rifle stock - tag: Bayonet icon: - sprite: DeltaV/Objects/Misc/bayonet.rsi + sprite: _DV/Objects/Misc/bayonet.rsi state: base name: bayonet - material: WoodPlank @@ -52,12 +52,12 @@ name: half pipe - tag: ModularBreech icon: - sprite: DeltaV/Objects/Misc/modular_breech.rsi + sprite: _DV/Objects/Misc/modular_breech.rsi state: base name: modular breech - tag: ModularTrigger icon: - sprite: DeltaV/Objects/Misc/modular_trigger.rsi + sprite: _DV/Objects/Misc/modular_trigger.rsi state: base name: modular trigger - tag: RifleStock @@ -67,7 +67,7 @@ name: rifle stock - tag: Bayonet icon: - sprite: DeltaV/Objects/Misc/bayonet.rsi + sprite: _DV/Objects/Misc/bayonet.rsi state: base name: bayonet - material: WoodPlank diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket_cartridge.yml b/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/musket_cartridge.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket_cartridge.yml rename to Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/musket_cartridge.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/barrel.yml b/Resources/Prototypes/_DV/Recipes/Crafting/barrel.yml similarity index 85% rename from Resources/Prototypes/DeltaV/Recipes/Crafting/barrel.yml rename to Resources/Prototypes/_DV/Recipes/Crafting/barrel.yml index a673b1215b..8223fde80d 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Crafting/barrel.yml +++ b/Resources/Prototypes/_DV/Recipes/Crafting/barrel.yml @@ -7,7 +7,7 @@ category: construction-category-storage description: A musty old wooden barrel. icon: - sprite: DeltaV/Objects/Storage/barrel.rsi + sprite: _DV/Objects/Storage/barrel.rsi state: base objectType: Structure @@ -20,6 +20,6 @@ category: construction-category-storage description: A musty old wooden keg, with a tap attached to the front. icon: - sprite: DeltaV/Objects/Storage/keg.rsi + sprite: _DV/Objects/Storage/keg.rsi state: base objectType: Structure diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml b/Resources/Prototypes/_DV/Recipes/Crafting/improvised.yml similarity index 89% rename from Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml rename to Resources/Prototypes/_DV/Recipes/Crafting/improvised.yml index 405db15ca0..76f6c90699 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml +++ b/Resources/Prototypes/_DV/Recipes/Crafting/improvised.yml @@ -21,7 +21,7 @@ objectType: Item description: Loads the projectile and propellent into the chamber of the gun. Used in the creation of flintlock muskets. icon: - sprite: DeltaV/Objects/Misc/modular_breech.rsi + sprite: _DV/Objects/Misc/modular_breech.rsi state: base - type: construction @@ -34,7 +34,7 @@ objectType: Item description: Makes gun go pew when activated. Used in the creation of guns. icon: - sprite: DeltaV/Objects/Misc/modular_trigger.rsi + sprite: _DV/Objects/Misc/modular_trigger.rsi state: base - type: construction @@ -47,7 +47,7 @@ objectType: Item description: Often placed on guns to go stabby stabby. icon: - sprite: DeltaV/Objects/Misc/bayonet.rsi + sprite: _DV/Objects/Misc/bayonet.rsi state: base - type: construction @@ -60,7 +60,7 @@ objectType: Item description: A paper musket cartridge used to load a musket. icon: - sprite: DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi + sprite: _DV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi state: base - type: construction diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml new file mode 100644 index 0000000000..d6d20fa2f3 --- /dev/null +++ b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml @@ -0,0 +1,159 @@ +# Jumpsuits - Security + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitSecBlue + result: ClothingUniformJumpsuitSecBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitSecGrey + result: ClothingUniformJumpsuitSecGrey + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitWardenBlue + result: ClothingUniformJumpsuitWardenBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitWardenGrey + result: ClothingUniformJumpsuitWardenGrey + +# Jumpskirts - Security + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtSecBlue + result: ClothingUniformJumpskirtSecBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtSecGrey + result: ClothingUniformJumpskirtSecGrey + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtHoSBlue + result: ClothingUniformJumpskirtHoSBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtHoSGrey + result: ClothingUniformJumpskirtHoSGrey + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtWardenBlue + result: ClothingUniformJumpskirtWardenBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtWardenGrey + result: ClothingUniformJumpskirtWardenGrey + +# Security Sweater + +- type: latheRecipe + parent: BaseCoatRecipe + id: ClothingOuterStasecSweater + result: ClothingOuterStasecSweater + completetime: 4 + +# Chief Justice Wardrobe + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatCJToque + result: ClothingHeadHatCJToque + +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformJumpsuitChiefJustice + result: ClothingUniformJumpsuitChiefJustice + +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformJumpskirtChiefJustice + result: ClothingUniformJumpskirtChiefJustice + +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformJumpsuitChiefJusticeFormal + result: ClothingUniformJumpsuitChiefJusticeFormal + +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformJumpsuitChiefJusticeWhite + result: ClothingUniformJumpsuitChiefJusticeWhite + completetime: 5 + +- type: latheRecipe + parent: BaseCommandCoatRecipe + id: ClothingOuterChiefJustice + result: ClothingOuterChiefJustice + +#Syndicate Clothing + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformCybersunAttorney + result: ClothingUniformCybersunAttorney + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: UniformScrubsColorCybersun + result: UniformScrubsColorCybersun + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformInterdyneChemist + result: ClothingUniformInterdyneChemist + +#- type: latheRecipe +# parent: BaseJumpsuitRecipe +# id: ClothingUniformCybersunHazard +# result: ClothingUniformCybersunHazard + +#- type: latheRecipe +# parent: BaseJumpsuitRecipe +# id: ClothingUniformCybersunCasual +# result: ClothingUniformCybersunCasual + +#- type: latheRecipe +# parent: BaseJumpsuitRecipe +# id: ClothingUniformCybersunRND +# result: ClothingUniformCybersunRND + +- type: latheRecipe + parent: BaseCoatRecipe + id: ClothingOuterCoatCybersunWindbreaker #unsure because its armored, but with an EMAG you can get far better things than it from machines that you DONT have to steal/make. + result: ClothingOuterCoatCybersunWindbreaker + materials: + Cloth: 100 + Durathread: 200 #increased durathread cost since it has armor + +- type: latheRecipe + parent: BaseCoatRecipe + id: ClothingOuterInterdyneChemistrySuit + result: ClothingOuterInterdyneChemistrySuit + materials: + Cloth: 100 + Durathread: 200 #increased durathread cost since it has "armor" (Caustic is such a real damage type) + +#- type: latheRecipe #Commented out for now until added +# parent: BaseCoatRecipe +# id: ClothingOuterCybersunOvercoat +# result: ClothingOuterCybersunOvercoat + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatSurgcapCybersun + result: ClothingHeadHatSurgcapCybersun + +- type: latheRecipe #unsure about letting people craft a gasmask at the uniform printer, but also dont want to split up the uniform into different machines or leave it half-finished, added higher cloth cost because this is the only way to lathe gasmasks at all, apparently. + parent: BaseHatRecipe + id: ClothingMaskInterdyneChemistry + result: ClothingMaskInterdyneChemistry + materials: + Cloth: 400 diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/devices.yml b/Resources/Prototypes/_DV/Recipes/Lathes/devices.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Lathes/devices.yml rename to Resources/Prototypes/_DV/Recipes/Lathes/devices.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/electronics.yml b/Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Lathes/electronics.yml rename to Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/medical.yml b/Resources/Prototypes/_DV/Recipes/Lathes/medical.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Lathes/medical.yml rename to Resources/Prototypes/_DV/Recipes/Lathes/medical.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/misc.yml b/Resources/Prototypes/_DV/Recipes/Lathes/misc.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Lathes/misc.yml rename to Resources/Prototypes/_DV/Recipes/Lathes/misc.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/powercells.yml b/Resources/Prototypes/_DV/Recipes/Lathes/powercells.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Lathes/powercells.yml rename to Resources/Prototypes/_DV/Recipes/Lathes/powercells.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/robotics.yml b/Resources/Prototypes/_DV/Recipes/Lathes/robotics.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Lathes/robotics.yml rename to Resources/Prototypes/_DV/Recipes/Lathes/robotics.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml b/Resources/Prototypes/_DV/Recipes/Lathes/security.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml rename to Resources/Prototypes/_DV/Recipes/Lathes/security.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/tiles.yml b/Resources/Prototypes/_DV/Recipes/Lathes/tiles.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Lathes/tiles.yml rename to Resources/Prototypes/_DV/Recipes/Lathes/tiles.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/tools.yml b/Resources/Prototypes/_DV/Recipes/Lathes/tools.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Lathes/tools.yml rename to Resources/Prototypes/_DV/Recipes/Lathes/tools.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Reactions/drinks.yml b/Resources/Prototypes/_DV/Recipes/Reactions/drinks.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Reactions/drinks.yml rename to Resources/Prototypes/_DV/Recipes/Reactions/drinks.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Reactions/food.yml b/Resources/Prototypes/_DV/Recipes/Reactions/food.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Reactions/food.yml rename to Resources/Prototypes/_DV/Recipes/Reactions/food.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Reactions/fun.yml b/Resources/Prototypes/_DV/Recipes/Reactions/fun.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Reactions/fun.yml rename to Resources/Prototypes/_DV/Recipes/Reactions/fun.yml diff --git a/Resources/Prototypes/DeltaV/Research/arsenal.yml b/Resources/Prototypes/_DV/Research/arsenal.yml similarity index 83% rename from Resources/Prototypes/DeltaV/Research/arsenal.yml rename to Resources/Prototypes/_DV/Research/arsenal.yml index 5a0dfda888..33bb8cd88d 100644 --- a/Resources/Prototypes/DeltaV/Research/arsenal.yml +++ b/Resources/Prototypes/_DV/Research/arsenal.yml @@ -18,7 +18,7 @@ id: EnergyGuns name: research-technology-energy-gun icon: - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/energygun.rsi state: icon discipline: Arsenal tier: 1 @@ -32,7 +32,7 @@ id: EnergyGunsAdvanced name: research-technology-energy-gun-advance icon: - sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi state: icon discipline: Arsenal tier: 2 @@ -45,7 +45,7 @@ id: RobustMelee name: research-technology-robust-melee icon: - sprite: DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi + sprite: _DV/Objects/Weapons/Melee/advanced_truncheon.rsi state: icon discipline: Arsenal tier: 3 @@ -57,7 +57,7 @@ id: IonizedCryogenicEmissionEquiplment name: research-technology-ionized-cryogenic-emission-equipment icon: - sprite: DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi + sprite: _DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi state: icon discipline: Arsenal tier: 3 diff --git a/Resources/Prototypes/DeltaV/Research/civilianservices.yml b/Resources/Prototypes/_DV/Research/civilianservices.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Research/civilianservices.yml rename to Resources/Prototypes/_DV/Research/civilianservices.yml diff --git a/Resources/Prototypes/DeltaV/Research/industrial.yml b/Resources/Prototypes/_DV/Research/industrial.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Research/industrial.yml rename to Resources/Prototypes/_DV/Research/industrial.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Antags/fugitive.yml b/Resources/Prototypes/_DV/Roles/Antags/fugitive.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Antags/fugitive.yml rename to Resources/Prototypes/_DV/Roles/Antags/fugitive.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Antags/listening_post.yml b/Resources/Prototypes/_DV/Roles/Antags/listening_post.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Antags/listening_post.yml rename to Resources/Prototypes/_DV/Roles/Antags/listening_post.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Antags/paradox.yml b/Resources/Prototypes/_DV/Roles/Antags/paradox.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Antags/paradox.yml rename to Resources/Prototypes/_DV/Roles/Antags/paradox.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Antags/recruiter.yml b/Resources/Prototypes/_DV/Roles/Antags/recruiter.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Antags/recruiter.yml rename to Resources/Prototypes/_DV/Roles/Antags/recruiter.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Antags/synthesis_specialist.yml b/Resources/Prototypes/_DV/Roles/Antags/synthesis_specialist.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Antags/synthesis_specialist.yml rename to Resources/Prototypes/_DV/Roles/Antags/synthesis_specialist.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/cargo_assistant.yml b/Resources/Prototypes/_DV/Roles/Jobs/Cargo/cargo_assistant.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/cargo_assistant.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Cargo/cargo_assistant.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml b/Resources/Prototypes/_DV/Roles/Jobs/Cargo/courier.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Cargo/courier.yml diff --git a/Resources/Prototypes/_DV/Roles/Jobs/Command/administrative_assistant.yml b/Resources/Prototypes/_DV/Roles/Jobs/Command/administrative_assistant.yml new file mode 100644 index 0000000000..add0cd6179 --- /dev/null +++ b/Resources/Prototypes/_DV/Roles/Jobs/Command/administrative_assistant.yml @@ -0,0 +1,32 @@ +- type: job + id: AdministrativeAssistant + name: job-name-admin-assistant + description: job-description-admin-assistant + playTimeTracker: JobAdminAssistant + requirements: + - !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement + time: 90000 # 25 hours + startingGear: AdminAssistantGear + icon: "JobIconAdminAssitant" + supervisors: job-supervisors-command + canBeAntag: false + access: + - Command + - Maintenance + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff + +- type: startingGear + id: AdminAssistantGear + equipment: + eyes: ClothingEyesHudCommand + belt: BoxFolderClipboard + id: AdminAssistantPDA + pocket1: RubberStampAdminAssistant + storage: + back: + - Flash diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Epistemics/roboticist.yml b/Resources/Prototypes/_DV/Roles/Jobs/Epistemics/roboticist.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Epistemics/roboticist.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Epistemics/roboticist.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/_DV/Roles/Jobs/Fun/misc_startinggear.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Fun/misc_startinggear.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Justice/chief_justice.yml b/Resources/Prototypes/_DV/Roles/Jobs/Justice/chief_justice.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Justice/chief_justice.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Justice/chief_justice.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Justice/clerk.yml b/Resources/Prototypes/_DV/Roles/Jobs/Justice/clerk.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Justice/clerk.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Justice/clerk.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Justice/prosecutor.yml b/Resources/Prototypes/_DV/Roles/Jobs/Justice/prosecutor.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Justice/prosecutor.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Justice/prosecutor.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Medical/medical_borg.yml b/Resources/Prototypes/_DV/Roles/Jobs/Medical/medical_borg.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Medical/medical_borg.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Medical/medical_borg.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/NPC/syndicateNPCs.yml b/Resources/Prototypes/_DV/Roles/Jobs/NPC/syndicateNPCs.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/NPC/syndicateNPCs.yml rename to Resources/Prototypes/_DV/Roles/Jobs/NPC/syndicateNPCs.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml b/Resources/Prototypes/_DV/Roles/Jobs/Security/brigmedic.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Security/brigmedic.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Security/securityborg.yml b/Resources/Prototypes/_DV/Roles/Jobs/Security/securityborg.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Security/securityborg.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Security/securityborg.yml diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/departments.yml b/Resources/Prototypes/_DV/Roles/Jobs/departments.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/departments.yml rename to Resources/Prototypes/_DV/Roles/Jobs/departments.yml diff --git a/Resources/Prototypes/DeltaV/Roles/MindRoles/mind_roles.yml b/Resources/Prototypes/_DV/Roles/MindRoles/mind_roles.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/MindRoles/mind_roles.yml rename to Resources/Prototypes/_DV/Roles/MindRoles/mind_roles.yml diff --git a/Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml b/Resources/Prototypes/_DV/Roles/play_time_trackers.yml similarity index 89% rename from Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml rename to Resources/Prototypes/_DV/Roles/play_time_trackers.yml index af329817d3..7b3abf466e 100644 --- a/Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml +++ b/Resources/Prototypes/_DV/Roles/play_time_trackers.yml @@ -24,3 +24,6 @@ - type: playTimeTracker id: JobCargoAssistant + +- type: playTimeTracker + id: JobAdminAssistant diff --git a/Resources/Prototypes/_DV/Shaders/birdvision.yml b/Resources/Prototypes/_DV/Shaders/birdvision.yml new file mode 100644 index 0000000000..e6d2f2fa7b --- /dev/null +++ b/Resources/Prototypes/_DV/Shaders/birdvision.yml @@ -0,0 +1,4 @@ +- type: shader + id: UltraVision + kind: source + path: "/Textures/_DV/Shaders/ultravision.swsl" diff --git a/Resources/Prototypes/_DV/Shaders/chromatic_aberration.yml b/Resources/Prototypes/_DV/Shaders/chromatic_aberration.yml new file mode 100644 index 0000000000..3b4096ccb2 --- /dev/null +++ b/Resources/Prototypes/_DV/Shaders/chromatic_aberration.yml @@ -0,0 +1,4 @@ +- type: shader + id: ChromaticAberration + kind: source + path: "/Textures/_DV/Shaders/chromatic_aberration.swsl" diff --git a/Resources/Prototypes/DeltaV/Shuttles/recruiter.yml b/Resources/Prototypes/_DV/Shuttles/recruiter.yml similarity index 55% rename from Resources/Prototypes/DeltaV/Shuttles/recruiter.yml rename to Resources/Prototypes/_DV/Shuttles/recruiter.yml index f56af0dbba..10f700196b 100644 --- a/Resources/Prototypes/DeltaV/Shuttles/recruiter.yml +++ b/Resources/Prototypes/_DV/Shuttles/recruiter.yml @@ -1,4 +1,4 @@ - type: preloadedGrid id: SyndieRecruiterShip - path: /Maps/Shuttles/DeltaV/recruiter_ship.yml + path: /Maps/_DV/Shuttles/recruiter_ship.yml copies: 1 diff --git a/Resources/Prototypes/DeltaV/Shuttles/synthesis.yml b/Resources/Prototypes/_DV/Shuttles/synthesis.yml similarity index 55% rename from Resources/Prototypes/DeltaV/Shuttles/synthesis.yml rename to Resources/Prototypes/_DV/Shuttles/synthesis.yml index 08828b9634..0482904cf6 100644 --- a/Resources/Prototypes/DeltaV/Shuttles/synthesis.yml +++ b/Resources/Prototypes/_DV/Shuttles/synthesis.yml @@ -1,4 +1,4 @@ - type: preloadedGrid id: SyndieSynthesisShip - path: /Maps/Shuttles/DeltaV/synthesis_ship.yml + path: /Maps/_DV/Shuttles/synthesis_ship.yml copies: 1 diff --git a/Resources/Prototypes/DeltaV/SoundCollections/harpy.yml b/Resources/Prototypes/_DV/SoundCollections/harpy.yml similarity index 100% rename from Resources/Prototypes/DeltaV/SoundCollections/harpy.yml rename to Resources/Prototypes/_DV/SoundCollections/harpy.yml diff --git a/Resources/Prototypes/_DV/SoundCollections/vulpkanin.yml b/Resources/Prototypes/_DV/SoundCollections/vulpkanin.yml new file mode 100644 index 0000000000..c0091431a1 --- /dev/null +++ b/Resources/Prototypes/_DV/SoundCollections/vulpkanin.yml @@ -0,0 +1,33 @@ +- type: soundCollection + id: VulpkaninBarks + files: + - /Audio/_DV/Voice/Vulpkanin/dog_bark1.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_bark2.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_bark3.ogg + +- type: soundCollection + id: VulpkaninGrowls + files: + - /Audio/_DV/Voice/Vulpkanin/dog_growl1.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl2.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl3.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl4.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl5.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_growl6.ogg + +- type: soundCollection + id: VulpkaninSnarls + files: + - /Audio/_DV/Voice/Vulpkanin/dog_snarl1.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_snarl2.ogg + - /Audio/_DV/Voice/Vulpkanin/dog_snarl3.ogg + +- type: soundCollection + id: VulpkaninWhines + files: + - /Audio/_DV/Voice/Vulpkanin/dog_whine.ogg + +- type: soundCollection + id: VulpkaninHowls + files: + - /Audio/_DV/Voice/Vulpkanin/howl.ogg diff --git a/Resources/Prototypes/DeltaV/Species/harpy.yml b/Resources/Prototypes/_DV/Species/harpy.yml similarity index 78% rename from Resources/Prototypes/DeltaV/Species/harpy.yml rename to Resources/Prototypes/_DV/Species/harpy.yml index 74955fa06c..49861c04a8 100644 --- a/Resources/Prototypes/DeltaV/Species/harpy.yml +++ b/Resources/Prototypes/_DV/Species/harpy.yml @@ -62,83 +62,83 @@ - type: humanoidBaseSprite id: MobHarpyHead baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: head_m - type: humanoidBaseSprite id: MobHarpyHeadMale baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: head_m - type: humanoidBaseSprite id: MobHarpyHeadFemale baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: head_f - type: humanoidBaseSprite id: MobHarpyTorso baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: torso_m - type: humanoidBaseSprite id: MobHarpyTorsoMale baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: torso_m - type: humanoidBaseSprite id: MobHarpyTorsoFemale baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: torso_f - type: humanoidBaseSprite id: MobHarpyLLeg baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: l_leg - type: humanoidBaseSprite id: MobHarpyLHand baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: l_hand - type: humanoidBaseSprite id: MobHarpyLArm baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: l_arm - type: humanoidBaseSprite id: MobHarpyLFoot baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: l_foot - type: humanoidBaseSprite id: MobHarpyRLeg baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: r_leg - type: humanoidBaseSprite id: MobHarpyRHand baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: r_hand - type: humanoidBaseSprite id: MobHarpyRArm baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: r_arm - type: humanoidBaseSprite id: MobHarpyRFoot baseSprite: - sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + sprite: _DV/Mobs/Species/Harpy/parts.rsi state: r_foot diff --git a/Resources/Prototypes/DeltaV/Species/rodentia.yml b/Resources/Prototypes/_DV/Species/rodentia.yml similarity index 79% rename from Resources/Prototypes/DeltaV/Species/rodentia.yml rename to Resources/Prototypes/_DV/Species/rodentia.yml index e7ef1910ee..6d235be35f 100644 --- a/Resources/Prototypes/DeltaV/Species/rodentia.yml +++ b/Resources/Prototypes/_DV/Species/rodentia.yml @@ -70,83 +70,83 @@ - type: humanoidBaseSprite id: MobRodentiaHead baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: head_m - type: humanoidBaseSprite id: MobRodentiaHeadMale baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: head_m - type: humanoidBaseSprite id: MobRodentiaHeadFemale baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: head_f - type: humanoidBaseSprite id: MobRodentiaTorso baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: torso_m - type: humanoidBaseSprite id: MobRodentiaTorsoMale baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: torso_m - type: humanoidBaseSprite id: MobRodentiaTorsoFemale baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: torso_f - type: humanoidBaseSprite id: MobRodentiaLLeg baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: l_leg - type: humanoidBaseSprite id: MobRodentiaLHand baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: l_hand - type: humanoidBaseSprite id: MobRodentiaLArm baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: l_arm - type: humanoidBaseSprite id: MobRodentiaLFoot baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: l_foot - type: humanoidBaseSprite id: MobRodentiaRLeg baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: r_leg - type: humanoidBaseSprite id: MobRodentiaRHand baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: r_hand - type: humanoidBaseSprite id: MobRodentiaRArm baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: r_arm - type: humanoidBaseSprite id: MobRodentiaRFoot baseSprite: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi + sprite: _DV/Mobs/Species/Rodentia/parts.rsi state: r_foot diff --git a/Resources/Prototypes/DeltaV/Species/vulpkanin.yml b/Resources/Prototypes/_DV/Species/vulpkanin.yml similarity index 78% rename from Resources/Prototypes/DeltaV/Species/vulpkanin.yml rename to Resources/Prototypes/_DV/Species/vulpkanin.yml index 97952a8b90..1c5cd66457 100644 --- a/Resources/Prototypes/DeltaV/Species/vulpkanin.yml +++ b/Resources/Prototypes/_DV/Species/vulpkanin.yml @@ -66,83 +66,83 @@ - type: humanoidBaseSprite id: MobVulpkaninHead baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: head_m - type: humanoidBaseSprite id: MobVulpkaninHeadMale baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: head_m - type: humanoidBaseSprite id: MobVulpkaninHeadFemale baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: head_f - type: humanoidBaseSprite id: MobVulpkaninTorso baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: torso_m - type: humanoidBaseSprite id: MobVulpkaninTorsoMale baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: torso_m - type: humanoidBaseSprite id: MobVulpkaninTorsoFemale baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: torso_f - type: humanoidBaseSprite id: MobVulpkaninLLeg baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: l_leg - type: humanoidBaseSprite id: MobVulpkaninLHand baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: l_hand - type: humanoidBaseSprite id: MobVulpkaninLArm baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: l_arm - type: humanoidBaseSprite id: MobVulpkaninLFoot baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: l_foot - type: humanoidBaseSprite id: MobVulpkaninRLeg baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: r_leg - type: humanoidBaseSprite id: MobVulpkaninRHand baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: r_hand - type: humanoidBaseSprite id: MobVulpkaninRArm baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: r_arm - type: humanoidBaseSprite id: MobVulpkaninRFoot baseSprite: - sprite: DeltaV/Mobs/Species/Vulpkanin/parts.rsi + sprite: _DV/Mobs/Species/Vulpkanin/parts.rsi state: r_foot diff --git a/Resources/Prototypes/DeltaV/Stacks/Materials/ore.yml b/Resources/Prototypes/_DV/Stacks/Materials/ore.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Stacks/Materials/ore.yml rename to Resources/Prototypes/_DV/Stacks/Materials/ore.yml diff --git a/Resources/Prototypes/DeltaV/StatusIcon/job.yml b/Resources/Prototypes/_DV/StatusIcon/job.yml similarity index 61% rename from Resources/Prototypes/DeltaV/StatusIcon/job.yml rename to Resources/Prototypes/_DV/StatusIcon/job.yml index 8c60dade5d..9787a47972 100644 --- a/Resources/Prototypes/DeltaV/StatusIcon/job.yml +++ b/Resources/Prototypes/_DV/StatusIcon/job.yml @@ -2,7 +2,7 @@ parent: JobIcon id: JobIconMedicalBorg icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: MedicalBorg jobName: job-name-medical-borg @@ -10,7 +10,7 @@ parent: JobIcon id: JobIconCourier icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: nyanoMailCarrier jobName: job-name-courier @@ -18,7 +18,7 @@ parent: JobIcon id: JobIconChiefJustice icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: ChiefJustice jobName: job-name-chief-justice @@ -26,7 +26,7 @@ parent: JobIcon id: JobIconClerk icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: Clerk jobName: job-name-clerk @@ -34,7 +34,7 @@ parent: JobIcon id: JobIconProsecutor icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: Prosecutor jobName: job-name-prosecutor @@ -42,7 +42,7 @@ parent: JobIcon id: JobIconSecurityBorg icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: SecurityBorg jobName: job-name-security-borg @@ -50,6 +50,13 @@ parent: JobIcon id: JobIconCargoAssistant icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi state: CargoAssistant jobName: job-name-cargo-assistant + +- type: jobIcon + parent: JobIcon + id: JobIconAdminAssitant + icon: + sprite: /Textures/_DV/Interface/Misc/job_icons.rsi + state: AdminAssistant diff --git a/Resources/Prototypes/DeltaV/StatusIcon/security.yml b/Resources/Prototypes/_DV/StatusIcon/security.yml similarity index 71% rename from Resources/Prototypes/DeltaV/StatusIcon/security.yml rename to Resources/Prototypes/_DV/StatusIcon/security.yml index ce8f3763f6..56deba4156 100644 --- a/Resources/Prototypes/DeltaV/StatusIcon/security.yml +++ b/Resources/Prototypes/_DV/StatusIcon/security.yml @@ -3,5 +3,5 @@ parent: SecurityIcon id: SecurityIconSubpoenaed icon: - sprite: /Textures/DeltaV/Interface/Misc/security_icons.rsi + sprite: /Textures/_DV/Interface/Misc/security_icons.rsi state: hud_subpoenaed diff --git a/Resources/Prototypes/DeltaV/Traits/altvision.yml b/Resources/Prototypes/_DV/Traits/altvision.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Traits/altvision.yml rename to Resources/Prototypes/_DV/Traits/altvision.yml diff --git a/Resources/Prototypes/DeltaV/Traits/disabilities.yml b/Resources/Prototypes/_DV/Traits/disabilities.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Traits/disabilities.yml rename to Resources/Prototypes/_DV/Traits/disabilities.yml diff --git a/Resources/Prototypes/DeltaV/Traits/neutral.yml b/Resources/Prototypes/_DV/Traits/neutral.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Traits/neutral.yml rename to Resources/Prototypes/_DV/Traits/neutral.yml diff --git a/Resources/Prototypes/DeltaV/Traits/speech.yml b/Resources/Prototypes/_DV/Traits/speech.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Traits/speech.yml rename to Resources/Prototypes/_DV/Traits/speech.yml diff --git a/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml b/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml rename to Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml diff --git a/Resources/Prototypes/DeltaV/Voice/speech_emotes.yml b/Resources/Prototypes/_DV/Voice/speech_emotes.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Voice/speech_emotes.yml rename to Resources/Prototypes/_DV/Voice/speech_emotes.yml diff --git a/Resources/Prototypes/_DV/Voice/speech_sounds.yml b/Resources/Prototypes/_DV/Voice/speech_sounds.yml new file mode 100644 index 0000000000..47ffb1fcda --- /dev/null +++ b/Resources/Prototypes/_DV/Voice/speech_sounds.yml @@ -0,0 +1,17 @@ +- type: speechSounds + id: Vulpkanin + saySound: + path: /Audio/_DV/Voice/Talk/vulp.ogg + askSound: + path: /Audio/_DV/Voice/Talk/vulp_ask.ogg + exclaimSound: + path: /Audio/_DV/Voice/Talk/vulp_exclaim.ogg + +- type: speechSounds + id: Harpy + saySound: + path: /Audio/_DV/Voice/Harpy/chirp1.ogg + askSound: + path: /Audio/_DV/Voice/Harpy/chirp1.ogg + exclaimSound: + path: /Audio/_DV/Voice/Harpy/chirp1.ogg diff --git a/Resources/Prototypes/DeltaV/Voice/speech_verbs.yml b/Resources/Prototypes/_DV/Voice/speech_verbs.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Voice/speech_verbs.yml rename to Resources/Prototypes/_DV/Voice/speech_verbs.yml diff --git a/Resources/Prototypes/DeltaV/Wires/layouts.yml b/Resources/Prototypes/_DV/Wires/layouts.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Wires/layouts.yml rename to Resources/Prototypes/_DV/Wires/layouts.yml diff --git a/Resources/Prototypes/DeltaV/XenoArch/Effects/glimmer.yml b/Resources/Prototypes/_DV/XenoArch/Effects/glimmer.yml similarity index 100% rename from Resources/Prototypes/DeltaV/XenoArch/Effects/glimmer.yml rename to Resources/Prototypes/_DV/XenoArch/Effects/glimmer.yml diff --git a/Resources/Prototypes/DeltaV/XenoArch/Effects/psionic.yml b/Resources/Prototypes/_DV/XenoArch/Effects/psionic.yml similarity index 100% rename from Resources/Prototypes/DeltaV/XenoArch/Effects/psionic.yml rename to Resources/Prototypes/_DV/XenoArch/Effects/psionic.yml diff --git a/Resources/Prototypes/DeltaV/XenoArch/artifact_triggers.yml b/Resources/Prototypes/_DV/XenoArch/artifact_triggers.yml similarity index 100% rename from Resources/Prototypes/DeltaV/XenoArch/artifact_triggers.yml rename to Resources/Prototypes/_DV/XenoArch/artifact_triggers.yml diff --git a/Resources/Prototypes/DeltaV/ai_factions.yml b/Resources/Prototypes/_DV/ai_factions.yml similarity index 100% rename from Resources/Prototypes/DeltaV/ai_factions.yml rename to Resources/Prototypes/_DV/ai_factions.yml diff --git a/Resources/Prototypes/DeltaV/borg_types.yml b/Resources/Prototypes/_DV/borg_types.yml similarity index 96% rename from Resources/Prototypes/DeltaV/borg_types.yml rename to Resources/Prototypes/_DV/borg_types.yml index 0fb7ab6615..e2f47ebb2b 100644 --- a/Resources/Prototypes/DeltaV/borg_types.yml +++ b/Resources/Prototypes/_DV/borg_types.yml @@ -39,7 +39,7 @@ - type: Sprite noRot: true drawdepth: Mobs - sprite: DeltaV/Mobs/Silicon/chassis.rsi + sprite: _DV/Mobs/Silicon/chassis.rsi layers: - state: security map: ["enum.BorgVisualLayers.Body", "movement"] diff --git a/Resources/Prototypes/DeltaV/name_identifier_groups.yml b/Resources/Prototypes/_DV/name_identifier_groups.yml similarity index 100% rename from Resources/Prototypes/DeltaV/name_identifier_groups.yml rename to Resources/Prototypes/_DV/name_identifier_groups.yml diff --git a/Resources/Prototypes/DeltaV/ore.yml b/Resources/Prototypes/_DV/ore.yml similarity index 100% rename from Resources/Prototypes/DeltaV/ore.yml rename to Resources/Prototypes/_DV/ore.yml diff --git a/Resources/Prototypes/DeltaV/planets.yml b/Resources/Prototypes/_DV/planets.yml similarity index 100% rename from Resources/Prototypes/DeltaV/planets.yml rename to Resources/Prototypes/_DV/planets.yml diff --git a/Resources/Prototypes/DeltaV/radio_channels.yml b/Resources/Prototypes/_DV/radio_channels.yml similarity index 100% rename from Resources/Prototypes/DeltaV/radio_channels.yml rename to Resources/Prototypes/_DV/radio_channels.yml diff --git a/Resources/Prototypes/DeltaV/shaders.yml b/Resources/Prototypes/_DV/shaders.yml similarity index 81% rename from Resources/Prototypes/DeltaV/shaders.yml rename to Resources/Prototypes/_DV/shaders.yml index a3e9573045..c3e663d148 100644 --- a/Resources/Prototypes/DeltaV/shaders.yml +++ b/Resources/Prototypes/_DV/shaders.yml @@ -2,7 +2,7 @@ - type: shader id: HologramDeltaV kind: source - path: "/Textures/DeltaV/Shaders/hologram.swsl" + path: "/Textures/_DV/Shaders/hologram.swsl" params: textureHeight: 32 hue: 0.64 diff --git a/Resources/Prototypes/DeltaV/siliconlaws.yml b/Resources/Prototypes/_DV/siliconlaws.yml similarity index 100% rename from Resources/Prototypes/DeltaV/siliconlaws.yml rename to Resources/Prototypes/_DV/siliconlaws.yml diff --git a/Resources/Prototypes/DeltaV/status_effects.yml b/Resources/Prototypes/_DV/status_effects.yml similarity index 100% rename from Resources/Prototypes/DeltaV/status_effects.yml rename to Resources/Prototypes/_DV/status_effects.yml diff --git a/Resources/Prototypes/DeltaV/tags.yml b/Resources/Prototypes/_DV/tags.yml similarity index 100% rename from Resources/Prototypes/DeltaV/tags.yml rename to Resources/Prototypes/_DV/tags.yml diff --git a/Resources/Prototypes/DeltaV/tool_qualities.yml b/Resources/Prototypes/_DV/tool_qualities.yml similarity index 100% rename from Resources/Prototypes/DeltaV/tool_qualities.yml rename to Resources/Prototypes/_DV/tool_qualities.yml diff --git a/Resources/Prototypes/DeltaV/typing_indicator.yml b/Resources/Prototypes/_DV/typing_indicator.yml similarity index 64% rename from Resources/Prototypes/DeltaV/typing_indicator.yml rename to Resources/Prototypes/_DV/typing_indicator.yml index a50abd0efb..f43f9e67ff 100644 --- a/Resources/Prototypes/DeltaV/typing_indicator.yml +++ b/Resources/Prototypes/_DV/typing_indicator.yml @@ -1,12 +1,12 @@ - type: typingIndicator id: felinid - spritePath: /Textures/DeltaV/Effects/speech.rsi + spritePath: /Textures/_DV/Effects/speech.rsi typingState: felinid0 offset: 0, 0.2 # 0625 - type: typingIndicator id: rodentia - spritePath: /Textures/DeltaV/Effects/speech.rsi + spritePath: /Textures/_DV/Effects/speech.rsi typingState: rodentia0 offset: 0, 0.2 # 0625 diff --git a/Resources/Prototypes/DeltaV/whitelist_tiers.yml b/Resources/Prototypes/_DV/whitelist_tiers.yml similarity index 100% rename from Resources/Prototypes/DeltaV/whitelist_tiers.yml rename to Resources/Prototypes/_DV/whitelist_tiers.yml diff --git a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/ingredients.yml new file mode 100644 index 0000000000..f7eef3f097 --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/ingredients.yml @@ -0,0 +1,99 @@ +- type: entity + name: raw coffee beans + parent: FoodProduceBase + id: FoodCoffeeBeansRaw + description: Green coffee beans, just waiting to be roasted. + components: + - type: FlavorProfile + flavors: + - bitter + - type: Food + - type: SolutionContainerManager + solutions: + food: + maxVol: 6 + reagents: + - ReagentId: Nutriment + Quantity: 1 + - ReagentId: Theobromine # Caffeine + Quantity: 1 + - type: Sprite + sprite: _NF/Objects/Specific/Hydroponics/coffee.rsi + state: produce-beans + - type: Tag + tags: + - Fruit + - type: Construction + graph: Coffee + node: start + defaultTarget: light roasted coffee + - type: AtmosExposed # Expose the beans to atmosphere - heats and cools them + - type: Temperature # Temperature components needed to cook the beans + currentTemperature: 290 + - type: InternalTemperature + thickness: 0.008 # 8mm (roughly bean sized) + area: .2 # essentially a giant sheet of beans + +- type: entity + name: light roasted coffee beans + parent: FoodProduceBase + id: FoodCoffeeBeansRoastedLight + description: Cinnamon roast coffee beans. Bright and fruity. + components: + - type: FlavorProfile + flavors: + - bitter + - type: Food + - type: SolutionContainerManager + solutions: + food: + maxVol: 6 + reagents: + - ReagentId: CoffeeGrounds + Quantity: 5 + - type: Sprite + sprite: _NF/Objects/Specific/Hydroponics/coffee.rsi + state: produce-beans-light + - type: Tag + tags: + - Fruit + - type: Construction + graph: Coffee + node: light roasted coffee + defaultTarget: medium roasted coffee + - type: AtmosExposed # Expose the beans to atmosphere - heats and cools them + - type: Temperature # Temperature components needed to cook the beans + - type: InternalTemperature + thickness: 0.008 # 8mm (roughly bean sized) + area: .2 # essentially a giant sheet of beans + conductivity: 1.5 # Arbitrarily chosen + - type: Extractable + grindableSolutionName: food + +- type: entity + name: medium roasted coffee beans + parent: FoodCoffeeBeansRoastedLight + id: FoodCoffeeBeansRoastedMedium + description: City roast coffee beans. Smooth and nutty. + components: + - type: Sprite + sprite: _NF/Objects/Specific/Hydroponics/coffee.rsi + state: produce-beans-medium + - type: Construction + graph: Coffee + node: medium roasted coffee + defaultTarget: dark roasted coffee + +- type: entity + name: dark roasted coffee beans + parent: FoodCoffeeBeansRoastedLight + id: FoodCoffeeBeansRoastedDark + description: Viennese roast coffee beans. Smoky and spicy. + components: + - type: Sprite + sprite: _NF/Objects/Specific/Hydroponics/coffee.rsi + state: produce-beans-dark + - type: Construction + graph: Coffee + node: dark roasted coffee + defaultTarget: null diff --git a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/meals.yml b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/meals.yml new file mode 100644 index 0000000000..aabc218d6a --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/meals.yml @@ -0,0 +1,144 @@ +- type: entity + name: poached pears + parent: FoodBowlBase + id: FoodMealPoachedPears + description: The classiest use for a can of wine. + components: + - type: FlavorProfile + flavors: + - fruity + - alcohol + - pear + - type: Sprite + sprite: _NF/Objects/Consumable/Food/bowl.rsi + layers: + - state: bowl + - state: poachedpear + - type: SolutionContainerManager + solutions: + food: + maxVol: 25 + reagents: + - ReagentId: Nutriment + Quantity: 12 + - ReagentId: Vitamin + Quantity: 5 + - ReagentId: Wine # DeltaV we dont have Flavorol, changed to wine + Quantity: 8 + - type: Tag + tags: + - Fruit + +- type: entity + name: pears belle helene + parent: FoodBowlBase + id: FoodMealPearsBelleHelene + description: The delicate flavor of the immaculate pear drenched in chocolate. + components: + - type: FlavorProfile + flavors: + - chocolate + - pear + - creamy + - type: Sprite + sprite: _NF/Objects/Consumable/Food/bowl.rsi + layers: + - state: bowl + - state: bellepear + - type: SolutionContainerManager + solutions: + food: + maxVol: 35 + reagents: + - ReagentId: Nutriment + Quantity: 16 # DeltaV increase for lack of flavorol + - ReagentId: Vitamin + Quantity: 12 # DeltaV increase for lack of flavorol + - ReagentId: Theobromine + Quantity: 3 + - type: Tag + tags: + - Fruit + +- type: entity + name: pear muffin + parent: FoodMealBase + id: FoodBakedMuffinPear + description: I won't tell if you just try to pick out the chocolate. + components: + - type: FlavorProfile + flavors: + - chocolate + - muffin + - pear + - type: Sprite + sprite: _NF/Objects/Consumable/Food/Baked/bread.rsi + state: pearmuffin + scale: .75, .75 + - type: SolutionContainerManager + solutions: + food: + maxVol: 15 + reagents: + - ReagentId: Nutriment + Quantity: 7 # DeltaV increase for lack of flavorol + - ReagentId: Vitamin + Quantity: 5 # DeltaV increase for lack of flavorol + - ReagentId: Theobromine + Quantity: 1 + - type: Tag + tags: + - Fruit + +- type: entity + name: pear and cheese tart + parent: FoodPieBase + id: FoodTartPearCheese + description: The most sublime pair. + components: + - type: FlavorProfile + flavors: + - sweet + - cheesy + - pear + - type: Sprite + sprite: _NF/Objects/Consumable/Food/Baked/pie.rsi + layers: + - state: tin + - state: pearandcheese + - type: Tag + tags: + - Fruit + - Pie + +- type: entity + name: coffee berries + parent: FoodProduceBase + id: FoodCoffee + description: Red berries encasing coffee beans. + components: + - type: FlavorProfile + flavors: + - bitter + - type: Food + - type: SolutionContainerManager + solutions: + food: + maxVol: 12 + reagents: + - ReagentId: Nutriment + Quantity: 2 + - ReagentId: Theobromine + Quantity: 1 + - type: Sprite + sprite: _NF/Objects/Specific/Hydroponics/coffee.rsi + - type: Produce + seedId: coffee + - type: Tag + tags: + - Fruit + - type: SpawnItemsOnUse + items: + - id: FoodCoffeeBeansRaw + sound: + path: /Audio/Effects/packetrip.ogg diff --git a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/produce.yml new file mode 100644 index 0000000000..e85a41fdf5 --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/produce.yml @@ -0,0 +1,25 @@ +- type: entity + name: pear + parent: FoodProduceBase + id: FoodPear + description: It's peary good. + components: + - type: FlavorProfile + flavors: + - pear + - type: SolutionContainerManager + solutions: + food: + maxVol: 15 + reagents: + - ReagentId: Nutriment + Quantity: 10 + - ReagentId: Vitamin + Quantity: 5 + - type: Sprite + sprite: _NF/Objects/Specific/Hydroponics/pear.rsi + - type: Produce + seedId: pear + - type: Tag + tags: + - Fruit diff --git a/Resources/Prototypes/_NF/Entities/Objects/Specific/Hydroponics/seeds.yml b/Resources/Prototypes/_NF/Entities/Objects/Specific/Hydroponics/seeds.yml new file mode 100644 index 0000000000..ee313969b8 --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Objects/Specific/Hydroponics/seeds.yml @@ -0,0 +1,75 @@ +- type: entity + parent: SeedBase + name: packet of pear seeds + description: They are peary good for you. + id: PearSeeds + components: + - type: Seed + seedId: pear + - type: Sprite + sprite: _NF/Objects/Specific/Hydroponics/pear.rsi + +- type: entity + parent: SeedBase + name: packet of coffee seeds + description: Perfect for any self-respecting coffee roaster. + id: CoffeeSeeds + components: + - type: Seed + seedId: coffee + - type: Sprite + sprite: _NF/Objects/Specific/Hydroponics/coffee.rsi + +- type: seed + id: pear + name: seeds-pear-name + noun: seeds-noun-seeds + displayName: seeds-pear-display-name + plantRsi: _NF/Objects/Specific/Hydroponics/pear.rsi + packetPrototype: PearSeeds + productPrototypes: + - FoodPear + harvestRepeat: Repeat + lifespan: 55 + maturation: 6 + production: 6 + yield: 3 + potency: 10 + idealLight: 6 + chemicals: + Nutriment: + Min: 1 + Max: 10 + PotencyDivisor: 10 + Vitamin: + Min: 1 + Max: 4 + PotencyDivisor: 25 + +- type: seed + id: coffee + name: seeds-coffee-name + noun: seeds-noun-seeds + displayName: seeds-coffee-display-name + plantRsi: _NF/Objects/Specific/Hydroponics/coffee.rsi + packetPrototype: CoffeeSeeds + productPrototypes: + - FoodCoffee + lifespan: 25 + maturation: 9 + production: 1 + yield: 2 + potency: 5 + idealLight: 8 + growthStages: 5 + harvestRepeat: Repeat + waterConsumption: 0.60 + chemicals: + Nutriment: + Min: 2 + Max: 8 + PotencyDivisor: 16 + Theobromine: + Min: 1 + Max: 4 + PotencyDivisor: 25 diff --git a/Resources/Prototypes/_NF/Flavors/flavors.yml b/Resources/Prototypes/_NF/Flavors/flavors.yml new file mode 100644 index 0000000000..b353838aa2 --- /dev/null +++ b/Resources/Prototypes/_NF/Flavors/flavors.yml @@ -0,0 +1,9 @@ +- type: flavor + id: pear + flavorType: Complex + description: flavor-complex-pear + +- type: flavor + id: basic + flavorType: Base + description: flavor-base-basic diff --git a/Resources/Prototypes/_NF/Mail/Items/misc.yml b/Resources/Prototypes/_NF/Mail/Items/misc.yml index e2524fa106..e504cd9c40 100644 --- a/Resources/Prototypes/_NF/Mail/Items/misc.yml +++ b/Resources/Prototypes/_NF/Mail/Items/misc.yml @@ -7,7 +7,7 @@ name: delayed smoke suffix: "(10s)" components: - - type: Sprite #DeltaV: Apparently these want sprites, probably because they're baseitems + - type: Sprite # DeltaV: Apparently these want sprites, probably because they're baseitems sprite: /Textures/Objects/Fun/goldbikehorn.rsi visible: false state: icon @@ -30,7 +30,7 @@ categories: [ HideSpawnMenu ] name: delayed EMP (7 meters) components: - - type: Sprite #DeltaV: Apparently these want sprites, probably because they're baseitems + - type: Sprite # DeltaV: Apparently these want sprites, probably because they're baseitems sprite: /Textures/Objects/Fun/goldbikehorn.rsi visible: false state: icon diff --git a/Resources/Prototypes/_NF/Mail/Items/paper.yml b/Resources/Prototypes/_NF/Mail/Items/paper.yml index b21ca40717..0c39b7f9f4 100644 --- a/Resources/Prototypes/_NF/Mail/Items/paper.yml +++ b/Resources/Prototypes/_NF/Mail/Items/paper.yml @@ -253,7 +253,7 @@ stampedBy: - stampedColor: '#333333FF' stampedName: Christopher Cleanman -# stampType: Signature #DeltaV - Not compatible with our signatures code stuff apparently +# stampType: Signature # DeltaV - Not compatible with our signatures code stuff apparently content: |2 [head=3]Hello Valued Customer,[/head] You have been selected to receive a complimentary sampler of scented soaps that Nanotrasen has to offer. @@ -268,7 +268,7 @@ - type: entity id: PaperMailNTSoapAd2 categories: [ HideSpawnMenu ] - suffix: "soap ad 2" #DeltaV - Edited to not be addressed to Frontier Citizens, localized + suffix: "soap ad 2" # DeltaV - Edited to not be addressed to Frontier Citizens, localized parent: Paper components: - type: Paper @@ -370,7 +370,7 @@ stampedBy: - stampedColor: '#333333FF' stampedName: craig -# stampType: Signature #DeltaV - Not compatible with our signatures code stuff apparently +# stampType: Signature # DeltaV - Not compatible with our signatures code stuff apparently content: |2 [bold]hey uh, they told me to send you a pipebomb i guess? @@ -404,7 +404,7 @@ id: PaperMailNFEMPPreparedness categories: [ HideSpawnMenu ] name: EMP preparedness response form - suffix: "emp preparedness" #DeltaV - Replaces mention of SR with HoS + suffix: "emp preparedness" # DeltaV - Replaces mention of SR with HoS parent: Paper components: - type: Paper @@ -425,7 +425,7 @@ id: PaperMailNFBuildABuddy categories: [ HideSpawnMenu ] name: Build-a-Buddy adoption letter - suffix: "build-a-buddy" #DeltaV- Body text changed, because Goblins Aren't Real + suffix: "build-a-buddy" # DeltaV- Body text changed, because Goblins Aren't Real parent: Paper components: - type: Paper @@ -435,7 +435,7 @@ stampedName: Chief Friendship Officer - stampedColor: '#333333FF' stampedName: Cuts-With-Scalpel -# stampType: Signature #DeltaV - Not compatible with our signatures code stuff apparently. +# stampType: Signature # DeltaV - Not compatible with our signatures code stuff apparently. content: |2 [head=1]Note of Adoption[/head] @@ -453,7 +453,7 @@ - type: entity id: PaperMailNFSpaceLaw categories: [ HideSpawnMenu ] - suffix: "space-law" #DeltaV- edited contents to be from the Delta Sector instead of the Frontier + suffix: "space-law" # DeltaV- edited contents to be from the Delta Sector instead of the Frontier parent: Paper components: - type: Paper diff --git a/Resources/Prototypes/_NF/Reagents/Consumables/Drink/drinks.yml b/Resources/Prototypes/_NF/Reagents/Consumables/Drink/drinks.yml new file mode 100644 index 0000000000..6317a70b26 --- /dev/null +++ b/Resources/Prototypes/_NF/Reagents/Consumables/Drink/drinks.yml @@ -0,0 +1,25 @@ +- type: reagent + id: PumpkinSpiceLatte + name: reagent-name-pumpkin-spice-latte + parent: BaseDrink + desc: reagent-desc-pumpkin-spice-latte + physicalDesc: reagent-physical-desc-aromatic + flavor: basic + color: "#a45c08" + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Theobromine + amount: 0.05 + - !type:AdjustReagent + reagent: Sugar + amount: 0.2 + metamorphicSprite: + sprite: _NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi + state: icon_empty + metamorphicMaxFillLevels: 2 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false diff --git a/Resources/Prototypes/_NF/Reagents/Consumables/ingredients.yml b/Resources/Prototypes/_NF/Reagents/Consumables/ingredients.yml new file mode 100644 index 0000000000..28c008bf7d --- /dev/null +++ b/Resources/Prototypes/_NF/Reagents/Consumables/ingredients.yml @@ -0,0 +1,17 @@ +- type: reagent + id: CoffeeGrounds + name: reagent-name-coffeegrounds + group: Foods + desc: reagent-desc-coffeegrounds + flavor: bitter + color: "#4B382A" + physicalDesc: reagent-physical-desc-powdery + slippery: false + recognizable: true # "Waiter, there seems to be grounds in my coffee." + metabolisms: + Drink: + effects: + - !type:SatiateHunger + factor: 0.1 + - !type:SatiateThirst + factor: -0.25 diff --git a/Resources/Prototypes/_NF/Recipes/Construction/Graphs/food/coffee.yml b/Resources/Prototypes/_NF/Recipes/Construction/Graphs/food/coffee.yml new file mode 100644 index 0000000000..9f2f32d980 --- /dev/null +++ b/Resources/Prototypes/_NF/Recipes/Construction/Graphs/food/coffee.yml @@ -0,0 +1,40 @@ +# coffee +- type: constructionGraph + id: Coffee + start: start + graph: + + - node: start + edges: + - to: light roasted coffee + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg + steps: + - minTemperature: 365 # ~92 C - arbitrarily set to take a while + # - minTemperature: 453 # 180 C + + - node: light roasted coffee + entity: FoodCoffeeBeansRoastedLight + edges: + - to: medium roasted coffee + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg + steps: + - minTemperature: 375 # ~102 C - arbitrarily set to take a while + # - minTemperature: 477 # 204 C + + - node: medium roasted coffee + entity: FoodCoffeeBeansRoastedMedium + edges: + - to: dark roasted coffee + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg + steps: + - minTemperature: 385 # ~112 C - arbitrarily set to take a while + #- minTemperature: 493 # 220 C + + - node: dark roasted coffee + entity: FoodCoffeeBeansRoastedDark diff --git a/Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml new file mode 100644 index 0000000000..67bb060501 --- /dev/null +++ b/Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml @@ -0,0 +1,48 @@ +- type: microwaveMealRecipe + id: RecipePoachedPears + name: poached pears recipe + result: FoodMealPoachedPears + time: 10 + solids: + FoodBowlBig: 1 + FoodPear: 3 + FoodOrange: 2 + reagents: + Wine: 10 + +- type: microwaveMealRecipe + id: RecipePearsBelleHelene + name: pears belle helene recipe + result: FoodMealPearsBelleHelene + time: 10 + solids: + FoodBowlBig: 1 + FoodPear: 3 + FoodSnackChocolateBar: 2 + FoodLemon: 1 + reagents: + Cream: 5 + +- type: microwaveMealRecipe + id: RecipePearMuffin + name: pear muffin recipe + result: FoodBakedMuffinPear + time: 10 + solids: + FoodPear: 1 + FoodSnackChocolateBar: 1 + reagents: + Flour: 5 + Oats: 5 + Sugar: 5 + +- type: microwaveMealRecipe + id: RecipePearCheeseTart + name: pear and cheese tart recipe + result: FoodTartPearCheese + time: 15 + solids: + FoodPlateTin: 1 + FoodDoughPie: 1 + FoodPear: 2 + FoodChevre: 1 diff --git a/Resources/Prototypes/_NF/Recipes/Reactions/drinks.yml b/Resources/Prototypes/_NF/Recipes/Reactions/drinks.yml new file mode 100644 index 0000000000..c42381bc3d --- /dev/null +++ b/Resources/Prototypes/_NF/Recipes/Reactions/drinks.yml @@ -0,0 +1,24 @@ +- type: reaction + id: Coffee + minTemp: 353 # ~80 deg C + reactants: + Water: + amount: 3 + CoffeeGrounds: + amount: 1 + products: + Coffee: 4 + +- type: reaction + id: PumpkinSpiceLatte + reactants: + CafeLatte: + amount: 3 + PumpkinFlesh: + amount: 1 + Sugar: + amount: 1 + Blackpepper: + amount: 1 + products: + PumpkinSpiceLatte: 6 diff --git a/Resources/ServerInfo/Guidebook/Mobs/DeltaV/Felinid.xml b/Resources/ServerInfo/Guidebook/Mobs/_DV/Felinid.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/Mobs/DeltaV/Felinid.xml rename to Resources/ServerInfo/Guidebook/Mobs/_DV/Felinid.xml diff --git a/Resources/ServerInfo/Guidebook/Mobs/DeltaV/Harpy.xml b/Resources/ServerInfo/Guidebook/Mobs/_DV/Harpy.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/Mobs/DeltaV/Harpy.xml rename to Resources/ServerInfo/Guidebook/Mobs/_DV/Harpy.xml diff --git a/Resources/ServerInfo/Guidebook/Mobs/DeltaV/Oni.xml b/Resources/ServerInfo/Guidebook/Mobs/_DV/Oni.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/Mobs/DeltaV/Oni.xml rename to Resources/ServerInfo/Guidebook/Mobs/_DV/Oni.xml diff --git a/Resources/ServerInfo/Guidebook/Mobs/DeltaV/Rodentia.xml b/Resources/ServerInfo/Guidebook/Mobs/_DV/Rodentia.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/Mobs/DeltaV/Rodentia.xml rename to Resources/ServerInfo/Guidebook/Mobs/_DV/Rodentia.xml diff --git a/Resources/ServerInfo/Guidebook/Mobs/DeltaV/Vulpkanin.xml b/Resources/ServerInfo/Guidebook/Mobs/_DV/Vulpkanin.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/Mobs/DeltaV/Vulpkanin.xml rename to Resources/ServerInfo/Guidebook/Mobs/_DV/Vulpkanin.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/AlertProcedure.xml b/Resources/ServerInfo/Guidebook/_DV/AlertProcedure.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/AlertProcedure.xml rename to Resources/ServerInfo/Guidebook/_DV/AlertProcedure.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Epistemics/GlimmerCreatures.xml b/Resources/ServerInfo/Guidebook/_DV/Epistemics/GlimmerCreatures.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Epistemics/GlimmerCreatures.xml rename to Resources/ServerInfo/Guidebook/_DV/Epistemics/GlimmerCreatures.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Justice.xml b/Resources/ServerInfo/Guidebook/_DV/Justice.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Justice.xml rename to Resources/ServerInfo/Guidebook/_DV/Justice.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Logistics/TradeStation.xml b/Resources/ServerInfo/Guidebook/_DV/Logistics/TradeStation.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Logistics/TradeStation.xml rename to Resources/ServerInfo/Guidebook/_DV/Logistics/TradeStation.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/0_Admin.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/0_Admin.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/0_Admin.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/0_Admin.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A1_ERP.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A1_ERP.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A1_ERP.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A1_ERP.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A2_Community.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A2_Community.xml similarity index 62% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A2_Community.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A2_Community.xml index 4813ff1f62..c28fdcab69 100644 --- a/Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A2_Community.xml +++ b/Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A2_Community.xml @@ -4,7 +4,8 @@ - Use English as your primary method of communication within the game and Delta-V servers. - Do not spam or advertise on our server. - Be respectful towards other members and avoid making others uncomfortable. + - Usage of LOOC and OOC channels to denigrate other players' in-game conduct is specifically forbidden. Utilize the Ahelp relay for these concerns. - We have a zero tolerance policy for racism, sexism, homophobia, violence, threats, hate speech, slurs, and other forms of bigotry, discrimination, and harassment. - Slurs and terms that use real or implied mental or physical disability to mock or denigrate members or their in-game characters are also strictly prohibited. [color=#ff0000]Failure to comply with this rule will result in community removal.[/color] + - Slurs and terms that use real or implied mental or physical disability to mock or denigrate members or their in-game characters are also strictly prohibited. [color=#ff0000]Failure to comply with this rule will result in community removal.[/color] - The denigration of other player characters through reference to their species, status as a cyborg, or discriminatory comparison to a nonsophont species is strictly forbidden. diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A3_Streaming.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A3_Streaming.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A3_Streaming.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A3_Streaming.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A4_Ahelp.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A4_Ahelp.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A4_Ahelp.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A4_Ahelp.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A5_Exploits.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A5_Exploits.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A5_Exploits.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A5_Exploits.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/DeltaVRuleset.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/DeltaVRuleset.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/DeltaVRuleset.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/DeltaVRuleset.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/GameRules/1_Behave.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/GameRules/1_Behave.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/GameRules/1_Behave.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/GameRules/1_Behave.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/GameRules/2_Metagaming.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/GameRules/2_Metagaming.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/GameRules/2_Metagaming.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/GameRules/2_Metagaming.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/GameRules/3_Powergaming.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/GameRules/3_Powergaming.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/GameRules/3_Powergaming.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/GameRules/3_Powergaming.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/GameRules/4_Self-antag.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/GameRules/4_Self-antag.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/GameRules/4_Self-antag.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/GameRules/4_Self-antag.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/GameRules/5_Leaving.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/GameRules/5_Leaving.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/GameRules/5_Leaving.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/GameRules/5_Leaving.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/RoleRules/C1_CommandSecurityJustice.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/RoleRules/C1_CommandSecurityJustice.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/RoleRules/C1_CommandSecurityJustice.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/RoleRules/C1_CommandSecurityJustice.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/RoleRules/C2_PrisonerRule.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/RoleRules/C2_PrisonerRule.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/RoleRules/C2_PrisonerRule.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/RoleRules/C2_PrisonerRule.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/RoleRules/C3_Antags.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/RoleRules/C3_Antags.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/RoleRules/C3_Antags.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/RoleRules/C3_Antags.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S10_OrderConflicts.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S10_OrderConflicts.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S10_OrderConflicts.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S10_OrderConflicts.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S1_Laws.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S1_Laws.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S1_Laws.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S1_Laws.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S2_LawPriority.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S2_LawPriority.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S2_LawPriority.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S2_LawPriority.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S3_LawRedefinition.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S3_LawRedefinition.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S3_LawRedefinition.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S3_LawRedefinition.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S4_RequestChanges.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S4_RequestChanges.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S4_RequestChanges.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S4_RequestChanges.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S5_FreeSilicon.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S5_FreeSilicon.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S5_FreeSilicon.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S5_FreeSilicon.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S6_UnreasonableOrders.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S6_UnreasonableOrders.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S6_UnreasonableOrders.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S6_UnreasonableOrders.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S7_Consistency.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S7_Consistency.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S7_Consistency.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S7_Consistency.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S8_DefaultCrewDefinition.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S8_DefaultCrewDefinition.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S8_DefaultCrewDefinition.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S8_DefaultCrewDefinition.xml diff --git a/Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S9_DefaultHarmDefinition.xml b/Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S9_DefaultHarmDefinition.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/SiliconRules/S9_DefaultHarmDefinition.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/SiliconRules/S9_DefaultHarmDefinition.xml diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/meta.json b/Resources/Textures/DeltaV/Markers/jobs.rsi/meta.json deleted file mode 100644 index f5ce8ad76e..0000000000 --- a/Resources/Textures/DeltaV/Markers/jobs.rsi/meta.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "made by Floofers. roboticist.png created by deltanedas (github) for DeltaV. cargoassistant made by Radezolid", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "chiefjustice" - }, - { - "name": "clerk" - }, - { - "name": "nyanogladiator" - }, - { - "name": "nyanoprisonguard" - }, - { - "name": "prosecutor" - }, - { - "name": "nyanomailcarrier" - }, - { - "name": "nyanomartialartist" - }, - { - "name": "nyanomantis" - }, - { - "name": "salvagespecialist" - }, - { - "name": "mystagogue" - }, - { - "name": "scientist" - }, - { - "name": "courier" - }, - { - "name": "mobster" - }, - { - "name": "roboticist" - }, - { - "name": "cargoassistant" - } - ] -} diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/meta.json deleted file mode 100644 index 6df2aef4c5..0000000000 --- a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/meta.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e | nyanoprisonguard, nyanogladiator, nyanomartialartist made by Floofers, idchiefjustice idclerk and idlawyer made by leonardo_dabepis (Discord), idprosecutor made by Timemaster99 (Discord), idcargoassistant made by Radezolid", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "idchaplain" - }, - { - "name": "nyanogladiator" - }, - { - "name": "nyanoprisonguard" - }, - { - "name": "nyanoprisoner" - }, - { - "name": "nyanomailcarrier" - }, - { - "name": "nyanomartialartist" - }, - { - "name": "nyanomantis" - }, - { - "name": "idchiefjustice" - }, - { - "name": "idclerk" - }, - { - "name": "idprosecutor" - }, - { - "name": "idlawyer" - }, - { - "name": "idcargoassistant" - } - ] -} diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-1.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-1.png deleted file mode 100644 index e900d13598..0000000000 Binary files a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-1.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-2.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-2.png deleted file mode 100644 index 1a20164b58..0000000000 Binary files a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-2.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-3.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-3.png deleted file mode 100644 index 78b1d7ca29..0000000000 Binary files a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-3.png and /dev/null differ diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json index 7edccd85dc..5056cd9c25 100644 --- a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. paper_stamp-syndicate by Veritius. paper_receipt, paper_receipt_horizontal by eoineoineoin. paper_stamp-greytide by ubaser. paper_stamp-psychologist by clinux. syndicate_card by Aserovich | paper_stamp-signature by Mnemotechnician. paper_stamp-prosec is a recoloured version of paper_stamp-lawyer", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. paper_stamp-syndicate by Veritius. paper_receipt, paper_receipt_horizontal by eoineoineoin. paper_stamp-greytide by ubaser. paper_stamp-psychologist by clinux. syndicate_card by Aserovich | paper_stamp-signature by Mnemotechnician. paper_stamp-prosec is a recoloured version of paper_stamp-lawyer, paper_stamp-admin-assistant by noctyrnal (github)", "size": { "x": 32, "y": 32 @@ -245,6 +245,9 @@ }, { "name": "paper_stamp-prosec" + }, + { + "name": "paper_stamp-admin-assistant" } ] } diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-admin-assistant.png b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-admin-assistant.png new file mode 100644 index 0000000000..cd882ce160 Binary files /dev/null and b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-admin-assistant.png differ diff --git a/Resources/Textures/DeltaV/Actions/escapeinventory.rsi/cancel-escape.png b/Resources/Textures/_DV/Actions/escapeinventory.rsi/cancel-escape.png similarity index 100% rename from Resources/Textures/DeltaV/Actions/escapeinventory.rsi/cancel-escape.png rename to Resources/Textures/_DV/Actions/escapeinventory.rsi/cancel-escape.png diff --git a/Resources/Textures/DeltaV/Actions/escapeinventory.rsi/meta.json b/Resources/Textures/_DV/Actions/escapeinventory.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Actions/escapeinventory.rsi/meta.json rename to Resources/Textures/_DV/Actions/escapeinventory.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Back/Backpacks/brigmedic.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/brigmedic.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Backpacks/brigmedic.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Clothing/Back/Backpacks/brigmedic.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Backpacks/brigmedic.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/brigmedic.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Backpacks/brigmedic.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Back/Backpacks/brigmedic.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Backpacks/brigmedic.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/brigmedic.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Backpacks/brigmedic.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Back/Backpacks/brigmedic.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Backpacks/brigmedic.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/brigmedic.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Backpacks/brigmedic.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Back/Backpacks/brigmedic.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Backpacks/brigmedic.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Backpacks/brigmedic.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Backpacks/brigmedic.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Back/Backpacks/brigmedic.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Back/Duffels/brigmedic.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Duffels/brigmedic.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Duffels/brigmedic.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Clothing/Back/Duffels/brigmedic.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Duffels/brigmedic.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Duffels/brigmedic.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Duffels/brigmedic.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Back/Duffels/brigmedic.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Duffels/brigmedic.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Duffels/brigmedic.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Duffels/brigmedic.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Back/Duffels/brigmedic.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Duffels/brigmedic.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Duffels/brigmedic.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Duffels/brigmedic.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Back/Duffels/brigmedic.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Duffels/brigmedic.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Duffels/brigmedic.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Duffels/brigmedic.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Back/Duffels/brigmedic.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Back/Satchels/brigmedic.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Satchels/brigmedic.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Satchels/brigmedic.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Clothing/Back/Satchels/brigmedic.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Satchels/brigmedic.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Satchels/brigmedic.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Satchels/brigmedic.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Back/Satchels/brigmedic.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Satchels/brigmedic.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Satchels/brigmedic.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Satchels/brigmedic.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Back/Satchels/brigmedic.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Satchels/brigmedic.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Satchels/brigmedic.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Satchels/brigmedic.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Back/Satchels/brigmedic.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Back/Satchels/brigmedic.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Satchels/brigmedic.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Back/Satchels/brigmedic.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Back/Satchels/brigmedic.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/baton.png b/Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/baton.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/baton.png rename to Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/baton.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/flashbang.png b/Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/flashbang.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/flashbang.png rename to Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/flashbang.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/gasgrenade.png b/Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/gasgrenade.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/gasgrenade.png rename to Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/gasgrenade.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/katana.png b/Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/katana.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/katana.png rename to Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/katana.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/medkit.png b/Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/medkit.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/medkit.png rename to Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/medkit.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/meta.json b/Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/slp.png b/Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/slp.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/slp.png rename to Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/slp.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/universal.png b/Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/universal.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/universal.png rename to Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/universal.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/wakizashi.png b/Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/wakizashi.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/belt_overlay.rsi/wakizashi.png rename to Resources/Textures/_DV/Clothing/Belt/belt_overlay.rsi/wakizashi.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/ceremonial.rsi/equipped-BELT.png b/Resources/Textures/_DV/Clothing/Belt/ceremonial.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/ceremonial.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Clothing/Belt/ceremonial.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/ceremonial.rsi/icon.png b/Resources/Textures/_DV/Clothing/Belt/ceremonial.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/ceremonial.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Belt/ceremonial.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/ceremonial.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Belt/ceremonial.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/ceremonial.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Belt/ceremonial.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/ceremonial.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Belt/ceremonial.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/ceremonial.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Belt/ceremonial.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/ceremonial.rsi/meta.json b/Resources/Textures/_DV/Clothing/Belt/ceremonial.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/ceremonial.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Belt/ceremonial.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Belt/cmowebbing.rsi/equipped-BELT.png b/Resources/Textures/_DV/Clothing/Belt/cmowebbing.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/cmowebbing.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Clothing/Belt/cmowebbing.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/cmowebbing.rsi/icon.png b/Resources/Textures/_DV/Clothing/Belt/cmowebbing.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/cmowebbing.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Belt/cmowebbing.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/cmowebbing.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Belt/cmowebbing.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/cmowebbing.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Belt/cmowebbing.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/cmowebbing.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Belt/cmowebbing.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/cmowebbing.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Belt/cmowebbing.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/cmowebbing.rsi/meta.json b/Resources/Textures/_DV/Clothing/Belt/cmowebbing.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/cmowebbing.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Belt/cmowebbing.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Belt/corpsman.rsi/equipped-BELT.png b/Resources/Textures/_DV/Clothing/Belt/corpsman.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/corpsman.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Clothing/Belt/corpsman.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/corpsman.rsi/icon.png b/Resources/Textures/_DV/Clothing/Belt/corpsman.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/corpsman.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Belt/corpsman.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/corpsman.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Belt/corpsman.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/corpsman.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Belt/corpsman.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/corpsman.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Belt/corpsman.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/corpsman.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Belt/corpsman.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/corpsman.rsi/meta.json b/Resources/Textures/_DV/Clothing/Belt/corpsman.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/corpsman.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Belt/corpsman.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Belt/courierbag.rsi/equipped-BELT.png b/Resources/Textures/_DV/Clothing/Belt/courierbag.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/courierbag.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Clothing/Belt/courierbag.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/courierbag.rsi/icon.png b/Resources/Textures/_DV/Clothing/Belt/courierbag.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/courierbag.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Belt/courierbag.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/courierbag.rsi/meta.json b/Resources/Textures/_DV/Clothing/Belt/courierbag.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/courierbag.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Belt/courierbag.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/equipped-BELT.png b/Resources/Textures/_DV/Clothing/Belt/foamsheath.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Clothing/Belt/foamsheath.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/meta.json b/Resources/Textures/_DV/Clothing/Belt/foamsheath.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Belt/foamsheath.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath-sabre-equipped-BELT.png b/Resources/Textures/_DV/Clothing/Belt/foamsheath.rsi/sheath-sabre-equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath-sabre-equipped-BELT.png rename to Resources/Textures/_DV/Clothing/Belt/foamsheath.rsi/sheath-sabre-equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath-sabre.png b/Resources/Textures/_DV/Clothing/Belt/foamsheath.rsi/sheath-sabre.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath-sabre.png rename to Resources/Textures/_DV/Clothing/Belt/foamsheath.rsi/sheath-sabre.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath.png b/Resources/Textures/_DV/Clothing/Belt/foamsheath.rsi/sheath.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath.png rename to Resources/Textures/_DV/Clothing/Belt/foamsheath.rsi/sheath.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/security.rsi/equipped-BELT.png b/Resources/Textures/_DV/Clothing/Belt/security.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/security.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Clothing/Belt/security.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/security.rsi/icon.png b/Resources/Textures/_DV/Clothing/Belt/security.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/security.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Belt/security.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/security.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Belt/security.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/security.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Belt/security.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/security.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Belt/security.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/security.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Belt/security.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/security.rsi/meta.json b/Resources/Textures/_DV/Clothing/Belt/security.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/security.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Belt/security.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Belt/securitywebbing.rsi/equipped-BELT.png b/Resources/Textures/_DV/Clothing/Belt/securitywebbing.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/securitywebbing.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Clothing/Belt/securitywebbing.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/securitywebbing.rsi/icon.png b/Resources/Textures/_DV/Clothing/Belt/securitywebbing.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/securitywebbing.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Belt/securitywebbing.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/securitywebbing.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Belt/securitywebbing.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/securitywebbing.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Belt/securitywebbing.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/securitywebbing.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Belt/securitywebbing.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/securitywebbing.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Belt/securitywebbing.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/securitywebbing.rsi/meta.json b/Resources/Textures/_DV/Clothing/Belt/securitywebbing.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/securitywebbing.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Belt/securitywebbing.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Belt/suspendersblack.rsi/equipped-BELT.png b/Resources/Textures/_DV/Clothing/Belt/suspendersblack.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/suspendersblack.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Clothing/Belt/suspendersblack.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/suspendersblack.rsi/icon.png b/Resources/Textures/_DV/Clothing/Belt/suspendersblack.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/suspendersblack.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Belt/suspendersblack.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/suspendersblack.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Belt/suspendersblack.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/suspendersblack.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Belt/suspendersblack.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/suspendersblack.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Belt/suspendersblack.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/suspendersblack.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Belt/suspendersblack.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Belt/suspendersblack.rsi/meta.json b/Resources/Textures/_DV/Clothing/Belt/suspendersblack.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Belt/suspendersblack.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Belt/suspendersblack.rsi/meta.json diff --git a/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png new file mode 100644 index 0000000000..61bdec4872 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png differ diff --git a/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png new file mode 100644 index 0000000000..0000ae7a0d Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png differ diff --git a/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/icon.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/icon.png new file mode 100644 index 0000000000..286be81e6e Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/icon_alt.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/icon_alt.png new file mode 100644 index 0000000000..200d2b62e4 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/icon_alt.png differ diff --git a/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/meta.json b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/meta.json new file mode 100644 index 0000000000..d91acee23c --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by Radezolid, alt headset is a modified version of the alt service headset (Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f8f4aeda930fcd0805ca4cc76d9bc9412a5b3428. Modified by TJohnson.)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_alt" + }, + { + "name": "equipped-EARS", + "directions": 4 + }, + { + "name": "alt-equipped-EARS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/justice.rsi/alt-equipped-EARS.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/justice.rsi/alt-equipped-EARS.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/justice.rsi/alt-equipped-EARS.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/justice.rsi/alt-equipped-EARS.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/justice.rsi/equipped-EARS.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/justice.rsi/equipped-EARS.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/justice.rsi/equipped-EARS.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/justice.rsi/equipped-EARS.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/justice.rsi/icon.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/justice.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/justice.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/justice.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/justice.rsi/icon_alt.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/justice.rsi/icon_alt.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/justice.rsi/icon_alt.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/justice.rsi/icon_alt.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/justice.rsi/meta.json b/Resources/Textures/_DV/Clothing/Ears/Headsets/justice.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/justice.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Ears/Headsets/justice.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/prisoner.rsi/equipped-EARS.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/prisoner.rsi/equipped-EARS.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/prisoner.rsi/equipped-EARS.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/prisoner.rsi/equipped-EARS.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/prisoner.rsi/icon.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/prisoner.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/prisoner.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/prisoner.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/prisoner.rsi/meta.json b/Resources/Textures/_DV/Clothing/Ears/Headsets/prisoner.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/prisoner.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Ears/Headsets/prisoner.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/securitymedical.rsi/equipped-EARS.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/securitymedical.rsi/equipped-EARS.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/securitymedical.rsi/equipped-EARS.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/securitymedical.rsi/equipped-EARS.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/securitymedical.rsi/icon.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/securitymedical.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/securitymedical.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/securitymedical.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/securitymedical.rsi/meta.json b/Resources/Textures/_DV/Clothing/Ears/Headsets/securitymedical.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/securitymedical.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Ears/Headsets/securitymedical.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/service.rsi/alt-equipped-EARS.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/service.rsi/alt-equipped-EARS.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/service.rsi/alt-equipped-EARS.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/service.rsi/alt-equipped-EARS.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/service.rsi/icon_alt.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/service.rsi/icon_alt.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/service.rsi/icon_alt.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/service.rsi/icon_alt.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/service.rsi/meta.json b/Resources/Textures/_DV/Clothing/Ears/Headsets/service.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/service.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Ears/Headsets/service.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/alt-equipped-EARS.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/syndicate_listening.rsi/alt-equipped-EARS.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/alt-equipped-EARS.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/syndicate_listening.rsi/alt-equipped-EARS.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/icon_alt.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/syndicate_listening.rsi/icon_alt.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/icon_alt.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/syndicate_listening.rsi/icon_alt.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/meta.json b/Resources/Textures/_DV/Clothing/Ears/Headsets/syndicate_listening.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Ears/Headsets/syndicate_listening.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json b/Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/equipped-EYES.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/equipped-EYES.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/equipped-EYES.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/equipped-EYES.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/icon.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/meta.json b/Resources/Textures/_DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES-hamster.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES-hamster.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES-hamster.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES-hamster.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES-secdog.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES-secdog.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES-secdog.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES-secdog.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/icon.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/meta.json b/Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/presccorpsglasses.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES-hamster.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES-hamster.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES-hamster.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES-hamster.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES-secdog.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES-secdog.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES-secdog.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES-secdog.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/icon.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/meta.json b/Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/prescsecglasses.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/prescsecglasses.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json b/Resources/Textures/_DV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi/equipped-EYES.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/prescmedhud.rsi/equipped-EYES.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi/equipped-EYES.png rename to Resources/Textures/_DV/Clothing/Eyes/Hud/prescmedhud.rsi/equipped-EYES.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi/icon.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/prescmedhud.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Eyes/Hud/prescmedhud.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/prescmedhud.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Eyes/Hud/prescmedhud.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/prescmedhud.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Eyes/Hud/prescmedhud.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi/meta.json b/Resources/Textures/_DV/Clothing/Eyes/Hud/prescmedhud.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Eyes/Hud/prescmedhud.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescsechud.rsi/equipped-EYES.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/prescsechud.rsi/equipped-EYES.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescsechud.rsi/equipped-EYES.png rename to Resources/Textures/_DV/Clothing/Eyes/Hud/prescsechud.rsi/equipped-EYES.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescsechud.rsi/icon.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/prescsechud.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescsechud.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Eyes/Hud/prescsechud.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescsechud.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/prescsechud.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescsechud.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Eyes/Hud/prescsechud.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescsechud.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/prescsechud.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescsechud.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Eyes/Hud/prescsechud.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescsechud.rsi/meta.json b/Resources/Textures/_DV/Clothing/Eyes/Hud/prescsechud.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Eyes/Hud/prescsechud.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Eyes/Hud/prescsechud.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/equipped-HAND.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/hvchemresgloves.rsi/equipped-HAND.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/equipped-HAND.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/hvchemresgloves.rsi/equipped-HAND.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/icon.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/hvchemresgloves.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/hvchemresgloves.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/meta.json b/Resources/Textures/_DV/Clothing/Hands/Gloves/hvchemresgloves.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Hands/Gloves/hvchemresgloves.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/inspection.rsi/equipped-HAND.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/inspection.rsi/equipped-HAND.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/inspection.rsi/equipped-HAND.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/inspection.rsi/equipped-HAND.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/inspection.rsi/icon.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/inspection.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/inspection.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/inspection.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/inspection.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/inspection.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/inspection.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/inspection.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/inspection.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/inspection.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/inspection.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/inspection.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/inspection.rsi/meta.json b/Resources/Textures/_DV/Clothing/Hands/Gloves/inspection.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/inspection.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Hands/Gloves/inspection.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/equipped-HAND.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/equipped-HAND.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/equipped-HAND.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/equipped-HAND.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/icon.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/meta.json b/Resources/Textures/_DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Hands/Gloves/ryuzogauntlets.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/icon-flash.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/icon-flash.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/icon-flash.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/icon-flash.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/icon-flash.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/icon-flash.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/icon-flash.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/icon-flash.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/icon-flash.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/icon-flash.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/icon-flash.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/icon-flash.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-harpy.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-harpy.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-harpy.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-harpy.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/icon-flash.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/icon-flash.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/icon-flash.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/icon-flash.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/icon-flash.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/icon-flash.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/icon-flash.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/icon-flash.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-harpy.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-harpy.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-harpy.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-harpy.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/icon-flash.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/icon-flash.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/icon-flash.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/icon-flash.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/icon-flash.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/icon-flash.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/icon-flash.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/icon-flash.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-harpy.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-harpy.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-harpy.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-harpy.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/icon-flash.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/icon-flash.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/icon-flash.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/icon-flash.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_corpsman.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_corpsman.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_corpsman.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_corpsman.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_corpsman.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_corpsman.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_corpsman.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_corpsman.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_corpsman.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_corpsman.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_corpsman.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_corpsman.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_corpsman.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_corpsman.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_corpsman.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_corpsman.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_corpsman.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/beret_corpsman.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_corpsman.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_corpsman.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_det.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_det.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_det.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_det.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_det.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_det.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_det.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_det.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_det.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_det.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_det.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_det.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_det.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_det.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_det.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_det.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_det.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/beret_det.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_det.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_det.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_hos.rsi/equipped-HELMET-hamster.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_hos.rsi/equipped-HELMET-hamster.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_hos.rsi/equipped-HELMET-hamster.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_hos.rsi/equipped-HELMET-hamster.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_hos.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_hos.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_hos.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_hos.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_hos.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_hos.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_hos.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_hos.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_hos.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/beret_hos.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_hos.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_hos.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_lo.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_lo.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_lo.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_lo.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_lo.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_lo.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_lo.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_lo.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_lo.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_lo.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_lo.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_lo.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_lo.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_lo.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_lo.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_lo.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_lo.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/beret_lo.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_lo.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_lo.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_security.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_security.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_security.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_security.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_security.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_security.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_security.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_security.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_security.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_security.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_security.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_security.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_security.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_security.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_security.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_security.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_security.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/beret_security.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_security.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_security.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_warden.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_warden.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_warden.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_warden.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_warden.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_warden.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_warden.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_warden.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/beret_warden.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/beret_warden.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/beret_warden.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/beret_warden.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/blackfedora.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/blackfedora.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/blackfedora.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/blackfedora.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/blackfedora.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/blackfedora.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/blackfedora.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/blackfedora.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/blackfedora.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/blackfedora.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/blackfedora.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/blackfedora.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/blackfedora.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/blackfedora.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/blackfedora.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/blackfedora.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/blackfedora.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/blackfedora.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/blackfedora.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/blackfedora.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/brownfedora.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/brownfedora.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/brownfedora.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/brownfedora.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/brownfedora.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/brownfedora.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/brownfedora.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/brownfedora.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/brownfedora.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/brownfedora.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/brownfedora.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/brownfedora.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/brownfedora.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/brownfedora.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/brownfedora.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/brownfedora.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/brownfedora.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/brownfedora.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/brownfedora.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/brownfedora.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/cj_toque.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/cj_toque.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/cj_toque.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/cj_toque.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/cj_toque.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/cj_toque.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/cj_toque.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/cj_toque.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/cj_toque.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/cj_toque.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/cj_toque.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/cj_toque.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/cj_toque.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/cj_toque.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/cj_toque.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/cj_toque.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/cj_toque.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/cj_toque.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/cj_toque.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/cj_toque.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/dircap.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/dircap.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/dircap.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/dircap.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/dircap.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/dircap.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/dircap.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/dircap.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/dircap.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/dircap.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/dircap.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/dircap.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/dircap.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/dircap.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/dircap.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/dircap.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/dircap.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/dircap.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/dircap.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/dircap.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/flatblack.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/flatblack.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/flatblack.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/flatblack.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/flatblack.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/flatblack.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/flatblack.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/flatblack.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/flatblack.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/flatblack.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/flatblack.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/flatblack.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/flatblack.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/flatblack.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/flatblack.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/flatblack.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/flatblack.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/flatblack.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/flatblack.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/flatblack.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/flatbrown.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/flatbrown.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/flatbrown.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/flatbrown.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/flatbrown.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/flatbrown.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/flatbrown.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/flatbrown.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/flatbrown.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/flatbrown.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/flatbrown.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/flatbrown.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/flatbrown.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/flatbrown.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/flatbrown.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/flatbrown.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/flatbrown.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/flatbrown.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/flatbrown.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/flatbrown.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET-hamster.png b/Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET-hamster.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET-hamster.png rename to Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET-hamster.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hopcap.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/hopcap.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/equipped-HELMET-hamster.png b/Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/equipped-HELMET-hamster.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/equipped-HELMET-hamster.png rename to Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/equipped-HELMET-hamster.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/hoshat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/hoshat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/mysta.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/mysta.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/mysta.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/mysta.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/mysta.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/mysta.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/mysta.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/mysta.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/mysta.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/mysta.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/mysta.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/mysta.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/mysta.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/mysta.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/mysta.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/mysta.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/mysta.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/mysta.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/mysta.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/mysta.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_black.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_black.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_black.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_black.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_pink.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_pink.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_pink.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_pink.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_white.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_white.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/surgcap_white.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/surgcap_white.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/warden.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/warden.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/warden.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/warden.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/warden.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/warden.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/warden.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/warden.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/warden.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/warden.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/warden.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/warden.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/whitefedora.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/whitefedora.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/whitefedora.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hats/whitefedora.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/whitefedora.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/whitefedora.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/whitefedora.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hats/whitefedora.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/whitefedora.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/whitefedora.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/whitefedora.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hats/whitefedora.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/whitefedora.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/whitefedora.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/whitefedora.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hats/whitefedora.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/whitefedora.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/whitefedora.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hats/whitefedora.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hats/whitefedora.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-reptilian.png b/Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-reptilian.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-reptilian.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-reptilian.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-vox.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-vox.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-vox.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/light_riot.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Helmets/light_riot.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/icon-flash.png b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/icon-flash.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/icon-flash.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/icon-flash.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET-vox.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET-vox.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET-vox.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET-vox.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET-vox.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET-vox.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET-vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET-vulpkanin.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET-vulpkanin.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/light-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/light-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/light-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/light-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/lighton-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/lighton-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/lighton-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/lighton-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Helmets/security.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Helmets/security.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmail.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmail.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hoods/interdynechemhood.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Hoods/interdynechemhood.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hoods/interdynechemhood.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Hoods/interdynechemhood.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hoods/interdynechemhood.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Hoods/interdynechemhood.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Hoods/interdynechemhood.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/flipped-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/flipped-equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/flipped-equipped-HELMET.png rename to Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/flipped-equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/flipped-icon.png b/Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/flipped-icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/flipped-icon.png rename to Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/flipped-icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Head/Soft/couriersoft.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Head/Soft/couriersoft.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/equipped-MASK.png b/Resources/Textures/_DV/Clothing/Mask/interdynechemmask.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/equipped-MASK.png rename to Resources/Textures/_DV/Clothing/Mask/interdynechemmask.rsi/equipped-MASK.png diff --git a/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/icon.png b/Resources/Textures/_DV/Clothing/Mask/interdynechemmask.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Mask/interdynechemmask.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Mask/interdynechemmask.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Mask/interdynechemmask.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Mask/interdynechemmask.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Mask/interdynechemmask.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/meta.json b/Resources/Textures/_DV/Clothing/Mask/interdynechemmask.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Mask/interdynechemmask.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Mask/interdynechemmask.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloak.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloak.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloak.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloak.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloak.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloak.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cjcloak.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/cjcloak.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cjcloak.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/cjcloak.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cjcloak.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/cjcloak.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cjcloak.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/cjcloak.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cjcloak.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/cjcloak.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/cjcloak.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/hop.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/hop.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/hop.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/hop.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/hop.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/hop.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/hop.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/hop.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/hop.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/hop.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/hop.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/hop.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/hop.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/hop.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/hop.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/hop.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/hop.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Cloaks/hop.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/hop.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/hop.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/mystacloak.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/mystacloak.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/mystacloak.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/mystacloak.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/mystacloak.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/mystacloak.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/mystacloak.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/mystacloak.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/mystacloak.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Cloaks/mystacloak.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/mystacloak.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/mystacloak.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/salvage.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/salvage.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/salvage.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/salvage.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Cloaks/salvage.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Cloaks/salvage.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Cloaks/salvage.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/blackstar.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Medals/blackstar.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/blackstar.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/blackstar.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/blackstar.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Medals/blackstar.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/blackstar.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/blackstar.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/blackstar.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Medals/blackstar.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/blackstar.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Medals/blackstar.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/cargomedal.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Medals/cargomedal.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/cargomedal.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/cargomedal.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/cargomedal.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Medals/cargomedal.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/cargomedal.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/cargomedal.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/cargomedal.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Medals/cargomedal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/cargomedal.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Medals/cargomedal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/clownmedal.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Medals/clownmedal.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/clownmedal.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/clownmedal.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/clownmedal.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Medals/clownmedal.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/clownmedal.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/clownmedal.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/clownmedal.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Medals/clownmedal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/clownmedal.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Medals/clownmedal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/engineermedal.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Medals/engineermedal.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/engineermedal.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/engineermedal.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/engineermedal.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Medals/engineermedal.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/engineermedal.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/engineermedal.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/engineermedal.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Medals/engineermedal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/engineermedal.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Medals/engineermedal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/medicalmedal.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Medals/medicalmedal.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/medicalmedal.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/medicalmedal.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/medicalmedal.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Medals/medicalmedal.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/medicalmedal.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/medicalmedal.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/medicalmedal.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Medals/medicalmedal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/medicalmedal.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Medals/medicalmedal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/sciencemedal.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Medals/sciencemedal.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/sciencemedal.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/sciencemedal.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/sciencemedal.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Medals/sciencemedal.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/sciencemedal.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/sciencemedal.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/sciencemedal.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Medals/sciencemedal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/sciencemedal.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Medals/sciencemedal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/securitymedal.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Medals/securitymedal.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/securitymedal.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/securitymedal.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/securitymedal.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Medals/securitymedal.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/securitymedal.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Medals/securitymedal.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Medals/securitymedal.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Medals/securitymedal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Medals/securitymedal.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Medals/securitymedal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Misc/prosecutorbadge.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Misc/prosecutorbadge.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Misc/prosecutorbadge.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Misc/prosecutorbadge.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Misc/prosecutorbadge.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Misc/prosecutorbadge.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Misc/prosecutorbadge.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Misc/prosecutorbadge.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Misc/prosecutorbadge.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Misc/prosecutorbadge.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Misc/prosecutorbadge.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Misc/prosecutorbadge.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/blacktie.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Ties/blacktie.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/blacktie.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/blacktie.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/blacktie.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Ties/blacktie.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/blacktie.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/blacktie.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/blacktie.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Ties/blacktie.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/blacktie.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/blacktie.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/blacktie.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Neck/Ties/blacktie.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/blacktie.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/blacktie.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/blacktie.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Ties/blacktie.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/blacktie.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Ties/blacktie.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/bluetie.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Ties/bluetie.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/bluetie.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/bluetie.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/bluetie.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Ties/bluetie.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/bluetie.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/bluetie.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/bluetie.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Ties/bluetie.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/bluetie.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/bluetie.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/bluetie.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Neck/Ties/bluetie.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/bluetie.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/bluetie.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/bluetie.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Ties/bluetie.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/bluetie.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Ties/bluetie.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/browntie.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Ties/browntie.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/browntie.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/browntie.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/browntie.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Ties/browntie.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/browntie.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/browntie.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/browntie.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Ties/browntie.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/browntie.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/browntie.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/browntie.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Neck/Ties/browntie.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/browntie.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/browntie.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/browntie.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Ties/browntie.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/browntie.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Ties/browntie.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK-hamster.png b/Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK-hamster.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK-hamster.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK-hamster.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Ties/chemtie.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/greentie.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Ties/greentie.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/greentie.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/greentie.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/greentie.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Ties/greentie.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/greentie.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/greentie.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/greentie.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Ties/greentie.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/greentie.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/greentie.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/greentie.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Neck/Ties/greentie.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/greentie.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/greentie.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/greentie.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Ties/greentie.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/greentie.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Ties/greentie.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/whitetie.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Ties/whitetie.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/whitetie.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/whitetie.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/whitetie.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Ties/whitetie.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/whitetie.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/whitetie.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/whitetie.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Ties/whitetie.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/whitetie.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/whitetie.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/whitetie.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Neck/Ties/whitetie.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/whitetie.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Neck/Ties/whitetie.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/whitetie.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Ties/whitetie.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/Ties/whitetie.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/Ties/whitetie.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/mantles/cjmantle.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/mantles/cjmantle.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/mantles/cjmantle.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/mantles/cjmantle.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/mantles/cjmantle.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/mantles/cjmantle.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/mantles/cjmantle.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/mantles/cjmantle.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/mantles/cjmantle.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/mantles/cjmantle.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/mantles/cjmantle.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/mantles/cjmantle.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/mantles/hopmantle.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/mantles/hopmantle.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/mantles/hopmantle.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/mantles/hopmantle.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/mantles/hopmantle.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/mantles/hopmantle.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/mantles/hopmantle.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/mantles/hopmantle.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/mantles/hopmantle.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/mantles/hopmantle.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/mantles/hopmantle.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/mantles/hopmantle.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Neck/mantles/ryuzo.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/mantles/ryuzo.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/mantles/ryuzo.rsi/equipped-NECK.png rename to Resources/Textures/_DV/Clothing/Neck/mantles/ryuzo.rsi/equipped-NECK.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/mantles/ryuzo.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/mantles/ryuzo.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/mantles/ryuzo.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Neck/mantles/ryuzo.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Neck/mantles/ryuzo.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/mantles/ryuzo.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Neck/mantles/ryuzo.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Neck/mantles/ryuzo.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/duravest.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/duravest.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/duravest.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/duravest.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/duravest.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/duravest.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/duravest.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/duravest.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/duravest.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/duravest.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/platecarrier.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/platecarrier.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/platecarrier.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/platecarrier.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/platecarrier.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/platecarrier.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/riot.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/riot.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/riot.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/riot.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/riot.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/riot.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/riot.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/riot.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/riot.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/riot.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/riot.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/riot.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/riot.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/riot.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/riot.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/riot.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/riot.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Armor/riot.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/riot.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Armor/riot.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cjrobe.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/cjrobe.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cjrobe.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/cjrobe.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cjrobe.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/cjrobe.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cjrobe.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/cjrobe.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cjrobe.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cjrobe.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/cjrobe.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/icon-open.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/icon-open.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/icon-open.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/epicoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/epicoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/greatcoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/greatcoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/greatcoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/greatcoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/greatcoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/greatcoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/greatcoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/greatcoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/greatcoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/greatcoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hop.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/hop.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hop.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/hop.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hop.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/hop.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hop.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/hop.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hop.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/hop.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hop.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/hop.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hop.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/hop.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hop.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/hop.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hop.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/hop.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hop.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/hop.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/leatherjacket.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/leatherjacket.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/leatherjacket.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/leatherjacket.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/leatherjacket.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/leatherjacket.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/leatherjacket.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/leatherjacket.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/leatherjacket.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/leatherjacket.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/leatherjacket.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/mystacoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/mystacoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/mystacoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/mystacoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/mystacoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/mystacoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/mystacoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/mystacoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/mystacoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/mystacoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/mystacoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/overcoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/overcoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/overcoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/overcoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/overcoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/overcoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/overcoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/overcoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/overcoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/overcoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/overcoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/repcoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/repcoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/repcoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/repcoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/repcoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/repcoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/repcoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/repcoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/repcoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/repcoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/repcoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Coats/ryuzocoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-harpy.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-harpy.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-harpy.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-harpy.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-harpy.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-harpy.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-harpy.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-harpy.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-harpy.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-harpy.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/chemapron.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Misc/chemapron.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/chemapron.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Misc/chemapron.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/chemapron.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Misc/chemapron.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/advcarrier.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/advcarrier.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/advcarrier.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/advcarrier.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/advcarrier.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/advcarrier.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/clerkvest.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/clerkvest.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/clerkvest.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/clerkvest.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/clerkvest.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/clerkvest.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/clerkvest.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/clerkvest.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/clerkvest.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/clerkvest.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flak.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/flak.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flak.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/flak.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flak.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/flak.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flak.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/flak.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flak.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/flak.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flak.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/flak.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flak.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/flak.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flak.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/flak.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flak.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/flak.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flak.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/flak.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/flakpress.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/flakpress.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/flakpress.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/flakpress.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/flakpress.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/flakpress.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/flakpress.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/flakpress.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Vests/flakpress.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/flakpress.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/Vests/flakpress.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon-open.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon-open.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon-open.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/detcoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon-open.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon-open.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon-open.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon-open.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon-open.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon-open.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/icon.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/meta.json rename to Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/fishing_boots.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/fishing_boots.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/fishing_boots.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/fishing_boots.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/fishing_boots.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/fishing_boots.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/fishing_boots.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/fishing_boots.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/fishing_boots.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/fishing_boots.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/fishing_boots.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/fishing_boots.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/icon-on.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/icon-on.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/icon-on.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/icon-on.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/on-equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/on-equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/on-equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/on-equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/ryuzoboots.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/ryuzoboots.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/ryuzoboots.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/ryuzoboots.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/ryuzoboots.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/ryuzoboots.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/ryuzoboots.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/ryuzoboots.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/ryuzoboots.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/ryuzoboots.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/ryuzoboots.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsatmos.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsatmos.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsatmos.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsatmos.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsatmos.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsatmos.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsatmos.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsatmos.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsatmos.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsatmos.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsatmos.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscap.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscap.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscap.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscap.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscap.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscap.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscap.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscap.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscap.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscap.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscap.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsce.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsce.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsce.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsce.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsce.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsce.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsce.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsce.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsce.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsce.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsce.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscentcom.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscentcom.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscentcom.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscentcom.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscentcom.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscentcom.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscentcom.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscentcom.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscentcom.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscentcom.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscentcom.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschef.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschef.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschef.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschef.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschef.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschef.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschef.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschef.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschef.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschef.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschef.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschem.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschem.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschem.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschem.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschem.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschem.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschem.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschem.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschem.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootschem.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootschem.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsclown.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsclown.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsclown.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsclown.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsclown.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsclown.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsclown.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsclown.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsclown.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsclown.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsclown.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootscmo.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsgen.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsgen.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsgen.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsgen.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsgen.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsgen.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsgen.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsgen.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsgen.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsgen.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsgen.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshop.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshop.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshop.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshop.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshop.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshop.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshop.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshop.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshop.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshop.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshop.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshos.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshos.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshos.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshos.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshos.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshos.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshos.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshos.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshos.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshos.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshos.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshydro.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshydro.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshydro.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshydro.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshydro.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshydro.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshydro.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshydro.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshydro.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootshydro.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootshydro.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsjani.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsjani.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsjani.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsjani.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsjani.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsjani.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsjani.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsjani.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsjani.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsjani.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsjani.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmime.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmime.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmime.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmime.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmime.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmime.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmime.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmime.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmime.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsmime.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmime.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsminer.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsminer.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsminer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsminer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsminer.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsminer.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsminer.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsminer.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsminer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsminer.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsminer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsparamed.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsparamed.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsparamed.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsparamed.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsparamed.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsparamed.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsparamed.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsparamed.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsparamed.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsparamed.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsparamed.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsqm.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsqm.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsqm.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsqm.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsqm.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsqm.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsqm.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsqm.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsqm.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsqm.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsqm.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrd.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrd.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrd.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrd.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrd.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrd.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrd.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrd.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrd.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrd.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrd.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrobo.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrobo.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrobo.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrobo.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrobo.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrobo.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrobo.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrobo.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrobo.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsrobo.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsrobo.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootssec.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootssec.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootssec.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootssec.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootssec.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootssec.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootssec.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootssec.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootssec.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootssec.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootssec.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsviro.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsviro.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsviro.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsviro.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsviro.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsviro.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsviro.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsviro.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsviro.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootsviro.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsviro.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootswarden.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootswarden.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootswarden.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootswarden.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootswarden.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootswarden.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootswarden.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootswarden.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootswarden.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Boots/winterbootswarden.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootswarden.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Misc/whiteleather.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Misc/whiteleather.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Misc/whiteleather.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Misc/whiteleather.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Misc/whiteleather.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Misc/whiteleather.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Misc/whiteleather.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Misc/whiteleather.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Misc/whiteleather.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Misc/whiteleather.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Misc/whiteleather.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Misc/whiteleather.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Misc/whiteleather.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Misc/whiteleather.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Misc/whiteleather.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Misc/whiteleather.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Misc/whiteleather.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Misc/whiteleather.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Misc/whiteleather.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Misc/whiteleather.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Specific/enclosedshoes.rsi/equipped-FEET.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/equipped-FEET.png rename to Resources/Textures/_DV/Clothing/Shoes/Specific/enclosedshoes.rsi/equipped-FEET.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Specific/enclosedshoes.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Shoes/Specific/enclosedshoes.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Specific/enclosedshoes.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Shoes/Specific/enclosedshoes.rsi/meta.json diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000..59791ed5fa Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..ff304f00fd Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/icon.png new file mode 100644 index 0000000000..f085ca55db Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png new file mode 100644 index 0000000000..15c30a0491 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png new file mode 100644 index 0000000000..53512e6969 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json new file mode 100644 index 0000000000..0736961299 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey made by brainfood1183 (github) for ss14, tie changed by noctyrnal (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cj.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cj.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cj.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cj.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cj.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cj.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cj.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cj.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cj.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/cj.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cj.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/clerk.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/clerk.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/clerk.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/clerk.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/clerk.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/clerk.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/clerk.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/clerk.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/clerk.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/clerk.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/clerk.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/courier.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/courier.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/courier.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/courier.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/courier.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/courier.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/courier.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/courier.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/courier.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/courier.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/courier.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING-monkey.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING-monkey.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING-monkey.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hop.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hop.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hop.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hop.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hop.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hop.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hop.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hop.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_blue.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_grey.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000..59791ed5fa Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..5b3a50b974 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png new file mode 100644 index 0000000000..f085ca55db Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png new file mode 100644 index 0000000000..15c30a0491 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png new file mode 100644 index 0000000000..53512e6969 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json new file mode 100644 index 0000000000..0736961299 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey made by brainfood1183 (github) for ss14, tie changed by noctyrnal (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/boatswain.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING-monkey.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING-monkey.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING-monkey.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cj_white.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cjformal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/clerk.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/clerk.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/clerk.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/clerk.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/clerk.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/clerk.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/clerk.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/clerk.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/clerk.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/clerk.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/clerk.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/courier.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/courier.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/courier.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/courier.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/courier.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/courier.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/courier.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/courier.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/courier.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/courier.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/courier.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/explorer.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/explorer.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/explorer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/explorer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/explorer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/explorer.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/explorer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING-monkey.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING-monkey.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING-monkey.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hop.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hop.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hop.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hop.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hop.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hop.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hop.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hop.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopformal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/kilt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/kilt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/kilt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/kilt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/kilt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/kilt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/kilt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/kilt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/kilt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/kilt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_blue.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_grey.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/rolled-equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/rolled-equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/rolled-equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/sober.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/sober.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/sober.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/sober.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/sober.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/sober.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/sober.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/sober.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/sober.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/sober.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/sober.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblack.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/black.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/black.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/black.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/black.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/pink.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/pink.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/pink.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/pink.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/white.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/white.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Scrubs/white.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Scrubs/white.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/checkerNESW.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/checkerNESW.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/checkerNESW.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/checkerNESW.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/checkerNWSE.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/checkerNWSE.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/checkerNWSE.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/checkerNWSE.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/diagonal.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/diagonal.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/diagonal.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/diagonal.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/diagonal_checker_a.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/diagonal_checker_a.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/diagonal_checker_a.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/diagonal_checker_a.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/diagonal_checker_b.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/diagonal_checker_b.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/diagonal_checker_b.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/diagonal_checker_b.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/fulltile_overlay.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/fulltile_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/fulltile_overlay.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/fulltile_overlay.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/halftile_overlay.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/halftile_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/halftile_overlay.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/halftile_overlay.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/meta.json b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/meta.json rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/quartertile_overlay.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/quartertile_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/quartertile_overlay.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/quartertile_overlay.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/quartertile_overlay_180.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/quartertile_overlay_180.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/quartertile_overlay_180.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/quartertile_overlay_180.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png diff --git a/Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png b/Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png rename to Resources/Textures/_DV/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_box.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_box.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_box.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_box.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_corner_ne.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_corner_ne.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_corner_ne.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_corner_ne.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_corner_nw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_corner_nw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_corner_nw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_corner_nw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_corner_se.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_corner_se.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_corner_se.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_corner_se.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_corner_sw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_corner_sw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_corner_sw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_corner_sw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_end_e.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_end_e.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_end_e.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_end_e.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_end_n.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_end_n.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_end_n.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_end_n.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_end_s.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_end_s.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_end_s.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_end_s.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_end_w.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_end_w.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_end_w.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_end_w.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_inner_ne.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_inner_ne.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_inner_ne.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_inner_ne.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_inner_nw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_inner_nw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_inner_nw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_inner_nw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_inner_se.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_inner_se.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_inner_se.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_inner_se.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_inner_sw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_inner_sw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_inner_sw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_inner_sw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_line_e.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_line_e.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_line_e.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_line_e.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_line_n.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_line_n.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_line_n.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_line_n.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_line_s.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_line_s.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_line_s.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_line_s.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_line_w.png b/Resources/Textures/_DV/Decals/bricktile.rsi/dark_line_w.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/dark_line_w.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/dark_line_w.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/meta.json b/Resources/Textures/_DV/Decals/bricktile.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/meta.json rename to Resources/Textures/_DV/Decals/bricktile.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_box.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_box.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_box.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_box.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_corner_ne.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_corner_ne.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_corner_ne.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_corner_ne.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_corner_nw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_corner_nw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_corner_nw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_corner_nw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_corner_se.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_corner_se.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_corner_se.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_corner_se.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_corner_sw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_corner_sw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_corner_sw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_corner_sw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_end_e.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_end_e.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_end_e.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_end_e.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_end_n.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_end_n.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_end_n.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_end_n.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_end_s.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_end_s.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_end_s.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_end_s.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_end_w.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_end_w.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_end_w.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_end_w.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_inner_ne.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_inner_ne.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_inner_ne.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_inner_ne.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_inner_nw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_inner_nw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_inner_nw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_inner_nw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_inner_se.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_inner_se.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_inner_se.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_inner_se.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_inner_sw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_inner_sw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_inner_sw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_inner_sw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_line_e.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_line_e.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_line_e.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_line_e.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_line_n.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_line_n.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_line_n.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_line_n.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_line_s.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_line_s.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_line_s.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_line_s.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_line_w.png b/Resources/Textures/_DV/Decals/bricktile.rsi/steel_line_w.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/steel_line_w.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/steel_line_w.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_box.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_box.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_box.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_box.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_corner_ne.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_corner_ne.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_corner_ne.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_corner_ne.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_corner_nw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_corner_nw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_corner_nw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_corner_nw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_corner_se.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_corner_se.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_corner_se.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_corner_se.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_corner_sw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_corner_sw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_corner_sw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_corner_sw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_end_e.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_end_e.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_end_e.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_end_e.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_end_n.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_end_n.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_end_n.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_end_n.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_end_s.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_end_s.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_end_s.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_end_s.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_end_w.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_end_w.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_end_w.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_end_w.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_inner_ne.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_inner_ne.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_inner_ne.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_inner_ne.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_inner_nw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_inner_nw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_inner_nw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_inner_nw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_inner_se.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_inner_se.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_inner_se.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_inner_se.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_inner_sw.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_inner_sw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_inner_sw.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_inner_sw.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_line_e.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_line_e.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_line_e.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_line_e.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_line_n.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_line_n.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_line_n.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_line_n.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_line_s.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_line_s.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_line_s.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_line_s.png diff --git a/Resources/Textures/DeltaV/Decals/bricktile.rsi/white_line_w.png b/Resources/Textures/_DV/Decals/bricktile.rsi/white_line_w.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/bricktile.rsi/white_line_w.png rename to Resources/Textures/_DV/Decals/bricktile.rsi/white_line_w.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/meta.json b/Resources/Textures/_DV/Decals/trimline.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/meta.json rename to Resources/Textures/_DV/Decals/trimline.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_box.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_box.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_box.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_box.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_e.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_e.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_e.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_e.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_n.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_n.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_n.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_n.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_ne.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_ne.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_ne.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_ne.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_nw.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_nw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_nw.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_nw.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_s.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_s.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_s.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_s.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_se.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_se.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_se.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_se.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_sw.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_sw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_sw.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_sw.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_w.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_w.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_corner_w.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_corner_w.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_e.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_e.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_e.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_e.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_inner_ne.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_inner_ne.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_inner_ne.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_inner_ne.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_inner_nw.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_inner_nw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_inner_nw.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_inner_nw.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_inner_se.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_inner_se.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_inner_se.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_inner_se.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_inner_sw.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_inner_sw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_inner_sw.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_inner_sw.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_n.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_n.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_n.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_n.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_s.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_s.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_s.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_s.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_e_1.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_e_1.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_e_1.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_e_1.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_e_2.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_e_2.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_e_2.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_e_2.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_n_1.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_n_1.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_n_1.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_n_1.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_n_2.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_n_2.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_n_2.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_n_2.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_s_1.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_s_1.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_s_1.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_s_1.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_s_2.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_s_2.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_s_2.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_s_2.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_w_1.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_w_1.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_w_1.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_w_1.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_w_2.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_w_2.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_shrink_w_2.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_shrink_w_2.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thick_w.png b/Resources/Textures/_DV/Decals/trimline.rsi/thick_w.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thick_w.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thick_w.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_e.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_e.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_e.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_e.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_n.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_n.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_n.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_n.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_ne.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_ne.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_ne.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_ne.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_nw.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_nw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_nw.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_nw.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_s.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_s.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_s.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_s.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_se.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_se.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_se.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_se.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_sw.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_sw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_sw.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_sw.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_w.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_w.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_corner_w.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_corner_w.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_e.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_e.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_e.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_e.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_inner_ne.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_inner_ne.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_inner_ne.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_inner_ne.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_inner_nw.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_inner_nw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_inner_nw.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_inner_nw.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_inner_se.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_inner_se.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_inner_se.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_inner_se.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_inner_sw.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_inner_sw.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_inner_sw.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_inner_sw.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_n.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_n.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_n.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_n.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_s.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_s.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_s.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_s.png diff --git a/Resources/Textures/DeltaV/Decals/trimline.rsi/thin_w.png b/Resources/Textures/_DV/Decals/trimline.rsi/thin_w.png similarity index 100% rename from Resources/Textures/DeltaV/Decals/trimline.rsi/thin_w.png rename to Resources/Textures/_DV/Decals/trimline.rsi/thin_w.png diff --git a/Resources/Textures/DeltaV/Effects/creampie.rsi/creampie_rodentia.png b/Resources/Textures/_DV/Effects/creampie.rsi/creampie_rodentia.png similarity index 100% rename from Resources/Textures/DeltaV/Effects/creampie.rsi/creampie_rodentia.png rename to Resources/Textures/_DV/Effects/creampie.rsi/creampie_rodentia.png diff --git a/Resources/Textures/DeltaV/Effects/creampie.rsi/creampie_vulpkanin.png b/Resources/Textures/_DV/Effects/creampie.rsi/creampie_vulpkanin.png similarity index 100% rename from Resources/Textures/DeltaV/Effects/creampie.rsi/creampie_vulpkanin.png rename to Resources/Textures/_DV/Effects/creampie.rsi/creampie_vulpkanin.png diff --git a/Resources/Textures/DeltaV/Effects/creampie.rsi/meta.json b/Resources/Textures/_DV/Effects/creampie.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Effects/creampie.rsi/meta.json rename to Resources/Textures/_DV/Effects/creampie.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Effects/harpysinger.rsi/meta.json b/Resources/Textures/_DV/Effects/harpysinger.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Effects/harpysinger.rsi/meta.json rename to Resources/Textures/_DV/Effects/harpysinger.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Effects/harpysinger.rsi/singing_music_notes.png b/Resources/Textures/_DV/Effects/harpysinger.rsi/singing_music_notes.png similarity index 100% rename from Resources/Textures/DeltaV/Effects/harpysinger.rsi/singing_music_notes.png rename to Resources/Textures/_DV/Effects/harpysinger.rsi/singing_music_notes.png diff --git a/Resources/Textures/DeltaV/Effects/speech.rsi/felinid0.png b/Resources/Textures/_DV/Effects/speech.rsi/felinid0.png similarity index 100% rename from Resources/Textures/DeltaV/Effects/speech.rsi/felinid0.png rename to Resources/Textures/_DV/Effects/speech.rsi/felinid0.png diff --git a/Resources/Textures/DeltaV/Effects/speech.rsi/felinid1.png b/Resources/Textures/_DV/Effects/speech.rsi/felinid1.png similarity index 100% rename from Resources/Textures/DeltaV/Effects/speech.rsi/felinid1.png rename to Resources/Textures/_DV/Effects/speech.rsi/felinid1.png diff --git a/Resources/Textures/DeltaV/Effects/speech.rsi/felinid2.png b/Resources/Textures/_DV/Effects/speech.rsi/felinid2.png similarity index 100% rename from Resources/Textures/DeltaV/Effects/speech.rsi/felinid2.png rename to Resources/Textures/_DV/Effects/speech.rsi/felinid2.png diff --git a/Resources/Textures/DeltaV/Effects/speech.rsi/meta.json b/Resources/Textures/_DV/Effects/speech.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Effects/speech.rsi/meta.json rename to Resources/Textures/_DV/Effects/speech.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Effects/speech.rsi/rodentia0.png b/Resources/Textures/_DV/Effects/speech.rsi/rodentia0.png similarity index 100% rename from Resources/Textures/DeltaV/Effects/speech.rsi/rodentia0.png rename to Resources/Textures/_DV/Effects/speech.rsi/rodentia0.png diff --git a/Resources/Textures/DeltaV/Effects/speech.rsi/rodentia1.png b/Resources/Textures/_DV/Effects/speech.rsi/rodentia1.png similarity index 100% rename from Resources/Textures/DeltaV/Effects/speech.rsi/rodentia1.png rename to Resources/Textures/_DV/Effects/speech.rsi/rodentia1.png diff --git a/Resources/Textures/DeltaV/Effects/speech.rsi/rodentia2.png b/Resources/Textures/_DV/Effects/speech.rsi/rodentia2.png similarity index 100% rename from Resources/Textures/DeltaV/Effects/speech.rsi/rodentia2.png rename to Resources/Textures/_DV/Effects/speech.rsi/rodentia2.png diff --git a/Resources/Textures/DeltaV/Icons/cri.rsi/cri.png b/Resources/Textures/_DV/Icons/cri.rsi/cri.png similarity index 100% rename from Resources/Textures/DeltaV/Icons/cri.rsi/cri.png rename to Resources/Textures/_DV/Icons/cri.rsi/cri.png diff --git a/Resources/Textures/DeltaV/Icons/cri.rsi/meta.json b/Resources/Textures/_DV/Icons/cri.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Icons/cri.rsi/meta.json rename to Resources/Textures/_DV/Icons/cri.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Interface/Actions/actions_psionics.rsi/meta.json b/Resources/Textures/_DV/Interface/Actions/actions_psionics.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Interface/Actions/actions_psionics.rsi/meta.json rename to Resources/Textures/_DV/Interface/Actions/actions_psionics.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Interface/Actions/actions_psionics.rsi/precognition.png b/Resources/Textures/_DV/Interface/Actions/actions_psionics.rsi/precognition.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Actions/actions_psionics.rsi/precognition.png rename to Resources/Textures/_DV/Interface/Actions/actions_psionics.rsi/precognition.png diff --git a/Resources/Textures/DeltaV/Interface/Actions/harpy_sing.png b/Resources/Textures/_DV/Interface/Actions/harpy_sing.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Actions/harpy_sing.png rename to Resources/Textures/_DV/Interface/Actions/harpy_sing.png diff --git a/Resources/Textures/DeltaV/Interface/Actions/harpy_syrinx.png b/Resources/Textures/_DV/Interface/Actions/harpy_syrinx.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Actions/harpy_syrinx.png rename to Resources/Textures/_DV/Interface/Actions/harpy_syrinx.png diff --git a/Resources/Textures/DeltaV/Interface/Actions/mouthStorageOpen.png b/Resources/Textures/_DV/Interface/Actions/mouthStorageOpen.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Actions/mouthStorageOpen.png rename to Resources/Textures/_DV/Interface/Actions/mouthStorageOpen.png diff --git a/Resources/Textures/DeltaV/Interface/Emotes/attributions.yml b/Resources/Textures/_DV/Interface/Emotes/attributions.yml similarity index 100% rename from Resources/Textures/DeltaV/Interface/Emotes/attributions.yml rename to Resources/Textures/_DV/Interface/Emotes/attributions.yml diff --git a/Resources/Textures/DeltaV/Interface/Emotes/growl.png b/Resources/Textures/_DV/Interface/Emotes/growl.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Emotes/growl.png rename to Resources/Textures/_DV/Interface/Emotes/growl.png diff --git a/Resources/Textures/DeltaV/Interface/Emotes/hiss.png b/Resources/Textures/_DV/Interface/Emotes/hiss.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Emotes/hiss.png rename to Resources/Textures/_DV/Interface/Emotes/hiss.png diff --git a/Resources/Textures/DeltaV/Interface/Emotes/meow.png b/Resources/Textures/_DV/Interface/Emotes/meow.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Emotes/meow.png rename to Resources/Textures/_DV/Interface/Emotes/meow.png diff --git a/Resources/Textures/DeltaV/Interface/Emotes/mew.png b/Resources/Textures/_DV/Interface/Emotes/mew.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Emotes/mew.png rename to Resources/Textures/_DV/Interface/Emotes/mew.png diff --git a/Resources/Textures/DeltaV/Interface/Emotes/purr.png b/Resources/Textures/_DV/Interface/Emotes/purr.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Emotes/purr.png rename to Resources/Textures/_DV/Interface/Emotes/purr.png diff --git a/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/AdminAssistant.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/AdminAssistant.png new file mode 100644 index 0000000000..1f45dff992 Binary files /dev/null and b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/AdminAssistant.png differ diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/CargoAssistant.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/CargoAssistant.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/CargoAssistant.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/CargoAssistant.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/Chaplain.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/Chaplain.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/Chaplain.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/Chaplain.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/ChiefJustice.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/ChiefJustice.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/ChiefJustice.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/ChiefJustice.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/Clerk.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/Clerk.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/Clerk.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/Clerk.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/Lawyer.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/Lawyer.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/Lawyer.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/Lawyer.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/MedicalBorg.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/MedicalBorg.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/MedicalBorg.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/MedicalBorg.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/Prosecutor.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/Prosecutor.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/Prosecutor.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/Prosecutor.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/SecurityBorg.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/SecurityBorg.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/SecurityBorg.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/SecurityBorg.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/meta.json similarity index 91% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/meta.json index d7942b8e63..8d4e9aea17 100644 --- a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json +++ b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e | nyanoPrisonGuard, nyanoMartialArtist, nyanoGladiator made by Floofers | ChiefJustice, Clerk by leonardo_dabepis (Discord), SecurityBorg recoloured from MedicalBorg by DangerRevolution(github), CargoAssistant recoloured from MedicalIntern by Radezolid", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e | nyanoPrisonGuard, nyanoMartialArtist, nyanoGladiator made by Floofers | ChiefJustice, Clerk by leonardo_dabepis (Discord), SecurityBorg recoloured from MedicalBorg by DangerRevolution(github), CargoAssistant recoloured from MedicalIntern by Radezolid, AdminAssistant made by noctyrnal (github)", "size": { "x": 8, "y": 8 @@ -45,6 +45,9 @@ }, { "name": "CargoAssistant" + }, + { + "name": "AdminAssistant" } ] } diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/nyanoGladiator.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/nyanoGladiator.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/nyanoGladiator.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/nyanoGladiator.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/nyanoMailCarrier.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/nyanoMailCarrier.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/nyanoMailCarrier.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/nyanoMailCarrier.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/nyanoMantis.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/nyanoMantis.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/nyanoMantis.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/nyanoMantis.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/nyanoMartialArtist.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/nyanoMartialArtist.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/nyanoMartialArtist.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/nyanoMartialArtist.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/nyanoPrisonGuard.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/nyanoPrisonGuard.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/nyanoPrisonGuard.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/nyanoPrisonGuard.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/security_icons.rsi/hud_subpoenaed.png b/Resources/Textures/_DV/Interface/Misc/security_icons.rsi/hud_subpoenaed.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/security_icons.rsi/hud_subpoenaed.png rename to Resources/Textures/_DV/Interface/Misc/security_icons.rsi/hud_subpoenaed.png diff --git a/Resources/Textures/DeltaV/Interface/Misc/security_icons.rsi/meta.json b/Resources/Textures/_DV/Interface/Misc/security_icons.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/security_icons.rsi/meta.json rename to Resources/Textures/_DV/Interface/Misc/security_icons.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Interface/Paper/paper_background_corpcard.svg b/Resources/Textures/_DV/Interface/Paper/paper_background_corpcard.svg similarity index 100% rename from Resources/Textures/DeltaV/Interface/Paper/paper_background_corpcard.svg rename to Resources/Textures/_DV/Interface/Paper/paper_background_corpcard.svg diff --git a/Resources/Textures/DeltaV/Interface/Paper/paper_background_corpcard.svg.96dpi.png b/Resources/Textures/_DV/Interface/Paper/paper_background_corpcard.svg.96dpi.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Paper/paper_background_corpcard.svg.96dpi.png rename to Resources/Textures/_DV/Interface/Paper/paper_background_corpcard.svg.96dpi.png diff --git a/Resources/Textures/DeltaV/Interface/Paper/paper_background_corpcard.svg.96dpi.png.yml b/Resources/Textures/_DV/Interface/Paper/paper_background_corpcard.svg.96dpi.png.yml similarity index 100% rename from Resources/Textures/DeltaV/Interface/Paper/paper_background_corpcard.svg.96dpi.png.yml rename to Resources/Textures/_DV/Interface/Paper/paper_background_corpcard.svg.96dpi.png.yml diff --git a/Resources/Textures/DeltaV/Interface/Paper/paper_heading_warrant.svg b/Resources/Textures/_DV/Interface/Paper/paper_heading_warrant.svg similarity index 100% rename from Resources/Textures/DeltaV/Interface/Paper/paper_heading_warrant.svg rename to Resources/Textures/_DV/Interface/Paper/paper_heading_warrant.svg diff --git a/Resources/Textures/DeltaV/Interface/Paper/paper_heading_warrant.svg.200dpi.png b/Resources/Textures/_DV/Interface/Paper/paper_heading_warrant.svg.200dpi.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Paper/paper_heading_warrant.svg.200dpi.png rename to Resources/Textures/_DV/Interface/Paper/paper_heading_warrant.svg.200dpi.png diff --git a/Resources/Textures/DeltaV/Interface/Paper/paper_heading_warrant.svg.200dpi.png.yml b/Resources/Textures/_DV/Interface/Paper/paper_heading_warrant.svg.200dpi.png.yml similarity index 100% rename from Resources/Textures/DeltaV/Interface/Paper/paper_heading_warrant.svg.200dpi.png.yml rename to Resources/Textures/_DV/Interface/Paper/paper_heading_warrant.svg.200dpi.png.yml diff --git a/Resources/Textures/DeltaV/Interface/VerbIcons/ATTRIBUTION.txt b/Resources/Textures/_DV/Interface/VerbIcons/ATTRIBUTION.txt similarity index 100% rename from Resources/Textures/DeltaV/Interface/VerbIcons/ATTRIBUTION.txt rename to Resources/Textures/_DV/Interface/VerbIcons/ATTRIBUTION.txt diff --git a/Resources/Textures/DeltaV/Interface/VerbIcons/bell.svg b/Resources/Textures/_DV/Interface/VerbIcons/bell.svg similarity index 100% rename from Resources/Textures/DeltaV/Interface/VerbIcons/bell.svg rename to Resources/Textures/_DV/Interface/VerbIcons/bell.svg diff --git a/Resources/Textures/DeltaV/Interface/VerbIcons/bell.svg.png b/Resources/Textures/_DV/Interface/VerbIcons/bell.svg.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/VerbIcons/bell.svg.png rename to Resources/Textures/_DV/Interface/VerbIcons/bell.svg.png diff --git a/Resources/Textures/DeltaV/Interface/VerbIcons/bell_muted.png b/Resources/Textures/_DV/Interface/VerbIcons/bell_muted.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/VerbIcons/bell_muted.png rename to Resources/Textures/_DV/Interface/VerbIcons/bell_muted.png diff --git a/Resources/Textures/_DV/Markers/jobs.rsi/adminassistant.png b/Resources/Textures/_DV/Markers/jobs.rsi/adminassistant.png new file mode 100644 index 0000000000..cf335a8a10 Binary files /dev/null and b/Resources/Textures/_DV/Markers/jobs.rsi/adminassistant.png differ diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/cargoassistant.png b/Resources/Textures/_DV/Markers/jobs.rsi/cargoassistant.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/cargoassistant.png rename to Resources/Textures/_DV/Markers/jobs.rsi/cargoassistant.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/chiefjustice.png b/Resources/Textures/_DV/Markers/jobs.rsi/chiefjustice.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/chiefjustice.png rename to Resources/Textures/_DV/Markers/jobs.rsi/chiefjustice.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/clerk.png b/Resources/Textures/_DV/Markers/jobs.rsi/clerk.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/clerk.png rename to Resources/Textures/_DV/Markers/jobs.rsi/clerk.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/courier.png b/Resources/Textures/_DV/Markers/jobs.rsi/courier.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/courier.png rename to Resources/Textures/_DV/Markers/jobs.rsi/courier.png diff --git a/Resources/Textures/_DV/Markers/jobs.rsi/meta.json b/Resources/Textures/_DV/Markers/jobs.rsi/meta.json new file mode 100644 index 0000000000..649dd8ef9b --- /dev/null +++ b/Resources/Textures/_DV/Markers/jobs.rsi/meta.json @@ -0,0 +1,59 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by Floofers. roboticist.png created by deltanedas (github) for DeltaV. cargoassistant made by Radezolid, adminassistant made by noctyrnal (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "chiefjustice" + }, + { + "name": "clerk" + }, + { + "name": "nyanogladiator" + }, + { + "name": "nyanoprisonguard" + }, + { + "name": "prosecutor" + }, + { + "name": "nyanomailcarrier" + }, + { + "name": "nyanomartialartist" + }, + { + "name": "nyanomantis" + }, + { + "name": "salvagespecialist" + }, + { + "name": "mystagogue" + }, + { + "name": "scientist" + }, + { + "name": "courier" + }, + { + "name": "mobster" + }, + { + "name": "roboticist" + }, + { + "name": "cargoassistant" + }, + { + "name": "adminassistant" + } + ] +} diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/mobster.png b/Resources/Textures/_DV/Markers/jobs.rsi/mobster.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/mobster.png rename to Resources/Textures/_DV/Markers/jobs.rsi/mobster.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/mystagogue.png b/Resources/Textures/_DV/Markers/jobs.rsi/mystagogue.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/mystagogue.png rename to Resources/Textures/_DV/Markers/jobs.rsi/mystagogue.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/nyanogladiator.png b/Resources/Textures/_DV/Markers/jobs.rsi/nyanogladiator.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/nyanogladiator.png rename to Resources/Textures/_DV/Markers/jobs.rsi/nyanogladiator.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/nyanomailcarrier.png b/Resources/Textures/_DV/Markers/jobs.rsi/nyanomailcarrier.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/nyanomailcarrier.png rename to Resources/Textures/_DV/Markers/jobs.rsi/nyanomailcarrier.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/nyanomantis.png b/Resources/Textures/_DV/Markers/jobs.rsi/nyanomantis.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/nyanomantis.png rename to Resources/Textures/_DV/Markers/jobs.rsi/nyanomantis.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/nyanomartialartist.png b/Resources/Textures/_DV/Markers/jobs.rsi/nyanomartialartist.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/nyanomartialartist.png rename to Resources/Textures/_DV/Markers/jobs.rsi/nyanomartialartist.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/nyanoprisonguard.png b/Resources/Textures/_DV/Markers/jobs.rsi/nyanoprisonguard.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/nyanoprisonguard.png rename to Resources/Textures/_DV/Markers/jobs.rsi/nyanoprisonguard.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/prosecutor.png b/Resources/Textures/_DV/Markers/jobs.rsi/prosecutor.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/prosecutor.png rename to Resources/Textures/_DV/Markers/jobs.rsi/prosecutor.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/roboticist.png b/Resources/Textures/_DV/Markers/jobs.rsi/roboticist.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/roboticist.png rename to Resources/Textures/_DV/Markers/jobs.rsi/roboticist.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/salvagespecialist.png b/Resources/Textures/_DV/Markers/jobs.rsi/salvagespecialist.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/salvagespecialist.png rename to Resources/Textures/_DV/Markers/jobs.rsi/salvagespecialist.png diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/scientist.png b/Resources/Textures/_DV/Markers/jobs.rsi/scientist.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/scientist.png rename to Resources/Textures/_DV/Markers/jobs.rsi/scientist.png diff --git a/Resources/Textures/DeltaV/Misc/program_icons.rsi/meta.json b/Resources/Textures/_DV/Misc/program_icons.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Misc/program_icons.rsi/meta.json rename to Resources/Textures/_DV/Misc/program_icons.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Misc/program_icons.rsi/nanochat.png b/Resources/Textures/_DV/Misc/program_icons.rsi/nanochat.png similarity index 100% rename from Resources/Textures/DeltaV/Misc/program_icons.rsi/nanochat.png rename to Resources/Textures/_DV/Misc/program_icons.rsi/nanochat.png diff --git a/Resources/Textures/DeltaV/Misc/program_icons.rsi/stock_trading.png b/Resources/Textures/_DV/Misc/program_icons.rsi/stock_trading.png similarity index 100% rename from Resources/Textures/DeltaV/Misc/program_icons.rsi/stock_trading.png rename to Resources/Textures/_DV/Misc/program_icons.rsi/stock_trading.png diff --git a/Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/magic.png b/Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/magic.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/magic.png rename to Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/magic.png diff --git a/Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/magic_base.png b/Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/magic_base.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/magic_base.png rename to Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/magic_base.png diff --git a/Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/magic_flare.png b/Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/magic_flare.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/magic_flare.png rename to Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/magic_flare.png diff --git a/Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/meta.json b/Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/miner.png b/Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/miner.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/miner.png rename to Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/miner.png diff --git a/Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/miner_base.png b/Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/miner_base.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/miner_base.png rename to Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/miner_base.png diff --git a/Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/miner_flare.png b/Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/miner_flare.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/miner_flare.png rename to Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/miner_flare.png diff --git a/Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/tech.png b/Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/tech.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/tech.png rename to Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/tech.png diff --git a/Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/tech_base.png b/Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/tech_base.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/tech_base.png rename to Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/tech_base.png diff --git a/Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/tech_flare.png b/Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/tech_flare.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Aliens/Guardians/guardians.rsi/tech_flare.png rename to Resources/Textures/_DV/Mobs/Aliens/Guardians/guardians.rsi/tech_flare.png diff --git a/Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/dead.png b/Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/dead.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/dead.png rename to Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/dead.png diff --git a/Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/equipped-HELMET.png rename to Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/equipped-HELMET.png diff --git a/Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/icon.png b/Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/icon.png rename to Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/inhand-left.png b/Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/inhand-left.png rename to Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/inhand-right.png b/Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/inhand-right.png rename to Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/meta.json b/Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/mouse.png b/Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/mouse.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/mouse.png rename to Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/mouse.png diff --git a/Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/splat.png b/Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/splat.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/nukiemouse.rsi/splat.png rename to Resources/Textures/_DV/Mobs/Animals/nukiemouse.rsi/splat.png diff --git a/Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/dead.png b/Resources/Textures/_DV/Mobs/Animals/shrimp.rsi/dead.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/dead.png rename to Resources/Textures/_DV/Mobs/Animals/shrimp.rsi/dead.png diff --git a/Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/meta.json b/Resources/Textures/_DV/Mobs/Animals/shrimp.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Animals/shrimp.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/shrimp.png b/Resources/Textures/_DV/Mobs/Animals/shrimp.rsi/shrimp.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/shrimp.png rename to Resources/Textures/_DV/Mobs/Animals/shrimp.rsi/shrimp.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi/m_waggingtail_cat_FRONT.png b/Resources/Textures/_DV/Mobs/Customization/Felinid/alternative_tail.rsi/m_waggingtail_cat_FRONT.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi/m_waggingtail_cat_FRONT.png rename to Resources/Textures/_DV/Mobs/Customization/Felinid/alternative_tail.rsi/m_waggingtail_cat_FRONT.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Felinid/alternative_tail.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Felinid/alternative_tail.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi/Felinid_fluffy_tail_full.png b/Resources/Textures/_DV/Mobs/Customization/Felinid/felinid_tails.rsi/Felinid_fluffy_tail_full.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi/Felinid_fluffy_tail_full.png rename to Resources/Textures/_DV/Mobs/Customization/Felinid/felinid_tails.rsi/Felinid_fluffy_tail_full.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi/felinid_fluffy_tail_rings.png b/Resources/Textures/_DV/Mobs/Customization/Felinid/felinid_tails.rsi/felinid_fluffy_tail_rings.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi/felinid_fluffy_tail_rings.png rename to Resources/Textures/_DV/Mobs/Customization/Felinid/felinid_tails.rsi/felinid_fluffy_tail_rings.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Felinid/felinid_tails.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Felinid/felinid_tails.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_primary.png b/Resources/Textures/_DV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_primary.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_primary.png rename to Resources/Textures/_DV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_primary.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_secondary.png b/Resources/Textures/_DV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_secondary.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_secondary.png rename to Resources/Textures/_DV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_secondary.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_tertiary.png b/Resources/Textures/_DV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_tertiary.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_tertiary.png rename to Resources/Textures/_DV/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_tertiary.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Felinid/tiger_tail.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Felinid/tiger_tail.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi/lower.png b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_chest.rsi/lower.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi/lower.png rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_chest.rsi/lower.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_chest.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_chest.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi/upper.png b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_chest.rsi/upper.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi/upper.png rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_chest.rsi/upper.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_ears.rsi/harpy_ears_default.png b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_ears.rsi/harpy_ears_default.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_ears.rsi/harpy_ears_default.png rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_ears.rsi/harpy_ears_default.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_ears.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_ears.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_ears.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_ears.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/feet.png b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_legs.rsi/feet.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/feet.png rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_legs.rsi/feet.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_legs.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_legs.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/talons.png b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_legs.rsi/talons.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/talons.png rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_legs.rsi/talons.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/thighs.png b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_legs.rsi/thighs.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/thighs.png rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_legs.rsi/thighs.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_tails.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_tails.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/phoenix_tail.png b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_tails.rsi/phoenix_tail.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/phoenix_tail.png rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_tails.rsi/phoenix_tail.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/rooster_tail.png b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_tails.rsi/rooster_tail.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/rooster_tail.png rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_tails.rsi/rooster_tail.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails36x32.rsi/finch_tail.png b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_tails36x32.rsi/finch_tail.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails36x32.rsi/finch_tail.png rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_tails36x32.rsi/finch_tail.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails36x32.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_tails36x32.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails36x32.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_tails36x32.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wingcover.png b/Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_wingcover.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wingcover.png rename to Resources/Textures/_DV/Mobs/Customization/Harpy/harpy_wingcover.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Moth/moth_wings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Moth/moth_wings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene.png b/Resources/Textures/_DV/Mobs/Customization/Moth/moth_wings.rsi/selene.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene.png rename to Resources/Textures/_DV/Mobs/Customization/Moth/moth_wings.rsi/selene.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene_primary.png b/Resources/Textures/_DV/Mobs/Customization/Moth/moth_wings.rsi/selene_primary.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene_primary.png rename to Resources/Textures/_DV/Mobs/Customization/Moth/moth_wings.rsi/selene_primary.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene_secondary.png b/Resources/Textures/_DV/Mobs/Customization/Moth/moth_wings.rsi/selene_secondary.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene_secondary.png rename to Resources/Textures/_DV/Mobs/Customization/Moth/moth_wings.rsi/selene_secondary.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene_tertiary.png b/Resources/Textures/_DV/Mobs/Customization/Moth/moth_wings.rsi/selene_tertiary.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene_tertiary.png rename to Resources/Textures/_DV/Mobs/Customization/Moth/moth_wings.rsi/selene_tertiary.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Oni/oni_horns.rsi/bull.png b/Resources/Textures/_DV/Mobs/Customization/Oni/oni_horns.rsi/bull.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Oni/oni_horns.rsi/bull.png rename to Resources/Textures/_DV/Mobs/Customization/Oni/oni_horns.rsi/bull.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Oni/oni_horns.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Oni/oni_horns.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Oni/oni_horns.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Oni/oni_horns.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Oni/oni_horns.rsi/shaved.png b/Resources/Textures/_DV/Mobs/Customization/Oni/oni_horns.rsi/shaved.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Oni/oni_horns.rsi/shaved.png rename to Resources/Textures/_DV/Mobs/Customization/Oni/oni_horns.rsi/shaved.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/countershade.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/countershade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/countershade.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/countershade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_f.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_f.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_f.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_f.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_lleg.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_lleg.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_lleg.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_lleg.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_rleg.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_rleg.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_rleg.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/countershade_rleg.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/fawn.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/fawn.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/fawn.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/fawn.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/hooded.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/hooded.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/hooded.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/hooded.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/hooded_f.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/hooded_f.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/hooded_f.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/hooded_f.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/body_markings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/body_markings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/cheeks.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/cheeks.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/cheeks.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/cheeks.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/cheeks_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/cheeks_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/cheeks_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/cheeks_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_alt.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_alt.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_alt.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_alt.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_alt_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_alt_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_alt_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_alt_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/whiskers.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/whiskers.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi/whiskers.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/cheek_markings.rsi/whiskers.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/bat.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/bat.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/bat.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/bat.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/bat_large.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/bat_large.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/bat_large.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/bat_large.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/hamster.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/hamster.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/hamster.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/hamster.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/hamster_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/hamster_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/hamster_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/hamster_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/long.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/long.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/long.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/long.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/long_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/long_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/long_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/long_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_large.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_large.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_large.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_large.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_large_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_large_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_large_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_large_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/none.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/none.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/none.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/none.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/pointy.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/pointy.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/pointy.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/pointy.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/rabbit.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/rabbit.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/rabbit.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/rabbit.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/rabbit_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/rabbit_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/rabbit_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/rabbit_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/small.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/small.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi/small.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/ear_markings.rsi/small.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/head_markings.rsi/blaze.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/head_markings.rsi/blaze.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/head_markings.rsi/blaze.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/head_markings.rsi/blaze.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/head_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Rodentia/head_markings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/head_markings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/head_markings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/head_markings.rsi/round.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/head_markings.rsi/round.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/head_markings.rsi/round.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/head_markings.rsi/round.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/bat.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/bat.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/bat.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/bat.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/bat_nose.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/bat_nose.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/bat_nose.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/bat_nose.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/bat_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/bat_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/bat_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/bat_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/flat.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/flat.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/flat.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/flat.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/flat_nose.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/flat_nose.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/flat_nose.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/flat_nose.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/flat_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/flat_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/flat_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/flat_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/round.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/round.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/round.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/round.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/round_nose.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/round_nose.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/round_nose.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/round_nose.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/round_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/round_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi/round_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/snout_markings.rsi/round_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/beaver.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/beaver.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/beaver.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/beaver.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/hamster.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/hamster.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/hamster.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/hamster.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/long.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/long.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/long.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/long.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/long_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/long_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/long_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/long_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/long_tip.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/long_tip.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/long_tip.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/long_tip.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/mouse.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/mouse.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/mouse.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/mouse.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/rabbit.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/rabbit.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/rabbit.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/rabbit.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/rabbit_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/rabbit_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/rabbit_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/rabbit_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/short.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/short.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/short.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/short.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/squirrel.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/squirrel.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/squirrel.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/squirrel.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/squirrel_overlay.png b/Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/squirrel_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi/squirrel_overlay.png rename to Resources/Textures/_DV/Mobs/Customization/Rodentia/tail_markings.rsi/squirrel_overlay.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_crest.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_crest.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_crest.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_crest.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_fox.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_fox.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_fox.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_fox.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_full.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_full.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_full.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_full.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest-arms.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest-arms.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest-arms.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest-arms.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest-legs.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest-legs.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest-legs.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest-legs.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade-arms.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade-arms.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade-arms.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade-arms.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade-legs.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade-legs.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade-legs.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade-legs.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_feet.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_feet.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_feet.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_feet.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_hands.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_hands.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_hands.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_hands.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp-arms.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp-arms.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp-arms.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp-arms.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp-legs.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp-legs.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp-legs.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp-legs.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/coyote.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/coyote.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/coyote.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/coyote.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/dalmatian.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/dalmatian.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/dalmatian.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/dalmatian.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fennec-inner.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fennec-inner.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fennec-inner.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fennec-inner.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fennec.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fennec.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fennec.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fennec.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fox.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fox.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fox.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fox.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/jackal-inner.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/jackal-inner.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/jackal-inner.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/jackal-inner.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/jackal.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/jackal.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/jackal.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/jackal.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/msai-inner.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/msai-inner.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/msai-inner.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/msai-inner.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/msai.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/msai.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/msai.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/msai.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/otie-inner.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/otie-inner.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/otie-inner.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/otie-inner.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/otie.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/otie.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/otie.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/otie.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/shock.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/shock.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/shock.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/shock.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/terrier-inner.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/terrier-inner.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/terrier-inner.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/terrier-inner.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/terrier.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/terrier.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/terrier.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/terrier.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-fade.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-fade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-fade.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-fade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-inner.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-inner.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-inner.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-inner.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-sharp.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-sharp.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-sharp.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-sharp.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/wolf-inner.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/wolf-inner.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/wolf-inner.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/wolf-inner.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/wolf.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/wolf.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi/wolf.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/wolf.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi/elder.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/facial_hair.rsi/elder.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi/elder.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/facial_hair.rsi/elder.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi/elder_chin.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/facial_hair.rsi/elder_chin.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi/elder_chin.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/facial_hair.rsi/elder_chin.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi/kita.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/facial_hair.rsi/kita.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi/kita.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/facial_hair.rsi/kita.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/facial_hair.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/facial_hair.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi/ruff.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/facial_hair.rsi/ruff.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/facial_hair.rsi/ruff.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/facial_hair.rsi/ruff.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/adhara.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/adhara.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/adhara.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/adhara.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/anita.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/anita.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/anita.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/anita.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/apollo.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/apollo.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/apollo.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/apollo.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/belle.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/belle.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/belle.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/belle.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/braided.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/braided.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/braided.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/braided.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/bun.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/bun.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/bun.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/bun.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/clean_cut.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/clean_cut.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/clean_cut.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/clean_cut.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/curl.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/curl.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/curl.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/curl.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/hawk.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/hawk.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/hawk.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/hawk.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/jagged.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/jagged.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/jagged.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/jagged.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/jeremy.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/jeremy.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/jeremy.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/jeremy.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/kajam.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/kajam.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/kajam.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/kajam.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/keid.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/keid.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/keid.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/keid.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/kleeia.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/kleeia.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/kleeia.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/kleeia.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/mizar.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/mizar.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/mizar.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/mizar.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/punkbraided.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/punkbraided.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/punkbraided.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/punkbraided.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/raine.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/raine.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/raine.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/raine.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/rough.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/rough.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/rough.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/rough.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/short.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/short.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/short.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/short.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/short2.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/short2.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/short2.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/short2.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/spike.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/spike.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/hair.rsi/spike.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/hair.rsi/spike.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/blaze.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/blaze.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/blaze.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/blaze.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/mask.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/mask.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/mask.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/mask.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_alt.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_alt.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_alt.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_alt.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_fade.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_fade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_fade.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_fade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_sharp.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_sharp.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_sharp.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_sharp.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/nose.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/nose.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/nose.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/nose.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/patch.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/patch.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/patch.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/patch.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/slash.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/slash.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/slash.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/slash.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/tiger_face.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/tiger_face.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/tiger_face.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/tiger_face.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/tiger_head.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/tiger_head.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/tiger_head.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/tiger_head.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/vulpine-lines.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/vulpine-lines.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/vulpine-lines.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/vulpine-lines.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/vulpine.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/vulpine.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/head_markings.rsi/vulpine.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/head_markings.rsi/vulpine.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_full.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_full.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_full.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_full.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_none.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_none.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_none.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_none.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_top.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_top.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_top.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_top.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/full.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/full.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/full.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_full.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_full.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_full.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_full.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_none.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_none.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_none.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_none.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_top.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_top.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_top.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_top.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/none.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/none.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/none.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/none.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/top.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/top.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/top.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/top.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_full.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_full.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_full.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_full.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_none.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_none.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_none.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_none.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_top.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_top.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_top.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_top.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/bushfluff.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/bushfluff.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/bushfluff.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/bushfluff.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/bushfluff_wag.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/bushfluff_wag.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/bushfluff_wag.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/bushfluff_wag.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/corgi_wag.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/corgi_wag.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/corgi_wag.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/corgi_wag.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/coyote.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/coyote.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/coyote.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/coyote.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/coyote_wag.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/coyote_wag.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/coyote_wag.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/coyote_wag.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/dalmatian_wag.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/dalmatian_wag.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/dalmatian_wag.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/dalmatian_wag.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fennec.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fennec.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fennec.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fennec.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fluffy.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fluffy.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fluffy.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fluffy.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox-fade.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox-fade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox-fade.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox-fade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox-tip.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox-tip.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox-tip.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox-tip.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox2.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox2.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox2.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox2.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox3-tip.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox3-tip.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox3-tip.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox3-tip.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox3.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox3.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox3.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox3.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag-fade.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag-fade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag-fade.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag-fade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag-tip.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag-tip.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag-tip.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag-tip.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky-inner.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky-inner.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky-inner.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky-inner.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky-outer.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky-outer.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky-outer.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky-outer.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/long-tip.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/long-tip.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/long-tip.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/long-tip.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/long.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/long.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/long.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/long.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/otie.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/otie.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/otie.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/otie.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp-fade.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp-fade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp-fade.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp-fade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp-tip.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp-tip.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp-tip.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp-tip.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt-fade.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt-fade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt-fade.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt-fade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt-tip.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt-tip.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt-tip.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt-tip.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag-fade.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag-fade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag-fade.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag-fade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag-tip.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag-tip.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag-tip.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag-tip.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag.png rename to Resources/Textures/_DV/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_bob.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_bob.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_bob.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_bob.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_gentle.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_gentle.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_gentle.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_gentle.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_long.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_long.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long2.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_long2.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long2.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_long2.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long3.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_long3.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long3.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_long3.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_lowfade.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_lowfade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_lowfade.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_lowfade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_medfade.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_medfade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_medfade.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_medfade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_messy.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_messy.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_messy.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_messy.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_nofade.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_nofade.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_nofade.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_nofade.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_ombre.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_ombre.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_ombre.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/classic_ombre.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/short_bedhead.png b/Resources/Textures/_DV/Mobs/Customization/hair.rsi/short_bedhead.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/short_bedhead.png rename to Resources/Textures/_DV/Mobs/Customization/hair.rsi/short_bedhead.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/blush.png b/Resources/Textures/_DV/Mobs/Customization/makeup.rsi/blush.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/blush.png rename to Resources/Textures/_DV/Mobs/Customization/makeup.rsi/blush.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/lips.png b/Resources/Textures/_DV/Mobs/Customization/makeup.rsi/lips.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/lips.png rename to Resources/Textures/_DV/Mobs/Customization/makeup.rsi/lips.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/makeup.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/makeup.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/moth_blush.png b/Resources/Textures/_DV/Mobs/Customization/makeup.rsi/moth_blush.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/moth_blush.png rename to Resources/Textures/_DV/Mobs/Customization/makeup.rsi/moth_blush.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/moth_lips.png b/Resources/Textures/_DV/Mobs/Customization/makeup.rsi/moth_lips.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/moth_lips.png rename to Resources/Textures/_DV/Mobs/Customization/makeup.rsi/moth_lips.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/nail_polish_l.png b/Resources/Textures/_DV/Mobs/Customization/makeup.rsi/nail_polish_l.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/nail_polish_l.png rename to Resources/Textures/_DV/Mobs/Customization/makeup.rsi/nail_polish_l.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/nail_polish_r.png b/Resources/Textures/_DV/Mobs/Customization/makeup.rsi/nail_polish_r.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/makeup.rsi/nail_polish_r.png rename to Resources/Textures/_DV/Mobs/Customization/makeup.rsi/nail_polish_r.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/scars.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/scars.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/scars.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/scars.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/scars.rsi/scar_chest_female.png b/Resources/Textures/_DV/Mobs/Customization/scars.rsi/scar_chest_female.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/scars.rsi/scar_chest_female.png rename to Resources/Textures/_DV/Mobs/Customization/scars.rsi/scar_chest_female.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/tattoos.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/tattoos.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/tattoos.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Customization/tattoos.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Customization/tattoos.rsi/tattoo_hive_chest_female.png b/Resources/Textures/_DV/Mobs/Customization/tattoos.rsi/tattoo_hive_chest_female.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/tattoos.rsi/tattoo_hive_chest_female.png rename to Resources/Textures/_DV/Mobs/Customization/tattoos.rsi/tattoo_hive_chest_female.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/tattoos.rsi/tattoo_nightling.png b/Resources/Textures/_DV/Mobs/Customization/tattoos.rsi/tattoo_nightling.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/tattoos.rsi/tattoo_nightling.png rename to Resources/Textures/_DV/Mobs/Customization/tattoos.rsi/tattoo_nightling.png diff --git a/Resources/Textures/DeltaV/Mobs/Customization/tattoos.rsi/tattoo_nightling_female.png b/Resources/Textures/_DV/Mobs/Customization/tattoos.rsi/tattoo_nightling_female.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Customization/tattoos.rsi/tattoo_nightling_female.png rename to Resources/Textures/_DV/Mobs/Customization/tattoos.rsi/tattoo_nightling_female.png diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/icon.png b/Resources/Textures/_DV/Mobs/Ghosts/glimmermite.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/icon.png rename to Resources/Textures/_DV/Mobs/Ghosts/glimmermite.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/meta.json b/Resources/Textures/_DV/Mobs/Ghosts/glimmermite.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Ghosts/glimmermite.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/mite.png b/Resources/Textures/_DV/Mobs/Ghosts/glimmermite.rsi/mite.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/mite.png rename to Resources/Textures/_DV/Mobs/Ghosts/glimmermite.rsi/mite.png diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/mite_dead.png b/Resources/Textures/_DV/Mobs/Ghosts/glimmermite.rsi/mite_dead.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/mite_dead.png rename to Resources/Textures/_DV/Mobs/Ghosts/glimmermite.rsi/mite_dead.png diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/active.png b/Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/active.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/active.png rename to Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/active.png diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/ectoplasm.png b/Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/ectoplasm.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/ectoplasm.png rename to Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/ectoplasm.png diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/harvesting.png b/Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/harvesting.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/harvesting.png rename to Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/harvesting.png diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/icon.png b/Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/icon.png rename to Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/idle.png b/Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/idle.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/idle.png rename to Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/idle.png diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/meta.json b/Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/stunned.png b/Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/stunned.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Ghosts/revenant.rsi/stunned.png rename to Resources/Textures/_DV/Mobs/Ghosts/revenant.rsi/stunned.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/arcticfox.rsi/arcticfox.png b/Resources/Textures/_DV/Mobs/Pets/arcticfox.rsi/arcticfox.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/arcticfox.rsi/arcticfox.png rename to Resources/Textures/_DV/Mobs/Pets/arcticfox.rsi/arcticfox.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/arcticfox.rsi/arcticfox_crit.png b/Resources/Textures/_DV/Mobs/Pets/arcticfox.rsi/arcticfox_crit.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/arcticfox.rsi/arcticfox_crit.png rename to Resources/Textures/_DV/Mobs/Pets/arcticfox.rsi/arcticfox_crit.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/arcticfox.rsi/arcticfox_dead.png b/Resources/Textures/_DV/Mobs/Pets/arcticfox.rsi/arcticfox_dead.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/arcticfox.rsi/arcticfox_dead.png rename to Resources/Textures/_DV/Mobs/Pets/arcticfox.rsi/arcticfox_dead.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/arcticfox.rsi/meta.json b/Resources/Textures/_DV/Mobs/Pets/arcticfox.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/arcticfox.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Pets/arcticfox.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/alive.png b/Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/alive.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/alive.png rename to Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/alive.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/dead.png b/Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/dead.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/dead.png rename to Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/dead.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/dead_mouth.png b/Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/dead_mouth.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/dead_mouth.png rename to Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/dead_mouth.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/icon.png b/Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/icon.png rename to Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/meta.json b/Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/mouth.png b/Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/mouth.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/mouth.png rename to Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/mouth.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/suit.png b/Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/suit.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/suit.png rename to Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/suit.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/suit_dead.png b/Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/suit_dead.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/lawyercarp.rsi/suit_dead.png rename to Resources/Textures/_DV/Mobs/Pets/lawyercarp.rsi/suit_dead.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/secdog.rsi/meta.json b/Resources/Textures/_DV/Mobs/Pets/secdog.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/secdog.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Pets/secdog.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Pets/secdog.rsi/secdog.png b/Resources/Textures/_DV/Mobs/Pets/secdog.rsi/secdog.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/secdog.rsi/secdog.png rename to Resources/Textures/_DV/Mobs/Pets/secdog.rsi/secdog.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/secdog.rsi/secdog_crit.png b/Resources/Textures/_DV/Mobs/Pets/secdog.rsi/secdog_crit.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/secdog.rsi/secdog_crit.png rename to Resources/Textures/_DV/Mobs/Pets/secdog.rsi/secdog_crit.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/secdog.rsi/secdog_dead.png b/Resources/Textures/_DV/Mobs/Pets/secdog.rsi/secdog_dead.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/secdog.rsi/secdog_dead.png rename to Resources/Textures/_DV/Mobs/Pets/secdog.rsi/secdog_dead.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/silvia.rsi/dead_silvia.png b/Resources/Textures/_DV/Mobs/Pets/silvia.rsi/dead_silvia.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/silvia.rsi/dead_silvia.png rename to Resources/Textures/_DV/Mobs/Pets/silvia.rsi/dead_silvia.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/silvia.rsi/glow.png b/Resources/Textures/_DV/Mobs/Pets/silvia.rsi/glow.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/silvia.rsi/glow.png rename to Resources/Textures/_DV/Mobs/Pets/silvia.rsi/glow.png diff --git a/Resources/Textures/DeltaV/Mobs/Pets/silvia.rsi/meta.json b/Resources/Textures/_DV/Mobs/Pets/silvia.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/silvia.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Pets/silvia.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Pets/silvia.rsi/silvia.png b/Resources/Textures/_DV/Mobs/Pets/silvia.rsi/silvia.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Pets/silvia.rsi/silvia.png rename to Resources/Textures/_DV/Mobs/Pets/silvia.rsi/silvia.png diff --git a/Resources/Textures/DeltaV/Mobs/Silicon/Bots/medibot.rsi/medibot.png b/Resources/Textures/_DV/Mobs/Silicon/Bots/medibot.rsi/medibot.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Silicon/Bots/medibot.rsi/medibot.png rename to Resources/Textures/_DV/Mobs/Silicon/Bots/medibot.rsi/medibot.png diff --git a/Resources/Textures/DeltaV/Mobs/Silicon/Bots/medibot.rsi/meta.json b/Resources/Textures/_DV/Mobs/Silicon/Bots/medibot.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Silicon/Bots/medibot.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Silicon/Bots/medibot.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Silicon/chassis.rsi/meta.json b/Resources/Textures/_DV/Mobs/Silicon/chassis.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Silicon/chassis.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Silicon/chassis.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Silicon/chassis.rsi/security.png b/Resources/Textures/_DV/Mobs/Silicon/chassis.rsi/security.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Silicon/chassis.rsi/security.png rename to Resources/Textures/_DV/Mobs/Silicon/chassis.rsi/security.png diff --git a/Resources/Textures/DeltaV/Mobs/Silicon/chassis.rsi/security_e.png b/Resources/Textures/_DV/Mobs/Silicon/chassis.rsi/security_e.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Silicon/chassis.rsi/security_e.png rename to Resources/Textures/_DV/Mobs/Silicon/chassis.rsi/security_e.png diff --git a/Resources/Textures/DeltaV/Mobs/Silicon/chassis.rsi/security_e_r.png b/Resources/Textures/_DV/Mobs/Silicon/chassis.rsi/security_e_r.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Silicon/chassis.rsi/security_e_r.png rename to Resources/Textures/_DV/Mobs/Silicon/chassis.rsi/security_e_r.png diff --git a/Resources/Textures/DeltaV/Mobs/Silicon/chassis.rsi/security_l.png b/Resources/Textures/_DV/Mobs/Silicon/chassis.rsi/security_l.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Silicon/chassis.rsi/security_l.png rename to Resources/Textures/_DV/Mobs/Silicon/chassis.rsi/security_l.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/displacement.rsi/jumpsuit.png b/Resources/Textures/_DV/Mobs/Species/Harpy/displacement.rsi/jumpsuit.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/displacement.rsi/jumpsuit.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/displacement.rsi/jumpsuit.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/displacement.rsi/meta.json b/Resources/Textures/_DV/Mobs/Species/Harpy/displacement.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/displacement.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Species/Harpy/displacement.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/lung-l.png b/Resources/Textures/_DV/Mobs/Species/Harpy/organs.rsi/lung-l.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/lung-l.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/organs.rsi/lung-l.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/lung-r.png b/Resources/Textures/_DV/Mobs/Species/Harpy/organs.rsi/lung-r.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/lung-r.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/organs.rsi/lung-r.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/meta.json b/Resources/Textures/_DV/Mobs/Species/Harpy/organs.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Species/Harpy/organs.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/full.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/full.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/full.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/head_f.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/head_f.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/head_f.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/head_f.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/head_m.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/head_m.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/head_m.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/head_m.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_arm.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/l_arm.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_arm.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/l_arm.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_foot.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/l_foot.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_foot.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/l_foot.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_hand.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/l_hand.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_hand.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/l_hand.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_leg.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/l_leg.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_leg.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/l_leg.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/meta.json b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_arm.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/r_arm.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_arm.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/r_arm.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_foot.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/r_foot.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_foot.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/r_foot.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_hand.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/r_hand.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_hand.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/r_hand.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_leg.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/r_leg.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_leg.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/r_leg.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/torso_f.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/torso_f.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/torso_f.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/torso_f.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/torso_m.png b/Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/torso_m.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/torso_m.png rename to Resources/Textures/_DV/Mobs/Species/Harpy/parts.rsi/torso_m.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/full.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/full.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/full.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/head_f.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/head_f.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/head_f.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/head_f.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/head_m.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/head_m.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/head_m.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/head_m.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/l_arm.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/l_arm.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/l_arm.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/l_arm.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/l_foot.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/l_foot.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/l_foot.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/l_foot.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/l_hand.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/l_hand.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/l_hand.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/l_hand.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/l_leg.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/l_leg.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/l_leg.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/l_leg.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/meta.json b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/r_arm.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/r_arm.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/r_arm.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/r_arm.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/r_foot.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/r_foot.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/r_foot.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/r_foot.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/r_hand.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/r_hand.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/r_hand.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/r_hand.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/r_leg.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/r_leg.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/r_leg.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/r_leg.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/torso_f.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/torso_f.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/torso_f.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/torso_f.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/torso_m.png b/Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/torso_m.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Rodentia/parts.rsi/torso_m.png rename to Resources/Textures/_DV/Mobs/Species/Rodentia/parts.rsi/torso_m.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/full.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/full.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/full.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/head_f.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/head_f.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/head_f.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/head_f.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/head_m.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/head_m.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/head_m.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/head_m.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/icon.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/icon.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/l_arm.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/l_arm.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/l_arm.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/l_arm.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/l_foot.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/l_foot.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/l_foot.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/l_foot.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/l_hand.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/l_hand.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/l_hand.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/l_hand.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/l_leg.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/l_leg.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/l_leg.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/l_leg.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/meta.json b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/meta.json rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/overlay_husk.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/overlay_husk.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/overlay_husk.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/overlay_husk.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/r_arm.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/r_arm.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/r_arm.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/r_arm.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/r_foot.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/r_foot.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/r_foot.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/r_foot.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/r_hand.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/r_hand.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/r_hand.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/r_hand.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/r_leg.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/r_leg.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/r_leg.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/r_leg.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/torso_f.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/torso_f.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/torso_f.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/torso_f.png diff --git a/Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/torso_m.png b/Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/torso_m.png similarity index 100% rename from Resources/Textures/DeltaV/Mobs/Species/Vulpkanin/parts.rsi/torso_m.png rename to Resources/Textures/_DV/Mobs/Species/Vulpkanin/parts.rsi/torso_m.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/fill-1.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/fill-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/fill-1.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/fill-1.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/fill-2.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/fill-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/fill-2.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/fill-2.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/fill-3.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/fill-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/fill-3.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/fill-3.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/fill-4.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/fill-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/fill-4.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/fill-4.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/icon_empty.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/icon_empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/icon_empty.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/icon_empty.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/arsonist.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/arsonist.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/fill-1.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/fill-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/fill-1.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/fill-1.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/fill-2.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/fill-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/fill-2.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/fill-2.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/fill-3.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/fill-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/fill-3.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/fill-3.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/icon_empty.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/icon_empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/icon_empty.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/icon_empty.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/daiquiri.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/daiquiri.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-1.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-1.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-1.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-2.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-2.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-2.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-3.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-3.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-3.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-4.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-4.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-4.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-5.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-5.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-5.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/icon_empty.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/icon_empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/icon_empty.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/icon_empty.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/doubleicecreamglass.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/drgibbbloodred.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/drgibbbloodred.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi/icon_open.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/drgibbbloodred.rsi/icon_open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi/icon_open.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/drgibbbloodred.rsi/icon_open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/drgibbbloodred.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/drgibbbloodred.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/drgibbbloodred.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/drgibbbloodred.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/drgibbbloodred.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/drgibbbloodred.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/drgibbbloodred.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/fill-1.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/fill-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/fill-1.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/fill-1.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/fill-2.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/fill-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/fill-2.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/fill-2.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/fill-3.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/fill-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/fill-3.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/fill-3.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/fill-4.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/fill-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/fill-4.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/fill-4.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/fill-5.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/fill-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/fill-5.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/fill-5.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/icon_empty.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/icon_empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/icon_empty.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/icon_empty.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/greengrass.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/greengrass.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/fill-1.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/fill-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/fill-1.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/fill-1.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/fill-2.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/fill-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/fill-2.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/fill-2.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/fill-3.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/fill-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/fill-3.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/fill-3.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/fill-4.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/fill-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/fill-4.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/fill-4.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/fill-5.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/fill-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/fill-5.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/fill-5.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/icon_empty.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/icon_empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/icon_empty.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/icon_empty.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/gunmetal.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/gunmetal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-1.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-1.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-1.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-2.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-2.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-2.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-3.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-3.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-3.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-4.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-4.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-4.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-5.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-5.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-5.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/icon_empty.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/icon_empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/icon_empty.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/icon_empty.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/healthcodeviolation.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/healthcodeviolation.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon_open.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon_open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon_open.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon_open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxapple.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxapple.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon_open.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon_open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon_open.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon_open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon_open.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon_open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon_open.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon_open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxgrape.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxgrape.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon_open.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon_open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon_open.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon_open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxorange.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxorange.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon_open.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon_open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon_open.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon_open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/fill-1.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/fill-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/fill-1.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/fill-1.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/fill-2.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/fill-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/fill-2.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/fill-2.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/fill-3.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/fill-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/fill-3.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/fill-3.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/fill-4.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/fill-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/fill-4.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/fill-4.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/icon_empty.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/icon_empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/icon_empty.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/icon_empty.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/kvass.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/kvass.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/fill-1.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/fill-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/fill-1.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/fill-1.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/fill-2.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/fill-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/fill-2.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/fill-2.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/fill-3.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/fill-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/fill-3.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/fill-3.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/icon_empty.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/icon_empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/icon_empty.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/icon_empty.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/lemondrop.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/lemondrop.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/moonshine.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/moonshine.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/moonshine.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/moonshine.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/moonshine.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/moonshine.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/moonshine.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/moonshine.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/moonshinebottle.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/moonshinebottle.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/moonshinebottle.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/moonshinebottle.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/moonshinebottle.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/moonshinebottle.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/moonshinebottle.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/moonshinebottle.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-1.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-1.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-1.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-2.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-2.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-2.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-3.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-3.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-3.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-4.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-4.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-4.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/icon_empty.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/icon_empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/icon_empty.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/icon_empty.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/mothamphetamine.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/mothamphetamine.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-open.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-open.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-order-dairy.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-order-dairy.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-order-dairy.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-order-dairy.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-order-juices.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-order-juices.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-order-juices.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-order-juices.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/overlay-container.png b/Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/overlay-container.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Drinks/powdered_drinks.rsi/overlay-container.png rename to Resources/Textures/_DV/Objects/Consumable/Drinks/powdered_drinks.rsi/overlay-container.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/grilledcheese.png b/Resources/Textures/_DV/Objects/Consumable/Food/Baked/grilledcheese.rsi/grilledcheese.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/grilledcheese.png rename to Resources/Textures/_DV/Objects/Consumable/Food/Baked/grilledcheese.rsi/grilledcheese.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Food/Baked/grilledcheese.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Food/Baked/grilledcheese.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/blue-tomato.png b/Resources/Textures/_DV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/blue-tomato.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/blue-tomato.png rename to Resources/Textures/_DV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/blue-tomato.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/bowl.png b/Resources/Textures/_DV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/bowl.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/bowl.png rename to Resources/Textures/_DV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/bowl.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/purple-tomato.png b/Resources/Textures/_DV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/purple-tomato.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/purple-tomato.png rename to Resources/Textures/_DV/Objects/Consumable/Food/bluepurpletomatosoup.rsi/purple-tomato.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/scrambledeggs.rsi/bowl.png b/Resources/Textures/_DV/Objects/Consumable/Food/scrambledeggs.rsi/bowl.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/scrambledeggs.rsi/bowl.png rename to Resources/Textures/_DV/Objects/Consumable/Food/scrambledeggs.rsi/bowl.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/scrambledeggs.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Food/scrambledeggs.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/scrambledeggs.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Food/scrambledeggs.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/scrambledeggs.rsi/scrambled-eggs.png b/Resources/Textures/_DV/Objects/Consumable/Food/scrambledeggs.rsi/scrambled-eggs.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Food/scrambledeggs.rsi/scrambled-eggs.png rename to Resources/Textures/_DV/Objects/Consumable/Food/scrambledeggs.rsi/scrambled-eggs.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/closed.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/closed.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/open.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/open.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/closed.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/closed.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/open.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/open.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/closed.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/closed.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/open.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/open.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/trash.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/trash.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/trash.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/trash.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/closed.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/closed.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/meta.json b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/meta.json rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/open.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/open.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/open.png diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/trash.png b/Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/trash.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/trash.png rename to Resources/Textures/_DV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/trash.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/bush.rsi/base.png b/Resources/Textures/_DV/Objects/Decoration/Flora/bush.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/bush.rsi/base.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/bush.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/bush.rsi/base_light.png b/Resources/Textures/_DV/Objects/Decoration/Flora/bush.rsi/base_light.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/bush.rsi/base_light.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/bush.rsi/base_light.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/bush.rsi/hibiscus.png b/Resources/Textures/_DV/Objects/Decoration/Flora/bush.rsi/hibiscus.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/bush.rsi/hibiscus.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/bush.rsi/hibiscus.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/bush.rsi/hydrangea.png b/Resources/Textures/_DV/Objects/Decoration/Flora/bush.rsi/hydrangea.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/bush.rsi/hydrangea.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/bush.rsi/hydrangea.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/bush.rsi/meta.json b/Resources/Textures/_DV/Objects/Decoration/Flora/bush.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/bush.rsi/meta.json rename to Resources/Textures/_DV/Objects/Decoration/Flora/bush.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/meta.json b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/meta.json rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge01.png b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge01.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge01.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge01.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge02.png b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge02.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge02.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge02.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge03.png b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge03.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge03.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge03.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge04.png b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge04.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge04.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge04.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge05.png b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge05.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge05.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge05.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge06.png b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge06.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge06.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge06.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_palmtree.rsi/meta.json b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_palmtree.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_palmtree.rsi/meta.json rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_palmtree.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_palmtree.rsi/palm01.png b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_palmtree.rsi/palm01.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_palmtree.rsi/palm01.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_palmtree.rsi/palm01.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_palmtree.rsi/palm02.png b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_palmtree.rsi/palm02.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_palmtree.rsi/palm02.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_palmtree.rsi/palm02.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_palmtree.rsi/palm03.png b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_palmtree.rsi/palm03.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_palmtree.rsi/palm03.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_palmtree.rsi/palm03.png diff --git a/Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_palmtree.rsi/palm04.png b/Resources/Textures/_DV/Objects/Decoration/Flora/flora_palmtree.rsi/palm04.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_palmtree.rsi/palm04.png rename to Resources/Textures/_DV/Objects/Decoration/Flora/flora_palmtree.rsi/palm04.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/cart-chat.png b/Resources/Textures/_DV/Objects/Devices/cartridge.rsi/cart-chat.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/cart-chat.png rename to Resources/Textures/_DV/Objects/Devices/cartridge.rsi/cart-chat.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/cart-cri.png b/Resources/Textures/_DV/Objects/Devices/cartridge.rsi/cart-cri.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/cart-cri.png rename to Resources/Textures/_DV/Objects/Devices/cartridge.rsi/cart-cri.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/cart-mail.png b/Resources/Textures/_DV/Objects/Devices/cartridge.rsi/cart-mail.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/cart-mail.png rename to Resources/Textures/_DV/Objects/Devices/cartridge.rsi/cart-mail.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/cart-psi.png b/Resources/Textures/_DV/Objects/Devices/cartridge.rsi/cart-psi.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/cart-psi.png rename to Resources/Textures/_DV/Objects/Devices/cartridge.rsi/cart-psi.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/cart-stonk.png b/Resources/Textures/_DV/Objects/Devices/cartridge.rsi/cart-stonk.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/cart-stonk.png rename to Resources/Textures/_DV/Objects/Devices/cartridge.rsi/cart-stonk.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/meta.json b/Resources/Textures/_DV/Objects/Devices/cartridge.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/cartridge.rsi/meta.json rename to Resources/Textures/_DV/Objects/Devices/cartridge.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Devices/cassette_tapes.rsi/meta.json b/Resources/Textures/_DV/Objects/Devices/cassette_tapes.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/cassette_tapes.rsi/meta.json rename to Resources/Textures/_DV/Objects/Devices/cassette_tapes.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Devices/cassette_tapes.rsi/tape_greyscale.png b/Resources/Textures/_DV/Objects/Devices/cassette_tapes.rsi/tape_greyscale.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/cassette_tapes.rsi/tape_greyscale.png rename to Resources/Textures/_DV/Objects/Devices/cassette_tapes.rsi/tape_greyscale.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/cassette_tapes.rsi/tape_ribbonoverlay.png b/Resources/Textures/_DV/Objects/Devices/cassette_tapes.rsi/tape_ribbonoverlay.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/cassette_tapes.rsi/tape_ribbonoverlay.png rename to Resources/Textures/_DV/Objects/Devices/cassette_tapes.rsi/tape_ribbonoverlay.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/communication.rsi/cheese-radio.png b/Resources/Textures/_DV/Objects/Devices/communication.rsi/cheese-radio.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/communication.rsi/cheese-radio.png rename to Resources/Textures/_DV/Objects/Devices/communication.rsi/cheese-radio.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/communication.rsi/meta.json b/Resources/Textures/_DV/Objects/Devices/communication.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/communication.rsi/meta.json rename to Resources/Textures/_DV/Objects/Devices/communication.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Devices/encryption_keys.rsi/crypt_orange.png b/Resources/Textures/_DV/Objects/Devices/encryption_keys.rsi/crypt_orange.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/encryption_keys.rsi/crypt_orange.png rename to Resources/Textures/_DV/Objects/Devices/encryption_keys.rsi/crypt_orange.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/encryption_keys.rsi/justice_label.png b/Resources/Textures/_DV/Objects/Devices/encryption_keys.rsi/justice_label.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/encryption_keys.rsi/justice_label.png rename to Resources/Textures/_DV/Objects/Devices/encryption_keys.rsi/justice_label.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/encryption_keys.rsi/meta.json b/Resources/Textures/_DV/Objects/Devices/encryption_keys.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/encryption_keys.rsi/meta.json rename to Resources/Textures/_DV/Objects/Devices/encryption_keys.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Devices/encryption_keys.rsi/prisoner_label.png b/Resources/Textures/_DV/Objects/Devices/encryption_keys.rsi/prisoner_label.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/encryption_keys.rsi/prisoner_label.png rename to Resources/Textures/_DV/Objects/Devices/encryption_keys.rsi/prisoner_label.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/equipped-IDCARD.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/equipped-IDCARD.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/equipped-IDCARD.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/equipped-IDCARD.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/id_overlay.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/id_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/id_overlay.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/id_overlay.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/insert_overlay.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/insert_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/insert_overlay.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/insert_overlay.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/light_overlay.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/light_overlay.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/light_overlay.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/light_overlay.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/meta.json b/Resources/Textures/_DV/Objects/Devices/pda.rsi/meta.json similarity index 95% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/meta.json rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/meta.json index 12a91d4ac0..5d91b5110b 100644 --- a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/meta.json +++ b/Resources/Textures/_DV/Objects/Devices/pda.rsi/meta.json @@ -1,8 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "aPDA retexture by ZweiHawke @ zweihawke.net, added Hygiene Technician | modified interntech and added the cargo assistant by Radezolid, added Psychiatrist, Therapist, and Social Worker versions by alterae ", - + "copyright": "aPDA retexture by ZweiHawke @ zweihawke.net, added Hygiene Technician, modified interntech, added admin assistant and added the cargo assistant by Radezolid, added Psychiatrist, Therapist, and Social Worker versions by alterae ", "size": { "x": 32, "y": 32 @@ -39,6 +38,9 @@ { "name": "pda-atmos" }, + { + "name": "pda-admin-assistant" + }, { "name": "pda-bartender" }, diff --git a/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-admin-assistant.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-admin-assistant.png new file mode 100644 index 0000000000..198b8cd634 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-admin-assistant.png differ diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-admin.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-admin.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-admin.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-admin.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-atmos.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-atmos.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-atmos.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-atmos.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-baker.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-baker.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-baker.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-baker.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-bartender.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-bartender.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-bartender.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-bartender.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-boxer.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-boxer.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-boxer.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-boxer.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-brigmedic.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-brigmedic.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-brigmedic.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-brigmedic.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-butcher.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-butcher.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-butcher.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-butcher.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-captain.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-captain.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-captain.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-captain.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-cargo-assistant.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-cargo-assistant.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-cargo-assistant.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-cargo-assistant.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-cargo.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-cargo.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-cargo.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-cargo.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-ce.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-ce.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-ce.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-ce.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-centcom.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-centcom.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-centcom.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-centcom.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-chaplain.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-chaplain.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-chaplain.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-chaplain.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-chemistry.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-chemistry.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-chemistry.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-chemistry.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-chiefjustice.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-chiefjustice.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-chiefjustice.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-chiefjustice.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-clear.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-clear.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-clear.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-clear.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-clerk.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-clerk.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-clerk.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-clerk.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-clown.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-clown.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-clown.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-clown.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-cluwne.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-cluwne.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-cluwne.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-cluwne.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-cmo.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-cmo.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-cmo.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-cmo.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-cook.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-cook.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-cook.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-cook.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-corpsman.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-corpsman.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-corpsman.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-corpsman.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-deckworker.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-deckworker.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-deckworker.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-deckworker.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-detective.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-detective.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-detective.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-detective.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-electrician.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-electrician.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-electrician.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-electrician.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-engineer.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-engineer.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-engineer.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-engineer.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-ert.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-ert.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-ert.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-ert.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-excavator.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-excavator.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-excavator.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-excavator.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-fool.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-fool.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-fool.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-fool.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-freelancer.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-freelancer.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-freelancer.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-freelancer.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-genetics.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-genetics.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-genetics.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-genetics.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-hop.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-hop.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-hop.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-hop.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-hos.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-hos.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-hos.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-hos.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-hydro.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-hydro.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-hydro.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-hydro.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-hygienetechnician.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-hygienetechnician.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-hygienetechnician.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-hygienetechnician.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-interncadet.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-interncadet.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-interncadet.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-interncadet.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-internmed.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-internmed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-internmed.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-internmed.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-internsci.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-internsci.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-internsci.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-internsci.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-internservice.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-internservice.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-internservice.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-internservice.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-interntech.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-interntech.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-interntech.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-interntech.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-inventoryassociate.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-inventoryassociate.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-inventoryassociate.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-inventoryassociate.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-janitor.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-janitor.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-janitor.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-janitor.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-jester.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-jester.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-jester.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-jester.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-labsci.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-labsci.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-labsci.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-labsci.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-lawyer.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-lawyer.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-lawyer.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-lawyer.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-library.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-library.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-library.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-library.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-lifesupporttech.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-lifesupporttech.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-lifesupporttech.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-lifesupporttech.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-mailcarrier.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-mailcarrier.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-mailcarrier.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-mailcarrier.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-mantis.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-mantis.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-mantis.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-mantis.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-martialartist.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-martialartist.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-martialartist.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-martialartist.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-mechanic.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-mechanic.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-mechanic.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-mechanic.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-medical.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-medical.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-medical.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-medical.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-mime.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-mime.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-mime.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-mime.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-miner.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-miner.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-miner.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-miner.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-mixologist.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-mixologist.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-mixologist.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-mixologist.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-musician.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-musician.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-musician.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-musician.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-offduty.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-offduty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-offduty.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-offduty.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-paramedic.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-paramedic.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-paramedic.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-paramedic.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-phys.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-phys.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-phys.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-phys.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-pirate.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-pirate.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-pirate.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-pirate.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-pizzaiolo.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-pizzaiolo.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-pizzaiolo.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-pizzaiolo.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-plasmatech.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-plasmatech.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-plasmatech.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-plasmatech.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-practicingnurse.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-practicingnurse.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-practicingnurse.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-practicingnurse.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-prisonguard.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-prisonguard.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-prisonguard.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-prisonguard.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-prosecutor.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-prosecutor.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-prosecutor.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-prosecutor.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-prospector.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-prospector.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-prospector.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-prospector.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-psychiatrist.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-psychiatrist.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-psychiatrist.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-psychiatrist.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-qm.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-qm.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-qm.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-qm.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-rd.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-rd.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-rd.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-rd.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-reporter.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-reporter.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-reporter.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-reporter.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-resident.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-resident.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-resident.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-resident.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-roboticist.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-roboticist.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-roboticist.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-roboticist.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-science.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-science.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-science.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-science.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-security.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-security.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-security.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-security.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-seniorengineer.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-seniorengineer.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-seniorengineer.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-seniorengineer.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-seniorofficer.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-seniorofficer.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-seniorofficer.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-seniorofficer.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-seniorphysician.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-seniorphysician.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-seniorphysician.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-seniorphysician.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-seniorresearcher.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-seniorresearcher.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-seniorresearcher.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-seniorresearcher.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-socialworker.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-socialworker.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-socialworker.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-socialworker.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-student.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-student.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-student.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-student.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-syndi-agent.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-syndi-agent.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-syndi-agent.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-syndi-agent.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-syndi.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-syndi.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-syndi.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-syndi.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-therapist.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-therapist.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-therapist.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-therapist.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-tourist.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-tourist.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-tourist.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-tourist.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-virology.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-virology.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-virology.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-virology.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-visitor.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-visitor.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-visitor.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-visitor.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-warden.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-warden.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-warden.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-warden.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-xenobio.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-xenobio.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-xenobio.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-xenobio.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-zookeeper.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-zookeeper.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-zookeeper.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-zookeeper.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac-inhand-left.png b/Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac-inhand-left.png rename to Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac-inhand-right.png b/Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac-inhand-right.png rename to Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac_screen-inhand-left.png b/Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac_screen-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac_screen-inhand-left.png rename to Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac_screen-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac_screen-inhand-right.png b/Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac_screen-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac_screen-inhand-right.png rename to Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac_screen-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac_screen.png b/Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac_screen.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac_screen.png rename to Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac_screen.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac_tablet.png b/Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac_tablet.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/aac_tablet.png rename to Resources/Textures/_DV/Objects/Devices/tablets.rsi/aac_tablet.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/meta.json b/Resources/Textures/_DV/Objects/Devices/tablets.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tablets.rsi/meta.json rename to Resources/Textures/_DV/Objects/Devices/tablets.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/empty.png b/Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/empty.png rename to Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/empty.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/idle.png b/Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/idle.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/idle.png rename to Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/idle.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/meta.json b/Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/meta.json rename to Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/playing.png b/Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/playing.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/playing.png rename to Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/playing.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/recording.png b/Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/recording.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/recording.png rename to Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/recording.png diff --git a/Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/rewinding.png b/Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/rewinding.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/tape_recorder.rsi/rewinding.png rename to Resources/Textures/_DV/Objects/Devices/tape_recorder.rsi/rewinding.png diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/icon.png b/Resources/Textures/_DV/Objects/Fun/Toys/foam_sabre.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/icon.png rename to Resources/Textures/_DV/Objects/Fun/Toys/foam_sabre.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Fun/Toys/foam_sabre.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Fun/Toys/foam_sabre.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Fun/Toys/foam_sabre.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Fun/Toys/foam_sabre.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/meta.json b/Resources/Textures/_DV/Objects/Fun/Toys/foam_sabre.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/meta.json rename to Resources/Textures/_DV/Objects/Fun/Toys/foam_sabre.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/icon.png b/Resources/Textures/_DV/Objects/Fun/Toys/mortyplush.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/icon.png rename to Resources/Textures/_DV/Objects/Fun/Toys/mortyplush.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/meta.json b/Resources/Textures/_DV/Objects/Fun/Toys/mortyplush.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/meta.json rename to Resources/Textures/_DV/Objects/Fun/Toys/mortyplush.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/renaulttoy.rsi/base.png b/Resources/Textures/_DV/Objects/Fun/Toys/renaulttoy.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/renaulttoy.rsi/base.png rename to Resources/Textures/_DV/Objects/Fun/Toys/renaulttoy.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/renaulttoy.rsi/meta.json b/Resources/Textures/_DV/Objects/Fun/Toys/renaulttoy.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/renaulttoy.rsi/meta.json rename to Resources/Textures/_DV/Objects/Fun/Toys/renaulttoy.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/siobhantoy.rsi/base.png b/Resources/Textures/_DV/Objects/Fun/Toys/siobhantoy.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/siobhantoy.rsi/base.png rename to Resources/Textures/_DV/Objects/Fun/Toys/siobhantoy.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/siobhantoy.rsi/meta.json b/Resources/Textures/_DV/Objects/Fun/Toys/siobhantoy.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/siobhantoy.rsi/meta.json rename to Resources/Textures/_DV/Objects/Fun/Toys/siobhantoy.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/icon.png b/Resources/Textures/_DV/Objects/Fun/Toys/zerotoy.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/icon.png rename to Resources/Textures/_DV/Objects/Fun/Toys/zerotoy.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/meta.json b/Resources/Textures/_DV/Objects/Fun/Toys/zerotoy.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/meta.json rename to Resources/Textures/_DV/Objects/Fun/Toys/zerotoy.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/icon.png b/Resources/Textures/_DV/Objects/Medical/portafib.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/icon.png rename to Resources/Textures/_DV/Objects/Medical/portafib.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Medical/portafib.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Medical/portafib.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Medical/portafib.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Medical/portafib.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/meta.json b/Resources/Textures/_DV/Objects/Medical/portafib.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/meta.json rename to Resources/Textures/_DV/Objects/Medical/portafib.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/ready.png b/Resources/Textures/_DV/Objects/Medical/portafib.rsi/ready.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/ready.png rename to Resources/Textures/_DV/Objects/Medical/portafib.rsi/ready.png diff --git a/Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/screen.png b/Resources/Textures/_DV/Objects/Medical/portafib.rsi/screen.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Medical/portafib.rsi/screen.png rename to Resources/Textures/_DV/Objects/Medical/portafib.rsi/screen.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/base.png b/Resources/Textures/_DV/Objects/Misc/bayonet.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/base.png rename to Resources/Textures/_DV/Objects/Misc/bayonet.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Misc/bayonet.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Misc/bayonet.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Misc/bayonet.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Misc/bayonet.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/bayonet.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/bayonet.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit.png b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit.png rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit_paper.png b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit_paper.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit_paper.png rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit_paper.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit_paper_corp.png b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit_paper_corp.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit_paper_corp.png rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit_paper_corp.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit_secret.png b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit_secret.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit_secret.png rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit_secret.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit_secret_top.png b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit_secret_top.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit_secret_top.png rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit_secret_top.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit_top.png b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit_top.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/biscuit_top.png rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/biscuit_top.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/corpslip.png b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/corpslip.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/corpslip.png rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/corpslip.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/corpslip_words.png b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/corpslip_words.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/corpslip_words.png rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/corpslip_words.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/slip.png b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/slip.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/slip.png rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/slip.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/slip_words.png b/Resources/Textures/_DV/Objects/Misc/biscuits.rsi/slip_words.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/biscuits.rsi/slip_words.png rename to Resources/Textures/_DV/Objects/Misc/biscuits.rsi/slip_words.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/books.rsi/icon_kiss.png b/Resources/Textures/_DV/Objects/Misc/books.rsi/icon_kiss.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/books.rsi/icon_kiss.png rename to Resources/Textures/_DV/Objects/Misc/books.rsi/icon_kiss.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/books.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/books.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/books.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/books.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/bureaucracy.rsi/folder-hop-ian.png b/Resources/Textures/_DV/Objects/Misc/bureaucracy.rsi/folder-hop-ian.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/bureaucracy.rsi/folder-hop-ian.png rename to Resources/Textures/_DV/Objects/Misc/bureaucracy.rsi/folder-hop-ian.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/bureaucracy.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/bureaucracy.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/bureaucracy.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi/fire_extinguisher_closed.png b/Resources/Textures/_DV/Objects/Misc/fire_extinguisher_bluespace.rsi/fire_extinguisher_closed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi/fire_extinguisher_closed.png rename to Resources/Textures/_DV/Objects/Misc/fire_extinguisher_bluespace.rsi/fire_extinguisher_closed.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi/fire_extinguisher_open.png b/Resources/Textures/_DV/Objects/Misc/fire_extinguisher_bluespace.rsi/fire_extinguisher_open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi/fire_extinguisher_open.png rename to Resources/Textures/_DV/Objects/Misc/fire_extinguisher_bluespace.rsi/fire_extinguisher_open.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Misc/fire_extinguisher_bluespace.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Misc/fire_extinguisher_bluespace.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Misc/fire_extinguisher_bluespace.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Misc/fire_extinguisher_bluespace.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/fire_extinguisher_bluespace.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/fire_extinguisher_bluespace.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/fire_extinguisher_bluespace.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/first_bill.rsi/icon.png b/Resources/Textures/_DV/Objects/Misc/first_bill.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/first_bill.rsi/icon.png rename to Resources/Textures/_DV/Objects/Misc/first_bill.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/first_bill.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/first_bill.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/first_bill.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/first_bill.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/icon.png b/Resources/Textures/_DV/Objects/Misc/gorlex_magazine.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/icon.png rename to Resources/Textures/_DV/Objects/Misc/gorlex_magazine.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/gorlex_magazine.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/gorlex_magazine.rsi/meta.json diff --git a/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idadminassistant.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idadminassistant.png new file mode 100644 index 0000000000..0b51c9fac2 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idadminassistant.png differ diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idcargoassistant.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idcargoassistant.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idcargoassistant.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idcargoassistant.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idchaplain.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idchaplain.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idchaplain.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idchaplain.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idchiefjustice.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idchiefjustice.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idchiefjustice.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idchiefjustice.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idclerk.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idclerk.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idclerk.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idclerk.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idlawyer.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idlawyer.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idlawyer.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idlawyer.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idprosecutor.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idprosecutor.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idprosecutor.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idprosecutor.png diff --git a/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/meta.json new file mode 100644 index 0000000000..441f4fd5c5 --- /dev/null +++ b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/meta.json @@ -0,0 +1,50 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e | nyanoprisonguard, nyanogladiator, nyanomartialartist made by Floofers, idchiefjustice idclerk and idlawyer made by leonardo_dabepis (Discord), idprosecutor made by Timemaster99 (Discord), idcargoassistant made by Radezolid, idadminassistant by noctyrnal (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "idchaplain" + }, + { + "name": "nyanogladiator" + }, + { + "name": "nyanoprisonguard" + }, + { + "name": "nyanoprisoner" + }, + { + "name": "nyanomailcarrier" + }, + { + "name": "nyanomartialartist" + }, + { + "name": "nyanomantis" + }, + { + "name": "idchiefjustice" + }, + { + "name": "idclerk" + }, + { + "name": "idprosecutor" + }, + { + "name": "idlawyer" + }, + { + "name": "idcargoassistant" + }, + { + "name": "idadminassistant" + } + ] +} diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanogladiator.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanogladiator.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanogladiator.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanogladiator.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanomailcarrier.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanomailcarrier.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanomailcarrier.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanomailcarrier.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanomantis.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanomantis.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanomantis.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanomantis.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanomartialartist.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanomartialartist.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanomartialartist.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanomartialartist.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanoprisoner.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanoprisoner.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanoprisoner.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanoprisoner.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanoprisonguard.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanoprisonguard.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/nyanoprisonguard.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/nyanoprisonguard.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/base.png b/Resources/Textures/_DV/Objects/Misc/modular_breech.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/base.png rename to Resources/Textures/_DV/Objects/Misc/modular_breech.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Misc/modular_breech.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Misc/modular_breech.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Misc/modular_breech.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Misc/modular_breech.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/modular_breech.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/modular_breech.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/modular_trigger.rsi/base.png b/Resources/Textures/_DV/Objects/Misc/modular_trigger.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/modular_trigger.rsi/base.png rename to Resources/Textures/_DV/Objects/Misc/modular_trigger.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/modular_trigger.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/modular_trigger.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/modular_trigger.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/modular_trigger.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/rd_clipboard.png b/Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/rd_clipboard.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/rd_clipboard.png rename to Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/rd_clipboard.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_over.png b/Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_over.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_over.png rename to Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_over.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_paper.png b/Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_paper.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_paper.png rename to Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_paper.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_pen.png b/Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_pen.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_pen.png rename to Resources/Textures/_DV/Objects/Misc/rd_clipboard.rsi/rd_clipboard_pen.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/recruiter_pen.rsi/empty.png b/Resources/Textures/_DV/Objects/Misc/recruiter_pen.rsi/empty.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/recruiter_pen.rsi/empty.png rename to Resources/Textures/_DV/Objects/Misc/recruiter_pen.rsi/empty.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/recruiter_pen.rsi/filled-1.png b/Resources/Textures/_DV/Objects/Misc/recruiter_pen.rsi/filled-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/recruiter_pen.rsi/filled-1.png rename to Resources/Textures/_DV/Objects/Misc/recruiter_pen.rsi/filled-1.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/recruiter_pen.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/recruiter_pen.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/recruiter_pen.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/recruiter_pen.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/stamps.rsi/meta.json similarity index 80% rename from Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/stamps.rsi/meta.json index 18d546a119..997ebddddc 100644 --- a/Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/meta.json +++ b/Resources/Textures/_DV/Objects/Misc/stamps.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Stamp sprites taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93, modified by Guess-My-Name. CJ stamp modified by Timemaster99 (Discord). stamp-prosec is a recoloured version of stamp-lawyer", + "copyright": "Stamp sprites taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93, modified by Guess-My-Name. CJ stamp modified by Timemaster99 (Discord). stamp-prosec is a recoloured version of stamp-lawyer, stamp-admin-assistant by noctyrnal (github)", "size": { "x": 32, "y": 32 @@ -15,6 +15,9 @@ }, { "name": "stamp-prosec" + }, + { + "name": "stamp-admin-assistant" } ] } diff --git a/Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-admin-assistant.png b/Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-admin-assistant.png new file mode 100644 index 0000000000..1dc32cfafe Binary files /dev/null and b/Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-admin-assistant.png differ diff --git a/Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/stamp-cj.png b/Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-cj.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/stamp-cj.png rename to Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-cj.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/stamp-notary.png b/Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-notary.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/stamp-notary.png rename to Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-notary.png diff --git a/Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/stamp-prosec.png b/Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-prosec.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/stamp-prosec.png rename to Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-prosec.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Chapel/ringbox.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Chapel/ringbox.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Chapel/ringbox.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Chapel/ringbox.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Specific/Chapel/ringbox.rsi/ring-box-closed.png b/Resources/Textures/_DV/Objects/Specific/Chapel/ringbox.rsi/ring-box-closed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Chapel/ringbox.rsi/ring-box-closed.png rename to Resources/Textures/_DV/Objects/Specific/Chapel/ringbox.rsi/ring-box-closed.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Chapel/ringbox.rsi/ring-box-open.png b/Resources/Textures/_DV/Objects/Specific/Chapel/ringbox.rsi/ring-box-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Chapel/ringbox.rsi/ring-box-open.png rename to Resources/Textures/_DV/Objects/Specific/Chapel/ringbox.rsi/ring-box-open.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Chapel/ringbox.rsi/ring.png b/Resources/Textures/_DV/Objects/Specific/Chapel/ringbox.rsi/ring.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Chapel/ringbox.rsi/ring.png rename to Resources/Textures/_DV/Objects/Specific/Chapel/ringbox.rsi/ring.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/dead.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/dead.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/dead.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/dead.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/harvest.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/harvest.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/harvest.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/harvest.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/produce.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/produce.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/produce.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/produce.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/seed.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/seed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/seed.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/seed.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-1.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-1.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-1.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-2.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-2.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-2.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-3.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-3.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-3.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-4.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-4.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-4.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-5.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-5.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-5.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-6.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-6.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-6.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-6.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/dead.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/dead.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/dead.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/dead.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/harvest.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/harvest.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/harvest.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/harvest.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/produce.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/produce.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/produce.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/produce.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/seed.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/seed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/seed.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/seed.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-1.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-1.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-1.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-2.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-2.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-2.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-3.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-3.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-3.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/dead.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/dead.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/dead.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/dead.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/harvest.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/harvest.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/harvest.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/harvest.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/produce.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/produce.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/produce.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/produce.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/seed.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/seed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/seed.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/seed.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-1.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-1.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-1.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-2.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-2.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-2.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-3.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-3.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-3.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-4.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-4.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-4.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-5.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-5.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-5.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-6.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-6.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-6.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-6.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/icon.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/icon.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Hydroponics/plant_bag_holding.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Specific/Justice/gavel.rsi/icon.png b/Resources/Textures/_DV/Objects/Specific/Justice/gavel.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Justice/gavel.rsi/icon.png rename to Resources/Textures/_DV/Objects/Specific/Justice/gavel.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Justice/gavel.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Specific/Justice/gavel.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Justice/gavel.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Specific/Justice/gavel.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Justice/gavel.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Specific/Justice/gavel.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Justice/gavel.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Specific/Justice/gavel.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Justice/gavel.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Justice/gavel.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Justice/gavel.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Justice/gavel.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Specific/Justice/gavelblock.rsi/icon.png b/Resources/Textures/_DV/Objects/Specific/Justice/gavelblock.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Justice/gavelblock.rsi/icon.png rename to Resources/Textures/_DV/Objects/Specific/Justice/gavelblock.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Justice/gavelblock.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Justice/gavelblock.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Justice/gavelblock.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Justice/gavelblock.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Specific/Justice/trialtimer.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Justice/trialtimer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Justice/trialtimer.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Justice/trialtimer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Specific/Justice/trialtimer.rsi/trialtimer.png b/Resources/Textures/_DV/Objects/Specific/Justice/trialtimer.rsi/trialtimer.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Justice/trialtimer.rsi/trialtimer.png rename to Resources/Textures/_DV/Objects/Specific/Justice/trialtimer.rsi/trialtimer.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-chase.png b/Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-chase.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-chase.png rename to Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-chase.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-control.png b/Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-control.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-control.png rename to Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-control.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-detain.png b/Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-detain.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-detain.png rename to Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-detain.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-hold.png b/Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-hold.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-hold.png rename to Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-hold.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-hurt.png b/Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-hurt.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-hurt.png rename to Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-hurt.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-patrol.png b/Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-patrol.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-patrol.png rename to Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-patrol.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-peacekeeper.png b/Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-peacekeeper.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/icon-peacekeeper.png rename to Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/icon-peacekeeper.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/security.png b/Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/security.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Robotics/borgmodule.rsi/security.png rename to Resources/Textures/_DV/Objects/Specific/Robotics/borgmodule.rsi/security.png diff --git a/Resources/Textures/_DV/Objects/Specific/Salvage/voucher.rsi/icon.png b/Resources/Textures/_DV/Objects/Specific/Salvage/voucher.rsi/icon.png new file mode 100644 index 0000000000..7609c5538b Binary files /dev/null and b/Resources/Textures/_DV/Objects/Specific/Salvage/voucher.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Objects/Specific/Salvage/voucher.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Salvage/voucher.rsi/meta.json new file mode 100644 index 0000000000..9f0adf9de7 --- /dev/null +++ b/Resources/Textures/_DV/Objects/Specific/Salvage/voucher.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/0c2ef51b146affd639db68e71b3576cf83ff3f0f/icons/obj/mining.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/base.png b/Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/base.png rename to Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/green_bit.png b/Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/green_bit.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/green_bit.png rename to Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/green_bit.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/refill_pride.png b/Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/refill_pride.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/refill_pride.png rename to Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/refill_pride.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/refill_sustenance.png b/Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/refill_sustenance.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Service/vending_machine_restock.rsi/refill_sustenance.png rename to Resources/Textures/_DV/Objects/Specific/Service/vending_machine_restock.rsi/refill_sustenance.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/barrel.rsi/base.png b/Resources/Textures/_DV/Objects/Storage/barrel.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/barrel.rsi/base.png rename to Resources/Textures/_DV/Objects/Storage/barrel.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/barrel.rsi/closed.png b/Resources/Textures/_DV/Objects/Storage/barrel.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/barrel.rsi/closed.png rename to Resources/Textures/_DV/Objects/Storage/barrel.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/barrel.rsi/meta.json b/Resources/Textures/_DV/Objects/Storage/barrel.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/barrel.rsi/meta.json rename to Resources/Textures/_DV/Objects/Storage/barrel.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Storage/barrel.rsi/open.png b/Resources/Textures/_DV/Objects/Storage/barrel.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/barrel.rsi/open.png rename to Resources/Textures/_DV/Objects/Storage/barrel.rsi/open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/boxes.rsi/meta.json b/Resources/Textures/_DV/Objects/Storage/boxes.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/boxes.rsi/meta.json rename to Resources/Textures/_DV/Objects/Storage/boxes.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Storage/boxes.rsi/recorder.png b/Resources/Textures/_DV/Objects/Storage/boxes.rsi/recorder.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/boxes.rsi/recorder.png rename to Resources/Textures/_DV/Objects/Storage/boxes.rsi/recorder.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/keg.rsi/base.png b/Resources/Textures/_DV/Objects/Storage/keg.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/keg.rsi/base.png rename to Resources/Textures/_DV/Objects/Storage/keg.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/keg.rsi/meta.json b/Resources/Textures/_DV/Objects/Storage/keg.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/keg.rsi/meta.json rename to Resources/Textures/_DV/Objects/Storage/keg.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-inhand-left.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/command-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-inhand-left.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/command-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-inhand-right.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/command-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-inhand-right.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/command-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-open.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/command-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-open.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/command-open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/command.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/command.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-inhand-left.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/engineering-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-inhand-left.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/engineering-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-inhand-right.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/engineering-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-inhand-right.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/engineering-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-open.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/engineering-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-open.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/engineering-open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/engineering.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/engineering.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-inhand-left.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/epistemics-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-inhand-left.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/epistemics-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-inhand-right.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/epistemics-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-inhand-right.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/epistemics-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-open.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/epistemics-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-open.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/epistemics-open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/epistemics.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/epistemics.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-inhand-left.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/generic-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-inhand-left.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/generic-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-inhand-right.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/generic-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-inhand-right.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/generic-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-open.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/generic-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-open.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/generic-open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/generic.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/generic.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-inhand-left.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/justice-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-inhand-left.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/justice-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-inhand-right.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/justice-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-inhand-right.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/justice-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-open.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/justice-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-open.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/justice-open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/justice.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/justice.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-inhand-left.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/logistics-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-inhand-left.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/logistics-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-inhand-right.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/logistics-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-inhand-right.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/logistics-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-open.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/logistics-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-open.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/logistics-open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/logistics.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/logistics.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-inhand-left.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/medical-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-inhand-left.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/medical-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-inhand-right.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/medical-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-inhand-right.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/medical-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-open.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/medical-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-open.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/medical-open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/medical.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/medical.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/meta.json b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/meta.json rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-inhand-left.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/security-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-inhand-left.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/security-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-inhand-right.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/security-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-inhand-right.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/security-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-open.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/security-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-open.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/security-open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/security.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/security.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-inhand-left.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/service-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-inhand-left.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/service-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-inhand-right.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/service-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-inhand-right.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/service-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-open.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/service-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-open.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/service-open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/service.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/service.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-inhand-left.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/syndicate-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-inhand-left.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/syndicate-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-inhand-right.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/syndicate-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-inhand-right.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/syndicate-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-open.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/syndicate-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-open.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/syndicate-open.png diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate.png b/Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/syndicate.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate.png rename to Resources/Textures/_DV/Objects/Storage/lunchbox.rsi/syndicate.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/meta.json b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/meta.json rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-0.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-0.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-0.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-1.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-1.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-1.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-10.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-10.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-10.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-10.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-2.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-2.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-2.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-3.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-3.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-3.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-4.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-4.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-4.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-5.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-5.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-5.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-6.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-6.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-6.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-6.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-7.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-7.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-7.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-7.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-8.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-8.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-8.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-8.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-9.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-9.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/oracle-9.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/oracle-9.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/sophie.png b/Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/sophie.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Decoration/statues.rsi/sophie.png rename to Resources/Textures/_DV/Objects/Structures/Decoration/statues.rsi/sophie.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Wallmounts/Posters/TJohnson.rsi/fuckaround.png b/Resources/Textures/_DV/Objects/Structures/Wallmounts/Posters/TJohnson.rsi/fuckaround.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Wallmounts/Posters/TJohnson.rsi/fuckaround.png rename to Resources/Textures/_DV/Objects/Structures/Wallmounts/Posters/TJohnson.rsi/fuckaround.png diff --git a/Resources/Textures/DeltaV/Objects/Structures/Wallmounts/Posters/TJohnson.rsi/meta.json b/Resources/Textures/_DV/Objects/Structures/Wallmounts/Posters/TJohnson.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Structures/Wallmounts/Posters/TJohnson.rsi/meta.json rename to Resources/Textures/_DV/Objects/Structures/Wallmounts/Posters/TJohnson.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/icon-on.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/icon-on.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/icon-on.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/icon-on.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/icon.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/icon.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/meta.json b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/meta.json rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/on-equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/on-equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/on-equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/on-equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/on-equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/on-equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/black.rsi/on-equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/black.rsi/on-equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/icon-on.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/icon-on.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/icon-on.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/icon-on.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/icon.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/icon.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/meta.json b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/meta.json rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/icon-on.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/icon-on.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/icon-on.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/icon-on.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/icon.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/icon.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/meta.json b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/meta.json rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/on-equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/on-equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/on-equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/on-equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Tools/doorjack.rsi/icon.png b/Resources/Textures/_DV/Objects/Tools/doorjack.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tools/doorjack.rsi/icon.png rename to Resources/Textures/_DV/Objects/Tools/doorjack.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Tools/doorjack.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Tools/doorjack.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tools/doorjack.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Tools/doorjack.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Tools/doorjack.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Tools/doorjack.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tools/doorjack.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Tools/doorjack.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Tools/doorjack.rsi/meta.json b/Resources/Textures/_DV/Objects/Tools/doorjack.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Tools/doorjack.rsi/meta.json rename to Resources/Textures/_DV/Objects/Tools/doorjack.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Bombs/breaching.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Bombs/breaching.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Bombs/breaching.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Bombs/breaching.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Bombs/breaching.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Bombs/breaching.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Bombs/breaching.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Bombs/breaching.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Bombs/breaching.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Bombs/breaching.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Bombs/breaching.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Bombs/breaching.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Bombs/breaching.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Bombs/breaching.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Bombs/breaching.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Bombs/breaching.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Bombs/breaching.rsi/primed.png b/Resources/Textures/_DV/Objects/Weapons/Bombs/breaching.rsi/primed.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Bombs/breaching.rsi/primed.png rename to Resources/Textures/_DV/Objects/Weapons/Bombs/breaching.rsi/primed.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/bbbox.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/bbbox.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/bbbox.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/bbbox.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/bbbullet.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/bbbullet.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/bbbullet.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/bbbullet.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/incendiary.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/incendiary.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/incendiary.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/incendiary.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/mag-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/mag-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/mag-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/mag-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/mindbreaker.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/mindbreaker.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/mindbreaker.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/mindbreaker.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/practice.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/practice.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/practice.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/practice.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/rubber.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/rubber.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/rubber.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/rubber.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/uranium.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/uranium.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/uranium.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/uranium.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-5.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-5.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-5.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mindbreaker.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mindbreaker.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mindbreaker.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mindbreaker.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/practice.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/practice.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/practice.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/practice.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/red-icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/red-icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/red-icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/red-icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/red.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/red.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/red.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/red.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/rubber.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/rubber.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/rubber.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/rubber.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/uranium.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/uranium.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/uranium.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/uranium.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-5.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-5.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-5.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-6.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-6.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-6.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-6.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-5.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-5.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-5.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-6.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-6.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-6.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-6.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-5.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-5.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-5.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-6.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-6.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-6.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-6.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-5.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-5.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-5.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-6.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-6.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-6.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-6.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-5.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-5.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-5.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-6.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-6.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-6.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-6.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-5.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-5.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-5.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-5.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-6.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-6.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-6.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-6.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/wielded-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/wielded-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/wielded-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/wielded-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/wielded-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/wielded-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/wielded-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_cannon.rsi/wielded-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/beam_devestator.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/0-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/0-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/0-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/0-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/0-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/0-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/0-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/0-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/25-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/25-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/25-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/25-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/25-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/25-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/25-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/25-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/50-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/50-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/50-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/50-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/50-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/50-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/50-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/50-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/75-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/75-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/75-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/75-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/75-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/75-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/75-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/75-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/inhand-right.png diff --git a/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-1.png new file mode 100644 index 0000000000..b002ca7924 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-1.png differ diff --git a/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-2.png new file mode 100644 index 0000000000..dd787af017 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-2.png differ diff --git a/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-3.png new file mode 100644 index 0000000000..4db4274546 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-3.png differ diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/wielded-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/wielded-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/wielded-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/wielded-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/wielded-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/wielded-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/wielded-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/wielded-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/disabler-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/disabler-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/disabler-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/disabler-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/disabler-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/disabler-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/disabler-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/disabler-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/lethal-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/lethal-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/lethal-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/lethal-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/lethal-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/lethal-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/lethal-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/lethal-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-disabler.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-disabler.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-disabler.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-disabler.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-lethal.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-lethal.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-lethal.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-lethal.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-stun.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-stun.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-stun.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/mode-stun.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/special-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/special-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/special-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/special-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/special-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/special-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun.rsi/special-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun.rsi/special-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mode-disabler.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mode-disabler.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mode-disabler.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mode-disabler.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mode-lethal.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mode-lethal.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mode-lethal.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mode-lethal.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-disabler.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-disabler.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-disabler.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-disabler.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-lethal.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-lethal.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-lethal.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-lethal.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-stun.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-stun.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-stun.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-stun.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/special-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/special-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/special-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/special-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/special-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/special-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/special-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/special-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/disabler-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/disabler-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/disabler-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/disabler-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/disabler-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/disabler-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/disabler-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/disabler-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/lethal-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/lethal-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/lethal-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/lethal-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/lethal-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/lethal-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/lethal-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/lethal-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-3.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-3.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-3.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-4.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-4.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-4.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-4.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-disabler.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-disabler.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-disabler.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-disabler.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-ion.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-ion.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-ion.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-ion.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-lethal.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-lethal.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-lethal.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-lethal.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/special-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/special-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/special-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/special-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/special-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/special-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/special-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/special-inhand-right.png diff --git a/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/base.png new file mode 100644 index 0000000000..13b442f971 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/base.png differ diff --git a/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/bolt-open.png new file mode 100644 index 0000000000..f8d6512020 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/bolt-open.png differ diff --git a/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/equipped-BELT.png new file mode 100644 index 0000000000..e80c4fa942 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-left.png new file mode 100644 index 0000000000..19d43a58d2 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-right.png new file mode 100644 index 0000000000..99d7bc3730 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/mag-0.png new file mode 100644 index 0000000000..63fb484b8a Binary files /dev/null and b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/mag-0.png differ diff --git a/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/meta.json new file mode 100644 index 0000000000..dffa80e5c7 --- /dev/null +++ b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/meta.json @@ -0,0 +1,32 @@ +{ + "version": 1, + "copyright": "Taken from https://github.com/tgstation/tgstation/blob/master/icons/obj/device.dmi state export_scanner at commit 7544e865d0771d9bd917461e9da16d301fe40fc3. In-hand sprites made by obscenelytinyshark for use in SS14. Modified into a gun sprite by Radezolid", + "license": "CC-BY-SA-3.0", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "base" + }, + { + "name": "bolt-open" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "mag-0" + }, + { + "name": "equipped-BELT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/pollock.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/pollock.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/suppressor.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/suppressor.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/suppressor.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/psibreaker.rsi/suppressor.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp57.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp57.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/slp67.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/slp67.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/universal.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/universal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/suppressor.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/suppressor.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/viperwood.rsi/suppressor.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/viperwood.rsi/suppressor.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/beam.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/beam.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/beam.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/beam.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/impact_laser.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/impact_laser.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/impact_laser.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/impact_laser.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/muzzle_laser.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/muzzle_laser.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/muzzle_laser.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Projectiles/projectiles.rsi/muzzle_laser.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/faith.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/faith.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/fitz.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/fitz.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/k38master.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/k38master.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/lucky.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/lucky.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/bbgun.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/bbgun.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/jackdaw.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/tenebra.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/tenebra.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/vulcan.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Rifles/vulcan.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/enforcer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/ishotgunstep1.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/ishotgunstep1.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/ishotgunstep1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/ishotgunstep1.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/ishotgunstep2.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/ishotgunstep2.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/ishotgunstep2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/ishotgunstep2.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/pump.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/pump.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-SUITSTORAGE.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-SUITSTORAGE.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Shotguns/sawn.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Shotguns/sawn.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/e_cutlass.png b/Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/e_cutlass.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/e_cutlass.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/e_cutlass.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/e_cutlass_blade.png b/Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/e_cutlass_blade.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/e_cutlass_blade.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/e_cutlass_blade.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-left-blade.png b/Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-left-blade.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-left-blade.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-left-blade.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-right-blade.png b/Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-right-blade.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-right-blade.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-right-blade.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/e_cutlass.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Melee/e_cutlass.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/equipped-BACKPACK.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/equipped-BACKPACK.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/equipped-BACKPACK.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/wielded-inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/wielded-inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/wielded-inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/wielded-inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/wielded-inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/wielded-inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/home_run_bat.rsi/wielded-inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/home_run_bat.rsi/wielded-inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Melee/katana.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/katana.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Melee/katana.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/katana.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Melee/katana.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/katana.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Melee/katana.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Melee/katana.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/prison_knife.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Melee/prison_knife.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/prison_knife.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/prison_knife.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/prison_knife.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Melee/prison_knife.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/prison_knife.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/prison_knife.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/prison_knife.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Melee/prison_knife.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/prison_knife.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/prison_knife.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/prison_knife.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Melee/prison_knife.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/prison_knife.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/prison_knife.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/prison_knife.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Melee/prison_knife.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/prison_knife.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Melee/prison_knife.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/wood_baton.rsi/icon.png b/Resources/Textures/_DV/Objects/Weapons/Melee/wood_baton.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/wood_baton.rsi/icon.png rename to Resources/Textures/_DV/Objects/Weapons/Melee/wood_baton.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Melee/wood_baton.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Melee/wood_baton.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Melee/wood_baton.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Melee/wood_baton.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Parallaxes/ArenaParallaxBG.png b/Resources/Textures/_DV/Parallaxes/ArenaParallaxBG.png similarity index 100% rename from Resources/Textures/DeltaV/Parallaxes/ArenaParallaxBG.png rename to Resources/Textures/_DV/Parallaxes/ArenaParallaxBG.png diff --git a/Resources/Textures/DeltaV/Parallaxes/Asteroids.png b/Resources/Textures/_DV/Parallaxes/Asteroids.png similarity index 100% rename from Resources/Textures/DeltaV/Parallaxes/Asteroids.png rename to Resources/Textures/_DV/Parallaxes/Asteroids.png diff --git a/Resources/Textures/DeltaV/Parallaxes/attributions.yml b/Resources/Textures/_DV/Parallaxes/attributions.yml similarity index 100% rename from Resources/Textures/DeltaV/Parallaxes/attributions.yml rename to Resources/Textures/_DV/Parallaxes/attributions.yml diff --git a/Resources/Textures/DeltaV/Parallaxes/licences.txt b/Resources/Textures/_DV/Parallaxes/licences.txt similarity index 100% rename from Resources/Textures/DeltaV/Parallaxes/licences.txt rename to Resources/Textures/_DV/Parallaxes/licences.txt diff --git a/Resources/Textures/DeltaV/Shaders/chromatic_aberration.swsl b/Resources/Textures/_DV/Shaders/chromatic_aberration.swsl similarity index 100% rename from Resources/Textures/DeltaV/Shaders/chromatic_aberration.swsl rename to Resources/Textures/_DV/Shaders/chromatic_aberration.swsl diff --git a/Resources/Textures/DeltaV/Shaders/hologram.swsl b/Resources/Textures/_DV/Shaders/hologram.swsl similarity index 100% rename from Resources/Textures/DeltaV/Shaders/hologram.swsl rename to Resources/Textures/_DV/Shaders/hologram.swsl diff --git a/Resources/Textures/DeltaV/Shaders/ultravision.swsl b/Resources/Textures/_DV/Shaders/ultravision.swsl similarity index 100% rename from Resources/Textures/DeltaV/Shaders/ultravision.swsl rename to Resources/Textures/_DV/Shaders/ultravision.swsl diff --git a/Resources/Textures/DeltaV/Structures/Decoration/shuttle_manipulator.rsi/holograph_station.png b/Resources/Textures/_DV/Structures/Decoration/shuttle_manipulator.rsi/holograph_station.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/shuttle_manipulator.rsi/holograph_station.png rename to Resources/Textures/_DV/Structures/Decoration/shuttle_manipulator.rsi/holograph_station.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/shuttle_manipulator.rsi/meta.json b/Resources/Textures/_DV/Structures/Decoration/shuttle_manipulator.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/shuttle_manipulator.rsi/meta.json rename to Resources/Textures/_DV/Structures/Decoration/shuttle_manipulator.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/meta.json b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/meta.json rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-0.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-0.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-0.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-1.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-1.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-1.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-10.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-10.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-10.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-10.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-2.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-2.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-2.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-3.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-3.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-3.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-4.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-4.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-4.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-5.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-5.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-5.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-6.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-6.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-6.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-7.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-7.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-7.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-8.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-8.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-8.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-8.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-9.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-9.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/oracle-9.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/oracle-9.png diff --git a/Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/sophie.png b/Resources/Textures/_DV/Structures/Decoration/statues.rsi/sophie.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Decoration/statues.rsi/sophie.png rename to Resources/Textures/_DV/Structures/Decoration/statues.rsi/sophie.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/atmospherics.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/basic.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/basic.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/cargo.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/cargo.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/centcomm.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/centcomm.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/chemistry.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/chemistry.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/command.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/command.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/engineering.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/engineering.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/external.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/external.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/glass.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/glass.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/hydroponics.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/justice.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/justice.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/maint.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/maint.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/medical.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/medical.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/roboticist.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/roboticist.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/science.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/science.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/security.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/security.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/syndicate.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/syndicate.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Glass/virology.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Glass/virology.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/atmospherics.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/basic.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/basic.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/cargo.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/cargo.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/centcomm.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/centcomm.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/chemistry.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/chemistry.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/command.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/command.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/engineering.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/engineering.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/external.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/external.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/freezer.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/freezer.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/hydroponics.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/justice.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/justice.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/maint.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/maint.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/medical.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/medical.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/roboticist.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/roboticist.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/science.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/science.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/security.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/security.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/syndicate.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/syndicate.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/Standard/virology.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/Standard/virology.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/bolted_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/bolted_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/bolted_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/bolted_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/closed_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/closed_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/closed_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/closed_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/closing_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/closing_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/closing_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/closing_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/deny_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/deny_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/deny_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/deny_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/emergency_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/emergency_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/emergency_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/emergency_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/opening_unlit.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/opening_unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/opening_unlit.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/opening_unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_closing.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_closing.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_opening.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_opening.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_opening.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_broken.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_broken.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_broken.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_damaged.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_damaged.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_damaged.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_open.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_open.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/welded.png b/Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/Airlocks/highsec/highsec.rsi/welded.png rename to Resources/Textures/_DV/Structures/Doors/Airlocks/highsec/highsec.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/assembly.png b/Resources/Textures/_DV/Structures/Doors/secret_door.rsi/assembly.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/assembly.png rename to Resources/Textures/_DV/Structures/Doors/secret_door.rsi/assembly.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/closed.png b/Resources/Textures/_DV/Structures/Doors/secret_door.rsi/closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/closed.png rename to Resources/Textures/_DV/Structures/Doors/secret_door.rsi/closed.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/closing.png b/Resources/Textures/_DV/Structures/Doors/secret_door.rsi/closing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/closing.png rename to Resources/Textures/_DV/Structures/Doors/secret_door.rsi/closing.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/meta.json b/Resources/Textures/_DV/Structures/Doors/secret_door.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/meta.json rename to Resources/Textures/_DV/Structures/Doors/secret_door.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/open.png b/Resources/Textures/_DV/Structures/Doors/secret_door.rsi/open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/open.png rename to Resources/Textures/_DV/Structures/Doors/secret_door.rsi/open.png diff --git a/Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/opening.png b/Resources/Textures/_DV/Structures/Doors/secret_door.rsi/opening.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Doors/secret_door.rsi/opening.png rename to Resources/Textures/_DV/Structures/Doors/secret_door.rsi/opening.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi/broken.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/courierdrobe.rsi/broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi/broken.png rename to Resources/Textures/_DV/Structures/Machines/VendingMachines/courierdrobe.rsi/broken.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi/meta.json b/Resources/Textures/_DV/Structures/Machines/VendingMachines/courierdrobe.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi/meta.json rename to Resources/Textures/_DV/Structures/Machines/VendingMachines/courierdrobe.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi/normal-unshaded.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/courierdrobe.rsi/normal-unshaded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi/normal-unshaded.png rename to Resources/Textures/_DV/Structures/Machines/VendingMachines/courierdrobe.rsi/normal-unshaded.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi/off.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/courierdrobe.rsi/off.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi/off.png rename to Resources/Textures/_DV/Structures/Machines/VendingMachines/courierdrobe.rsi/off.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi/panel.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/courierdrobe.rsi/panel.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/VendingMachines/courierdrobe.rsi/panel.png rename to Resources/Textures/_DV/Structures/Machines/VendingMachines/courierdrobe.rsi/panel.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/VendingMachines/pride.rsi/broken.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/pride.rsi/broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/VendingMachines/pride.rsi/broken.png rename to Resources/Textures/_DV/Structures/Machines/VendingMachines/pride.rsi/broken.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/VendingMachines/pride.rsi/meta.json b/Resources/Textures/_DV/Structures/Machines/VendingMachines/pride.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/VendingMachines/pride.rsi/meta.json rename to Resources/Textures/_DV/Structures/Machines/VendingMachines/pride.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Machines/VendingMachines/pride.rsi/normal-unshaded.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/pride.rsi/normal-unshaded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/VendingMachines/pride.rsi/normal-unshaded.png rename to Resources/Textures/_DV/Structures/Machines/VendingMachines/pride.rsi/normal-unshaded.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/VendingMachines/pride.rsi/off.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/pride.rsi/off.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/VendingMachines/pride.rsi/off.png rename to Resources/Textures/_DV/Structures/Machines/VendingMachines/pride.rsi/off.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/VendingMachines/pride.rsi/panel.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/pride.rsi/panel.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/VendingMachines/pride.rsi/panel.png rename to Resources/Textures/_DV/Structures/Machines/VendingMachines/pride.rsi/panel.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/base.png b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/base.png rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/base.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/drain.png b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/drain.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/drain.png rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/drain.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/intermediate.png b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/intermediate.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/intermediate.png rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/intermediate.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/meta.json b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/meta.json rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/powered.png b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/powered.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/powered.png rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/powered.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober.png b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober.png rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_1.png b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_1.png rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_1.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_2.png b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_2.png rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_2.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_3.png b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_3.png rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_3.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_4.png b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_4.png rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_4.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_5.png b/Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_5.png rename to Resources/Textures/_DV/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_5.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/roboisseur.rsi/meta.json b/Resources/Textures/_DV/Structures/Machines/roboisseur.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/roboisseur.rsi/meta.json rename to Resources/Textures/_DV/Structures/Machines/roboisseur.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Machines/roboisseur.rsi/roboisseur-1.png b/Resources/Textures/_DV/Structures/Machines/roboisseur.rsi/roboisseur-1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/roboisseur.rsi/roboisseur-1.png rename to Resources/Textures/_DV/Structures/Machines/roboisseur.rsi/roboisseur-1.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/roboisseur.rsi/roboisseur-2.png b/Resources/Textures/_DV/Structures/Machines/roboisseur.rsi/roboisseur-2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/roboisseur.rsi/roboisseur-2.png rename to Resources/Textures/_DV/Structures/Machines/roboisseur.rsi/roboisseur-2.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/syndicate_fax_machine.rsi/icon.png b/Resources/Textures/_DV/Structures/Machines/syndicate_fax_machine.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/syndicate_fax_machine.rsi/icon.png rename to Resources/Textures/_DV/Structures/Machines/syndicate_fax_machine.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/syndicate_fax_machine.rsi/idle.png b/Resources/Textures/_DV/Structures/Machines/syndicate_fax_machine.rsi/idle.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/syndicate_fax_machine.rsi/idle.png rename to Resources/Textures/_DV/Structures/Machines/syndicate_fax_machine.rsi/idle.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/syndicate_fax_machine.rsi/inserting.png b/Resources/Textures/_DV/Structures/Machines/syndicate_fax_machine.rsi/inserting.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/syndicate_fax_machine.rsi/inserting.png rename to Resources/Textures/_DV/Structures/Machines/syndicate_fax_machine.rsi/inserting.png diff --git a/Resources/Textures/DeltaV/Structures/Machines/syndicate_fax_machine.rsi/meta.json b/Resources/Textures/_DV/Structures/Machines/syndicate_fax_machine.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/syndicate_fax_machine.rsi/meta.json rename to Resources/Textures/_DV/Structures/Machines/syndicate_fax_machine.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Machines/syndicate_fax_machine.rsi/printing.png b/Resources/Textures/_DV/Structures/Machines/syndicate_fax_machine.rsi/printing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Machines/syndicate_fax_machine.rsi/printing.png rename to Resources/Textures/_DV/Structures/Machines/syndicate_fax_machine.rsi/printing.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/condisposal.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/condisposal.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/condisposal.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/condisposal.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/conmailing.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/conmailing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/conmailing.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/conmailing.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/conspace.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/conspace.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/conspace.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/conspace.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/disposal-charging.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/disposal-charging.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/disposal-charging.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/disposal-charging.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/disposal-flush.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/disposal-flush.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/disposal-flush.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/disposal-flush.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/disposal.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/disposal.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/disposal.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/disposal.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/dispover-charge.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/dispover-charge.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/dispover-charge.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/dispover-charge.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/dispover-full.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/dispover-full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/dispover-full.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/dispover-full.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/dispover-handle.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/dispover-handle.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/dispover-handle.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/dispover-handle.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/dispover-ready.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/dispover-ready.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/dispover-ready.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/dispover-ready.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/mailing-charging.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/mailing-charging.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/mailing-charging.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/mailing-charging.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/mailing-flush.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/mailing-flush.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/mailing-flush.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/mailing-flush.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/mailing.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/mailing.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/mailing.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/mailing.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/mailover-handle.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/mailover-handle.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/mailover-handle.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/mailover-handle.png diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/meta.json b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/meta.json rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/space.png b/Resources/Textures/_DV/Structures/Piping/disposal.rsi/space.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Piping/disposal.rsi/space.png rename to Resources/Textures/_DV/Structures/Piping/disposal.rsi/space.png diff --git a/Resources/Textures/DeltaV/Structures/Power/Generation/solar_panel.rsi/meta.json b/Resources/Textures/_DV/Structures/Power/Generation/solar_panel.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/Generation/solar_panel.rsi/meta.json rename to Resources/Textures/_DV/Structures/Power/Generation/solar_panel.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Power/Generation/solar_panel.rsi/random_solar.png b/Resources/Textures/_DV/Structures/Power/Generation/solar_panel.rsi/random_solar.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/Generation/solar_panel.rsi/random_solar.png rename to Resources/Textures/_DV/Structures/Power/Generation/solar_panel.rsi/random_solar.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/base.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/base.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/base.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/broken.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/broken.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/broken.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/broken.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/display-charging.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/display-charging.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/display-charging.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/display-charging.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/display-full.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/display-full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/display-full.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/display-full.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/display-lack.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/display-lack.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/display-lack.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/display-lack.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/display-remote.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/display-remote.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/display-remote.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/display-remote.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/emag-unlit.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/emag-unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/emag-unlit.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/emag-unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/frame.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/frame.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/frame.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/frame.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/lock0-locked.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/lock0-locked.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/lock0-locked.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/lock0-locked.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/lock1-locked.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/lock1-locked.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/lock1-locked.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/lock1-locked.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/meta.json b/Resources/Textures/_DV/Structures/Power/apc.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/meta.json rename to Resources/Textures/_DV/Structures/Power/apc.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/panel.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/panel.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/panel.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/panel.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/sparks-unlit.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/sparks-unlit.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/sparks-unlit.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/sparks-unlit.png diff --git a/Resources/Textures/DeltaV/Structures/Power/apc.rsi/static.png b/Resources/Textures/_DV/Structures/Power/apc.rsi/static.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Power/apc.rsi/static.png rename to Resources/Textures/_DV/Structures/Power/apc.rsi/static.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/cj.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/cj.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/cj.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/cj.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/cj_door.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/cj_door.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/cj_door.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/cj_door.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/cj_open.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/cj_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/cj_open.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/cj_open.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/clerk.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/clerk.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/clerk.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/clerk.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/clerk_door.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/clerk_door.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/clerk_door.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/clerk_door.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/clerk_open.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/clerk_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/clerk_open.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/clerk_open.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/generic.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/generic.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/generic.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/generic.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/generic_door.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/generic_door.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/generic_door.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/generic_door.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/generic_icon.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/generic_icon.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/generic_icon.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/generic_icon.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/generic_open.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/generic_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/generic_open.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/generic_open.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/locked.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/locked.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/locked.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/locked.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/meta.json b/Resources/Textures/_DV/Structures/Storage/closet.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/meta.json rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/psych.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/psych.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/psych.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/psych.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/psych_door.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/psych_door.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/psych_door.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/psych_door.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/psych_open.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/psych_open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/psych_open.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/psych_open.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/unlocked.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/unlocked.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/unlocked.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/unlocked.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/closet.rsi/welded.png b/Resources/Textures/_DV/Structures/Storage/closet.rsi/welded.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/closet.rsi/welded.png rename to Resources/Textures/_DV/Structures/Storage/closet.rsi/welded.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/kvass.rsi/kvass.png b/Resources/Textures/_DV/Structures/Storage/kvass.rsi/kvass.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/kvass.rsi/kvass.png rename to Resources/Textures/_DV/Structures/Storage/kvass.rsi/kvass.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/kvass.rsi/meta.json b/Resources/Textures/_DV/Structures/Storage/kvass.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/kvass.rsi/meta.json rename to Resources/Textures/_DV/Structures/Storage/kvass.rsi/meta.json diff --git a/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/locked.png b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/locked.png new file mode 100644 index 0000000000..658726b3da Binary files /dev/null and b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/locked.png differ diff --git a/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/meta.json b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/meta.json new file mode 100644 index 0000000000..de56aeea21 --- /dev/null +++ b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Field Command", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "secure-cabinet" + }, + { + "name": "secure-cabinet-open" + }, + { + "name": "locked" + }, + { + "name": "unlocked" + } + ] +} diff --git a/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/secure-cabinet-open.png b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/secure-cabinet-open.png new file mode 100644 index 0000000000..9d240f281f Binary files /dev/null and b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/secure-cabinet-open.png differ diff --git a/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/secure-cabinet.png b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/secure-cabinet.png new file mode 100644 index 0000000000..de8306e0b8 Binary files /dev/null and b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/secure-cabinet.png differ diff --git a/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/unlocked.png b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/unlocked.png new file mode 100644 index 0000000000..0960b5c4c7 Binary files /dev/null and b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/unlocked.png differ diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/leonardodabepis.rsi/meta.json b/Resources/Textures/_DV/Structures/Wallmounts/Paintings/leonardodabepis.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/leonardodabepis.rsi/meta.json rename to Resources/Textures/_DV/Structures/Wallmounts/Paintings/leonardodabepis.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/leonardodabepis.rsi/spoonpainting.png b/Resources/Textures/_DV/Structures/Wallmounts/Paintings/leonardodabepis.rsi/spoonpainting.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/leonardodabepis.rsi/spoonpainting.png rename to Resources/Textures/_DV/Structures/Wallmounts/Paintings/leonardodabepis.rsi/spoonpainting.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/ps3moira.rsi/bluntpainting.png b/Resources/Textures/_DV/Structures/Wallmounts/Paintings/ps3moira.rsi/bluntpainting.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/ps3moira.rsi/bluntpainting.png rename to Resources/Textures/_DV/Structures/Wallmounts/Paintings/ps3moira.rsi/bluntpainting.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/ps3moira.rsi/meta.json b/Resources/Textures/_DV/Structures/Wallmounts/Paintings/ps3moira.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Paintings/ps3moira.rsi/meta.json rename to Resources/Textures/_DV/Structures/Wallmounts/Paintings/ps3moira.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/TJohnson.rsi/fuckaround.png b/Resources/Textures/_DV/Structures/Wallmounts/Posters/TJohnson.rsi/fuckaround.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/TJohnson.rsi/fuckaround.png rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/TJohnson.rsi/fuckaround.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/TJohnson.rsi/meta.json b/Resources/Textures/_DV/Structures/Wallmounts/Posters/TJohnson.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/TJohnson.rsi/meta.json rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/TJohnson.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/dangernana.png b/Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/dangernana.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/dangernana.png rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/dangernana.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/litdakka.png b/Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/litdakka.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/litdakka.png rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/litdakka.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/meta.json b/Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/meta.json rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/posterearthnanotrasen.png b/Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/posterearthnanotrasen.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/posterearthnanotrasen.png rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/posterearthnanotrasen.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/posterroidsyndicate.png b/Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/posterroidsyndicate.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/posterroidsyndicate.png rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/posterroidsyndicate.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/posterworknanotrasen.png b/Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/posterworknanotrasen.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/posterworknanotrasen.png rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/posterworknanotrasen.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/posterworksyndicate.png b/Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/posterworksyndicate.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/posterworksyndicate.png rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/posterworksyndicate.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/work.png b/Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/work.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/work.png rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/grayposters.rsi/work.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/mailposter.rsi/mailposter.png b/Resources/Textures/_DV/Structures/Wallmounts/Posters/mailposter.rsi/mailposter.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/mailposter.rsi/mailposter.png rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/mailposter.rsi/mailposter.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/mailposter.rsi/meta.json b/Resources/Textures/_DV/Structures/Wallmounts/Posters/mailposter.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/mailposter.rsi/meta.json rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/mailposter.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/misc.rsi/meta.json b/Resources/Textures/_DV/Structures/Wallmounts/Posters/misc.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/misc.rsi/meta.json rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/misc.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/misc.rsi/woodygotwood.png b/Resources/Textures/_DV/Structures/Wallmounts/Posters/misc.rsi/woodygotwood.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/Posters/misc.rsi/woodygotwood.png rename to Resources/Textures/_DV/Structures/Wallmounts/Posters/misc.rsi/woodygotwood.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-empty-closed.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-empty-closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-empty-closed.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-empty-closed.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-empty-open.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-empty-open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-empty-open.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-empty-open.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-filled-closed.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-filled-closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-filled-closed.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-filled-closed.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-filled-open.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-filled-open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-filled-open.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-filled-open.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/cabinet.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/card.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/card.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/card.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/card.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass-1.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass-1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass-1.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass-1.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass-2.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass-2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass-2.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass-2.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass-3.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass-3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass-3.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass-3.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass-4.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass-4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass-4.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass-4.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass-up.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass-up.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass-up.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass-up.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/glass.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/glass.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/locked.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/locked.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/locked.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/locked.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/meta.json b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/meta.json rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/unlocked.png b/Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/unlocked.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/idcard_cabinet.rsi/unlocked.png rename to Resources/Textures/_DV/Structures/Wallmounts/idcard_cabinet.rsi/unlocked.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/intercom.rsi/meta.json b/Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/intercom.rsi/meta.json rename to Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/intercom.rsi/random_intercom.png b/Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/random_intercom.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/intercom.rsi/random_intercom.png rename to Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/random_intercom.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-empty-open.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-empty-open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-empty-open.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-empty-open.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-filled-closed.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-filled-closed.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-filled-closed.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-filled-closed.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-filled-open.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-filled-open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-filled-open.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-filled-open.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-1.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-1.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-1.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-2.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-2.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-2.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-3.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-3.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-3.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-4.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-4.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-4.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-up.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-up.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-up.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass-up.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/glass.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/glass.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/locked.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/locked.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/locked.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/locked.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/meta.json b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/meta.json rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/shotgun.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/shotgun.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/shotgun.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/shotgun.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/unlocked.png b/Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/unlocked.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/shotgun_cabinet.rsi/unlocked.png rename to Resources/Textures/_DV/Structures/Wallmounts/shotgun_cabinet.rsi/unlocked.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/chapel.png b/Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/chapel.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/chapel.png rename to Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/chapel.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_aicore.png b/Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/direction_aicore.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_aicore.png rename to Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/direction_aicore.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_court.png b/Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/direction_court.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_court.png rename to Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/direction_court.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_justice.png b/Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/direction_justice.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_justice.png rename to Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/direction_justice.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_logi.png b/Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/direction_logi.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_logi.png rename to Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/direction_logi.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_mail.png b/Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/direction_mail.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_mail.png rename to Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/direction_mail.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/epistemics.png b/Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/epistemics.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/epistemics.png rename to Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/epistemics.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/logistics.png b/Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/logistics.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/logistics.png rename to Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/logistics.png diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/meta.json rename to Resources/Textures/_DV/Structures/Wallmounts/signs.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/full.png b/Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/full.png rename to Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/meta.json b/Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/meta.json rename to Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_0.png b/Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_0.png rename to Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_0.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_1.png b/Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_1.png rename to Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_1.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_2.png b/Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_2.png rename to Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_2.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_3.png b/Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_3.png rename to Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_3.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_4.png b/Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_4.png rename to Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_4.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_5.png b/Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_5.png rename to Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_5.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_6.png b/Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_6.png rename to Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_6.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_7.png b/Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/asteroid_rock.rsi/rock_7.png rename to Resources/Textures/_DV/Structures/Walls/asteroid_rock.rsi/rock_7.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/full.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/full.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/meta.json b/Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/meta.json rename to Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_0.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_0.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_0.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_1.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_1.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_1.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_2.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_2.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_2.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_3.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_3.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_3.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_4.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_4.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_4.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_5.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_5.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_5.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_6.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_6.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_6.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_7.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock.rsi/rock_7.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock.rsi/rock_7.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/full.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/full.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/meta.json b/Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/meta.json rename to Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_0.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_0.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_0.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_1.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_1.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_1.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_2.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_2.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_2.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_3.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_3.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_3.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_4.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_4.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_4.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_5.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_5.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_5.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_6.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_6.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_6.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_7.png b/Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/mountain_rock_ore.rsi/rock_7.png rename to Resources/Textures/_DV/Structures/Walls/mountain_rock_ore.rsi/rock_7.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/corner.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/corner.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_grey.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/corner_grey.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_grey.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/corner_grey.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_small.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/corner_small.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_small.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/corner_small.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_small_grey.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/corner_small_grey.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_small_grey.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/corner_small_grey.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_small_wood.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/corner_small_wood.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_small_wood.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/corner_small_wood.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_wood.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/corner_wood.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/corner_wood.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/corner_wood.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/meta.json b/Resources/Textures/_DV/Structures/Walls/railing.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/meta.json rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/round.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/round.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/round.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/round.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/round_grey.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/round_grey.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/round_grey.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/round_grey.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/round_wood.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/round_wood.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/round_wood.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/round_wood.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/side.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/side.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side_grey.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/side_grey.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side_grey.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/side_grey.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side_wood.png b/Resources/Textures/_DV/Structures/Walls/railing.rsi/side_wood.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/railing.rsi/side_wood.png rename to Resources/Textures/_DV/Structures/Walls/railing.rsi/side_wood.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/full.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/full.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/meta.json b/Resources/Textures/_DV/Structures/Walls/solid.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/meta.json rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-0.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-0.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-0.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-1.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-1.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-1.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-2.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-2.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-2.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-3.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-3.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-3.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-4.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-4.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-4.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-5.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_construct-5.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_construct-5.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_cult.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_cult.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_cult.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_cult.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over0.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over0.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over0.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over1.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over1.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over1.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over2.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over2.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over2.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over3.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over3.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over3.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over4.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over4.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over4.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over5.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over5.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over5.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over6.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over6.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over6.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over7.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinf_over7.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinf_over7.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinforced_wall_girder.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/reinforced_wall_girder.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/reinforced_wall_girder.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/reinforced_wall_girder.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/rgeneric.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/rgeneric.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/rgeneric.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/rgeneric.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid0.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/solid0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid0.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/solid0.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid1.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/solid1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid1.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/solid1.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid2.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/solid2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid2.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/solid2.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid3.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/solid3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid3.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/solid3.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid4.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/solid4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid4.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/solid4.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid5.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/solid5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid5.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/solid5.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid6.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/solid6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid6.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/solid6.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid7.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/solid7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/solid7.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/solid7.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid.rsi/wall_girder.png b/Resources/Textures/_DV/Structures/Walls/solid.rsi/wall_girder.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid.rsi/wall_girder.png rename to Resources/Textures/_DV/Structures/Walls/solid.rsi/wall_girder.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/full.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/full.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/meta.json b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/meta.json rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-0.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-0.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-0.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-1.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-1.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-1.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-2.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-2.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-2.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-3.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-3.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-3.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-4.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-4.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-4.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-5.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_construct-5.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_construct-5.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over0.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over0.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over0.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over1.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over1.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over1.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over2.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over2.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over2.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over3.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over3.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over3.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over4.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over4.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over4.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over5.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over5.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over5.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over6.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over6.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over6.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over7.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/reinf_over7.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/reinf_over7.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/rgeneric.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/rgeneric.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/rgeneric.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/rgeneric.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid0.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid0.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid0.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid1.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid1.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid1.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid2.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid2.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid2.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid3.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid3.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid3.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid4.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid4.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid4.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid5.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid5.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid5.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid6.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid6.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid6.png diff --git a/Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid7.png b/Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Walls/solid_rust.rsi/solid7.png rename to Resources/Textures/_DV/Structures/Walls/solid_rust.rsi/solid7.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/directional.rsi/frosted_window.png b/Resources/Textures/_DV/Structures/Windows/directional.rsi/frosted_window.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/directional.rsi/frosted_window.png rename to Resources/Textures/_DV/Structures/Windows/directional.rsi/frosted_window.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/directional.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/directional.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/directional.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/directional.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/directional.rsi/plasma_reinforced_window.png b/Resources/Textures/_DV/Structures/Windows/directional.rsi/plasma_reinforced_window.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/directional.rsi/plasma_reinforced_window.png rename to Resources/Textures/_DV/Structures/Windows/directional.rsi/plasma_reinforced_window.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/directional.rsi/plasma_window.png b/Resources/Textures/_DV/Structures/Windows/directional.rsi/plasma_window.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/directional.rsi/plasma_window.png rename to Resources/Textures/_DV/Structures/Windows/directional.rsi/plasma_window.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/directional.rsi/reinforced_window.png b/Resources/Textures/_DV/Structures/Windows/directional.rsi/reinforced_window.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/directional.rsi/reinforced_window.png rename to Resources/Textures/_DV/Structures/Windows/directional.rsi/reinforced_window.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/directional.rsi/tinted_reinforced_window.png b/Resources/Textures/_DV/Structures/Windows/directional.rsi/tinted_reinforced_window.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/directional.rsi/tinted_reinforced_window.png rename to Resources/Textures/_DV/Structures/Windows/directional.rsi/tinted_reinforced_window.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/directional.rsi/tinted_window.png b/Resources/Textures/_DV/Structures/Windows/directional.rsi/tinted_window.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/directional.rsi/tinted_window.png rename to Resources/Textures/_DV/Structures/Windows/directional.rsi/tinted_window.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/directional.rsi/uranium_reinforced_window.png b/Resources/Textures/_DV/Structures/Windows/directional.rsi/uranium_reinforced_window.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/directional.rsi/uranium_reinforced_window.png rename to Resources/Textures/_DV/Structures/Windows/directional.rsi/uranium_reinforced_window.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/directional.rsi/uranium_window.png b/Resources/Textures/_DV/Structures/Windows/directional.rsi/uranium_window.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/directional.rsi/uranium_window.png rename to Resources/Textures/_DV/Structures/Windows/directional.rsi/uranium_window.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/directional.rsi/window.png b/Resources/Textures/_DV/Structures/Windows/directional.rsi/window.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/directional.rsi/window.png rename to Resources/Textures/_DV/Structures/Windows/directional.rsi/window.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_diagonal.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/plasma_diagonal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_diagonal.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/plasma_diagonal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_diagonal.rsi/state0.png b/Resources/Textures/_DV/Structures/Windows/plasma_diagonal.rsi/state0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_diagonal.rsi/state0.png rename to Resources/Textures/_DV/Structures/Windows/plasma_diagonal.rsi/state0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_diagonal.rsi/state1.png b/Resources/Textures/_DV/Structures/Windows/plasma_diagonal.rsi/state1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_diagonal.rsi/state1.png rename to Resources/Textures/_DV/Structures/Windows/plasma_diagonal.rsi/state1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/full.png b/Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/full.png rename to Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow0.png b/Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow0.png rename to Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow1.png b/Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow1.png rename to Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow2.png b/Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow2.png rename to Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow2.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow3.png b/Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow3.png rename to Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow3.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow4.png b/Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow4.png rename to Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow4.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow5.png b/Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow5.png rename to Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow5.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow6.png b/Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow6.png rename to Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow6.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow7.png b/Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/plasma_window.rsi/pwindow7.png rename to Resources/Textures/_DV/Structures/Windows/plasma_window.rsi/pwindow7.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_diagonal.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_diagonal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_diagonal.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_diagonal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_diagonal.rsi/state0.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_diagonal.rsi/state0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_diagonal.rsi/state0.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_diagonal.rsi/state0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_diagonal.rsi/state1.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_diagonal.rsi/state1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_diagonal.rsi/state1.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_diagonal.rsi/state1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/full.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/full.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow0.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow0.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow1.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow1.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow2.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow2.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow2.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow3.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow3.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow3.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow4.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow4.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow4.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow5.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow5.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow5.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow6.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow6.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow6.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow7.png b/Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow7.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_plasma_window.rsi/rpwindow7.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_diagonal.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_diagonal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_diagonal.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_diagonal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_diagonal.rsi/state0.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_diagonal.rsi/state0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_diagonal.rsi/state0.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_diagonal.rsi/state0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_diagonal.rsi/state1.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_diagonal.rsi/state1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_diagonal.rsi/state1.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_diagonal.rsi/state1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/full.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/full.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow0.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow0.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow1.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow1.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow2.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow2.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow2.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow3.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow3.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow3.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow4.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow4.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow4.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow5.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow5.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow5.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow6.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow6.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow6.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow7.png b/Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow7.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_uranium_window.rsi/ruwindow7.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/full.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/full.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow0.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow0.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow1.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow1.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow2.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow2.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow2.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow3.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow3.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow3.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow4.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow4.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow4.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow5.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow5.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow5.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow6.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow6.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow6.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow7.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window.rsi/rwindow7.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window.rsi/rwindow7.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window_diagonal.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/reinforced_window_diagonal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window_diagonal.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/reinforced_window_diagonal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window_diagonal.rsi/state0.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window_diagonal.rsi/state0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window_diagonal.rsi/state0.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window_diagonal.rsi/state0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/reinforced_window_diagonal.rsi/state1.png b/Resources/Textures/_DV/Structures/Windows/reinforced_window_diagonal.rsi/state1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/reinforced_window_diagonal.rsi/state1.png rename to Resources/Textures/_DV/Structures/Windows/reinforced_window_diagonal.rsi/state1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/full.png b/Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/full.png rename to Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow0.png b/Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow0.png rename to Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow1.png b/Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow1.png rename to Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow2.png b/Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow2.png rename to Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow2.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow3.png b/Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow3.png rename to Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow3.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow4.png b/Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow4.png rename to Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow4.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow5.png b/Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow5.png rename to Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow5.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow6.png b/Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow6.png rename to Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow6.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow7.png b/Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/tinted_window.rsi/twindow7.png rename to Resources/Textures/_DV/Structures/Windows/tinted_window.rsi/twindow7.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/full.png b/Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/full.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow0.png b/Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow0.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow1.png b/Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow1.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow2.png b/Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow2.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow2.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow3.png b/Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow3.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow3.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow4.png b/Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow4.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow4.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow5.png b/Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow5.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow5.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow6.png b/Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow6.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow6.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow7.png b/Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window.rsi/uwindow7.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window.rsi/uwindow7.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window_diagonal.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/uranium_window_diagonal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window_diagonal.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/uranium_window_diagonal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window_diagonal.rsi/state0.png b/Resources/Textures/_DV/Structures/Windows/uranium_window_diagonal.rsi/state0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window_diagonal.rsi/state0.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window_diagonal.rsi/state0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/uranium_window_diagonal.rsi/state1.png b/Resources/Textures/_DV/Structures/Windows/uranium_window_diagonal.rsi/state1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/uranium_window_diagonal.rsi/state1.png rename to Resources/Textures/_DV/Structures/Windows/uranium_window_diagonal.rsi/state1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window.rsi/full.png b/Resources/Textures/_DV/Structures/Windows/window.rsi/full.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window.rsi/full.png rename to Resources/Textures/_DV/Structures/Windows/window.rsi/full.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/window.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/window.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/window.rsi/window0.png b/Resources/Textures/_DV/Structures/Windows/window.rsi/window0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window.rsi/window0.png rename to Resources/Textures/_DV/Structures/Windows/window.rsi/window0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window.rsi/window1.png b/Resources/Textures/_DV/Structures/Windows/window.rsi/window1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window.rsi/window1.png rename to Resources/Textures/_DV/Structures/Windows/window.rsi/window1.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window.rsi/window2.png b/Resources/Textures/_DV/Structures/Windows/window.rsi/window2.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window.rsi/window2.png rename to Resources/Textures/_DV/Structures/Windows/window.rsi/window2.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window.rsi/window3.png b/Resources/Textures/_DV/Structures/Windows/window.rsi/window3.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window.rsi/window3.png rename to Resources/Textures/_DV/Structures/Windows/window.rsi/window3.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window.rsi/window4.png b/Resources/Textures/_DV/Structures/Windows/window.rsi/window4.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window.rsi/window4.png rename to Resources/Textures/_DV/Structures/Windows/window.rsi/window4.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window.rsi/window5.png b/Resources/Textures/_DV/Structures/Windows/window.rsi/window5.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window.rsi/window5.png rename to Resources/Textures/_DV/Structures/Windows/window.rsi/window5.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window.rsi/window6.png b/Resources/Textures/_DV/Structures/Windows/window.rsi/window6.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window.rsi/window6.png rename to Resources/Textures/_DV/Structures/Windows/window.rsi/window6.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window.rsi/window7.png b/Resources/Textures/_DV/Structures/Windows/window.rsi/window7.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window.rsi/window7.png rename to Resources/Textures/_DV/Structures/Windows/window.rsi/window7.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window_diagonal.rsi/meta.json b/Resources/Textures/_DV/Structures/Windows/window_diagonal.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window_diagonal.rsi/meta.json rename to Resources/Textures/_DV/Structures/Windows/window_diagonal.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Windows/window_diagonal.rsi/state0.png b/Resources/Textures/_DV/Structures/Windows/window_diagonal.rsi/state0.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window_diagonal.rsi/state0.png rename to Resources/Textures/_DV/Structures/Windows/window_diagonal.rsi/state0.png diff --git a/Resources/Textures/DeltaV/Structures/Windows/window_diagonal.rsi/state1.png b/Resources/Textures/_DV/Structures/Windows/window_diagonal.rsi/state1.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Windows/window_diagonal.rsi/state1.png rename to Resources/Textures/_DV/Structures/Windows/window_diagonal.rsi/state1.png diff --git a/Resources/Textures/DeltaV/Structures/stairs.rsi/meta.json b/Resources/Textures/_DV/Structures/stairs.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/stairs.rsi/meta.json rename to Resources/Textures/_DV/Structures/stairs.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_dark.png b/Resources/Textures/_DV/Structures/stairs.rsi/stairs_dark.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_dark.png rename to Resources/Textures/_DV/Structures/stairs.rsi/stairs_dark.png diff --git a/Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_stage_dark.png b/Resources/Textures/_DV/Structures/stairs.rsi/stairs_stage_dark.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_stage_dark.png rename to Resources/Textures/_DV/Structures/stairs.rsi/stairs_stage_dark.png diff --git a/Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_stage_steel.png b/Resources/Textures/_DV/Structures/stairs.rsi/stairs_stage_steel.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_stage_steel.png rename to Resources/Textures/_DV/Structures/stairs.rsi/stairs_stage_steel.png diff --git a/Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_stage_white.png b/Resources/Textures/_DV/Structures/stairs.rsi/stairs_stage_white.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_stage_white.png rename to Resources/Textures/_DV/Structures/stairs.rsi/stairs_stage_white.png diff --git a/Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_stage_wood.png b/Resources/Textures/_DV/Structures/stairs.rsi/stairs_stage_wood.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_stage_wood.png rename to Resources/Textures/_DV/Structures/stairs.rsi/stairs_stage_wood.png diff --git a/Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_steel.png b/Resources/Textures/_DV/Structures/stairs.rsi/stairs_steel.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_steel.png rename to Resources/Textures/_DV/Structures/stairs.rsi/stairs_steel.png diff --git a/Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_white.png b/Resources/Textures/_DV/Structures/stairs.rsi/stairs_white.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_white.png rename to Resources/Textures/_DV/Structures/stairs.rsi/stairs_white.png diff --git a/Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_wood.png b/Resources/Textures/_DV/Structures/stairs.rsi/stairs_wood.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/stairs.rsi/stairs_wood.png rename to Resources/Textures/_DV/Structures/stairs.rsi/stairs_wood.png diff --git a/Resources/Textures/DeltaV/Tiles/attributions.yml b/Resources/Textures/_DV/Tiles/attributions.yml similarity index 100% rename from Resources/Textures/DeltaV/Tiles/attributions.yml rename to Resources/Textures/_DV/Tiles/attributions.yml diff --git a/Resources/Textures/DeltaV/Tiles/bar.png b/Resources/Textures/_DV/Tiles/bar.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/bar.png rename to Resources/Textures/_DV/Tiles/bar.png diff --git a/Resources/Textures/DeltaV/Tiles/blue.png b/Resources/Textures/_DV/Tiles/blue.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/blue.png rename to Resources/Textures/_DV/Tiles/blue.png diff --git a/Resources/Textures/DeltaV/Tiles/cafeteria.png b/Resources/Textures/_DV/Tiles/cafeteria.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/cafeteria.png rename to Resources/Textures/_DV/Tiles/cafeteria.png diff --git a/Resources/Textures/DeltaV/Tiles/checker_dark.png b/Resources/Textures/_DV/Tiles/checker_dark.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/checker_dark.png rename to Resources/Textures/_DV/Tiles/checker_dark.png diff --git a/Resources/Textures/DeltaV/Tiles/clown.png b/Resources/Textures/_DV/Tiles/clown.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/clown.png rename to Resources/Textures/_DV/Tiles/clown.png diff --git a/Resources/Textures/DeltaV/Tiles/dark.png b/Resources/Textures/_DV/Tiles/dark.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/dark.png rename to Resources/Textures/_DV/Tiles/dark.png diff --git a/Resources/Textures/DeltaV/Tiles/dark_diagonal.png b/Resources/Textures/_DV/Tiles/dark_diagonal.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/dark_diagonal.png rename to Resources/Textures/_DV/Tiles/dark_diagonal.png diff --git a/Resources/Textures/DeltaV/Tiles/dark_diagonal_mini.png b/Resources/Textures/_DV/Tiles/dark_diagonal_mini.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/dark_diagonal_mini.png rename to Resources/Textures/_DV/Tiles/dark_diagonal_mini.png diff --git a/Resources/Textures/DeltaV/Tiles/dark_herringbone.png b/Resources/Textures/_DV/Tiles/dark_herringbone.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/dark_herringbone.png rename to Resources/Textures/_DV/Tiles/dark_herringbone.png diff --git a/Resources/Textures/DeltaV/Tiles/dark_mini.png b/Resources/Textures/_DV/Tiles/dark_mini.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/dark_mini.png rename to Resources/Textures/_DV/Tiles/dark_mini.png diff --git a/Resources/Textures/DeltaV/Tiles/dark_mono.png b/Resources/Textures/_DV/Tiles/dark_mono.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/dark_mono.png rename to Resources/Textures/_DV/Tiles/dark_mono.png diff --git a/Resources/Textures/DeltaV/Tiles/dark_offset.png b/Resources/Textures/_DV/Tiles/dark_offset.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/dark_offset.png rename to Resources/Textures/_DV/Tiles/dark_offset.png diff --git a/Resources/Textures/DeltaV/Tiles/dark_pavement.png b/Resources/Textures/_DV/Tiles/dark_pavement.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/dark_pavement.png rename to Resources/Textures/_DV/Tiles/dark_pavement.png diff --git a/Resources/Textures/DeltaV/Tiles/dark_pavement_vertical.png b/Resources/Textures/_DV/Tiles/dark_pavement_vertical.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/dark_pavement_vertical.png rename to Resources/Textures/_DV/Tiles/dark_pavement_vertical.png diff --git a/Resources/Textures/DeltaV/Tiles/dark_plastic.png b/Resources/Textures/_DV/Tiles/dark_plastic.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/dark_plastic.png rename to Resources/Textures/_DV/Tiles/dark_plastic.png diff --git a/Resources/Textures/DeltaV/Tiles/freezer.png b/Resources/Textures/_DV/Tiles/freezer.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/freezer.png rename to Resources/Textures/_DV/Tiles/freezer.png diff --git a/Resources/Textures/DeltaV/Tiles/glass.png b/Resources/Textures/_DV/Tiles/glass.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/glass.png rename to Resources/Textures/_DV/Tiles/glass.png diff --git a/Resources/Textures/DeltaV/Tiles/hydro.png b/Resources/Textures/_DV/Tiles/hydro.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/hydro.png rename to Resources/Textures/_DV/Tiles/hydro.png diff --git a/Resources/Textures/DeltaV/Tiles/kitchen.png b/Resources/Textures/_DV/Tiles/kitchen.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/kitchen.png rename to Resources/Textures/_DV/Tiles/kitchen.png diff --git a/Resources/Textures/DeltaV/Tiles/laundry.png b/Resources/Textures/_DV/Tiles/laundry.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/laundry.png rename to Resources/Textures/_DV/Tiles/laundry.png diff --git a/Resources/Textures/DeltaV/Tiles/lime.png b/Resources/Textures/_DV/Tiles/lime.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/lime.png rename to Resources/Textures/_DV/Tiles/lime.png diff --git a/Resources/Textures/DeltaV/Tiles/mime.png b/Resources/Textures/_DV/Tiles/mime.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/mime.png rename to Resources/Textures/_DV/Tiles/mime.png diff --git a/Resources/Textures/DeltaV/Tiles/plastic.png b/Resources/Textures/_DV/Tiles/plastic.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/plastic.png rename to Resources/Textures/_DV/Tiles/plastic.png diff --git a/Resources/Textures/DeltaV/Tiles/plating.png b/Resources/Textures/_DV/Tiles/plating.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/plating.png rename to Resources/Textures/_DV/Tiles/plating.png diff --git a/Resources/Textures/DeltaV/Tiles/plating_burnt.png b/Resources/Textures/_DV/Tiles/plating_burnt.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/plating_burnt.png rename to Resources/Textures/_DV/Tiles/plating_burnt.png diff --git a/Resources/Textures/DeltaV/Tiles/plating_damaged.png b/Resources/Textures/_DV/Tiles/plating_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/plating_damaged.png rename to Resources/Textures/_DV/Tiles/plating_damaged.png diff --git a/Resources/Textures/DeltaV/Tiles/rglass.png b/Resources/Textures/_DV/Tiles/rglass.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/rglass.png rename to Resources/Textures/_DV/Tiles/rglass.png diff --git a/Resources/Textures/DeltaV/Tiles/showroom.png b/Resources/Textures/_DV/Tiles/showroom.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/showroom.png rename to Resources/Textures/_DV/Tiles/showroom.png diff --git a/Resources/Textures/DeltaV/Tiles/snow_plating.png b/Resources/Textures/_DV/Tiles/snow_plating.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/snow_plating.png rename to Resources/Textures/_DV/Tiles/snow_plating.png diff --git a/Resources/Textures/DeltaV/Tiles/steel.png b/Resources/Textures/_DV/Tiles/steel.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel.png rename to Resources/Textures/_DV/Tiles/steel.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_burnt.png b/Resources/Textures/_DV/Tiles/steel_burnt.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_burnt.png rename to Resources/Textures/_DV/Tiles/steel_burnt.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_damaged.png b/Resources/Textures/_DV/Tiles/steel_damaged.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_damaged.png rename to Resources/Textures/_DV/Tiles/steel_damaged.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_diagonal.png b/Resources/Textures/_DV/Tiles/steel_diagonal.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_diagonal.png rename to Resources/Textures/_DV/Tiles/steel_diagonal.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_diagonal_mini.png b/Resources/Textures/_DV/Tiles/steel_diagonal_mini.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_diagonal_mini.png rename to Resources/Textures/_DV/Tiles/steel_diagonal_mini.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_dirty.png b/Resources/Textures/_DV/Tiles/steel_dirty.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_dirty.png rename to Resources/Textures/_DV/Tiles/steel_dirty.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_herringbone.png b/Resources/Textures/_DV/Tiles/steel_herringbone.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_herringbone.png rename to Resources/Textures/_DV/Tiles/steel_herringbone.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_mini.png b/Resources/Textures/_DV/Tiles/steel_mini.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_mini.png rename to Resources/Textures/_DV/Tiles/steel_mini.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_mono.png b/Resources/Textures/_DV/Tiles/steel_mono.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_mono.png rename to Resources/Textures/_DV/Tiles/steel_mono.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_offset.png b/Resources/Textures/_DV/Tiles/steel_offset.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_offset.png rename to Resources/Textures/_DV/Tiles/steel_offset.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_pavement.png b/Resources/Textures/_DV/Tiles/steel_pavement.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_pavement.png rename to Resources/Textures/_DV/Tiles/steel_pavement.png diff --git a/Resources/Textures/DeltaV/Tiles/steel_pavement_vertical.png b/Resources/Textures/_DV/Tiles/steel_pavement_vertical.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/steel_pavement_vertical.png rename to Resources/Textures/_DV/Tiles/steel_pavement_vertical.png diff --git a/Resources/Textures/DeltaV/Tiles/white.png b/Resources/Textures/_DV/Tiles/white.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/white.png rename to Resources/Textures/_DV/Tiles/white.png diff --git a/Resources/Textures/DeltaV/Tiles/white_diagonal.png b/Resources/Textures/_DV/Tiles/white_diagonal.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/white_diagonal.png rename to Resources/Textures/_DV/Tiles/white_diagonal.png diff --git a/Resources/Textures/DeltaV/Tiles/white_diagonal_mini.png b/Resources/Textures/_DV/Tiles/white_diagonal_mini.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/white_diagonal_mini.png rename to Resources/Textures/_DV/Tiles/white_diagonal_mini.png diff --git a/Resources/Textures/DeltaV/Tiles/white_herringbone.png b/Resources/Textures/_DV/Tiles/white_herringbone.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/white_herringbone.png rename to Resources/Textures/_DV/Tiles/white_herringbone.png diff --git a/Resources/Textures/DeltaV/Tiles/white_mini.png b/Resources/Textures/_DV/Tiles/white_mini.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/white_mini.png rename to Resources/Textures/_DV/Tiles/white_mini.png diff --git a/Resources/Textures/DeltaV/Tiles/white_mono.png b/Resources/Textures/_DV/Tiles/white_mono.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/white_mono.png rename to Resources/Textures/_DV/Tiles/white_mono.png diff --git a/Resources/Textures/DeltaV/Tiles/white_offset.png b/Resources/Textures/_DV/Tiles/white_offset.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/white_offset.png rename to Resources/Textures/_DV/Tiles/white_offset.png diff --git a/Resources/Textures/DeltaV/Tiles/white_pavement.png b/Resources/Textures/_DV/Tiles/white_pavement.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/white_pavement.png rename to Resources/Textures/_DV/Tiles/white_pavement.png diff --git a/Resources/Textures/DeltaV/Tiles/white_pavement_vertical.png b/Resources/Textures/_DV/Tiles/white_pavement_vertical.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/white_pavement_vertical.png rename to Resources/Textures/_DV/Tiles/white_pavement_vertical.png diff --git a/Resources/Textures/DeltaV/Tiles/white_plastic.png b/Resources/Textures/_DV/Tiles/white_plastic.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/white_plastic.png rename to Resources/Textures/_DV/Tiles/white_plastic.png diff --git a/Resources/Textures/DeltaV/Tiles/wood.png b/Resources/Textures/_DV/Tiles/wood.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/wood.png rename to Resources/Textures/_DV/Tiles/wood.png diff --git a/Resources/Textures/DeltaV/Tiles/wood_broken.png b/Resources/Textures/_DV/Tiles/wood_broken.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/wood_broken.png rename to Resources/Textures/_DV/Tiles/wood_broken.png diff --git a/Resources/Textures/DeltaV/Tiles/wood_large.png b/Resources/Textures/_DV/Tiles/wood_large.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/wood_large.png rename to Resources/Textures/_DV/Tiles/wood_large.png diff --git a/Resources/Textures/DeltaV/Tiles/wood_tile.png b/Resources/Textures/_DV/Tiles/wood_tile.png similarity index 100% rename from Resources/Textures/DeltaV/Tiles/wood_tile.png rename to Resources/Textures/_DV/Tiles/wood_tile.png diff --git a/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/fill-1.png b/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/fill-1.png new file mode 100644 index 0000000000..b459537e1c Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/fill-1.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/fill-2.png b/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/fill-2.png new file mode 100644 index 0000000000..63284c562d Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/fill-2.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/icon.png b/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/icon.png new file mode 100644 index 0000000000..63284c562d Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/icon.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/icon_empty.png b/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/icon_empty.png new file mode 100644 index 0000000000..5d3e855925 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/icon_empty.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/meta.json b/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/meta.json new file mode 100644 index 0000000000..6478c39eb9 --- /dev/null +++ b/Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Made by Stagnation (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + } + ] +} diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/inhand-left.png b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/inhand-left.png new file mode 100644 index 0000000000..f5ed6b39cd Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/inhand-left.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/inhand-right.png b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/inhand-right.png new file mode 100644 index 0000000000..9e9290dd8c Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/inhand-right.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/meta.json b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/meta.json new file mode 100644 index 0000000000..0d0e8bfacf --- /dev/null +++ b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Avocado toast by gentlebutter (Discord). Bagel and BagelPoppy were created by DrEnzyme, edited by Dusty Lens", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "pearmuffin" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/pearmuffin.png b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/pearmuffin.png new file mode 100644 index 0000000000..9806beaa66 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/pearmuffin.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/inhand-left.png b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/inhand-left.png new file mode 100644 index 0000000000..23aeffa07a Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/inhand-left.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/inhand-right.png b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/inhand-right.png new file mode 100644 index 0000000000..01027d3f31 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/inhand-right.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/meta.json b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/meta.json new file mode 100644 index 0000000000..1355ee3a5c --- /dev/null +++ b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, pearandcheese by dustylens (GitHub)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "tin" + }, + { + "name": "pearandcheese" + } + ] +} diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/pearandcheese.png b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/pearandcheese.png new file mode 100644 index 0000000000..3883f9dbc4 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/pearandcheese.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/tin.png b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/tin.png new file mode 100644 index 0000000000..5bdbc10a93 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/tin.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/bellepear.png b/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/bellepear.png new file mode 100644 index 0000000000..bd9c6376ea Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/bellepear.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/bowl.png b/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/bowl.png new file mode 100644 index 0000000000..9f91f21ff4 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/bowl.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/meta.json b/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/meta.json new file mode 100644 index 0000000000..95d0ddb16c --- /dev/null +++ b/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/meta.json @@ -0,0 +1,20 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Fills created by potato1234_x, edited by Dusty Lens", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "bowl" + }, + { + "name": "poachedpear" + }, + { + "name": "bellepear" + } + ] +} diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/poachedpear.png b/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/poachedpear.png new file mode 100644 index 0000000000..931f576a25 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/poachedpear.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/dead.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/dead.png new file mode 100644 index 0000000000..25c664b4e1 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/dead.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/harvest.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/harvest.png new file mode 100644 index 0000000000..445ba40887 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/harvest.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/meta.json b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/meta.json new file mode 100644 index 0000000000..343a09ba63 --- /dev/null +++ b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/meta.json @@ -0,0 +1,50 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Taken from https://github.com/vgstation-coders/vgstation13. produce, produce-beans and variants created by Stagnation (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "dead" + }, + { + "name": "harvest" + }, + { + "name": "produce" + }, + { + "name": "produce-beans" + }, + { + "name": "produce-beans-light" + }, + { + "name": "produce-beans-medium" + }, + { + "name": "produce-beans-dark" + }, + { + "name": "seed" + }, + { + "name": "stage-1" + }, + { + "name": "stage-2" + }, + { + "name": "stage-3" + }, + { + "name": "stage-4" + }, + { + "name": "stage-5" + } + ] +} diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-dark.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-dark.png new file mode 100644 index 0000000000..82cefcec1a Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-dark.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-light.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-light.png new file mode 100644 index 0000000000..9558a63ca9 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-light.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-medium.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-medium.png new file mode 100644 index 0000000000..751b30d35e Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-medium.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans.png new file mode 100644 index 0000000000..d1fe1a808a Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce.png new file mode 100644 index 0000000000..b19fc35b75 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/seed.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/seed.png new file mode 100644 index 0000000000..d598a71786 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/seed.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-1.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-1.png new file mode 100644 index 0000000000..5310c00726 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-1.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-2.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-2.png new file mode 100644 index 0000000000..f75059755f Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-2.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-3.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-3.png new file mode 100644 index 0000000000..0a2428d8cf Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-3.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-4.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-4.png new file mode 100644 index 0000000000..2f8611e951 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-4.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-5.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-5.png new file mode 100644 index 0000000000..32bffe3407 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-5.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/dead.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/dead.png new file mode 100644 index 0000000000..817c0f4bff Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/dead.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/harvest.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/harvest.png new file mode 100644 index 0000000000..2677f3d39b Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/harvest.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/meta.json b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/meta.json new file mode 100644 index 0000000000..d4469cef73 --- /dev/null +++ b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Taken from https://ninjikin.itch.io/fruit edited by terezi4real github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "dead" + }, + { + "name": "seed" + }, + { + "name": "stage-1" + }, + { + "name": "stage-2" + }, + { + "name": "stage-3" + }, + { + "name": "stage-4" + }, + { + "name": "stage-5" + }, + { + "name": "stage-6" + }, + { + "name": "harvest" + }, + { + "name": "produce" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/produce.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/produce.png new file mode 100644 index 0000000000..4b8ec004ac Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/produce.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/seed.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/seed.png new file mode 100644 index 0000000000..fd1e43affc Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/seed.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-1.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-1.png new file mode 100644 index 0000000000..97245d27f2 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-1.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-2.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-2.png new file mode 100644 index 0000000000..02222142ce Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-2.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-3.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-3.png new file mode 100644 index 0000000000..37bd6d53d1 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-3.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-4.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-4.png new file mode 100644 index 0000000000..6826f6a32d Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-4.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-5.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-5.png new file mode 100644 index 0000000000..ca7b73d50a Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-5.png differ diff --git a/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-6.png b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-6.png new file mode 100644 index 0000000000..3cc0947e34 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-6.png differ