From 33d14d8c05b5e4398499a4f7f1bbc2ec7cd12d33 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Mon, 30 Dec 2024 21:02:05 -0300 Subject: [PATCH 01/19] Administrative assistant (#2523) * Added admin assistant * Fix ID * Fix loadout wrong name * Minor errors * Fixing other dumb mistakes * Fix loadout + final touches * Fix stupid spaces + make stamp work * Indent fixes + untouch * Forgor the comment * Me when I untouch the wrong file * Time requirement change --------- Signed-off-by: Radezolid --- .../en-US/deltav/job/job-description.ftl | 1 + .../Locale/en-US/deltav/job/job-names.ftl | 2 + .../en-US/deltav/job/job-supervisors.ftl | 1 + .../en-US/deltav/paper/stamp-component.ftl | 2 +- .../deltav/preferences/loadout-groups.ftl | 7 ++ .../Entities/Clothing/Ears/headsets.yml | 26 ++++ .../Entities/Clothing/Uniforms/jumpskirts.yml | 10 ++ .../Entities/Clothing/Uniforms/jumpsuits.yml | 11 ++ .../DeltaV/Entities/Markers/Spawners/jobs.yml | 13 ++ .../DeltaV/Entities/Objects/Devices/pda.yml | 31 +++++ .../Objects/Misc/identification_cards.yml | 15 +++ .../Entities/Objects/Misc/rubber_stamp.yml | 13 ++ .../Jobs/Command/administrative_assistant.yml | 20 ++++ .../Loadouts/Miscellaneous/wintercoats.yml | 74 ++++++++++++ .../DeltaV/Loadouts/loadout_groups.yml | 41 +++++++ .../DeltaV/Loadouts/role_loadouts.yml | 15 +++ .../Jobs/Command/administrative_assistant.yml | 32 +++++ .../DeltaV/Roles/play_time_trackers.yml | 3 + .../Prototypes/DeltaV/StatusIcon/job.yml | 7 ++ .../Prototypes/Roles/Jobs/departments.yml | 3 +- .../adminassistant.rsi/alt-equipped-EARS.png | Bin 0 -> 294 bytes .../adminassistant.rsi/equipped-EARS.png | Bin 0 -> 154 bytes .../Ears/Headsets/adminassistant.rsi/icon.png | Bin 0 -> 332 bytes .../Headsets/adminassistant.rsi/icon_alt.png | Bin 0 -> 471 bytes .../Headsets/adminassistant.rsi/meta.json | 25 ++++ .../equipped-INNERCLOTHING-monkey.png | Bin 0 -> 20878 bytes .../equipped-INNERCLOTHING.png | Bin 0 -> 1462 bytes .../Jumpskirt/admin_assistant.rsi/icon.png | Bin 0 -> 486 bytes .../admin_assistant.rsi/inhand-left.png | Bin 0 -> 432 bytes .../admin_assistant.rsi/inhand-right.png | Bin 0 -> 438 bytes .../Jumpskirt/admin_assistant.rsi/meta.json | 30 +++++ .../equipped-INNERCLOTHING-monkey.png | Bin 0 -> 20878 bytes .../equipped-INNERCLOTHING.png | Bin 0 -> 1461 bytes .../Jumpsuit/admin_assistant.rsi/icon.png | Bin 0 -> 486 bytes .../admin_assistant.rsi/inhand-left.png | Bin 0 -> 432 bytes .../admin_assistant.rsi/inhand-right.png | Bin 0 -> 438 bytes .../Jumpsuit/admin_assistant.rsi/meta.json | 30 +++++ .../Misc/job_icons.rsi/AdminAssistant.png | Bin 0 -> 213 bytes .../Interface/Misc/job_icons.rsi/meta.json | 5 +- .../Markers/jobs.rsi/adminassistant.png | Bin 0 -> 1003 bytes .../DeltaV/Markers/jobs.rsi/meta.json | 111 +++++++++--------- .../DeltaV/Objects/Devices/pda.rsi/meta.json | 6 +- .../Devices/pda.rsi/pda-admin-assistant.png | Bin 0 -> 546 bytes .../Misc/id_cards.rsi/idadminassistant.png | Bin 0 -> 301 bytes .../Objects/Misc/id_cards.rsi/meta.json | 93 ++++++++------- .../DeltaV/Objects/Misc/stamps.rsi/meta.json | 5 +- .../Misc/stamps.rsi/stamp-admin-assistant.png | Bin 0 -> 340 bytes .../Objects/Misc/bureaucracy.rsi/meta.json | 5 +- .../paper_stamp-admin-assistant.png | Bin 0 -> 227 bytes 49 files changed, 531 insertions(+), 106 deletions(-) create mode 100644 Resources/Prototypes/DeltaV/Loadouts/Jobs/Command/administrative_assistant.yml create mode 100644 Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/wintercoats.yml create mode 100644 Resources/Prototypes/DeltaV/Roles/Jobs/Command/administrative_assistant.yml create mode 100644 Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png create mode 100644 Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png create mode 100644 Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/icon_alt.png create mode 100644 Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/AdminAssistant.png create mode 100644 Resources/Textures/DeltaV/Markers/jobs.rsi/adminassistant.png create mode 100644 Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-admin-assistant.png create mode 100644 Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idadminassistant.png create mode 100644 Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/stamp-admin-assistant.png create mode 100644 Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-admin-assistant.png diff --git a/Resources/Locale/en-US/deltav/job/job-description.ftl b/Resources/Locale/en-US/deltav/job/job-description.ftl index aeabcf5e533..eeaa7658771 100644 --- a/Resources/Locale/en-US/deltav/job/job-description.ftl +++ b/Resources/Locale/en-US/deltav/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/deltav/job/job-names.ftl index 9e1b5f818db..e07faf12990 100644 --- a/Resources/Locale/en-US/deltav/job/job-names.ftl +++ b/Resources/Locale/en-US/deltav/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/deltav/job/job-supervisors.ftl b/Resources/Locale/en-US/deltav/job/job-supervisors.ftl index c5765d9d199..d911839af25 100644 --- a/Resources/Locale/en-US/deltav/job/job-supervisors.ftl +++ b/Resources/Locale/en-US/deltav/job/job-supervisors.ftl @@ -1 +1,2 @@ job-supervisors-cj = the Chief Justice +job-supervisors-command = all command staff diff --git a/Resources/Locale/en-US/deltav/paper/stamp-component.ftl b/Resources/Locale/en-US/deltav/paper/stamp-component.ftl index 78b74bb87b8..c7bf689a587 100644 --- a/Resources/Locale/en-US/deltav/paper/stamp-component.ftl +++ b/Resources/Locale/en-US/deltav/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/preferences/loadout-groups.ftl b/Resources/Locale/en-US/deltav/preferences/loadout-groups.ftl index d26e9e3ab02..a6db234fa36 100644 --- a/Resources/Locale/en-US/deltav/preferences/loadout-groups.ftl +++ b/Resources/Locale/en-US/deltav/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/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml index c77669ddf6b..341152dd2cb 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml @@ -96,3 +96,29 @@ 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: + - EncryptionKeyCommand + - EncryptionKeyCommon + - type: Sprite + sprite: DeltaV/Clothing/Ears/Headsets/adminassistant.rsi + - type: Clothing + sprite: DeltaV/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/Uniforms/jumpskirts.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml index 33077504a70..bb199f52ed8 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml @@ -212,3 +212,13 @@ - type: Clothing sprite: DeltaV/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: DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml index 46e7cf6aea3..b8bc77a4608 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml @@ -429,3 +429,14 @@ sprite: DeltaV/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi - type: Clothing sprite: DeltaV/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: DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml index 130ca1897c8..28f1e8371e1 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml @@ -105,3 +105,16 @@ - state: green - sprite: DeltaV/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: DeltaV/Markers/jobs.rsi + state: adminassistant diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml index 9194afa30c9..786f7bd0bc1 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml @@ -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: DeltaV/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: DeltaV/Objects/Devices/pda.rsi + state: pda-admin-assistant + ## Alternate Job Titles # Passenger diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/identification_cards.yml index 193aed8af56..ef668078c79 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/identification_cards.yml @@ -63,6 +63,21 @@ - type: PresetIdCard job: CargoAssistant +- type: entity + parent: IDCardStandard + id: AdminAssistantIDCard + name: administrative assistant ID card + components: + - type: Sprite + layers: + - state: silver + - sprite: DeltaV/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/rubber_stamp.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/rubber_stamp.yml index c648474144f..a30c89f5561 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/rubber_stamp.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/rubber_stamp.yml @@ -44,3 +44,16 @@ sprite: DeltaV/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: DeltaV/Objects/Misc/stamps.rsi + state: stamp-admin-assistant diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Command/administrative_assistant.yml b/Resources/Prototypes/DeltaV/Loadouts/Jobs/Command/administrative_assistant.yml new file mode 100644 index 00000000000..d99c1e3c026 --- /dev/null +++ b/Resources/Prototypes/DeltaV/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/Miscellaneous/wintercoats.yml b/Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/wintercoats.yml new file mode 100644 index 00000000000..2cfd2208480 --- /dev/null +++ b/Resources/Prototypes/DeltaV/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/DeltaV/Loadouts/loadout_groups.yml index c30c9a43deb..5632ba6d791 100644 --- a/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml @@ -435,6 +435,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/DeltaV/Loadouts/role_loadouts.yml index d1f928d0a78..51492e28bda 100644 --- a/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/DeltaV/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/Roles/Jobs/Command/administrative_assistant.yml b/Resources/Prototypes/DeltaV/Roles/Jobs/Command/administrative_assistant.yml new file mode 100644 index 00000000000..add0cd61794 --- /dev/null +++ b/Resources/Prototypes/DeltaV/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/play_time_trackers.yml b/Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml index af329817d31..7b3abf466e5 100644 --- a/Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml +++ b/Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml @@ -24,3 +24,6 @@ - type: playTimeTracker id: JobCargoAssistant + +- type: playTimeTracker + id: JobAdminAssistant diff --git a/Resources/Prototypes/DeltaV/StatusIcon/job.yml b/Resources/Prototypes/DeltaV/StatusIcon/job.yml index 8c60dade5d8..db29d49b998 100644 --- a/Resources/Prototypes/DeltaV/StatusIcon/job.yml +++ b/Resources/Prototypes/DeltaV/StatusIcon/job.yml @@ -53,3 +53,10 @@ sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi state: CargoAssistant jobName: job-name-cargo-assistant + +- type: jobIcon + parent: JobIcon + id: JobIconAdminAssitant + icon: + sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + state: AdminAssistant diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index 994366a759c..bd3d0bf9cd0 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -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/DeltaV/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/DeltaV/Roles/Jobs/Medical/medicalborg.yml - type: department id: Security diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png b/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png new file mode 100644 index 0000000000000000000000000000000000000000..61bdec487276617e1a2c1bafaa874f58d4cfbc0a GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!3<7*YTw`NnBO)RK0|S$il6-xA zb8>R3s;Wv$OQ-DL=IZL|;NW0kVd3fN859IE!mDb-hFPT!K$bvBkYDhB6u|I5j@ADe zP;RQHi(^Pc>)UI0xf&FB*aH4*T?u>tf179d+Lv7UOZGL2pM9I6xZ~t`v8Q7bIL|h&#Y|iJ`7CfnlQ3gm0WtDRou**>{C0#K;}H?EzBxA^ib^ Wf55$;_qg3Ag7}`UelF{r5}E)>EOpBO literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png b/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png new file mode 100644 index 0000000000000000000000000000000000000000..0000ae7a0d17107c1f5c646f342f899f903cc4d9 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=iJmTwAr*7p-rC69V8G*g@XT?e zcaaBPZ&{2;*tb$MQPitiTXwJis6Jzf1=);T3K0RR?9IT`=} literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..286be81e6e058e8a2c283bbd7fcf928a5a7d3bc1 GIT binary patch literal 332 zcmV-S0ki&zP))^D5CEt_{1cIseBoS}WsVlEg^%)RT-vTL55TTkyt_`GrCg| z3`Ds3v*2$#$*23yzBAzQcpjae%V8q2fe<*BC9*7Y%B?LxM0Pa&!t;v+0Q`J^G$Qfj zQXBxX_!Fn%fVcMrh{$##@JF$lBTZ8jt2s`^p>Az=0b>k$aSUTjBgLHrUiZt&xOIUr z3@hW-1pt7VF`Ui7%m9Eui0%Zm){s(ynIWZw)*8pMtSxZ&9uN9`JDyC=@n*focDK9A zS4y4NGSBlyKB_B-$VO3QZ|%QQ%3ey`gVPKILLf55-`RaolkZsh*}0000k3&w?AcKPm{FF2K?qHEqYOlDVBa)pvfW}61bcG__Gix^ z0F(ka%L{m&&4i0~`;WOSN$8swM}uh#Hp=N`k{07X&wPF}Cq2jjcCPHzd}>kr2%{ZGh+NP`@b zs;YD_7|no0e+jMb<}n@YSie|`T;_iwCclVNWuUB N002ovPDHLkV1lQ5(u4p2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/meta.json new file mode 100644 index 00000000000..d91acee23ca --- /dev/null +++ b/Resources/Textures/DeltaV/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/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..59791ed5fad789d6fbf80d06a23fb7b2c056e6b5 GIT binary patch literal 20878 zcmeI43s_WD9>6cAu0ooXwn%0pX^W4`+~?efFrt7#I*JAxxMkcY%sR}BGlL9RE@`Ef zK&y#bnq`@3S(Ik2A!2@Mt!|mFnfB6Ld}UIpxr&cH^Ek|aL*3A}ZNJO+F@HGs|NozJ ze*bg+=W)MpW@nALqg!-bG=d=AGBeV~1DWFc?a~>1uCh-40*J28j664j#N6onjY6JW z9E%{MyIHeyJ-L?AyyPfK6l8~}BzlXSKpR1lhIyTWG)eIoM5VxLPmXVVdt8B!fC#Xu*TPzf_J28K(-X@;SgAqE1&X(L7&Nem@Op2B#FFa&?% z&C%emB$ur6VN9c@(E{J71EK};-`=DH)cx2Py$)oxGv z6o4RzG@_+DyVR)|$183}u}f0Yr+}{97OD4c&v+#i9SyF4dPGMatJ;Pi-;*{WC|+wD zX1*r@Gyj+hggOa8<5OLV;BmOJ9S)m0FkG`>EDWis{^4mzxZ7%%9VPC8NygSDp@9?f zrlbiT#Y|veEaDi75!pD+lQfSrgE5@PurMb9%~n1v4%w=fLLVfGQ7FM>6TlSA4*Eb*$tRU~-K)*_)mF*@x9NyboNm}c|vu9Wr?6l!n+O6-hCoGO&MvEHtjh{EPl7E> z$JZAhTSk&tNup&`WmFoKNs2~A3ILW^kbQ8HQaDC{RYY)eSydTUUveyMnXCNC@h)X@ z%hFJC^lx*Vg3GP=7V+eGxQaLLivsyBnDzXd0bY=N8zi&jTN)KGmRgjCn$>KX6i~2U z9!_ltE;Dbtj*>#f{$opPz?EOCZ6|Jr>M0Ri%J2fP=xAB>172I2wRRtQmRyxUxP>WK z76ww{Op3sAC_#g{&6p?*WhI$LO(2)hlu5)HnSo&ri(>08`Z^N^80>Js?gaPkaC}>L zY65ieYv2#HO)3=Z1&VAo!sft&*4_DEju^|Z7)h!GDiR!pG8hGxX&Gz?SOt?9QdA{Q zRbl_y5iv3w!+2lNa6M?A=6vU{Pf=VyC*y&s=2$7&Wxqxz)u?{X(Hk7a=<4-L=kwJY)wmIX%O2T}!uILwB@2_4u{q6Mmif1N82{evz;DUw~B~+!s z%oHUF9BEAyBXTq)fGZXl)}On_(PySVm%@*$oKv-((%ZKXM!fC(Kgg+p?9=k34p0A= zpX}i^MqryZ(zm(v-AID$_7ewr5NU9$&WFtxc(tN+A#7#dB8vvS%fSoVHg8w7T{Q-p z8s;ogU5+cgUBeF?y&omB;QL19^BA?+XDY~-VE+CFDnc4=6{y!yJ@i% z`)^Vh0s}ur-1iwY4S(F)H1Eev!ymUc4O!;ctsXNGtgTgXn3eC%NZ{K3F7P%`F`HS+v1SuPUAmuX<1 zH+_>(og zPbJOq@D<;DQ-tKNS+l0H)39N~u0t|b?Ao%SuFj04P;s>3lW0R+#XAkIkG5|g-7s_5 zrOv0eUe{~AH_1MfpvyZ^l!f9Bja$}-~x>yZm<3K#F0ysvt{ zlJ`pC(X#K?H8oyq=v#I3>ZM~=^y|{0`CLakzaLv>7%btJD%*+u=>@_RU@D4b>R}f;qzUFlT8;I?iii? z)Xekrv-dQfXo#+M&_Fed#{wX$gbxzf@{5M)&U8$e$^K7Qjze|l_L!j{*bnAowr zy1M$s^ApDPe9k^-{?4yAu1R=QynpPV`6C9+UsZG8y{C9p-1*p1YgS3ZO^^Mxe`evN zN#u#8ix(T_y$|SiM$Vn9A2YC1)y0d`=JxMuv0O3=iHV7izc2TgofeDaF6wL`tGkzmqj5>O-+r;A4--y zux7^oiglYC2Rny;!{iP4V&A@K%PwbWsg=c8w#)Dy&a$#&2|Zuk6EnO=){vVf9cLIO zbr-emhqE_6`{^O)Yq@KmfAftPr2gnpYsHE0zyJQu4WGLvPZsVhNViil_rJIE@x1b? zDF0~tY>IU~TFIZjJ*Ke(9De2LT^}C7T>R)@>h;^+-jtQ_&}U!o>A!X@m?}eu=COS` z_nj6~`|l6FD@LU4HNCpeob2^xAkQpWa$w#oiR)@>ZAJgcZ&+EgEMegfXJ5RhXL>)T z!}F^KWp?4B%V!z-bd)!t8jKHlg zEvb5LlM9+8QmTtK#J6c$jO^<|v!^|B~;1AE#-E%+Lw`^jjt9#18hDm*P%y9hk zm}O?x=LnKp{HE>5#FU(zKDXXFH12#3`sI%0-`3Y7m6esp9+<^-N;z}#;)SM^C1-l@ zJpak2O%E<#jvc%dckol8d-*l{5f<@_6EB`;kknlHbGpZM^&n*;ndxKFUKx=;{XYb( BxkLZ} literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..ff304f00fd325f955637f40e7d26e0b18fdce658 GIT binary patch literal 1462 zcmV;n1xfmeP)HLssVqLC4vZx zwr3A6L`aSvgw4Tt@X$m40A+<-0y&i2al9RyB*XG- zHjDqp>%HuD1TQ23WWkfp%4m%g5iBhlHhi`g}=uOqc{^26NYv5sNl*`c zLL&P36lhI6b|INek}S(j$&MYeEF1EhB|(=_LtCMn5Yh1PF#LW$d_Er*78Y=Pe2hw^ zf^xZx>+5U4WX#Mbm&iLX@AUZQTC`^(5>(|Ng_`i|5bYiN?4Otmc38FGTtVI4!_wa2voo*6hj& zcJXr=AR5$a6YS)F^h2QQJb*p_d7h`AB3v$)srE8?4RBh3)94%Ev;e2k zH^6BDPNOFS;_*1eVzEzVdKinvC?1dZq(^uv9FNDTTq?o+^eF(q=ksA_XUFyBcRx_! zm!E7~6VQWk?e6YUrBVR^+}7*xkB(w*Z%@;}GZp4q8DiJbXp~-WY&0!NN25_nBod@3 z3Qex8li5nleUHhNby5_C5{U#wqtPZUuQxVWnWo>8<#7hD*NeA@hX8=n(^JG^F+?H} zgu`KMZ*N0YRgrK#K~+_3Z*LT!Uawaup72Z2QmKT|(NSbF z84L{#VQOmXPMD(L*FV#u;e;Vc5>{Wm!pzJJ0AOfn2$@UcNr0JF2RxVgCja5ofKFX*&k!b<2lSl7R~xj{Oe#>vTv z@DS+fF&GMk005~}3XMiXD}SgSz|d$kkV>VRGzmlGDUe7c+Om8;pQp>qOCq8NdkPQ{ zU0z;NKA&&n(`z(q9}#sQ0xSrd54?HvrmfD>(vr4cV0B@kslL@9BCLKhj`{g{ZBN40 z)m2lSMx!D0Dvx^z1Ofp%Iy!1ApPrt^$jAsJNkT4{;|-}IbXxkJy7z|SD9ss?D<>lqJ`)1%;9S#PAq+gZ>pzX+D zJ2n6`EmK>)M9%gIh-f%FJ2Tbrzu6xEi0={LY8$Tsts;zISHoMutHCk@zWw^E)*_>& zC)+kgbU;@Pzy1CPSCIY-5vK(>jlKa+3ve33{|38&B_+F)p{08d9(@n^7rZE9p@b+( QzW@LL07*qoM6N<$g4#c@P)5Ew)%ZxkT@9=^p|~UYhsIOI~@5i119kJk@&*Py^He zH2{EDlSPa%06-K){iPw+n-0^d@72fh=_=^)}*zj z-f&#@FYPu_uzrM6N^s7>IfqiJ>`N){3cy2I;5g1Bp93(=g86*T08kJFm3gHU@;nFU zyqud(r-jW}5ZG)s#@Ap4&}y}CI-PE= zYcv|z@Ap;!R)0bO@I0@4`B|31b=`8D=eg~6<`Dp{-+}M@NYk{k*5>ra0RO3{*8?>` c4NwDo1MX!yx5$cKQ2+n{07*qoM6N<$f@_G?UjP6A literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..15c30a0491469a4dc719bc4bd8471213c33ecce5 GIT binary patch literal 432 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0}1^9%xW@Tl~oH?_wu<-x?{|62nxPSltj~_plELn2&=utH_wcg%dCMG5+ zDJgSv^V-^4V`F0{CnuoR`R^om11X`BAirRsMpVG?X#aj8pe$#BM`SSr1K(i~W;~w1 zA_XY;)YHW=B*Oje)YE*;20Sbak8Rl#_36L;?HLl96TdfH^`2mJIO;WD{7SaD=ie9F@3%Sfx_wI4KD~47MhuL+bA*DG6*}A0f_<(C_8##Gshw-w zdCbb1u}S@6_ooQ%oH8aMOa1ww?-%$u3O>KQZe!EE74ux!`PI1_ulPY zCQK7F9X{MFuasguA@U(Q*fE@Sis*&CJ2)IUS_E1gcFa9sw%wm$)@{uVXWt4Pcy{fl z(1x9*``9uv=QC{C;?EFuOLK$nTag>n%I-DhW-dQaRPE>$zr%v1DL}sM0?@+@p00i_ I>zopr0Q`uwBLDyZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..53512e6969e83d3e779142d0c1aac269221eb24c GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0}1^9%xW@Tl~oH?_wu<-x?|M&0TKXBl{j~_plELn2&=utH_wcg%dCMG5+ zDJgSv^V-^4V`F0{Cnum*m58V#KuV}2$S)YE5fv~z+P_~2D9c&k5n0T@z;_sg8IR|$ zNC67I_H=O!iEw{A^(J4l0T0VUvn?^YKmX6qozrZgAiBGD;Usqrwk?u^aoY;*lbD1B z)C?F4B^@Q!p1HOqk@tJ$v2yc?3p4Xgip)3}<{svAVS1r4XLF(nLj#8`2anzDV2kw0 z5BNSX?Dt|RHCy|I_g>|`{}awK?-f=3{r#pz`^EWOg))aOr|IMOcsD(9bgd@|HxUB?~bVPDv~v$b{|VD0MCo3druBFPwq^%-p3Afd~% zy6z&_i@nuimv!2__nCZ)s&TzP$5$J6OPgg&ebxsLQ E0M|vYr2qf` literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json new file mode 100644 index 00000000000..0736961299f --- /dev/null +++ b/Resources/Textures/DeltaV/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/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..59791ed5fad789d6fbf80d06a23fb7b2c056e6b5 GIT binary patch literal 20878 zcmeI43s_WD9>6cAu0ooXwn%0pX^W4`+~?efFrt7#I*JAxxMkcY%sR}BGlL9RE@`Ef zK&y#bnq`@3S(Ik2A!2@Mt!|mFnfB6Ld}UIpxr&cH^Ek|aL*3A}ZNJO+F@HGs|NozJ ze*bg+=W)MpW@nALqg!-bG=d=AGBeV~1DWFc?a~>1uCh-40*J28j664j#N6onjY6JW z9E%{MyIHeyJ-L?AyyPfK6l8~}BzlXSKpR1lhIyTWG)eIoM5VxLPmXVVdt8B!fC#Xu*TPzf_J28K(-X@;SgAqE1&X(L7&Nem@Op2B#FFa&?% z&C%emB$ur6VN9c@(E{J71EK};-`=DH)cx2Py$)oxGv z6o4RzG@_+DyVR)|$183}u}f0Yr+}{97OD4c&v+#i9SyF4dPGMatJ;Pi-;*{WC|+wD zX1*r@Gyj+hggOa8<5OLV;BmOJ9S)m0FkG`>EDWis{^4mzxZ7%%9VPC8NygSDp@9?f zrlbiT#Y|veEaDi75!pD+lQfSrgE5@PurMb9%~n1v4%w=fLLVfGQ7FM>6TlSA4*Eb*$tRU~-K)*_)mF*@x9NyboNm}c|vu9Wr?6l!n+O6-hCoGO&MvEHtjh{EPl7E> z$JZAhTSk&tNup&`WmFoKNs2~A3ILW^kbQ8HQaDC{RYY)eSydTUUveyMnXCNC@h)X@ z%hFJC^lx*Vg3GP=7V+eGxQaLLivsyBnDzXd0bY=N8zi&jTN)KGmRgjCn$>KX6i~2U z9!_ltE;Dbtj*>#f{$opPz?EOCZ6|Jr>M0Ri%J2fP=xAB>172I2wRRtQmRyxUxP>WK z76ww{Op3sAC_#g{&6p?*WhI$LO(2)hlu5)HnSo&ri(>08`Z^N^80>Js?gaPkaC}>L zY65ieYv2#HO)3=Z1&VAo!sft&*4_DEju^|Z7)h!GDiR!pG8hGxX&Gz?SOt?9QdA{Q zRbl_y5iv3w!+2lNa6M?A=6vU{Pf=VyC*y&s=2$7&Wxqxz)u?{X(Hk7a=<4-L=kwJY)wmIX%O2T}!uILwB@2_4u{q6Mmif1N82{evz;DUw~B~+!s z%oHUF9BEAyBXTq)fGZXl)}On_(PySVm%@*$oKv-((%ZKXM!fC(Kgg+p?9=k34p0A= zpX}i^MqryZ(zm(v-AID$_7ewr5NU9$&WFtxc(tN+A#7#dB8vvS%fSoVHg8w7T{Q-p z8s;ogU5+cgUBeF?y&omB;QL19^BA?+XDY~-VE+CFDnc4=6{y!yJ@i% z`)^Vh0s}ur-1iwY4S(F)H1Eev!ymUc4O!;ctsXNGtgTgXn3eC%NZ{K3F7P%`F`HS+v1SuPUAmuX<1 zH+_>(og zPbJOq@D<;DQ-tKNS+l0H)39N~u0t|b?Ao%SuFj04P;s>3lW0R+#XAkIkG5|g-7s_5 zrOv0eUe{~AH_1MfpvyZ^l!f9Bja$}-~x>yZm<3K#F0ysvt{ zlJ`pC(X#K?H8oyq=v#I3>ZM~=^y|{0`CLakzaLv>7%btJD%*+u=>@_RU@D4b>R}f;qzUFlT8;I?iii? z)Xekrv-dQfXo#+M&_Fed#{wX$gbxzf@{5M)&U8$e$^K7Qjze|l_L!j{*bnAowr zy1M$s^ApDPe9k^-{?4yAu1R=QynpPV`6C9+UsZG8y{C9p-1*p1YgS3ZO^^Mxe`evN zN#u#8ix(T_y$|SiM$Vn9A2YC1)y0d`=JxMuv0O3=iHV7izc2TgofeDaF6wL`tGkzmqj5>O-+r;A4--y zux7^oiglYC2Rny;!{iP4V&A@K%PwbWsg=c8w#)Dy&a$#&2|Zuk6EnO=){vVf9cLIO zbr-emhqE_6`{^O)Yq@KmfAftPr2gnpYsHE0zyJQu4WGLvPZsVhNViil_rJIE@x1b? zDF0~tY>IU~TFIZjJ*Ke(9De2LT^}C7T>R)@>h;^+-jtQ_&}U!o>A!X@m?}eu=COS` z_nj6~`|l6FD@LU4HNCpeob2^xAkQpWa$w#oiR)@>ZAJgcZ&+EgEMegfXJ5RhXL>)T z!}F^KWp?4B%V!z-bd)!t8jKHlg zEvb5LlM9+8QmTtK#J6c$jO^<|v!^|B~;1AE#-E%+Lw`^jjt9#18hDm*P%y9hk zm}O?x=LnKp{HE>5#FU(zKDXXFH12#3`sI%0-`3Y7m6esp9+<^-N;z}#;)SM^C1-l@ zJpak2O%E<#jvc%dckol8d-*l{5f<@_6EB`;kknlHbGpZM^&n*;ndxKFUKx=;{XYb( BxkLZ} literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3a50b9744a4e3fca5f2e7b8f4bbd9e26fe1ff1 GIT binary patch literal 1461 zcmZ{kdpy$%6u^IDk>PqRkGw}(nr+BC`^dEzOA%&EhP;+A$|Jc#h-gY!5PkY2e&;`^B4bbm3_Jawgktt%+a zKs&*!t7vc)C#7eLf?Roxi93p>iVLN!tzYDSOIp!<5w)s_K$szxOdYtn5WQ!i_?|7Z z&U;5*bzR2y`wrhbj_Y#Gl`?9N3mP{UHwfgwv@$o3bUyX16(_+_;mv=NHF**Wt`(-i ziWxaMAb=y0WJqV1mysZjRO)K);Gq9K5~f*jN!Y=>^)B|_qJ`WPES`;7S`G1AQwhpyn6R{4(epM;`%LQzm` zV@*5qhVOl*fP0{Rg!1Ci)Mq1NxyacCJ88g?2;#~l(k#L1Ip=G}Qs({4!B=EB^akES zqrd}=!G!jrDtL#=qo9yH?JOYvi>euo-7>C@^$z<}`0We$TCY=t8|A!FBG*vu^!OX6&zqXO@6QW&R zUF|-MEPfJ+;)D)1v?gU%2+HYrU?AE$qhQc-eRK1Ue{X& z{#amOK+~u*W$jq3T_(mj1gUe-NKM8}40$|dW8L{o6suRE=+E3__7sPVtPrlGKYs8@ zkgY~lX*~g;g16F03E<^|!MV9pK13#I)XG60v8`XWLQ8|K^SH4_VqOZUU8oz@1$6&E z2M20qR~!rKwnola@4^<(uA~z(Snm|(RvdS&o=@N21_5SfW;e`nH$y^9fxgW|a`(`X zwS^7=pgqmrw)86TAP@)uzzlGwo`br$xP*}N*g^Roe)asgI8~qFI(UgWE&!oTiKdiA zmj?};ZbHh`7>tmm%?l%P%Vlj=#gvz;j?ctm^wW=@THcjx@t`K#Bj!^*tFsZ{m$ z_IA7Qe%LoDioyoTZlX6^a*54$0yr}>CjO1k=$M#d{(H7)&iCTPo_$NzRYgM$^Vbwl zYly9PkB%}%$M&(z!V(kJj4_!UfxwVPB82&I?2izYmWBNN{Wh#s&p3D79!ivz-FY4-s7Ggb6DN2yMYpGJTYHp7)+L` z$6Jild6t-q4(E(>B-1AjyE#Zt>KxQihvbnA)WCAkpDt6fvZ_0~x~z(5OH1+enwtAm zM|_SO1A7z>oh<}fZkaSyT6y~(J*p)xxtWld==UvtV)$(s99mafYYL!-sL9DNfGL#+ zsHv$zIthykN{mjNyZR-`;S!_0l ymcJlAk&`q%HMQR1$yh>f8O>akOI2>w|1QtK^t;u+v)`8eVE~8q^=NSqyZA37hN_1E literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f085ca55dbd896e93d5def896101bf5734f87c62 GIT binary patch literal 486 zcmV@P)5Ew)%ZxkT@9=^p|~UYhsIOI~@5i119kJk@&*Py^He zH2{EDlSPa%06-K){iPw+n-0^d@72fh=_=^)}*zj z-f&#@FYPu_uzrM6N^s7>IfqiJ>`N){3cy2I;5g1Bp93(=g86*T08kJFm3gHU@;nFU zyqud(r-jW}5ZG)s#@Ap4&}y}CI-PE= zYcv|z@Ap;!R)0bO@I0@4`B|31b=`8D=eg~6<`Dp{-+}M@NYk{k*5>ra0RO3{*8?>` c4NwDo1MX!yx5$cKQ2+n{07*qoM6N<$f@_G?UjP6A literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..15c30a0491469a4dc719bc4bd8471213c33ecce5 GIT binary patch literal 432 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0}1^9%xW@Tl~oH?_wu<-x?{|62nxPSltj~_plELn2&=utH_wcg%dCMG5+ zDJgSv^V-^4V`F0{CnuoR`R^om11X`BAirRsMpVG?X#aj8pe$#BM`SSr1K(i~W;~w1 zA_XY;)YHW=B*Oje)YE*;20Sbak8Rl#_36L;?HLl96TdfH^`2mJIO;WD{7SaD=ie9F@3%Sfx_wI4KD~47MhuL+bA*DG6*}A0f_<(C_8##Gshw-w zdCbb1u}S@6_ooQ%oH8aMOa1ww?-%$u3O>KQZe!EE74ux!`PI1_ulPY zCQK7F9X{MFuasguA@U(Q*fE@Sis*&CJ2)IUS_E1gcFa9sw%wm$)@{uVXWt4Pcy{fl z(1x9*``9uv=QC{C;?EFuOLK$nTag>n%I-DhW-dQaRPE>$zr%v1DL}sM0?@+@p00i_ I>zopr0Q`uwBLDyZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..53512e6969e83d3e779142d0c1aac269221eb24c GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0}1^9%xW@Tl~oH?_wu<-x?|M&0TKXBl{j~_plELn2&=utH_wcg%dCMG5+ zDJgSv^V-^4V`F0{Cnum*m58V#KuV}2$S)YE5fv~z+P_~2D9c&k5n0T@z;_sg8IR|$ zNC67I_H=O!iEw{A^(J4l0T0VUvn?^YKmX6qozrZgAiBGD;Usqrwk?u^aoY;*lbD1B z)C?F4B^@Q!p1HOqk@tJ$v2yc?3p4Xgip)3}<{svAVS1r4XLF(nLj#8`2anzDV2kw0 z5BNSX?Dt|RHCy|I_g>|`{}awK?-f=3{r#pz`^EWOg))aOr|IMOcsD(9bgd@|HxUB?~bVPDv~v$b{|VD0MCo3druBFPwq^%-p3Afd~% zy6z&_i@nuimv!2__nCZ)s&TzP$5$J6OPgg&ebxsLQ E0M|vYr2qf` literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json new file mode 100644 index 00000000000..0736961299f --- /dev/null +++ b/Resources/Textures/DeltaV/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/Interface/Misc/job_icons.rsi/AdminAssistant.png b/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/AdminAssistant.png new file mode 100644 index 0000000000000000000000000000000000000000..1f45dff992aba445b65ad06a96b59ca5d2ef5dcc GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqoCO|{#S9F3${@^GvDCf{DA?}l z;us<^HTlo~|MrU`0zU805C3jZkh$AH;c|SQTuRcDu+6{qAIvz{z%%bmM^XY12ykbm zB|N%Rc2Mi&fddCVynQ9dwhX8#Vd|8V5yuWJecNR4@MMn$+svNS0?#>W2UH{_BqVlh ziIs=|5(X+0?jHE@|9`!kTs literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json b/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json index d7942b8e633..8d4e9aea176 100644 --- a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json +++ b/Resources/Textures/DeltaV/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/Markers/jobs.rsi/adminassistant.png b/Resources/Textures/DeltaV/Markers/jobs.rsi/adminassistant.png new file mode 100644 index 0000000000000000000000000000000000000000..cf335a8a10dd46055b705fe54f48c574b17516f9 GIT binary patch literal 1003 zcmVPjyib1b{azA|F@~d*V@DeOUjT@8zaTu z7I_p31-7SD-7z&a)pa3pQH!wg@jW{=nDyzeK6r-7hxc%Q{BpG2i1OrGx#T`I0MB(# zsj`WQiO4$;TtuZ(L8H-trfFz4o48#rp|@W|Jn2tO zI|*#XTDimk;N|P59^2N&IzF32o*FPs6SZ26b9_!u-U#f7q22{|hryi6Zv|M{9z-IM za3LIkprEZ1`dzTKvF>+{#bDbuD5Y&r!(RhbVC{{uw+F)>Zkr?YLltv-x|{v^w0a_&N1-$5*vz~+zdoOtFe+ui+zbh^h~TUWn^ zK8m4sAe+gto}ONhPSDt~&egn7DC-_bi72E&-002ov zPDHLkV1lB>`HuKT4Ole<%t&wOna&", - + "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/DeltaV/Objects/Devices/pda.rsi/pda-admin-assistant.png b/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-admin-assistant.png new file mode 100644 index 0000000000000000000000000000000000000000..198b8cd634222b6e6f7698a1739e64e7a09b79c1 GIT binary patch literal 546 zcmV+-0^R+IP)m??bAlrj&rIPfqXhR60qPl%@SGcPE|h9-Z#Q9sG}fJvKx)Bgw3>%s+av zC2Z*MRSAGMAM309@yR;?bmh{rpNDpxCyFIu$ID2iQq1RbqL~8mc$`ouM50)t->4Hw zW(_NZr7V)n8i`_w!T0w7Y&I<)aEq`DQ$RkS7p@LBh_wJt z!YLv!fL{nt04IpR0d|Oc0f-Ry23Qy2E5Hol8Q^p%*G1R@+^lIcglB-;AIn{YXMilr zo)De^K_eW^fglmKfV=D3Z-gzt?C0Vq!qFTE65(l2=m)}bTRt83h-M0;E7jGt$)8j* zNsnG^0#G{}b8ss^?zWi@d+q_t7pHW6g03%i!LxzF&DDhv;M>t`?|Bk{ kZ$Fh){_BrZKzua&4N11}{cTMOKmY&$07*qoM6N<$g1WcykpKVy literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idadminassistant.png b/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idadminassistant.png new file mode 100644 index 0000000000000000000000000000000000000000..0b51c9fac27bbb72b7dd833e130f0526b111a294 GIT binary patch literal 301 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND0tt~ z#W5tJHTlo~|MrI+n3geat-Zpym`|egzzSvw35ke~z#}J4oH(#H?fd*jAc*vu{qX(f z)jS{&pD&wqWO@ILplKTH1*>oV6)*5{=U8$3z*~hU9IGrEBE6(r|EIW#FoVGU$AWBa z(d`-==kG9K;4Vrzeer1KD~6nDr&Dwm-zZun%h1g6!4E71k9fs8zQ(D|UhWS`)z4*}Q$iB}kyLTO literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/meta.json index 6df2aef4c56..441f4fd5c5c 100644 --- a/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/meta.json +++ b/Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/meta.json @@ -1,47 +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", - "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" - } - ] + "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/stamps.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/meta.json index 18d546a1196..997ebddddc3 100644 --- a/Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/meta.json +++ b/Resources/Textures/DeltaV/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/DeltaV/Objects/Misc/stamps.rsi/stamp-admin-assistant.png b/Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/stamp-admin-assistant.png new file mode 100644 index 0000000000000000000000000000000000000000..1dc32cfafea1c60f77ad4660e37df04cbaf2b097 GIT binary patch literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DX&fq{|D z)5S3)qV?@H!>q#wBF8@d*S@=_MCgdO)o-Dhm!vDS756$!9%94_&D`cLvqI0SQmb^2}K?N81?63AA3?7?-rDP+I`$7xR-Ii j?BaAs78eH=mjmKGeIFP~TE%jK!NlO{>gTe~DWM4f2zZVN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json index 7edccd85dc9..5056cd9c257 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 0000000000000000000000000000000000000000..cd882ce160223f233bb86c8586502196c09bfb35 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWNC^*&A z#W5tJ_3gEdf-MRHtO5IYBN`Oj+{_wEC5r#XFq$RvFKH7?V7;HgdxkH+pyc1VHx5Vk z{bXdA^zPiMyt#S}3``sf4GiH741Ia+{JHTw2~V9oo9r%neNPC zIl1PW;wJh1TNZBnSH)LU@50dcW4r0j)OiUFN}LgMll7+^*#Bzhcd%&(vKg!yn~ymh TeOxsG=s*TfS3j3^P6 Date: Tue, 31 Dec 2024 01:12:43 +0000 Subject: [PATCH 02/19] refactor harpy singing visuals into InstrumentVisuals (#2564) Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../DeltaV/Harpy/HarpySingerSystem.cs | 23 ------------- .../Harpy/Components/HarpyVisualSystem.cs | 17 ---------- .../Instruments/InstrumentVisualsComponent.cs | 18 ++++++++++ .../Instruments/InstrumentVisualsSystem.cs | 33 +++++++++++++++++++ .../DeltaV/Entities/Mobs/Species/harpy.yml | 11 ++++--- 5 files changed, 57 insertions(+), 45 deletions(-) delete mode 100644 Content.Shared/DeltaV/Harpy/Components/HarpyVisualSystem.cs create mode 100644 Content.Shared/DeltaV/Instruments/InstrumentVisualsComponent.cs create mode 100644 Content.Shared/DeltaV/Instruments/InstrumentVisualsSystem.cs diff --git a/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs b/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs index d7710cd514b..ec784dfd5b7 100644 --- a/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs +++ b/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs @@ -20,7 +20,6 @@ using Robust.Server.GameObjects; using Robust.Shared.Player; using Robust.Shared.Prototypes; -using Content.Shared.DeltaV.Harpy.Components; namespace Content.Server.DeltaV.Harpy { @@ -31,7 +30,6 @@ public sealed class HarpySingerSystem : EntitySystem [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 @@ public override void Initialize() 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 @@ private void OnInstrumentOpen(EntityUid uid, HarpySingerComponent component, Ope 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.Shared/DeltaV/Harpy/Components/HarpyVisualSystem.cs b/Content.Shared/DeltaV/Harpy/Components/HarpyVisualSystem.cs deleted file mode 100644 index f5100e13c7f..00000000000 --- 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/DeltaV/Instruments/InstrumentVisualsComponent.cs b/Content.Shared/DeltaV/Instruments/InstrumentVisualsComponent.cs new file mode 100644 index 00000000000..ea484fdfccc --- /dev/null +++ b/Content.Shared/DeltaV/Instruments/InstrumentVisualsComponent.cs @@ -0,0 +1,18 @@ +using Robust.Shared.GameStates; +using Robust.Shared.Serialization; + +namespace Content.Shared.DeltaV.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/DeltaV/Instruments/InstrumentVisualsSystem.cs b/Content.Shared/DeltaV/Instruments/InstrumentVisualsSystem.cs new file mode 100644 index 00000000000..d55cd3aa767 --- /dev/null +++ b/Content.Shared/DeltaV/Instruments/InstrumentVisualsSystem.cs @@ -0,0 +1,33 @@ +using Content.Shared.Instruments; +using Content.Shared.UserInterface; + +namespace Content.Shared.DeltaV.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/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml index 54af2dc1936..02aa1863842 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml @@ -77,7 +77,7 @@ - map: [ "enum.HumanoidVisualLayers.HeadTop" ] - map: [ "mask" ] - map: [ "head" ] - - map: [ "singingLayer" ] + - map: [ enum.InstrumentVisuals.Layer ] sprite: DeltaV/Effects/harpysinger.rsi state: singing_music_notes visible: false @@ -115,12 +115,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 From a31f342c202d654b3f4c234b367e7e09cf27ad57 Mon Sep 17 00:00:00 2001 From: leo <136020119+leonardo-dabepis@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:19:50 +1000 Subject: [PATCH 03/19] Chief Justice Clothes 2: The Second Coming of Drip (#2558) * adds code for unfinished CJ clothes you're welcoem for me existing B) B) B) * Update mantles.yml --- .../DeltaV/Catalog/Fills/Lockers/chiefjustice.yml | 2 ++ .../DeltaV/Entities/Clothing/Neck/mantles.yml | 12 ++++++++++++ .../DeltaV/Loadouts/Jobs/Justice/chiefjustice.yml | 5 +++++ .../Prototypes/DeltaV/Loadouts/loadout_groups.yml | 1 + 4 files changed, 20 insertions(+) diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/chiefjustice.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/chiefjustice.yml index 0f7eb99d45d..5fe5d2b3859 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/chiefjustice.yml +++ b/Resources/Prototypes/DeltaV/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/Entities/Clothing/Neck/mantles.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/mantles.yml index 44453c0b674..4ad4c85a45e 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/mantles.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/mantles.yml @@ -9,3 +9,15 @@ sprite: DeltaV/Clothing/Neck/mantles/ryuzo.rsi - type: Clothing sprite: DeltaV/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: DeltaV/Clothing/Neck/mantles/cjmantle.rsi + - type: Clothing + sprite: DeltaV/Clothing/Neck/mantles/cjmantle.rsi + \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/chiefjustice.yml b/Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/chiefjustice.yml index 723ec47a758..afab7dbf874 100644 --- a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/chiefjustice.yml +++ b/Resources/Prototypes/DeltaV/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/loadout_groups.yml b/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml index 5632ba6d791..5893a20fd8e 100644 --- a/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml @@ -304,6 +304,7 @@ minLimit: 0 loadouts: - ChiefJusticeCloak + - ChiefJusticeMantle - type: loadoutGroup id: ChiefJusticeOuterClothing From 7059fb271a1bd9e463f212a007133ee00355d3f4 Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:20:09 +0100 Subject: [PATCH 04/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 2046d04709b..c6d9550f673 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,11 +1,4 @@ Entries: -- 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 @@ -3836,3 +3829,11 @@ 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 From 73ddca84a97ac4ece818f2eb0efc1674c8ac20c1 Mon Sep 17 00:00:00 2001 From: Lyndomen <49795619+Lyndomen@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:15:17 -0500 Subject: [PATCH 05/19] Ports Pears & Coffee from Frontier (#2232) * meow * meow * meow * meow * Port CD Records Computer * Port CD Records Computer * meow --- .../en-US/_NF/flavors/flavor-profiles.ftl | 3 + .../nutrition/components/food-sequence.ftl | 1 + .../reagents/meta/consumable/drink/drinks.ftl | 2 + .../meta/consumable/food/ingredients.ftl | 2 + Resources/Locale/en-US/_NF/seeds/seeds.ftl | 5 + .../VendingMachines/Inventories/seeds.yml | 2 + .../Random/Food_Drinks/food_produce.yml | 5 + .../Objects/Consumable/Food/ingredients.yml | 98 ++++++++++++ .../Objects/Consumable/Food/meals.yml | 144 ++++++++++++++++++ .../Objects/Consumable/Food/produce.yml | 25 +++ .../Objects/Specific/Hydroponics/seeds.yml | 75 +++++++++ Resources/Prototypes/_NF/Flavors/flavors.yml | 9 ++ .../_NF/Reagents/Consumables/Drink/drinks.yml | 25 +++ .../_NF/Reagents/Consumables/ingredients.yml | 17 +++ .../Construction/Graphs/food/coffee.yml | 40 +++++ .../_NF/Recipes/Cooking/meal_recipes.yml | 48 ++++++ .../_NF/Recipes/Reactions/drinks.yml | 24 +++ .../Drinks/pumpkinspicelatte.rsi/fill-1.png | Bin 0 -> 546 bytes .../Drinks/pumpkinspicelatte.rsi/fill-2.png | Bin 0 -> 493 bytes .../Drinks/pumpkinspicelatte.rsi/icon.png | Bin 0 -> 493 bytes .../pumpkinspicelatte.rsi/icon_empty.png | Bin 0 -> 363 bytes .../Drinks/pumpkinspicelatte.rsi/meta.json | 23 +++ .../Food/Baked/bread.rsi/inhand-left.png | Bin 0 -> 207 bytes .../Food/Baked/bread.rsi/inhand-right.png | Bin 0 -> 212 bytes .../Consumable/Food/Baked/bread.rsi/meta.json | 22 +++ .../Food/Baked/bread.rsi/pearmuffin.png | Bin 0 -> 639 bytes .../Food/Baked/pie.rsi/inhand-left.png | Bin 0 -> 347 bytes .../Food/Baked/pie.rsi/inhand-right.png | Bin 0 -> 340 bytes .../Consumable/Food/Baked/pie.rsi/meta.json | 25 +++ .../Food/Baked/pie.rsi/pearandcheese.png | Bin 0 -> 485 bytes .../Consumable/Food/Baked/pie.rsi/tin.png | Bin 0 -> 208 bytes .../Consumable/Food/bowl.rsi/bellepear.png | Bin 0 -> 517 bytes .../Objects/Consumable/Food/bowl.rsi/bowl.png | Bin 0 -> 401 bytes .../Consumable/Food/bowl.rsi/meta.json | 20 +++ .../Consumable/Food/bowl.rsi/poachedpear.png | Bin 0 -> 373 bytes .../Specific/Hydroponics/coffee.rsi/dead.png | Bin 0 -> 370 bytes .../Hydroponics/coffee.rsi/harvest.png | Bin 0 -> 381 bytes .../Specific/Hydroponics/coffee.rsi/meta.json | 50 ++++++ .../coffee.rsi/produce-beans-dark.png | Bin 0 -> 421 bytes .../coffee.rsi/produce-beans-light.png | Bin 0 -> 471 bytes .../coffee.rsi/produce-beans-medium.png | Bin 0 -> 442 bytes .../Hydroponics/coffee.rsi/produce-beans.png | Bin 0 -> 592 bytes .../Hydroponics/coffee.rsi/produce.png | Bin 0 -> 448 bytes .../Specific/Hydroponics/coffee.rsi/seed.png | Bin 0 -> 195 bytes .../Hydroponics/coffee.rsi/stage-1.png | Bin 0 -> 311 bytes .../Hydroponics/coffee.rsi/stage-2.png | Bin 0 -> 321 bytes .../Hydroponics/coffee.rsi/stage-3.png | Bin 0 -> 325 bytes .../Hydroponics/coffee.rsi/stage-4.png | Bin 0 -> 355 bytes .../Hydroponics/coffee.rsi/stage-5.png | Bin 0 -> 377 bytes .../Specific/Hydroponics/pear.rsi/dead.png | Bin 0 -> 390 bytes .../Specific/Hydroponics/pear.rsi/harvest.png | Bin 0 -> 2824 bytes .../Specific/Hydroponics/pear.rsi/meta.json | 41 +++++ .../Specific/Hydroponics/pear.rsi/produce.png | Bin 0 -> 5851 bytes .../Specific/Hydroponics/pear.rsi/seed.png | Bin 0 -> 2047 bytes .../Specific/Hydroponics/pear.rsi/stage-1.png | Bin 0 -> 148 bytes .../Specific/Hydroponics/pear.rsi/stage-2.png | Bin 0 -> 172 bytes .../Specific/Hydroponics/pear.rsi/stage-3.png | Bin 0 -> 203 bytes .../Specific/Hydroponics/pear.rsi/stage-4.png | Bin 0 -> 2172 bytes .../Specific/Hydroponics/pear.rsi/stage-5.png | Bin 0 -> 2512 bytes .../Specific/Hydroponics/pear.rsi/stage-6.png | Bin 0 -> 2785 bytes 60 files changed, 706 insertions(+) create mode 100644 Resources/Locale/en-US/_NF/flavors/flavor-profiles.ftl create mode 100644 Resources/Locale/en-US/_NF/nutrition/components/food-sequence.ftl create mode 100644 Resources/Locale/en-US/_NF/reagents/meta/consumable/drink/drinks.ftl create mode 100644 Resources/Locale/en-US/_NF/reagents/meta/consumable/food/ingredients.ftl create mode 100644 Resources/Locale/en-US/_NF/seeds/seeds.ftl create mode 100644 Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/ingredients.yml create mode 100644 Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/meals.yml create mode 100644 Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/produce.yml create mode 100644 Resources/Prototypes/_NF/Entities/Objects/Specific/Hydroponics/seeds.yml create mode 100644 Resources/Prototypes/_NF/Flavors/flavors.yml create mode 100644 Resources/Prototypes/_NF/Reagents/Consumables/Drink/drinks.yml create mode 100644 Resources/Prototypes/_NF/Reagents/Consumables/ingredients.yml create mode 100644 Resources/Prototypes/_NF/Recipes/Construction/Graphs/food/coffee.yml create mode 100644 Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml create mode 100644 Resources/Prototypes/_NF/Recipes/Reactions/drinks.yml create mode 100644 Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/fill-1.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/fill-2.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/icon.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/icon_empty.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Drinks/pumpkinspicelatte.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/pearmuffin.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/pearandcheese.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/Baked/pie.rsi/tin.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/bellepear.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/bowl.png create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Consumable/Food/bowl.rsi/poachedpear.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/dead.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/harvest.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-dark.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-light.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans-medium.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce-beans.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/produce.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/seed.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-1.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-2.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-3.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-4.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/coffee.rsi/stage-5.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/dead.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/harvest.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/produce.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/seed.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-1.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-2.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-3.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-4.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-5.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Hydroponics/pear.rsi/stage-6.png 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 00000000000..e02b97eede7 --- /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 00000000000..bd66c79e9a1 --- /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 00000000000..2ad481dcba0 --- /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 00000000000..15840f7cb9d --- /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 00000000000..83771c18326 --- /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/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml index bd0990050b3..327f0aea5f8 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/Entities/Markers/Spawners/Random/Food_Drinks/food_produce.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_produce.yml index 9e2d05dfa09..d1a2f7629e6 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/_NF/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/ingredients.yml new file mode 100644 index 00000000000..f3699201317 --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/ingredients.yml @@ -0,0 +1,98 @@ +- 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 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 00000000000..aabc218d6ad --- /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 00000000000..e85a41fdf5a --- /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 00000000000..ee313969b86 --- /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 00000000000..b353838aa2e --- /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/Reagents/Consumables/Drink/drinks.yml b/Resources/Prototypes/_NF/Reagents/Consumables/Drink/drinks.yml new file mode 100644 index 00000000000..6317a70b26e --- /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 00000000000..28c008bf7df --- /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 00000000000..9f2f32d980c --- /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 00000000000..67bb0605011 --- /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 00000000000..c42381bc3db --- /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/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 0000000000000000000000000000000000000000..b459537e1c3e69f5ba34b59e5cc86d0de96530a8 GIT binary patch literal 546 zcmV+-0^R+IP)A#vDb@^1Fioit3^9>nE$D$DHz>*>xYR|L+DYL+=L}ul{5uyFL?Kj+g0!e$ z9ZUx?a5aWBhA5{9QA)1GxR}OJ`Z?GukviOWB*o#L?e2Yf--qAJ2Ob`hSfz~UKtC;I}3et2^z|{%t6jV(Ys-}yqVT!C_Ze1#>rVFc-*;s6qGC~L;+$1BNfU4=@ z^~+ndiaGXg&tnuS+HQ=6htJB6lM_%iUBr@c=H@@~;OB|IYULG$bC<57YI=80 zF?R9F#=WoKc`Dkm|78tR$O`m0U9O)$!;bJSo;}Ypdg>@2u3cbfw1>u0nd-fp>^V8c z?Yocp@x4y<^V`c#1p-bRjY5Sd4`+xa<22JL`o?e2KfD)!zHxH{H(mjD#G7jYhf{{UnP9JBjy3A_bBoIpQF~0!R=>0k`CE(~4OifPs z-sMXiQVsynuohXXF5{1e34{`?)=jCU?Knk literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..63284c562de0443b9620ed2792ee960a668335ce GIT binary patch literal 493 zcmVsDolFv4BN$&t& zzX_?DrOjfU*1uVtS$i{h(PvIm8KAZ-@KV5UZHMjQTb?>!E zn9Hj&#%P}sgeQPZEGmQ$GCGBXjG0(eG#$Xu^t#^P#Fyo>q3O*7n2l}EWC|@3W_)G}fcuL>>}1OAQfdITdUEb~y?)>}ze1?JpO?oXPtKhZfTwNP z6P^a3t+Sh8Z-+DwwfEE3+1)&V_}*IJ+$u1l4*{PQsD)6K>lVcK)&jShF2=fAe#}<2 z1w>{ jwPO`?U%q_#`V)EsKu8i82J5>=00000NkvXXu0mjfr3~L} literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..63284c562de0443b9620ed2792ee960a668335ce GIT binary patch literal 493 zcmVsDolFv4BN$&t& zzX_?DrOjfU*1uVtS$i{h(PvIm8KAZ-@KV5UZHMjQTb?>!E zn9Hj&#%P}sgeQPZEGmQ$GCGBXjG0(eG#$Xu^t#^P#Fyo>q3O*7n2l}EWC|@3W_)G}fcuL>>}1OAQfdITdUEb~y?)>}ze1?JpO?oXPtKhZfTwNP z6P^a3t+Sh8Z-+DwwfEE3+1)&V_}*IJ+$u1l4*{PQsD)6K>lVcK)&jShF2=fAe#}<2 z1w>{ jwPO`?U%q_#`V)EsKu8i82J5>=00000NkvXXu0mjfr3~L} literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..5d3e8559258f1dce4524db89cc385869412ad552 GIT binary patch literal 363 zcmV-x0hIoUP)8L;{C7&GFP3W&73ZHHvGKQz#EFO!ky0X3A|m>2 zXkRW(#HZsnUS8kxH6azI<2EYyAZ{csxZ;lIVlrE8?M-GYIG($enxj!~G^t#RC=n?= zci!^Q>s079u7SN$P;WFTdVGM83UPM;Jr+{s&xC=GxI19}7NZ7)R2cS0a6A`6DujWL z>fIH9Ec`_?Co!;#UA4f4RfLY`9xP~Npx1gTE#^zy++Lr@fHpDgkIrY{RIrLLyX7|L zJPdpQ*$G+9m-zYmX7>c62BL4oA|~R-2DFLd{7<`~#bU7>lQq6(klq%xwtWBq002ov JPDHLkV1hW>pk)96 literal 0 HcmV?d00001 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 00000000000..6478c39eb91 --- /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 0000000000000000000000000000000000000000..f5ed6b39cd2f160f643048f6b476841834a28493 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=(>z@qLn`LHy>*bc$v}ejf&DSX z4!?_zH=1MbG+XYlZeJJ3*Y;xOwh71H@BaMBsrq#{P!9vc4NcyO)#vmlwVn7ZQ8{y; zsyFxly8S-$|J<^F7-gKZ*=OSY^&Q7I+hofr-+%Yivi(M$*n0-wmmxv>yiV)wCM|*E=+IRlxUk;!yh6eGXu1~Ld-iMt3Uh(jT zyW}p7Xjvz}?KR2u=eMi8&U<&@g6mCryWa1y$?{K&`Yh&Y#hCe)o!)OBshjP0yZ+CT zrE5T@Ffd%0wEyh>nc%_pzQg1DxjfI|dB4B!`{nn09xyR6sS%IU zCiX+8Zoi68FaNAb%kW1Yr%jx)A0e-m0BDvienz~Fe6&bAi%R0Y4w zp}Rj0=q=va)`A-9rEFC=y7`r7@4s=OJIuNIA1HxdE?>EX$j;EzbrpGYh2!$!``MLW zL)EmaCQvDUF%+bLl^c-()KG*c@rUG+2^zY30LUd1oDD^|bNc}R(ZTDwlBjB+S+)RB zz)Eo<$;e1GwX*vtY2tlU*kpoStGYdlm)h0+NC#TQ+|;O8eD_?W1Fd3t>ap-RZ6Y0L72yu0Y67~twbK2SH2PG9hOQp06!?&Q z&6%DsxnzR3pVoIqGOv|*Grv|>A$08qd^5%qi}Q zPyVm|wCu;H88h?du>cJQf*vm+?H5mf9mw}9bKd)P@A@YnlAhMoS3k2io9Fa*YsIy5 zADy@CyPnh{;`&ha<=aBBYtK%5T@AS>@%VR&RC0~!)cN|WH(YyK{=YlX*3DyDs?~n$ ziJ4w!-`T5rPJi#7HOtoWdDYx$#d;GB?e=<=?y9|Pw!31g_u5T5Zr9glgnMTBul;@Q zb4+UFx;go4zm~?f?|R?H1aTOUl-TZQXL4+gYlo5ihxtk8m3ZE$v;{2aC-)=Y;e?|%9l~ejRSyR0>JU`bBGQ!i<&t;ucLK6UH4w>cv literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..01027d3f31209de262527c8dca362f4e062f7bd4 GIT binary patch literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV3hWBaSW-L^Y)gZ*AWMaqaVdD z`fUg{;#l;6vxq@^`L+!ro2HhZ;4EU2&aPgYEU2R!6xr3ZCc9*|>z2(D-Kov3n>VjX zH2v|vG(Jrz?nFtY5YS{G_^{q(A@93aH}6;)`%PP~O|{*5a7E5K+xuTtJu_$Rl3$v8Q{}wMd=*}|rKjf2*;vKC literal 0 HcmV?d00001 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 00000000000..1355ee3a5ca --- /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 0000000000000000000000000000000000000000..3883f9dbc47d80caab941519594d72f85baf1649 GIT binary patch literal 485 zcmVYZ)>cv}H7Ci)$Goy@t4! zk-R5*rPTigQA*KmnzFMppO{Lok%Vw9Bh~ve&~ZZKvznEoH7QTeqMmu3n>ZwD#j)7eKdZ%65NUc2?$-sifCPCY|)Q`|GI_{JyPM zbtKCpa|17S7tVZmdV_c0MgX+@D#KDOrFr7-Gdp+4QfD=(wfrg%7F}MqpW(~ROpna_ zIF6IEZ5t={#^a)yKX`LM?f!L^>sz$^Dqn|h0r2kbCdQlhHki3I!_;2%IWSZy3`2q- z`0Exj11O~k!!QTr%H^^Y3I&|l8w2@q(M)Nl_9B4qfuW|OC?bwy0I_Ww&-1cuG#ZUY bbISP%C7Fi*ArY-_Ctu_}qQK*P`PH-r zQ;Ck7MgrLfB*K>pskgWkzFTfz7a!4;#NH&}#G&{km#@G6+)wG`DN(Q2zRl^mb#4{c z_g1dmg_^8cvx1tMbGXm!+4}9WV$1PgJIll$-C>ouIa8T2{a;nnRL}YMKC{UCM;XgC z&zNZVYTpEn58J*)Psn^7F7=o5U494OvQ_i0wFrC?QYvDcUFGraQ^NWTpc5H9UHx3v IIVCg!01VPqP5=M^ literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..bd9c6376eab1582bf47564023032d909419e7d9b GIT binary patch literal 517 zcmV+g0{Z=lP)&!C@xC7i6UG_;pFHd!WDW`|A+2^ z4jo*ih=g_slF}S+e)&4YT<aSN00000NkvXX Hu0mjf3;Oo0 literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..9f91f21ff45290c6290ab7088b4548db7df39772 GIT binary patch literal 401 zcmV;C0dD?@P)|`Qn6O}B-1+YfJx&?jz85kHCEUX==V!4B>FT?X^j~I;Y z{W0ug!KUHVsWS|EIvNZoj_yYhhdBsed^0dGFsN(mGcYhPFi1+tF)%PNFxKP)XouAGe<3I?sy*IbAK6c z0Ia;iII;!cU&MehxD?VFx9nk2-@RN> zQeyzBZa}-$1;7XPndbfzbLpTYj%+zYNfRYWEs!Qk8rYK5g6#Z>nZaN%82$}!a5r~- T;;6O-00000NkvXXu0mjfSx2Eh literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..25c664b4e1f0075e9c76b6841e5d1da0e1269f12 GIT binary patch literal 370 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fgAsyfo;tHfI%j6t1Sf^%M z9$LcSUn1fV$l&TI`v3p`y>FYB0HqmAg8YIR9G=}s196hP-Ca1^?oF)%a@b2eeO=jK zun7xTF&tXpJRKQx5M z12=Tn>PUJv9BgRZ*dTfK5|fEH>*NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fgArasc;tJAJub{A2L1Cf7 ze+C9uN72eMx&QzFzexXH1(ahf3GxeOaCmkj4a7lFz(Kw%+Ao0n;gK_Hllr;@ni&7S?=~#5Y^MnV>Q5Hp2byXF+&66i> z*ffcGQpdusi4!L?PGVTRs8gwHAPx$Ur9tkR9J=WRWWXZFcf`Motcmb6O|>l3?w&z14PPzasZCdLv-v3I009vh?Kbl zyCqbnfaHk_(4qR4p>1qO-RdVHVH^0*@4asT2M34$4$tP{O_0oVKM3y8co5v`J1QP* zinBBW0Qg~yO_0of7$Yyr1uw*^%EcTN&x;cGSYkwg{0}0Armpb(@(KX>;2r!h1_12#TTEk*-F|CY8-T_F z-A>k-5Z6wQO>Ov90X5~6eqbr}H1;xxYH<_tS^@y1TBE}$FG@6ZC0q5D9gnvN41#-TG1Cs!F-tQ%B}}%VT0{+}4%#jl1o!Bo zIhJNPo(^d03PHray+e5r*G@~o`t+i3k{v%uy#8nWDFNF84h{|u4mx}S85g_nFmpE@ P00000NkvXXu0mjfu!*fv literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..9558a63ca99fea7ef9a5558926b42d127be34480 GIT binary patch literal 471 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6DOJzX3_BHZ6j-mB;8DAL;A##-_7 zm;Kuel8%V7JKtVkh6lj842Te}1r4MU~g zy)Buw!pLCf9-}}dk0-yLUFZoER5Ea@sDAzCcu3cyK2_!;f=>%}*`DdLJhJk{&!da2 zZ^RoHD}68j62>4X#}_b7h=0Aq%;VRO+?r!iBIUrs*plM(XiE4Z1;JS1rR>*kDL4o6 zD@@5!X?aoC$oZAA_|3~KhZm*-|KpV2RW0<&;B#KJK)2(C=>#FC7M-bUU7WY{YcEkO zPMPi8axU1(@=;IrH#4bT`y)H^Yacww-c$2!BQOg1QX@Rme0>?TfNTyR27yb#lR=cH LtDnm{r-UW|eoVoJ literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..751b30d35e40c1ac154ad31e663a864555f2ece1 GIT binary patch literal 442 zcmV;r0Y(0aP)Px$bV)=(R9J=Wm91{WFcgJPrb$I%S4z=9r6|CKt*So3(4L?HVP#e6-Xa<+D@dQ9 zv^*dKB?eJmAd$?1iaK9N%j@fWcreJQ-_D(3IRew{w+Q+|N}u zc)gb~;>V4EM>dWdQR`QY{fPkwLl~lJhHKLCc2%fQh%Ag=b={#md*shNn*cU!xw~9l{N9> zMgV~R4ml5<26B~IkyP*nVX-?SDQcg$y^S&BX;9;T^n0WL{!l6uS+grvCD%D@|V zq|uszDYrb7j`=0!T!lvI6BEc)B=-M7SqQur5vz>1k?Y>j{{Z5|EVtQ~p%S3(JZ*ImI1p3fzg)nqGv5 zhyAs`GK+KBL|JDog;P%zxKAw;GrDtQ$Na?0>$n2~-!xpgkkE9=g>k}DRnd(JW+xo$ z^4JojSQ2uAoSQS)|5X2B%i-kd$ZBtrWm)9NV4LE=r+CcpOn{Vr!c&p#3*yPC0mhe7 zca**}I(&AwzQh;RI>U|vL&Jia+9L&TPN;5p+_IzcV9tbJo!s7%E&u-{2>d&JtKiMU z$!;qGB^q7`tcb0dq`0Sm@6K{t+3tgUOcxbSC-yNj1{anY@OB&3C^niORLHjZ`$_#q z!h}YjO-dhFIEC67C)k`Yl=|1l6MOS-L3^W2r*`2Z9-s#ln0N8ZFn>;*)?J;_#LF(p z!_1yPC%NUM@^aRQ6$;iuvJZNhZm-JZX}`Vc09!K;qh#2t1lDKGiPx$dPzhZXC`mz*8@N`$9)msB( zQ>Qiq^aFtv&go)j!ue>5Vklg~R&PxdJ9M#W%7kXUu{HJh_H$1>A5GCh7BD_oQZH9pG>A`_d1Q-rsCe3R qnQK`3>C~OUkE literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..d598a71786b346a25947b0ba56dd7cfd3fe0d784 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#Q>iW*GF@ngqpIt>98~hu`f#D zJTo)xR4w=a|NrY57#=-(bne`__vhZN04ioI3GxeOaCmkj4af=bba4#Pn3$X(;p1?E zgM&q&#%;QQLV=5rM=5KQOG;yafE&};@zS3j3^P6NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fg!4u#U;tJAJsKAp9q!~8y zUjUlLz*rLG7tG-B>_!@hljQC0!qCAg>jC7jmw5WRvcF&x7O=FAX!}_J6q5FIaSV~T zoSYyL)F3$dAw#l>gQO3yi=?Xz14Fh4qx=57Ngy*-OI#yLQW8s2t&)pUffR$0fsu)> zftjwMWr(4fm8rRvsj;?!ft7)QL+CP56b-rgDVb@NxHTAZ$gKowVDNPHb6Mw<&;$V8 C%}4_P literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..f75059755f0689215ea809817e676befd056a82f GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fg!5`og;tJAJsNj>s?GVWD z|Ns99`!f50LX0Ire!&b5&u*lFI7!~_E-d{SHv@qj_7YEDSN0cd!UC4o5p6#UfI>>1 zE{-7@=aUm8SX~(1N*L967+FggnVp!tj%6?%d%?ua%WzYa(e>81r)@yhswJ)wB`Jv| zsaDBFsX&Us$iT=%*T78I&@#l(%*xc<%G6lfz`)ADz#(**D2j&M{FKbJO57R@IpkIX PH86O(`njxgN@xNAkwQ?m literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..0a2428d8cf48d7602ed3a37b1ad0c5d75df9eb02 GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?%tPCZz)@mUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fg!4u#U;tHfI%j8@gMgRZ* zpXm_>GJ~-s$S;_|;n|He5GTpo-Gy0@$LAA}!(QU)>&pIuO<2IvI->1o0Z>TO)5S4F z;&O6=gv|j)uhj=6R`mw3JvY&4E@bVw*l;c(mLau3H(`Ms1B1|YmM57)DMdg{swJ)w zB`Jv|saDBFsX&Us$iT=%*T78I&@#l(%*xc<%G6lfz`)ADz#(**D2j&M{FKbJO57R@ TIpkIXH86O(`njxgN@xNA#-vjM literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..2f8611e95147980a5324b4d1046d6eb950c76835 GIT binary patch literal 355 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fg!5`og;tJAJui)w^T3IId z|NsBns~<`Mg&0eM{DK)Ap4~_Tagw~?NMQuIw+^gas_EBieoz0EJvU zT^vI+&L<~Gd~#rjZ8*u`+i~)SK&ZnF4%gNOhRuw#*b+lzd%BKs9nxUxIn|ZXW~8mT zfOEk|L)Mf=@1<*p-viB4Epd$~Nl7e8wMs5Z1yT$~21X{j24=d3 ymLY~_R;K1wrpDR^237_J4x!6LQ8eV{r(~v8;?`iuA-58!fx*+&&t;ucLK6T7{A14m literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..32bffe340700be1b9a1e64c52834771384189c8c GIT binary patch literal 377 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fgAsXNl;tJAJub{A2L1CeS ztD|UTncV;X|36O2%m+#^mIV0)GdMiEkp|)ztwkwI)^sd7;Bmr(<0y-ws;a7r-R4P?HW+PU zXkNHz;=~DzlNc5+nyA#Zkmt;?b8H$+JZt!PSXi85FR;X1U}ckHU}!(Uc6A!tlb1mA zRZCnWN>UO_QmvAUQh^kMk%5tku7R1Zp=F4nnU$%zm8r3|fq|8QfkWsrQ4|fi`6-!c XmAEw+a>%U&YGCkm^>bP0l+XkKgR^SG literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..817c0f4bff16fee612ea7c54b594e29462015f5f GIT binary patch literal 390 zcmV;10eSw3P)6gV^dr>h0X{IwZWvK-kUY(By!Pc_StEx~6fvcqT^>@#Dq8xFIS=5Y?Q1e-%> z7W~)@E^ub}U*OE}|Kc3){|pScLxySqW;x7aWQWX*K^4R1c$$F_BZTGXK~L4Fz~>Y6 zP@%fz$QEJCj@TTB%~2EsTm=$(uAoW0!kq$qwl8)P@^$agO)@BV`Q#&pu>e=-$P^h#dT`S`amcEewq3YZ(4VnL+f@exXbwvBLs$J!8x%E|5wM^Vd%kS4g&*;+3 zaB^>EX>4U6ba`-PAZ2)IW&i+q+U=KJk|Ze(gx@*E9w9&o!EwZ&+1_A|zaJ4<**(2w z-PJZ@^Rk;!m1Gix5OSAG8P*^F-r--oQkD|3S}m=Vi&t*BCFeuEzP;9KeCFbn@Ar>a ze7(o;>5arFjPguce%+PV{Kxw89x?REji^67An$F`_ZyqP=F^q_>`}hj_5G`U``>%k zz1MR(&xJ6Q=TOfU;lm6IJC@{rtZ*6s%4fT;##JxBM$Ff|#?`q-Y%xW-cFb{x=yAst zC*z0%A9GsC7*iTa?zt+KS{iamlzgtZlSz{)Rg#RfL?j1EZ(riQZ@c#!v9j}wEKLz( zkw<=dg80OWX{B&QAnQ8i7R zBsrvjO@&A7%`+D7wMo-6PpW{AN)ZE_CJtCREBvus;gG9nR@I`WRhxP!QgYE!ij|Xd zZerQgikVew=2dF0T1&NBYpdQ;6H-!JY1V3M&7D0x2Uq85XN7xDU3%`?OSfKo>pq~* z$U{dNHtJ}@XPPqe)LEv@I@|OW7gP!>FI{EXs;e#EaBa)ZTX)&E>u%fMsJ&4Auj@BZ zi!apDjnr9ZZ`7DIJBDr(@#u^m%s?#V2;z1SfY9k+cGZ}3I>;T&u9nCOO*p9sn;9<; zu>fISG3kzP?7kuQW!wU>{uOTNE69Zd-QR#*3QK;#?Gx1IQNnQ}_GICS=_O+s~7X01mn zcq0zeJP&7|p~+V+Cj!L6{i2oxU7w%%D@Rs`$Y@9hj4<}liN}4y=Q&34nOE*)3w||p zCHpSjXNhXCGdg@dH4XFD&}}MlIAst-BNe1Fdz2epwyc#}?~k zk9Kb{gQU!zCHhfF@@o@|L4tUr8Y_DaUz;${@euvFF;~Wsje|wo>QUEp=`Xf`UyY%y zwDVya67`#-^^D52scyPLT&9Vv&3FD8gNrnB!a?dpdu$xE?O7D1nQ-q zY9U0W&3y=?E2ngW`%>`NUHdqrs&(hnG6_BaEQ< zk$L(Y@#Cn!9%&-hd}rao0Sq>Lh7v?2bKp9FOaz#b2LM&OX02!zso7ej9N@kN&TVub zLh%*c)j=K3`zTUAQge)=w2la?hUH2&JJ_DhSv(DTEe|b$o$n z%G1zHMp=n_JFR9X!MKgS6FvmWySC&O=$_w(^MYH@|Mqd|vGUrA2IYNQ?lzmCXP`px#xM3+vXAX*+!zuh$7 zLJ{BxBO<*ea9)_x_)$bzeh}{SlJ*a@etiE-|c z010qNS#tmY4#WTe4#WYKD-Ig~00WdsL_t(o!|jz_Oq*30$A548_HB!FZNZE!X{Jdf zfOAoXCMI6E4HhEA3lpZ9181T^qus=bP9cg@OJ?jgm%LNg7)OUmGsA@!uxwd$AHk1k zG7__yp;JhMGB?)J6@j;3#|s4tvi61OcEkVfoaa0r=RD8Z8kP!-v_ zDP=BHzgJkt733l-nl=eQ^7lXKU)9U%WHpUXHcN8@%xbo$u~jlFX5^7B^D_m4QvWW*L+UYygLsk1r zq;Hj{xsvq_rm&-SjaXh)%cbt!j67UOt>Pu_OrmR)4`>^hgIF`2{*HFpU2 z2K3Q+F10TnX{EHPjbx#Mr?FL9aF6w9SXMF(MRF%Gud>W$Cmz>O6fIP3-J z{R55JjCa*t8*r7Aa{czeopHM$FE5|(g2!0zzMrvg?MV4~9B*kSakZP(B`;EFbYYTB zJk`)7{iida`n@8hrO-k#++}49Cx?+QC+ItKhF;4_?%q&DMScS%)^e^I!WbiIM&+0; z0h9HWY2?Dd4@A$OC)5|9xXwdpWDslWOP*Qt3Qp@PzVGr8z9)*NO>%o#2{xNuS7?0& zh!oNCBV%&8D_?E6EWKGgD8~D{8U9%&bYU-*ufNTTO*NcTJ^;Yifb_r8@E?&?jJLS8 z@X!FI8=Khq?q2DJ=|HB+4@IEs?Be4X7UOiVekQrgc@vb7M_(4i!ZT}I0etqJ#1fXU a2>b=3xNZDE`rab|0000Yu literal 0 HcmV?d00001 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 00000000000..d4469cef736 --- /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 0000000000000000000000000000000000000000..4b8ec004ac06afed86cd3a60c2603943c0bdac7e GIT binary patch literal 5851 zcmeHLX;f3!77hvo!e9gx3Rq%LR7%LrKtdvOm}Q2PysC<;*3_Us5k&3I3Nlr7C{^s-c7)1z5a3a_5Cty-Q?z+y}!Npx4&~vZnpaQ zxM`sbQ3wP=%fsC{0RF_tFEv&8U6PP6gg_`COb7~<1~B6>BC(Lei-s`LH6jQD$#@(D zLe};oo1gi_Omp*uB+XdKL#^m>YGvttOw;vk9UZN^^UJSts1p}0r|&rGkdWehVEAs~ z;<2P{hiZaa!iK|06^|~^nj_zxdSt#RyX>Up`jck|sAJEElW)vF*gf9b3yxM5uAKJL zy!ob3x#lm~jm}fA2Gctqs3&;Mx?3=a#8#xH&-i>FK?3!+Ke=u~2o*!HoPtYMJN2 zp_5@l8^`1Q_CFX?pCjC{Y}N3VvHd1S_AAWBIh-FVcXtkDUwX4Lzo%*>nl}&|rC)q@ z|8P-D;4fvHlIHAt^8WB6icQ+_6(=4G)E_K%;6BY*{L;}!(_#N;bx((*>KwIneb2g^shK98d9K&^c)VzD z!_F(Z-EWS~x^tn)|LAtc%Pa#GOm*S<{n<%{BOm%iv(PP9u43b1n$){B(j^6BI6zy{fF3Y9F?l7+jDz6E%J%jf;oD*hM#Sz@t z|4T_Zg^?2d;B2eP8UKd5HIflEFT-@>w{!rrPm;Z|?oC_yiI=vj_qka`ziAucv`h$V z{&3FAiEWF%#kB|%6$k%XQ5Rj){Szgef5mcne8=(jH*@f-vjm4bI|>iD`mRpQpih6{ zqE(n{>(Z>gAR#BoKz~}yV&$&p#GG!|ViEnBc2$2WxNm!KZxZP_dit4Tsj;`Vb=W_7 zAX-v9szY6$xdhoUfXUXbGfDqY(2i_*dYNLnq)siLFWa80(mrE)h=w30v+Y3NP?brd z`g@(B3H4qQEq-M~O99vu{NZx8lhKES_Ez;{@mG$$KUjAC7(FiS$+D|`+Jz0*{11bs z#fv)J@`JMU%Hs@OuFvi3=^Y}OJR4kbsU~Gc<$|atRAkUh%+055BW*Tlo2SP2dgm4cD9&pWfvQycq>-<>Nn8_r9Vz z6|L;3N;A9(4IRx$H_8e2lqDIIbKF?NH_zouF$KBL(B*+o@*)y$UGb`2f7Nsh=};L~ zq&Y3oB2V)O_Dox~MW1_vJB691#NhXDecQNM{bu&Ii@}E4f4VPN-frjWP+Q`(d%t=A z>xG(!x1b+xH{)M~oSfcHjokr_W>b%)4%ZeBn|MCu$&OJ@X=CQCAn*0O$9nuBpDhZS98{p#UStWU_>@Qd=w*p2vL5k1z7}{sb?OOtAp-ftN8w zc!DK>=kxJjdPt-$aWKeKLVxQa34)Jed;la7#)?76B@PluO}~U-gP;6GvEpb&IcyLQ zMMHepR02mOd==8o!`ttZhnxZ~k1tYq!DN4BDdllKll4_@@)<=rUnT;(f5QFB`eW@1 zW7x{uo9-+GW98|2INM_7@#$kVl1QLnx z1%$7d2dk19{bg2iC^ig5BQiNwYz_^_p+YbelgPrch%_P&Ad^561h4=yKv6)kLAt9@ z%xA*w5hILwpgMi@Oi{9nknVL4)7Y_3E0AT$>*sc9v=#nGUa>{ zC^W#DOr}uC)+8d4Hkq{oF$5AzU@gi~34kS$tZ~1EHA7Z<6n#bLw^tQP5geR>pNZF#K1Qhe^=Lc zy1t2lZ!-R_uKyWbsLv0pkO2Pu8V^5;Dxb>Z!;i75tR-&Fh~0>A1j6Clr z2?C*^E5DQwxp@ZgAX4h#?SkwMV=#~sVf&Z&;@^E$x3O)BC%YKOyQ*TS5q~Sru zn%K+ZjwyagyI5rBB||EPdeLRqZ$HS6OkJ&(9GT{s`YSr@d}hF{wF7Gn!^485&)2;f zIXR=T^Wo1ISVu$6x~h*I;BJBP*_*e2IFcA}XUZGO_TdC@vnFT@vO=I%rO1JsZ)rUG)T?x`%7*d*h zX<==*Qq()`2YE_LF>~@x?^&<%GWpob{*2`>h}mf#$iDzrYSLTFP5JBca~%$a1jjJ# zjHc~HjgI+nkEF1=URZfgG!=IYzKfiH!#$^U&cfTJy*R`38`%-Sx}v-85l-`0$I9xg zO zaB^>EX>4U6ba`-PAZ2)IW&i+q+U-|ck|Ze({O1&V1cVTR<4Aza_6B?WamcJk_f&V) z^z_fHO@?I>89@jkcexa4|L?z%{)11EQd1S}ZM2s0siTf!IO+NAv!CPR8s&O_Uq1Bw zrS##Af{`)uoVp2!fMa!C6{kJl9@+-|LJevh}9$Z zV|P{?!q6U@dMuG%%wVD;N_-z{I22#Ox!z;o=-Kk5npd9LaZDOih;vY-mB=V))517u z!pB;6QH-U`!uMKdEu&1%OkB@FQIrQS?p%15&CE4%dG&?vy5p`lsbl3um|6(N2#@^q zNS{sk$`LU$Vnl@9(=%4^tCWKSoiOtG#WVmy@x)DTfM1T+PkIL|13|fA?%1GZf0%Hg zH*WDI0ArqDeDI5O9n{KYNyXX%XNUnoZp1>3vX-Jml}iUe2G0xE;y{2z%7T-nGB;q; z!6U4VXO!+-WXubUB#iPPLYU+`%l5f~=4NC*@$XC|jZi2K(3_C-{JNFYU?QByof!r@WeDTvJdxnx6%#4E{~JH zJN|3v|KE_WY2KB*udqWo2WxSP`j!T2)+R?U;VwvxNvKW|YsOR*R-~iFpm#H>1_&L> zkes+h_|8b5Px;!6^aUey>{vs!KBrKikH++)8y}2k$<`NYg2@pbXoipAo3?=%?FM;5 z>e-MDQN%r5-{QJXq=p<12cZ>Fh{{%vwN@{-)~QMT+{HdPc}#EN0Wbn0p#Wk!mWjRh zd|3e-|JFXou8m=GON@PtCDoSA6xX_T`1VGO?Yj_r6TYB7|A-k*7 zRj!fXCeNm;@$d!U;c}hDA`c78&7o7a$LtG^n8I1%z0ebt-MpXJk!<){(pMw>Lj+d7 z!B4|41{q)&AkaR;i@04PZ|m68{2|#5kNQPPQ)?6rV1&`0Tkr=F1?jN>G*|9|=LFRS zXgFZRUJ>w35c$W}0%fkHeE*=*{o+V4v)T}NbOxO)87s|&hH%f(9+HmC1Vw^ppu|K) z#dD91G)3qqDg=jDFwapX61ujG`?H!a06ABmj?y)k0y^tjz`(iicaOGgZE)_nqo$)A zP6B68Cj~pe^t15Fh!(i&3f_PO%T6`&-RYk6+2Ic2`rrUq=&P2e=Q*+eZE3rFOV|=O z$L}U=1S_?m5v?AwpR`{9azqzJR7I|n6P*L%Ag3V1e_)9|BE_D8he2{5*ljtgHW&1y zhoSb`UWmdpGy@=Z<<+G4SO}9$UFcY3FK7*+(ONrD`{$w3Ftiq+%&thRV>qs1KZf(+ zUE82wqtSJZTdmtbLN5oo(l!u4XRO1kdxFO0N(Y*NOU=^*$ToUzHPh-JH&? zvK(qCKm=aw3G4_hyLvgB$B1}5f|n4z`aW@6`?bVPCv$&C;--_bUrF4I!ip~(MQ;cd zj{&Lma*`5=BG?EO+ExVoq-+ev|B>a!ry?&m`bRu*B7(&tz|31!SRdJbP%?CYc&T|M znvV6xG30sfz`A1(^_JQJcLr^rIm_lq2%JOj!C zw(F~y02K*6aVA!P*z`!u+4+BFULP_lX3m9ry@HsD>qlJNC7KFVr4SOoXX@J{} z4Jex2Zfsx}1tTjdJM7i|f50LXRqVuSh6B!58Hvj9YyzxAi4iU_CjDWcsK^QDXkiGS zg}+2a9L@HO1?}GD-8%ERVC>RCg7H7CX;sl2O4D1XH3_lqd z2+{KkNHd$L7M9ytgZ~U)8;GKjTVYghfbG%1Vd{zSkvj_tN zLm~r%DYVYO)qbK$2;4f%!0`7CqQ1Fxn9d<^esKfCc?P7GV;UW@A+af&fq{WxaR`;O d;V2lk0049_clpoVdLRG*002ovPDHLkV1m8c%7g#_ literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..97245d27f2f3a08dc02d24b43da44d76e47ebbae GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJXipc%kcv6U2@(|PS92R5vlZL=AqpH*3ofx%r?aM{jpw@rc8FnGH9xvXR!SWfr>~)Bsx2z{p_0A+CJ+ SKd%?idInEdKbLh*2~7a-c{?ru literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..37bd6d53d116718c2ecafc38c3300360fa6e44a6 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJNuDl_Ar*6y6C_v{Cy4Yk1sYsw zd>YpFpE+&g!#RwbWNr#hnRU>mbLr*2;4E87K8tr}4^-@9yZpSwpZj^X#J|HbO=lfT z7>$z!`V_<`$gsXRu%WfF&_UKgbHNG5>+|^+FsB`JcqHdGnfpZ7ex`IEZ}m5-=XJ!2 xOne3OQWJjs;Zr=IedNG_3%-4U5bF;xFf?^(gycWwZ3nuJ!PC{xWt~$(69D*&OQrw- literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..6826f6a32de91293735d62c783ceacf981fc0a48 GIT binary patch literal 2172 zcmV-?2!r>DP) zaB^>EX>4U6ba`-PAZ2)IW&i+q+U-|elIA81eCHH70!Rp<;{Xy>xj~Mf#`etY&dz54 zl9wc(Ym5gl2z9F^r}*RdoqofQD&OA=aE;b+4IU1*D6-1aNeaBPi2%{qBz=B7Hq5( zq-cp2@zvK^$!Kxr!u4Ebld`dMXW~V{%r!B++ET84?b>gZj-9<=DithN@XB9a>01-N z=h}N^_^1?|zC6ByT|@_ma@@%0j%fg-><2fw9Q<;<{?aGFG7yx@%^e3EdEQG*DR123 zivWyyg7)TDQ9r2B#gdA>1;!Kx1i2NK(n?k$Eu}Jb05o7Zais|aiU>K3q{`fYO$U## zH{Q{5%_X6`AE5$#gc~ccF&+S`Rsnysc5rA2OBInODqT!QYTRm*)|$2xb3<9HiZ)g4 zYC1ai+NHOyy?5)w$QU6h)=aIN*%;V!)HGz^?SUC%Oqx9Fl-Z`vK5dQ#`mDNSwWX^s zTf@oOtBW^R?`}S#1gMmvhC~aE9u{MRYnyl7vfI|(x9#zY+JovB*AJjp9@OYU>dezu z)X=MX7P^)wM`z?<2E?cqAg%`i5Sk8VxtCh$Aa^j!Mu-X_7%2xEFL|WW0AYuM)YAk`k+4GY`PzQwf%1` zG^6XlUHjPP8!oj1k{^{0)w$h~PvrDRMdJ}|TT2dbG@muj3VqX0nv{O%g*_x@v_4id z0YePhxWc@KCYVu>|2@N6UZT{%lD!4AeY@d&Gl@s1$=Ks9uqQ|wU!Y{vO%Qo08x z1`!UX@i<}4%sqCK1s^ybV9AWCcn2Gb=)|U-T@l-XNt&n)gfZgG>mEHumm*l$jx)Q5 zG+wcTw+U#j_c3?Pv2MR2ncr>7?>c^>Jx84BpiFbc(#RZB7d#@vHQ-2`38o%hl8wWl z3zk-MWtTB!g{TQ4QNyv&^5LNuEuy!4iVh#s_kxSy7FpO4IS9VTLmtf0rbS+)Yhi=R z4s~nCq8L(lc%9AGTyry4iGYc-FkICd$Ot(Jnd;luw&QlF&$2O#gb6R*Gs&I|j4$Ux zDb`*pya(h2=RAf%m`ZV7?l|9hm?jR%1Em1Nu!TaYVK#isnIkLDQ&r&|NOQXAeDRvpEDD3UIK3Y>qx;lo4XmEZ z(DNyMGF&@cpzIQR0Wk=0AVk*WVF6V}5Kj>-bJ6Y~FdRVy*}qxnwcRd2D*K>KUmN&V z3*e_Wm^XmdY&|s<8cH&2u?o&0ZGd_32z8r#wIWMhkqy=fu4(;*ddQ{vIGjv41{tg+ z^SK2HXduk%tr6HOA|yWJ+pDbvR>P5Mf2!t%IcdH)${OCJrq z#sp2b6Nm$##;^uzC}j0gRhC7l>M2pH;`u#xb3;8xt;$ZC))tB z!dKu;$6J%67^KpdA*DLLMNr*BtZ2iF7PHY6sIUd;9-0*c5sneiO!%Nc!=#D^PAh(0v~M1LkGfYIo7>YW^4{bFIdaK5U_z~Xy3$m7(&F2AUqKj*4W9U>^9iSd6s05#-Qh3?k{k+m9aUSo)>b zrk@t+uP*dvQI>jAKMD!N&dD%xLiOl2@{S`=P!H@tl1DKhh9mM}HWC@~*G8CWpbE*T zogmPMK{d`Defa7&WI;oWp@2S#^VGAa`ps8`fR8$hgl$9olnG}P8SQc-qUs+yWDpNScQ$) zGR+*0krlS%k+5?yIj3z~WI^~tNV4GkdS+8^a;Z%A>xKIKf|ES-b{qfzrfNepiuLU! zDn`#Y7D@&E(C~y@I{R3P9b2)(g@lhp7SuE(bfhVbrq^ajvM^Bj_&GO-bN|oWRSgvW zX98_{4EYZ{RF(mS2W?IFQ%?wt!h^aquJ*DF?DzUGwRy@YJm|V})eWGo?D*GWJc%qw zk_EdV4*WBreDOH6IM7r!kp-EOAw6|qGyAVFdb~$YG^DnM8m!eSJ@NS^xlj_9Fxnvovvaj+^GoM@bgiDmIEKJV=rS*Z9sL zS)KxQ8gi*jc3$$***$RAczdzyJua{_86UB35D-~VEE+0Ev|6e^*l<>~5={4t-2`~1EP) zaB^>EX>4U6ba`-PAZ2)IW&i+q+U-|ulH@85{Ld-&2p}N@$B__3yc_KCH?dtk{d#)d zbWiNBjV(tNF3gvdsg#`7zyI3lU-%F=N>#MC(OSl*jylM2)ANtddfL0M z>C*> z)dn}T+o*es^jZc39bV#VTEnII3hwo~2Ckkh&r);bnH|?Gqfp_zOD&O#m0eZ|w6jc{ zvC<+%OEihEzRpU6CTA{O&s8=l4-W23JZUj=O-yfRDc8Q^+HaPQougnV6)aXT$^bS}Cf^xaJ!$8Y^FX2*t zaEmVjFvbbmn_oraphg!Sb@!816Z{R_@lLhLnbU$M4G5{8Dgn%t4&&K+D^=wvQ`ys zs@ip^b?&uGZ(V!uquZdt2uT@j=;&h%Gwf+KnHXjpMwmG{dv)>V>fMLi1bt?mGTYSI z=a?2095p0bX!ICit1M6{t-55jrK_*8Y=di?cipnv*4_8m_J-Pn>QC1+q zH|%~O_hsA?eEmDz=qt#j1KocCIZBH^;Pwe>ag=agh}}_me3}{2hv%ysb%V3%zPVbD zNjQ#;1rr$5ur3OT)Qe$#T~=5qs(U5oYItHs>B zuE#dVS;(I;0}L%L?VdY&hu^=rO}3q2>6vgWejM(@GAOY$N0lP0a~UN)S=uSG_nH0Zz1E@U3U+UU%h`bAg`p3j>*0_YXpN4RwiS3{+p1<=>U5~m>gW7A1_B!*H#M}e$XtzQhXx`3B`nx_ z^U*^W;yIaPx3Ro0>yuYuOvbSWFyE116u3NGZ7MNz^~Kotwx>S?{DgzKXx@TqriiB! zGYDu*R4Kc|^cHYg~8jZ~koRI&8`=>Y&De34lbE@#lv=T(yET4a`D7coD9=| z4!pg@Co6Wd0AZ}4U7)h8rDI=WAuGm0hI>ho>`R@HwyUJq&F8Hw!&mlck?5Z#@)0p4 z>zA$~U#^72OAc&s{q1@W@;YSTNzKeng_9B3N?UEpH489Is4uc>TPxiQ8k^OZv7mzBUU@4${`~atXP-K z;(ZGw2Jw)xFce%tZsOu2R)DD92cotD2*mM*i*0*dE!cHgQWV=%P|*42+bJH*y?^(N z>Dxwm5Q-OMBskNW^a2S+ahOnc!UErO&V>SZFB`jE`O}d)3GBZJ;@gQa40R*Y@GOjx z5M?OC;?qe9Ryt$25aJ531=hr%d}Zx@UJe~Sik`CcmJO82^`|&UzYLIXw*Oz~e|e#T zSDTUk161yvy#z*=ga7~l24YJ`L;#rpTmS$-^C`*z000SaNLh0L01m_e01m_fl`9S# z0008lNkl?hqh11c7C~&LEKx`Hx`K$Oxh#FM5VA5;J)E5_W6&_rE_=@6P zQC@^N;;jq5awOpi2K;`|WjM-fkU3^n%H(ovJ!b6XHPEz!arNB6oR?p>=O6TPii4oM)B%LOyxod~-c zS!3Qjm-5gljP$?2%+v=}=K!2h*KSvXtT$bfwSM*tBZ)*#qLns_I|$*1Hj9zi)kwWj zr4c{MH99SI_fjd5?mvM!FAFzY9NfEYnGxl{W-*e0-w)~M4*1+IFz=rsr}QGK8VpKN z#24u(ZR9C}`^o?S>7VFAO*;nHokS~b{^6T;!}XHR`AwxmCYO6AUq9;QTP&CX$8vM; z9%Fjmht@upim82KI7|}nj7ZjsKFMw}PYefea zb;MdsIzkrHaMjR6aWVh|g8?YU9iX=F!OAoPd9eGirX7xGij;~mN?FN3jX_J@Hq?_} z!*9X7c>o4I)#nr2 z0sweWSxUaUzalHcxnnWE@h7kesiR#OT~I((d?ZxYKuhmjIZLGT~M>>S#eo3)EsT3Uj# zaB^>EX>4U6ba`-PAZ2)IW&i+q+U=KXb|fbZh5xgPECCQgupFM}WCvM(KC0S1GfvOg zo|At`mEF{XhtR#cQn~flpWFSx5mSmTsg+!F_8h6E8XFhIe>>Kry`Kf2uHUyKJbr_F z`6AK^t=tbSJ>JUW`CI?|Y?qtkYAqe zqYj@r_Z}V}g~0B^!&lf9uH_G{?8-RrUz)dd)zn#y+eFv<7pk8h+Y_R!$Pti4e z%eH5E;&n$@&u)#kF~lr`sU`NUi^v1Dr5 z%!*ZOMM^4Kau zY?M()n{moaQ)iww%dE4lu%MD#Y3a(#R#|nm4cE5pv~}lgyX?B#6SW7b|2V&ZT6mxq zFQiUCd!oiuvop~(ML0U62Qv_hDS)^g1R!)gnE4VAuY=sd%-2X%Xv9c8*v#OY3mFL0 z3Q>1>V)qTXPvhqB^+&kH&miXxbpHZ!(Jgt0+Y8j@QNnQ{c1PjysTZP;_p7v68qSXQ z#rN&bk!vr5&3^XA{m!5tZXT<y^(n=A$LUI)sU6pExex0)An zpG`&k{ph=t*h@G=N-HI8h>+Vdce({-K%P=}L~3;`kI8GUgXGSAB{_e(uf=HT9ZSZ-y1vQ|nBJZJJj%Ro6DzB~0N)u=pBhBEGGWvAM2Zo5hu(aU&NY zXzXM4$ebh3w5kc)5%lPi6S&$kLY93iXFMzpA?HqHtedQLNF6iR3B&N1Z>qyC-{I0@ zQNROKdwMiJOEUaxK8_M+rqL*bqQ2Noj-=H*bbrf`FB7D^>vU)JLE#sEytt4ask^lo* zMPsq23#+lJKCn9e1muy}heZu#NBBEh4{oui17ARtTGiQOHlL8iIHp0u(bhT=MfuUY ztVMX{pS-}%H@1-p zq!_8ZqJ|(?K@gty)yEhlY?)nma-FD7Le;pmhk`S(EH-%CaLpD|m=yDz9vMFR-9lp% zz&?nTvhYSq1;#rfFf+&Tj~xHOo#i_}qv2I}U~~?Z=#f&6i*vn#g6x7y&rWtw)R=Tc z0hcymY2+TrTiO+1vn23ZlGm`ZZhe}hqTlk-b?yCWkGsO9SLxQP-eD_@?Er}Qh3ZH; zs9v3u42lFY!}fx7GzEErd|trg(i_pgLO; z5i*m-@pz~7TfJ16+)lHzc)PN_AwFf5n{sAhj1O4p{8wrGs?{|d!EB`uJgk_dYgx(^ z=bM||CQL=xC{^p^m(n!BvpG*`5ObgW5B74tO&ti1N#RI1P;dfaxqY&eU&;TZs(R77 z&vty*?u17rpY%CGl^FJ!jE|GZ6qf+<9bfk?!7a?6OYN82|0nt{ zO=Nt0Rrfaxc);fVnxcLH000JJOGiWinE+e>06_C8$^ZZW32;bRa{vGi!~g&e!~vBn z4jTXf1Aa+FK~z}7?Ur3=TV)u>f9E7QN!D|0Qa^@bnIIHdwVka7WzvGF(u>{5q$q|G zN@a6UC=MyPvapL9{6GkTaW%x5ixIqR!7|2}TkY(|+Ojcmh&Sq--R9EdB-uGNdA+E~ zlG-*W!LghEug>$n&-;A5&-47>1DoNiPY#Q!g*RXD3asOc!JQ%*58pjfCDcSBIxdbM zJyJeluiQ+=!{S8zGh7bG<`!P>qMmrIqLfB59u|q{xQInUWjE4#r8}t`432(OUYAQB z1Hmz=xN73^JX~eHD$VrSFS*vTck@_A{r4nAD_5{pHKj@+772;M!bzHY_G21(0P^$G z*!J`z>&pZ~QE9yaxl$M!nUHKvZRqD005DAh_1QiY8w5j9X`@J_jY2N|ZK9w17U!N` zQnzp6EEbTohj{zl52U*Cj|LF6x=Y?_^TZXlVFA+m5)K5%q*7CErm`I0%!o)NG_!BqRzKPa;3njpWw2c6x@J zdY(^bu1YogAQ=w}Rr7!>&~`pS@yDNe%(s`0efx<9@K6sL_=T4zM(}hEA z#%^~p_|E%V-vPkUA)hd^E2x@>>-j~R-M!2vzh))-o3pO+#3CVasJBTB_jtudp&KHVUeCY z#g6t)><_e*4VCCd&!i|`USLOiCq<{b{EjJ#6XjpImh+l7P#QsdVHM-jJj(7aY^sM6 z-^oS}{X&AK?zb>xJH^xu)JJzA+Z9XBEtMb|pwrnED{n!BNNi+gWW=X`bCy+E%L`NOLRDz`RVi&?JvE`bA9~` zjZ8@QbPP*4)QiyXtXVmBt}$EoMxBrP5vd&HR^gkAjVB^Eawr;Ddt!709{1h{CS>3} nLFTW!vep904<)v-jRx=!T&7^SoZVGT00000NkvXXu0mjf@&Z}3 literal 0 HcmV?d00001 From fd3c7ee88d984cdd581b5706378239019486a5c4 Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:15:36 +0100 Subject: [PATCH 06/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index c6d9550f673..b9406c5358e 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,13 +1,4 @@ Entries: -- 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 @@ -3837,3 +3828,12 @@ 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 From 69e32f9ee6f19df552d7cba22e54b241c497dad3 Mon Sep 17 00:00:00 2001 From: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:53:20 -0800 Subject: [PATCH 07/19] Fix NoCargoOrderArbitrage (Seeds evil) (#2571) Fix --- Resources/Prototypes/Catalog/Cargo/cargo_vending.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index a3263dde32b..dc15a762277 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 From 55e01513d6258436afca708bf7cf20d21b1963a8 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:35:11 +0000 Subject: [PATCH 08/19] fix tests (#2573) Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../_NF/Entities/Objects/Consumable/Food/ingredients.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/ingredients.yml index f3699201317..f7eef3f0971 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/ingredients.yml @@ -96,3 +96,4 @@ - type: Construction graph: Coffee node: dark roasted coffee + defaultTarget: null From ec94579ebcf21df5ff0c1462a6150f30a55ddc79 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:50:34 +0000 Subject: [PATCH 09/19] the great namespace refactor (#2574) * refactor DeltaV/deltav resources to _DV * change DeltaV namespaces to _DV * add space before all DeltaV comments * update xamls * fix and move arena parallax to _DV * more fix * refactor even more stuff * fix the grid fills --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- CONTRIBUTING.md | 17 +- .../Cartridges/LogProbeUiFragment.xaml.cs | 4 +- .../Implants/Radio/RadioImplantSystem.cs | 8 - .../DeltaV/NanoChat/NanoChatSystem.cs | 5 - .../DeltaV/Recruiter/RecruiterPenSystem.cs | 5 - .../Shuttles/Systems/DockingConsoleSystem.cs | 5 - .../DeltaV/Silicons/Laws/SlavedBorgSystem.cs | 5 - .../Lathe/UI/LatheBoundUserInterface.cs | 2 +- Content.Client/Lathe/UI/LatheMenu.xaml.cs | 4 +- .../Nyanotrasen/Overlays/DogVisionSystem.cs | 2 +- Content.Client/Options/UI/OptionsMenu.xaml | 2 +- .../UI/SalvageMagnetBoundUserInterface.cs | 2 +- .../AACTablet/UI/AACBoundUserInterface.cs | 6 +- .../AACTablet/UI/AACWindow.xaml | 0 .../AACTablet/UI/AACWindow.xaml.cs | 4 +- .../Borgs/RandomizedCandyVisualizer.cs | 4 +- .../Abilities/CrawlUnderObjectsSystem.cs | 4 +- .../Addictions/AddictionSystem.cs | 4 +- .../UI/DepartmentWhitelistPanel.xaml | 2 +- .../UI/DepartmentWhitelistPanel.xaml.cs | 2 +- .../Administration/UI/JobWhitelistsEui.cs | 4 +- .../UI/JobWhitelistsWindow.xaml | 0 .../UI/JobWhitelistsWindow.xaml.cs | 6 +- .../{DeltaV => _DV}/Biscuit/BiscuitSystem.cs | 4 +- .../Biscuit/BiscuitVisualsComponent.cs | 2 +- .../Cartridges/CrimeAssistUi.cs | 4 +- .../Cartridges/CrimeAssistUiFragment.xaml | 2 +- .../Cartridges/CrimeAssistUiFragment.xaml.cs | 6 +- .../Cartridges/MailMetricUi.cs | 2 +- .../Cartridges/MailMetricUiFragment.xaml | 2 +- .../Cartridges/MailMetricUiFragment.xaml.cs | 2 +- .../Cartridges/NanoChatEntry.xaml | 0 .../Cartridges/NanoChatEntry.xaml.cs | 4 +- .../Cartridges/NanoChatLogEntry.xaml | 0 .../Cartridges/NanoChatLogEntry.xaml.cs | 2 +- .../Cartridges/NanoChatMessageBubble.xaml | 2 +- .../Cartridges/NanoChatMessageBubble.xaml.cs | 4 +- .../CartridgeLoader/Cartridges/NanoChatUi.cs | 4 +- .../Cartridges/NanoChatUiFragment.xaml | 6 +- .../Cartridges/NanoChatUiFragment.xaml.cs | 4 +- .../Cartridges/NewChatPopup.xaml | 0 .../Cartridges/NewChatPopup.xaml.cs | 2 +- .../Cartridges/PriceHistoryTable.xaml | 2 +- .../Cartridges/PriceHistoryTable.xaml.cs | 2 +- .../Cartridges/SecWatchEntryControl.xaml | 2 +- .../Cartridges/SecWatchEntryControl.xaml.cs | 2 +- .../CartridgeLoader/Cartridges/SecWatchUi.cs | 2 +- .../Cartridges/SecWatchUiFragment.xaml | 2 +- .../Cartridges/SecWatchUiFragment.xaml.cs | 2 +- .../Cartridges/StockTradingUi.cs | 2 +- .../Cartridges/StockTradingUiFragment.xaml | 2 +- .../Cartridges/StockTradingUiFragment.xaml.cs | 2 +- .../Chapel/SacrificialAltarSystem.cs | 4 +- .../Harpy/HarpyVisualsComponent.cs | 2 +- .../Hologram/HologramSystem.cs | 4 +- .../_DV/Implants/Radio/RadioImplantSystem.cs | 8 + .../{DeltaV => _DV}/Mail/MailComponent.cs | 4 +- .../{DeltaV => _DV}/Mail/MailSystem.cs | 4 +- Content.Client/_DV/NanoChat/NanoChatSystem.cs | 5 + .../Options/UI/Tabs/DeltaTab.xaml | 2 +- .../Options/UI/Tabs/DeltaTab.xaml.cs | 4 +- .../{DeltaV => _DV}/Overlays/PainOverlay.cs | 4 +- .../{DeltaV => _DV}/Overlays/PainSystem.cs | 4 +- .../Overlays/UltraVisionOverlay.cs | 2 +- .../Overlays/UltraVisionSystem.cs | 4 +- .../_DV/Recruiter/RecruiterPenSystem.cs | 5 + .../{DeltaV => _DV}/RoundEnd/NoEorgPopup.xaml | 0 .../RoundEnd/NoEorgPopup.xaml.cs | 4 +- .../RoundEnd/NoEorgPopupSystem.cs | 4 +- .../UI/MiningVoucherBoundUserInterface.cs | 4 +- .../Salvage/UI/MiningVoucherMenu.xaml | 0 .../Salvage/UI/MiningVoucherMenu.xaml.cs | 4 +- .../Shipyard/ShipyardConsoleSystem.cs | 0 .../Shipyard/UI/ShipyardBoundUserInterface.cs | 2 +- .../Shipyard/UI/ShipyardConsoleMenu.xaml | 0 .../Shipyard/UI/ShipyardConsoleMenu.xaml.cs | 2 +- .../Shipyard/UI/VesselRow.xaml | 0 .../Shipyard/UI/VesselRow.xaml.cs | 2 +- .../Shuttles/Systems/DockingConsoleSystem.cs | 5 + .../UI/DockingConsoleBoundUserInterface.cs | 4 +- .../Shuttles/UI/DockingConsoleWindow.xaml | 0 .../Shuttles/UI/DockingConsoleWindow.xaml.cs | 6 +- .../_DV/Silicons/Laws/SlavedBorgSystem.cs | 5 + .../TapeRecorder/TapeRecorderSystem.cs | 4 +- .../UI/TapeRecorderBoundUserInterface.cs | 4 +- .../TapeRecorder/UI/TapeRecorderWindow.xaml | 0 .../UI/TapeRecorderWindow.xaml.cs | 6 +- .../VendingMachines/ShopVendorSystem.cs | 4 +- .../UI/ShopVendorBoundUserInterface.cs | 4 +- .../VendingMachines/UI/ShopVendorItem.xaml | 0 .../VendingMachines/UI/ShopVendorItem.xaml.cs | 2 +- .../VendingMachines/UI/ShopVendorWindow.xaml | 0 .../UI/ShopVendorWindow.xaml.cs | 4 +- .../Tests/DeltaV/CrimeassistTest.cs | 2 +- .../Tests/DeltaV/MetempsychosisTest.cs | 2 +- .../Tests/PostMapInitTest.cs | 26 +- .../Access/Systems/AgentIDCardSystem.cs | 2 +- .../Administration/Systems/AdminSystem.cs | 2 +- .../Cartridges/LogProbeCartridgeComponent.cs | 2 +- .../Cartridges/LogProbeCartridgeSystem.cs | 2 +- Content.Server/Ghost/Roles/GhostRoleSystem.cs | 2 +- Content.Server/Lathe/LatheSystem.cs | 2 +- .../Abilities/Felinid/FelinidSystem.cs | 2 +- .../Item/PseudoItem/PseudoItemSystem.cs | 2 +- .../Glimmer/PassiveGlimmerReductionSystem.cs | 2 +- .../Nyanotrasen/Psionics/PsionicsSystem.cs | 2 +- Content.Server/Salvage/SalvageSystem.cs | 2 +- .../Components/StationCentcommComponent.cs | 2 +- .../Station/Systems/StationJobsSystem.cs | 2 +- .../BasicStationEventSchedulerSystem.cs | 2 +- .../StationEvents/EventManagerSystem.cs | 2 +- .../RampingStationEventSchedulerSystem.cs | 2 +- .../AACTablet/AACTabletComponent.cs | 2 +- .../AACTablet/AACTabletSystem.cs | 4 +- .../Abilities/Borgs/CandyFlavorPrototype.cs | 2 +- .../Abilities/Borgs/RandomizedCandySystem.cs | 4 +- .../Abilities/CrawlUnderObjectsSystem.cs | 4 +- .../Psionics/PrecognitionPowerSystem.cs | 2 +- .../Addictions/AddictionSystem.cs | 4 +- .../Commands/AnnounceCustomCommand.cs | 0 .../Commands/JobWhitelistsCommand.cs | 2 +- .../Administration/Commands/LoadCharacter.cs | 2 +- .../Administration/Commands/SpawnCharacter.cs | 2 +- .../Administration/JobWhitelistsEui.cs | 4 +- .../Biscuit/BiscuitComponent.cs | 4 +- .../{DeltaV => _DV}/Biscuit/BiscuitSystem.cs | 6 +- .../Cabinet/SpareIDSafeComponent.cs | 2 +- .../Components/PriceModifierComponent.cs | 2 +- .../StationLogisticStatsDatabaseComponent.cs | 2 +- .../Components/StationStockMarketComponent.cs | 6 +- .../{DeltaV => _DV}/Cargo/StocksCommands.cs | 6 +- .../Cargo/Systems/LogisticStatsSystem.cs | 4 +- .../Cargo/Systems/PricingSystem.Modifier.cs | 2 +- .../Cargo/Systems/StockMarketSystem.cs | 6 +- .../LogProbeCartridgeSystem.NanoChat.cs | 4 +- .../MailMetricsCartridgeComponent.cs | 2 +- .../Cartridges/MailMetricsCartridgeSystem.cs | 8 +- .../Cartridges/NanoChatCartridgeComponent.cs | 2 +- .../Cartridges/NanoChatCartridgeSystem.cs | 6 +- .../Cartridges/SecWatchCartridgeComponent.cs | 0 .../Cartridges/SecWatchCartridgeSystem.cs | 0 .../StockTradingCartridgeComponent.cs | 2 +- .../Cartridges/StockTradingCartridgeSystem.cs | 6 +- .../Chapel/SacrificialAltarSystem.cs | 6 +- .../Cloning/CloningSystem.Metempsychosis.cs | 2 +- .../Cloning/MetempsychosisKarmaComponent.cs | 2 +- .../Cloning/MetempsychoticMachineComponent.cs | 2 +- .../EntityEffects/Effects/Addicted.cs | 2 +- .../EntityEffects/Effects/InPain.cs | 2 +- .../Effects/SuppressAddiction.cs | 2 +- .../EntityEffects/Effects/SuppressPain.cs | 2 +- .../Execution/ExecutionSystem.cs | 0 .../Rules/Components/DelayedRuleComponent.cs | 2 +- .../GameTicking/Rules/DelayedRuleSystem.cs | 4 +- .../GhostRoleCharacterSpawnerComponent.cs | 0 .../Ghost/Roles/GhostRoleSystem.Character.cs | 0 .../GlimmerWisp/LifeDrainerComponent.cs | 4 +- .../GlimmerWisp/LifeDrainerSystem.cs | 4 +- .../GlimmerWisp/NPC/DrainOperator.cs | 2 +- .../NPC/PickDrainTargetOperator.cs | 2 +- .../Harpy/HarpySingerSystem.cs | 4 +- .../Hologram/HologramSystem.cs | 4 +- .../Implants/Radio/RadioImplantSystem.cs | 4 +- .../Implants/SyrinxImplantSystem.cs | 0 .../Mail/Components/DelayedItemComponent.cs | 2 +- .../Mail/Components/MailComponent.cs | 4 +- .../Mail/Components/MailReceiverComponent.cs | 2 +- .../Components/MailTeleporterComponent.cs | 2 +- .../Components/StationMailRouterComponent.cs | 2 +- .../Mail/EntitySystems/DelayedItemSystem.cs | 4 +- .../Mail/EntitySystems/MailSystem.cs | 10 +- .../{DeltaV => _DV}/Mail/MailCommands.cs | 6 +- .../{DeltaV => _DV}/Mail/MailConstants.cs | 2 +- .../NPC/Roboisseur/RoboisseurComponent.cs | 0 .../NPC/Roboisseur/RoboisseurSystem.cs | 0 .../NanoChat/NanoChatSystem.cs | 6 +- .../{DeltaV => _DV}/Nutrition/Events.cs | 0 .../Components/NotJobsRequirementComponent.cs | 0 .../Components/PickRandomTraitorComponent.cs | 2 +- .../RecruitingConditionComponent.cs | 2 +- .../TeachLessonConditionComponent.cs | 4 +- .../KillFellowTraitorObjectiveSystem.cs | 4 +- .../Systems/NotJobsRequirementSystem.cs | 0 .../Systems/RecruitingConditionSystem.cs | 0 .../Systems/TeachLessonConditionSystem.cs | 4 +- .../{DeltaV => _DV}/Pain/PainSystem.cs | 4 +- .../{DeltaV => _DV}/Planet/PlanetSystem.cs | 4 +- .../Recruiter/RecruiterPenSystem.cs | 4 +- .../RoundEnd/RoundEndSystem.Pacified.cs | 4 +- .../Shipyard/MapDeleterShuttleComponent.cs | 0 .../Shipyard/MapDeleterShuttleSystem.cs | 0 .../Shipyard/ShipyardConsoleSystem.cs | 0 .../Shipyard/ShipyardSystem.cs | 2 +- .../Shuttles/Systems/DockingConsoleSystem.cs | 8 +- .../Shuttles/Systems/DockingShuttleSystem.cs | 6 +- .../Borgs/BorgSwitchableTypeSystem.Lawset.cs | 4 +- .../Silicons/Laws/SlavedBorgSystem.cs | 4 +- .../Speech/Components/IrishAccentComponent.cs | 4 +- .../Components/ScottishAccentComponent.cs | 4 +- .../Speech/EntitySystems/IrishAccentSystem.cs | 4 +- .../EntitySystems/ScottishAccentSystem.cs | 4 +- .../Components/CaptainStateComponent.cs | 4 +- .../StationPlanetSpawnerComponent.cs | 6 +- .../Station/Events/PlayerJobEvents.cs | 2 +- .../Station/Systems/CaptainStateSystem.cs | 10 +- .../Systems/StationPlanetSpawnerSystem.cs | 6 +- .../Components/DebrisSpawnerRuleComponent.cs | 0 .../Components/FugitiveRuleComponent.cs | 0 .../Components/GlimmerMobRuleComponent.cs | 2 +- .../Components/LoadFarGridRuleComponent.cs | 0 .../Components/MeteorSwarmRuleComponent.cs | 0 .../Components/ParadoxClonerRuleComponent.cs | 0 .../StationEvents/Events/DebrisSpawnerRule.cs | 0 .../StationEvents/Events/FugitiveRule.cs | 0 .../Events/GlimmerMobSpawnRule.cs | 2 +- .../StationEvents/Events/LoadFarGridRule.cs | 0 .../StationEvents/Events/MeteorSwarmRule.cs | 0 .../StationEvents/Events/ParadoxClonerRule.cs | 0 .../NextEvent/NextEventComponent.cs | 2 +- .../NextEvent/NextEventSystem.cs | 4 +- .../EntitySystems/MouthStorageSystem.cs | 6 +- .../TapeRecorder/TapeRecorderSystem.cs | 8 +- .../TeslaEnergyBallSystem.PassiveDrain.cs | 0 .../VendingMachines/ShopVendorSystem.cs | 4 +- .../Ranged/Components/EnergyGunComponent.cs | 4 +- .../Weapons/Ranged/Systems/EnergyGunSystem.cs | 6 +- .../Weather/WeatherEffectsSystem.cs | 2 +- .../Weather/WeatherSchedulerComponent.cs | 2 +- .../Weather/WeatherSchedulerSystem.cs | 2 +- .../Components/GlimmerArtifactComponent.cs | 4 +- .../PsionicProducingArtifactComponent.cs | 4 +- .../Effects/Systems/GlimmerArtifactSystem.cs | 4 +- .../Systems/PsionicProducingArtifactSystem.cs | 2 +- .../ArtifactMetapsionicTriggerComponent.cs | 2 +- .../ArtifactMetapsionicTriggerSystem.cs | 2 +- .../Components/IdCardConsoleComponent.cs | 4 +- .../Cartridges/LogProbeUiState.cs | 2 +- .../Humanoid/HumanoidAppearanceComponent.cs | 2 +- .../Nutrition/Components/HungerComponent.cs | 2 +- .../Psionics/Glimmer/GlimmerSystem.cs | 2 +- .../Shuttles/Components/FTLComponent.cs | 2 +- .../AACTablet/AACTabletUiMessages.cs | 4 +- .../AlwaysTriggerMousetrapComponent.cs | 0 .../Borgs/RandomizedCandyComponent.cs | 2 +- .../Abilities/CrawlUnderObjectsComponent.cs | 2 +- .../Psionics/PrecognitionPowerComponent.cs | 2 +- .../Psionics/PrecognitionResultComponent.cs | 0 .../Abilities/RummagerComponent.cs | 0 .../SharedCrawlUnderObjectsSystem.cs | 2 +- .../Abilities/UltraVisionComponent.cs | 0 .../Events/PrecognitionPowerActionEvent.cs | 0 .../Addictions/AddictedComponent.cs | 2 +- .../Addictions/SharedAddictionSystem.cs | 2 +- .../Administration/JobWhitelistsEuiState.cs | 2 +- .../Biscuit/SharedBiscuitComponent.cs | 2 +- .../{DeltaV => _DV}/CCVars/DCCVars.cs | 2 +- .../Carrying/BeingCarriedComponent.cs | 2 +- .../Carrying/CarriableComponent.cs | 2 +- .../Carrying/CarryDoAfterEvent.cs | 2 +- .../Carrying/CarryingComponent.cs | 2 +- .../Carrying/CarryingSlowdownComponent.cs | 2 +- .../Carrying/CarryingSlowdownSystem.cs | 2 +- .../Carrying/CarryingSystem.cs | 2 +- .../Cartridges/CrimeAssistPage.cs | 2 +- .../Cartridges/MailMetricUiState.cs | 0 .../Cartridges/NanoChatUiMessageEvent.cs | 2 +- .../Cartridges/NanoChatUiState.cs | 2 +- .../Cartridges/SecWatchUiState.cs | 0 .../Cartridges/StockTradingUiMessageEvent.cs | 0 .../Cartridges/StockTradingUiState.cs | 0 .../Chapel/SacrificialAltarComponent.cs | 4 +- .../Chapel/SharedSacrificialAltarSystem.cs | 2 +- .../Damage/StaminaSystem.Resist.cs | 0 .../{DeltaV => _DV}/GlimmerWisp/Events.cs | 0 .../Harpy/HarpySingerComponent.cs | 2 +- .../Harpy/HarpySingerSystem.cs | 2 +- .../Harpy/HarpyVisualsSystem.cs | 2 +- .../Harpy/SharedHarpyVisualsComponent.cs | 2 +- .../Hologram/HologramComponent.cs | 2 +- .../Hologram/SharedHologramSystem.cs | 2 +- .../Radio/HasRadioImplantComponent.cs | 2 +- .../Implants/Radio/RadioImplantComponent.cs | 2 +- .../Radio/SharedRadioImplantSystem.cs | 2 +- .../Instruments/InstrumentVisualsComponent.cs | 2 +- .../Instruments/InstrumentVisualsSystem.cs | 2 +- .../Components/ItemToggleExamineComponent.cs | 4 +- .../Systems/ItemToggleExamineSystem.cs | 4 +- .../Mail/MailDeliveryPoolPrototype.cs | 2 +- .../{DeltaV => _DV}/Mail/MailVisuals.cs | 2 +- .../Mail/SharedMailComponent.cs | 2 +- .../NanoChat/NanoChatCardComponent.cs | 4 +- .../NanoChat/SharedNanoChatSystem.cs | 4 +- .../{DeltaV => _DV}/Pain/PainComponent.cs | 2 +- .../{DeltaV => _DV}/Pain/SharedPainSystem.cs | 2 +- .../{DeltaV => _DV}/Paper/SignatureEvents.cs | 2 +- .../{DeltaV => _DV}/Paper/SignatureSystem.cs | 2 +- .../{DeltaV => _DV}/Planet/PlanetPrototype.cs | 2 +- .../{DeltaV => _DV}/Psionics/Events.cs | 0 .../QuickPhrase/QuickPhrasePrototype.cs | 2 +- .../Recruiter/RecruiterPenComponent.cs | 2 +- .../Recruiter/SharedRecruiterPenSystem.cs | 6 +- .../Roles/FugitiveRoleComponent.cs | 2 +- .../JobRequirement/WhitelistRequirement.cs | 0 .../Roles/ListeningPostRoleComponent.cs | 2 +- .../Roles/ParadoxAnomalyRole.cs | 2 +- .../{DeltaV => _DV}/Roles/RecruiterRole.cs | 2 +- .../{DeltaV => _DV}/Roles/SynthesisRole.cs | 2 +- .../Components/MiningPointsComponent.cs | 4 +- .../Components/MiningPointsLatheComponent.cs | 2 +- .../Components/MiningVoucherComponent.cs | 4 +- .../{DeltaV => _DV}/Salvage/MiningPointsUI.cs | 2 +- .../Salvage/MiningVoucherUI.cs | 2 +- .../Salvage/Systems/MiningPointsSystem.cs | 4 +- .../Salvage/Systems/MiningVoucherSystem.cs | 4 +- .../Prototypes/VesselCategoryPrototype.cs | 0 .../Shipyard/Prototypes/VesselPrototype.cs | 0 .../Shipyard/SharedShipyardConsoleSystem.cs | 0 .../Shipyard/ShipyardConsoleComponent.cs | 0 .../{DeltaV => _DV}/Shipyard/ShipyardUi.cs | 0 .../Components/DockingConsoleComponent.cs | 4 +- .../Components/DockingShuttleComponent.cs | 4 +- .../Components/MiningShuttleComponent.cs | 2 +- .../Shuttles/DockingConsoleUI.cs | 4 +- .../Systems/SharedDockingConsoleSystem.cs | 2 +- .../Systems/SharedDockingShuttleSystem.cs | 2 +- .../Silicons/Laws/SharedSlavedBorgSystem.cs | 2 +- .../Silicons/Laws/SlavedBorgComponent.cs | 2 +- .../{DeltaV => _DV}/Speech/HushedComponent.cs | 0 .../NoShoesSilentFootstepsComponent.cs | 0 .../Components/MouthStorageComponent.cs | 4 +- .../EntitySystems/SharedMouthStorageSystem.cs | 4 +- .../Components/ActiveTapeRecorderComponent.cs | 2 +- .../Components/FitsInTapeRecorderComponent.cs | 2 +- .../Components/TapeCasetteComponent.cs | 4 +- .../Components/TapeRecorderComponent.cs | 10 +- .../Systems/SharedTapeRecorderSystem.cs | 4 +- .../TapeCasetteRecordedMessage.cs | 2 +- .../TapeRecorder/TapeRecorderUI.cs | 2 +- .../VendingMachines/PointsVendorComponent.cs | 2 +- .../VendingMachines/SharedShopVendorSystem.cs | 4 +- .../VendingMachines/ShopInventoryPrototype.cs | 2 +- .../VendingMachines/ShopVendorComponent.cs | 2 +- .../VendingMachines/ShopVendorUI.cs | 2 +- .../Ranged/EnergyGunFireModeVisuals.cs | 2 +- .../Components/AshStormImmuneComponent.cs | 2 +- .../Whitelist/WhitelistTierPrototype.cs | 2 +- .../_EE/Footprint/FootPrintsComponent.cs | 2 +- .../{DeltaV => _DV}/Animals/capybara.ogg | Bin .../Effects/Shuttle/attributions.yml | 0 .../Effects/Shuttle/hyperspace_progress.ogg | Bin .../{DeltaV => _DV}/Effects/attributions.yml | 0 .../Audio/{DeltaV => _DV}/Effects/clang2.ogg | Bin .../Audio/{DeltaV => _DV}/Effects/crack1.ogg | Bin .../Audio/{DeltaV => _DV}/Effects/license.txt | 0 .../Glimmer_Creatures/attributions.yml | 0 .../Glimmer_Creatures/mite.ogg | Bin .../Items/TapeRecorder/attributions.yml | 0 .../Items/TapeRecorder/play.ogg | Bin .../Items/TapeRecorder/rewind.ogg | Bin .../Items/TapeRecorder/stop.ogg | Bin .../Audio/{DeltaV => _DV}/Items/eatfood.ogg | Bin .../Audio/{DeltaV => _DV}/Items/gavel.ogg | Bin .../Caravan_Palace_Lone_Digger-MONO.ogg | Bin .../{DeltaV => _DV}/Jukebox/DOS=HIGH,_UMB.ogg | Bin .../Patricia_Taxxon_-_Minute_-_MONO.ogg | Bin .../Jukebox/Phoron_Will_Make_Us_RichMONO2.ogg | Bin .../Jukebox/Scratch_Post_-_OST_MONO.ogg | Bin ...ifferent_reality_lagoona_remix.xm-MONO.ogg | Bin .../Jukebox/aggravated.it-MONO.ogg | Bin .../{DeltaV => _DV}/Jukebox/attributions.yml | 2 +- .../Jukebox/autumnal_equinox.xm-MONO.ogg | Bin .../Jukebox/deck_the_halls_b-MONO.ogg | Bin .../Jukebox/drozerix_-_alone.xm-MONO.ogg | Bin .../drozerix_-_leisurely_voice.xm-MONO.ogg | Bin .../every_light_is_blinking_at_onceMONO.ogg | Bin .../{DeltaV => _DV}/Jukebox/hackers-MONO.ogg | Bin .../lasers_rip_apart_the_bulkheadMONO.ogg | Bin .../{DeltaV => _DV}/Jukebox/marhaba-MONO.ogg | Bin ...irius_-_nymphs_of_the_forest.mptm-MONO.ogg | Bin .../Jukebox/shibamata-MONO.ogg | Bin .../Jukebox/space_asshole-MONO.ogg | Bin .../Jukebox/superposition-MONO.ogg | Bin .../Audio/{DeltaV => _DV}/Misc/license.txt | 0 .../{DeltaV => _DV}/Misc/reducedtoatmos.ogg | Bin .../Voice/Harpy/attributions.yml | 0 .../{DeltaV => _DV}/Voice/Harpy/caw1.ogg | Bin .../{DeltaV => _DV}/Voice/Harpy/chirp1.ogg | Bin .../{DeltaV => _DV}/Voice/Harpy/license.txt | 0 .../{DeltaV => _DV}/Voice/Talk/license.txt | 0 .../Audio/{DeltaV => _DV}/Voice/Talk/vulp.ogg | Bin .../{DeltaV => _DV}/Voice/Talk/vulp_ask.ogg | Bin .../Voice/Talk/vulp_exclaim.ogg | Bin .../Voice/Vulpkanin/attributions.yml | 0 .../Voice/Vulpkanin/dog_bark1.ogg | Bin .../Voice/Vulpkanin/dog_bark2.ogg | Bin .../Voice/Vulpkanin/dog_bark3.ogg | Bin .../Voice/Vulpkanin/dog_growl1.ogg | Bin .../Voice/Vulpkanin/dog_growl2.ogg | Bin .../Voice/Vulpkanin/dog_growl3.ogg | Bin .../Voice/Vulpkanin/dog_growl4.ogg | Bin .../Voice/Vulpkanin/dog_growl5.ogg | Bin .../Voice/Vulpkanin/dog_growl6.ogg | Bin .../Voice/Vulpkanin/dog_snarl1.ogg | Bin .../Voice/Vulpkanin/dog_snarl2.ogg | Bin .../Voice/Vulpkanin/dog_snarl3.ogg | Bin .../Voice/Vulpkanin/dog_whine.ogg | Bin .../{DeltaV => _DV}/Voice/Vulpkanin/howl.ogg | Bin .../Voice/Vulpkanin/license.txt | 0 .../Weapons/Guns/Empty/dry_fire.ogg | Bin .../Weapons/Guns/Gunshots/axiom.ogg | Bin .../Weapons/Guns/Gunshots/beamcannon.ogg | Bin .../Weapons/Guns/Gunshots/jackdaw.ogg | Bin .../Weapons/Guns/Gunshots/laser.ogg | Bin .../Weapons/Guns/Gunshots/typewriter.ogg | Bin .../Weapons/Guns/Gunshots/universal.ogg | Bin Resources/Audio/{DeltaV => _DV}/license.txt | 0 .../{DeltaV => _DV}/apoapsis.toml | 0 .../ConfigPresets/{DeltaV => _DV}/deltav.toml | 0 .../{DeltaV => _DV}/horizon.toml | 0 .../{DeltaV => _DV}/inclination.toml | 0 .../{DeltaV => _DV}/periapsis.toml | 0 .../IgnoredPrototypes/ignoredPrototypes.yml | 5 +- .../{deltav => _DV}/abilities/lifedrainer.ftl | 0 .../{deltav => _DV}/abilities/psionic.ftl | 0 .../en-US/{deltav => _DV}/accent/irish.ftl | 0 .../en-US/{deltav => _DV}/accent/scottish.ftl | 0 .../components/agent-id-card-component.ftl | 0 .../{deltav => _DV}/accessories/hair.ftl | 0 .../actions/crawl-under-objects.ftl | 0 .../en-US/{deltav => _DV}/actions/sleep.ftl | 0 .../commands/announce-custom.ftl | 0 .../administration/ui/player-panel.ftl | 0 .../advertisements/vending/courierdrobe.ftl | 0 .../advertisements/vending/pride.ftl | 0 .../{deltav => _DV}/armor/armor-examine.ftl | 0 .../en-US/{deltav => _DV}/borg/borg.ftl | 0 .../cargo/stocks-comapnies.ftl | 0 .../{deltav => _DV}/cargo/stocks-commands.ftl | 0 .../cartridge-loader/cartridges.ftl | 0 .../cartridge-loader/secwatch.ftl | 0 .../changelog/changelog-window.ftl | 0 .../en-US/{deltav => _DV}/chapel/altar.ftl | 0 .../en-US/{deltav => _DV}/chat/emotes.ftl | 0 .../chat/managers/chat_manager.ftl | 0 .../en-US/{deltav => _DV}/clothing/belts.ftl | 0 .../communications-console-component.ftl | 0 .../{deltav => _DV}/connection-messages.ftl | 0 .../criminal-records/criminal-records.ftl | 0 .../{deltav => _DV}/datasets/names/ai.ftl | 0 .../devices/device-network.ftl | 0 .../escape-menu/options-menu.ftl | 0 .../flavors/flavor-profiles.ftl | 0 .../en-US/{deltav => _DV}/fugitive/sets.ftl | 0 .../game-presets/preset-zombies.ftl | 0 .../game-ticking/game-rules/rule-fugitive.ftl | 0 .../game-rules/rule-listening-post.ftl | 0 .../game-rules/rule-paradox-anomaly.ftl | 0 .../ghost/roles/ghost-role-component.ftl | 0 .../guidebook/chemistry/effects.ftl | 0 .../guidebook/chemistry/statuseffects.ftl | 0 .../{deltav => _DV}/guidebook/guides.ftl | 0 .../{deltav => _DV}/harpy/singer_system.ftl | 0 .../headset/headset-component.ftl | 0 .../{deltav => _DV}/hologram/hologram.ftl | 0 .../en-US/{deltav => _DV}/holopad/holopad.ftl | 0 .../en-US/{deltav => _DV}/info/whitelists.ftl | 0 .../interaction-popup-component.ftl | 0 .../{deltav => _DV}/job/captain-state.ftl | 0 .../{deltav => _DV}/job/department-desc.ftl | 0 .../en-US/{deltav => _DV}/job/department.ftl | 0 .../{deltav => _DV}/job/job-description.ftl | 0 .../en-US/{deltav => _DV}/job/job-names.ftl | 0 .../{deltav => _DV}/job/job-supervisors.ftl | 0 .../{deltav => _DV}/lathe/ui/lathe-menu.ftl | 0 .../en-US/{deltav => _DV}/markings/Oni.ftl | 0 .../{deltav => _DV}/markings/felinid.ftl | 0 .../en-US/{deltav => _DV}/markings/makeup.ftl | 0 .../en-US/{deltav => _DV}/markings/moth.ftl | 0 .../{deltav => _DV}/markings/rodentia.ftl | 0 .../en-US/{deltav => _DV}/markings/scars.ftl | 0 .../{deltav => _DV}/markings/tattoos.ftl | 0 .../{deltav => _DV}/markings/vulpkanin.ftl | 0 .../{deltav => _DV}/materials/materials.ftl | 0 .../en-US/{deltav => _DV}/materials/units.ftl | 0 .../en-US/{deltav => _DV}/misc/biscuits.ftl | 0 .../Locale/en-US/{deltav => _DV}/misc/pda.ftl | 0 .../components/nanochat-card-component.ftl | 0 .../navmap-beacons/station-beacons.ftl | 0 .../nutrition/components/food-sequence.ftl | 0 .../conditions/kill-fellow-traitor.ftl | 0 .../objectives/conditions/ninja.ftl | 0 .../objectives/conditions/paradox-anomaly.ftl | 0 .../objectives/conditions/recruiter.ftl | 0 .../conditions/steal-target-groups.ftl | 0 .../objectives/conditions/teach-person.ftl | 0 .../{deltav => _DV}/paper/book-salvage.ftl | 0 .../{deltav => _DV}/paper/paper-misc.ftl | 0 .../en-US/{deltav => _DV}/paper/signature.ftl | 0 .../{deltav => _DV}/paper/stamp-component.ftl | 0 .../en-US/{deltav => _DV}/phrases/common.ftl | 0 .../{deltav => _DV}/phrases/locations.ftl | 0 .../en-US/{deltav => _DV}/phrases/species.ftl | 0 .../{deltav => _DV}/phrases/subjects.ftl | 0 .../en-US/{deltav => _DV}/phrases/threats.ftl | 0 .../preferences/loadout-groups.ftl | 0 .../prototypes/access/accesses.ftl | 0 .../prototypes/catalog/cargo/cargo-armory.ftl | 0 .../prototypes/catalog/cargo/cargo-food.ftl | 0 .../catalog/cargo/cargo-livestock.ftl | 0 .../catalog/cargo/cargo-vending.ftl | 0 .../catalog/fills/crates/armory-crates.ftl | 0 .../catalog/fills/crates/food-crates.ftl | 0 .../catalog/fills/crates/fun-crates.ftl | 0 .../catalog/fills/crates/livestock-crates.ftl | 0 .../catalog/fills/crates/vending-crates.ftl | 0 .../structures/storage/tanks/tanks.ftl | 0 .../prototypes/roles/antags.ftl | 0 .../{deltav => _DV}/reagents/generic.ftl | 0 .../reagents/meta/consumable/drink/drinks.ftl | 0 .../meta/consumable/drink/powdered_drinks.ftl | 0 .../reagents/meta/consumable/drink/soda.ftl | 0 .../meta/consumable/food/condiments.ftl | 0 .../{deltav => _DV}/reagents/meta/fun.ftl | 0 .../en-US/{deltav => _DV}/recruiter/pen.ftl | 0 .../{deltav => _DV}/recruiter/recruiter.ftl | 0 .../{deltav => _DV}/research/rd-clipboard.ftl | 0 .../{deltav => _DV}/research/technologies.ftl | 0 .../{deltav => _DV}/roboisseur/roboisseur.ftl | 0 .../roundend/no-eorg-popup.ftl | 0 .../salvage/mining-voucher.ftl | 0 .../salvage/salvage-magnet.ftl | 0 .../Locale/en-US/{deltav => _DV}/seeds.ftl | 0 .../shipyard/shipyard-console.ftl | 0 .../shuttles/docking-console.ftl | 0 .../{deltav => _DV}/species/namepreset.ftl | 0 .../en-US/{deltav => _DV}/species/species.ftl | 0 .../station-events/events/greytide-virus.ftl | 0 .../station-events/events/vent-critters.ftl | 0 .../station-events/events/xeno-vent.ftl | 0 .../station-events/station-event-system.ftl | 0 .../{deltav => _DV}/station-laws/laws.ftl | 0 .../storage/mouth-storage-component.ftl | 0 .../{deltav => _DV}/store/uplink-catalog.ftl | 0 .../{deltav => _DV}/synthesis/synthesis.ftl | 0 .../taperecorder/taperecorder.ftl | 0 .../{deltav => _DV}/tools/tool-qualities.ftl | 0 .../en-US/{deltav => _DV}/traits/traits.ftl | 0 .../vending-machines/shop-vendor.ftl | 0 .../warp-points/warp-points.ftl | 0 .../weapons/ranged/energygun.ftl | 0 .../{deltav => _DV}/weather/ashstorm.ftl | 0 .../xenoarchaeology/artifact-hints.ftl | 0 .../Nonstations}/glacier_surface_outpost.yml | 0 .../Nonstations}/lavaland_mining_base.yml | 0 .../Nonstations}/listening_post.yml | 0 .../Ruins}/biodome_satellite.yml | 0 .../{Ruins/DeltaV => _DV/Ruins}/derelict.yml | 0 .../{Ruins/DeltaV => _DV/Ruins}/djstation.yml | 0 .../DeltaV => _DV/Ruins}/old_ai_sat.yml | 0 .../DeltaV => _DV/Ruins}/relaystation.yml | 0 .../Ruins}/whiteship_ancient.yml | 0 .../Ruins}/whiteship_bluespacejumper.yml | 0 .../DeltaV => _DV/Salvage}/DV-animalfarm.yml | 0 .../Salvage}/DV-asteroid-base.yml | 0 .../Salvage}/DV-asteroid-large-01.yml | 0 .../Salvage}/DV-asteroid-large-02.yml | 0 .../Salvage}/DV-asteroid-large-03.yml | 0 .../Salvage}/DV-asteroid-mining-chemlab.yml | 0 .../DeltaV => _DV/Salvage}/DV-atlas-atmos.yml | 0 .../DeltaV => _DV/Salvage}/DV-atlas-cargo.yml | 0 .../Salvage}/DV-atlas-conference-room.yml | 0 .../DeltaV => _DV/Salvage}/DV-atlas-dorms.yml | 0 .../DeltaV => _DV/Salvage}/DV-atlas-epi.yml | 0 .../Salvage}/DV-atlas-jailcells.yml | 0 .../Salvage}/DV-atlas-medical.yml | 0 .../DeltaV => _DV/Salvage}/DV-atlas-perma.yml | 0 .../Salvage}/DV-atlas-salvage.yml | 0 .../Salvage}/DV-atlas-service.yml | 0 .../DeltaV => _DV/Salvage}/DV-bone-cave.yml | 0 .../DeltaV => _DV/Salvage}/DV-cargo-01.yml | 0 .../Salvage}/DV-crystal-cave.yml | 0 .../Salvage}/DV-hauling-shuttle.yml | 0 .../Salvage}/DV-large-asteroid-mining-01.yml | 0 .../Salvage}/DV-large-engineer-chunk.yml | 0 .../Salvage}/DV-laundromat-chunk.yml | 0 .../DeltaV => _DV/Salvage}/DV-meatball.yml | 0 .../Salvage}/DV-med-asteroid-mining-01.yml | 0 .../Salvage}/DV-med-chunk-01.yml | 0 .../Salvage}/DV-med-crashed-shuttle.yml | 0 .../DeltaV => _DV/Salvage}/DV-med-dock.yml | 0 .../DeltaV => _DV/Salvage}/DV-med-library.yml | 0 .../Salvage}/DV-med-pet-hospital.yml | 0 .../DeltaV => _DV/Salvage}/DV-med-pirate.yml | 0 .../DV-med-ruined-emergency-shuttle.yml | 0 .../Salvage}/DV-med-service-chunk-01.yml | 0 .../Salvage}/DV-med-silent-orchestra.yml | 0 .../Salvage}/DV-med-vault-01.yml | 0 .../DeltaV => _DV/Salvage}/DV-medium-01.yml | 0 .../Salvage}/DV-mining-outpost-01.yml | 0 .../DeltaV => _DV/Salvage}/DV-outpost-arm.yml | 0 .../Salvage}/DV-research-outpost-01.yml | 0 .../Salvage}/DV-ruin-cargo-salvage.yml | 0 .../Salvage}/DV-security-chunk.yml | 0 .../DeltaV => _DV/Salvage}/DV-solar-farm.yml | 0 .../Salvage}/DV-stationstation.yml | 0 .../Salvage}/DV-syndi-hideout.yml | 0 .../DeltaV => _DV/Salvage}/DV-tick-colony.yml | 0 .../DeltaV => _DV/Salvage}/DV-tick-nest.yml | 0 .../Salvage}/DV-vegan-meatball.yml | 0 .../DeltaV => _DV/Salvage}/DV-wh-salvage.yml | 0 .../Templates/DV-large-asteroid-template.yml | 0 .../Templates/DV-med-asteroid-template.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_BC20.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_Box.yml | 0 .../Shuttles}/NTES_Centipede.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_Delta.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_Fishbowl.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_Kaeri.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_Lox.yml | 0 .../Shuttles}/NTES_Propeller.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_Right.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_Seal.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_Titan.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_UCLB.yml | 0 .../DeltaV => _DV/Shuttles}/NTES_Vertex.yml | 0 .../DeltaV => _DV/Shuttles}/barge.yml | 0 .../Shuttles}/glacier_surface_shuttle.yml | 0 .../DeltaV => _DV/Shuttles}/helix.yml | 0 .../DeltaV => _DV/Shuttles}/mining.yml | 0 .../DeltaV => _DV/Shuttles}/ntcv-nomad.yml | 0 .../DeltaV => _DV/Shuttles}/ntsp-bulwark.yml | 0 .../DeltaV => _DV/Shuttles}/ntsv-tote.yml | 0 .../DeltaV => _DV/Shuttles}/ntv-pulse.yml | 0 .../DeltaV => _DV/Shuttles}/ntxr-saucer.yml | 0 .../DeltaV => _DV/Shuttles}/prospector.yml | 0 .../{Shuttles/DeltaV => _DV/Shuttles}/pts.yml | 0 .../Shuttles}/recruiter_ship.yml | 0 .../Shuttles}/sub_escape_pod.yml | 0 .../Shuttles}/synthesis_ship.yml | 0 Resources/Maps/{DeltaV => _DV}/centcomm.yml | 0 Resources/Migrations/migration.yml | 4 +- Resources/Prototypes/Access/cargo.yml | 2 +- Resources/Prototypes/Access/misc.yml | 4 +- Resources/Prototypes/Access/research.yml | 2 +- Resources/Prototypes/Alerts/revenant.yml | 2 +- .../Prototypes/Catalog/Cargo/cargo_armory.yml | 2 +- .../Catalog/Cargo/cargo_security.yml | 4 +- .../Prototypes/Catalog/Fills/Crates/fun.yml | 2 +- .../Catalog/Fills/Crates/medical.yml | 6 +- .../VendingMachines/Inventories/medical.yml | 2 +- .../Prototypes/Catalog/uplink_catalog.yml | 4 +- .../Prototypes/Decals/Overlays/grayscale.yml | 36 +-- .../Prototypes/Decals/bricktile_dark.yml | 34 +-- .../Prototypes/Decals/bricktile_steel.yml | 34 +-- .../Prototypes/Decals/bricktile_white.yml | 34 +-- .../Structures/Doors/airlock_groups.yml | 41 --- Resources/Prototypes/DeltaV/Maps/salvage.yml | 50 ---- .../Prototypes/DeltaV/Shaders/birdvision.yml | 4 - .../DeltaV/Shaders/chromatic_aberration.yml | 4 - .../DeltaV/SoundCollections/vulpkanin.yml | 33 --- .../Prototypes/DeltaV/Voice/speech_sounds.yml | 17 -- .../SoundCollections/harpy.yml | 16 +- .../Entities/Clothing/Back/backpacks.yml | 2 +- .../Entities/Clothing/Back/duffel.yml | 2 +- .../Entities/Clothing/Back/satchel.yml | 2 +- .../Entities/Clothing/Belt/belts.yml | 12 +- .../Entities/Clothing/Ears/headsets.yml | 4 +- .../Entities/Clothing/Head/hats.yml | 24 +- .../Entities/Clothing/Head/helmets.yml | 8 +- .../Entities/Clothing/Neck/cloaks.yml | 2 +- .../Entities/Clothing/Neck/mantles.yml | 4 +- .../Entities/Clothing/Neck/medals.yml | 24 +- .../OuterClothing/base_clothingouter.yml | 4 +- .../Entities/Clothing/OuterClothing/coats.yml | 8 +- .../Clothing/OuterClothing/hardsuits.yml | 4 +- .../Entities/Clothing/Shoes/boots.yml | 4 +- .../Entities/Clothing/Uniforms/jumpskirts.yml | 24 +- .../Entities/Clothing/Uniforms/jumpsuits.yml | 40 +-- .../Spawners/Random/Food_Drinks/food_meal.yml | 2 +- .../Markers/Spawners/Random/paintings.yml | 4 +- .../Markers/Spawners/Random/posters.yml | 8 +- .../Entities/Markers/Spawners/Random/toy.yml | 8 +- .../Entities/Markers/Spawners/jobs.yml | 6 +- .../Entities/Mobs/Corpses/corpses.yml | 2 +- .../Mobs/Customization/Markings/scars.yml | 2 +- .../Mobs/Customization/Markings/tattoos.yml | 6 +- .../Prototypes/Entities/Mobs/NPCs/animals.yml | 50 ++-- .../Prototypes/Entities/Mobs/NPCs/carp.yml | 2 +- .../Prototypes/Entities/Mobs/NPCs/pets.yml | 2 +- .../Entities/Mobs/NPCs/regalrat.yml | 2 +- .../Entities/Mobs/NPCs/revenant.yml | 4 +- .../Prototypes/Entities/Mobs/NPCs/silicon.yml | 2 +- .../Prototypes/Entities/Mobs/NPCs/slimes.yml | 2 +- .../Mobs/Player/ShuttleRoles/settings.yml | 2 +- .../Entities/Mobs/Species/diona.yml | 2 +- Resources/Prototypes/Entities/Mobs/base.yml | 2 +- .../Consumable/Food/Containers/box.yml | 4 +- .../Entities/Objects/Decoration/present.yml | 4 +- .../Circuitboards/Machine/production.yml | 2 +- .../Objects/Devices/encryption_keys.yml | 2 +- .../Entities/Objects/Devices/pda.yml | 8 +- .../Prototypes/Entities/Objects/Fun/toys.yml | 2 +- .../Objects/Misc/identification_cards.yml | 6 +- .../Objects/Specific/Medical/morgue.yml | 2 +- .../Entities/Objects/Tools/jetpacks.yml | 22 +- .../Weapons/Guns/Shotguns/shotguns.yml | 20 +- .../Weapons/Melee/advanced_truncheon.yml | 4 +- .../Objects/Weapons/Melee/e_sword.yml | 8 +- .../Objects/Weapons/Melee/fireaxe.yml | 2 +- .../Entities/Objects/Weapons/Melee/sword.yml | 4 +- .../Prototypes/Entities/Stations/base.yml | 14 +- .../Structures/Doors/Airlocks/airlocks.yml | 54 ++-- .../Structures/Doors/Airlocks/assembly.yml | 58 ++--- .../Doors/Airlocks/base_structureairlocks.yml | 4 +- .../Structures/Doors/Airlocks/external.yml | 4 +- .../Structures/Doors/Airlocks/highsec.yml | 2 +- .../Doors/SecretDoor/secret_door.yml | 4 +- .../Structures/Doors/airlock_groups.yml | 4 +- .../Structures/Machines/Computers/arcades.yml | 6 +- .../Machines/Computers/computers.yml | 6 +- .../Structures/Machines/telecomms.yml | 4 +- .../Structures/Piping/Disposal/units.yml | 6 +- .../Entities/Structures/Power/apc.yml | 4 +- .../Structures/Wallmounts/Signs/signs.yml | 6 +- .../Structures/Wallmounts/shotgun_cabinet.yml | 2 +- .../Entities/Structures/Walls/walls.yml | 16 +- .../Entities/Structures/Windows/plasma.yml | 8 +- .../Structures/Windows/reinforced.yml | 12 +- .../Entities/Structures/Windows/rplasma.yml | 12 +- .../Entities/Structures/Windows/ruranium.yml | 12 +- .../Entities/Structures/Windows/uranium.yml | 8 +- .../Entities/Structures/Windows/window.yml | 20 +- .../Prototypes/Entities/Structures/stairs.yml | 16 +- Resources/Prototypes/GameRules/events.yml | 2 +- .../Prototypes/GameRules/unknown_shuttles.yml | 4 +- .../Loadouts/Jobs/Command/captain.yml | 2 +- .../Prototypes/Loadouts/loadout_groups.yml | 2 +- Resources/Prototypes/Maps/arena.yml | 2 +- Resources/Prototypes/Maps/asterisk.yml | 2 +- Resources/Prototypes/Maps/centcomm.yml | 2 +- Resources/Prototypes/Maps/edge.yml | 2 +- Resources/Prototypes/Maps/glacier.yml | 4 +- Resources/Prototypes/Maps/hammurabi.yml | 2 +- Resources/Prototypes/Maps/hive.yml | 2 +- Resources/Prototypes/Maps/lighthouse.yml | 2 +- Resources/Prototypes/Maps/shoukou.yml | 2 +- Resources/Prototypes/Maps/tortuga.yml | 2 +- .../Catalog/Fills/Lockers/epistemics.yml | 2 +- .../Entities/Clothing/Belt/belts.yml | 8 +- .../Entities/Clothing/Head/hats.yml | 4 +- .../Entities/Clothing/Head/hoods.yml | 4 +- .../Entities/Clothing/OuterClothing/coats.yml | 4 +- .../Clothing/OuterClothing/wintercoats.yml | 2 +- .../Entities/Markers/Spawners/ghost_roles.yml | 2 +- .../Entities/Markers/Spawners/jobs.yml | 8 +- .../Devices/Misc/identification_cards.yml | 12 +- .../Entities/Objects/Devices/cartridges.yml | 4 +- .../Entities/Objects/Devices/pda.yml | 8 +- .../Objects/Weapons/Guns/Pistols/pistols.yml | 6 +- .../Structures/Research/glimmer_prober.yml | 6 +- .../Entities/Structures/Research/oracle.yml | 2 +- .../Structures/Research/sophicscribe.yml | 2 +- .../Prototypes/Nyanotrasen/Maps/salvage.yml | 100 -------- .../Nyanotrasen/Parallaxes/space.yml | 124 ++++------ .../Roles/Jobs/Epistemics/forensicmantis.yml | 2 +- .../Prototypes/Nyanotrasen/StatusIcon/job.yml | 8 +- .../Nyanotrasen/Voice/speech_emotes.yml | 10 +- .../Prototypes/Nyanotrasen/mailDeliveries.yml | 2 +- .../Prototypes/Objectives/objectiveGroups.yml | 8 +- .../Objectives/stealTargetGroups.yml | 2 +- Resources/Prototypes/Objectives/thief.yml | 2 +- .../Prototypes/Palettes/departmental.yml | 2 +- Resources/Prototypes/Reagents/toxins.yml | 2 +- .../Recipes/Construction/structures.yml | 8 +- .../Recipes/Construction/utilities.yml | 4 +- .../Recipes/Crafting/Graphs/toys.yml | 2 +- .../Prototypes/Recipes/Crafting/toys.yml | 2 +- .../Prototypes/Recipes/Lathes/chemistry.yml | 4 +- .../Prototypes/Recipes/Lathes/devices.yml | 10 +- Resources/Prototypes/Recipes/Lathes/misc.yml | 2 +- .../Prototypes/Research/civilianservices.yml | 2 +- Resources/Prototypes/Roles/Antags/traitor.yml | 2 +- .../Roles/Jobs/Cargo/quartermaster.yml | 4 +- .../Roles/Jobs/Cargo/salvage_specialist.yml | 4 +- .../Roles/Jobs/Civilian/bartender.yml | 2 +- .../Roles/Jobs/Civilian/chaplain.yml | 2 +- .../Prototypes/Roles/Jobs/Civilian/chef.yml | 2 +- .../Roles/Jobs/Civilian/librarian.yml | 2 +- .../Jobs/Medical/chief_medical_officer.yml | 2 +- .../Roles/Jobs/Science/research_director.yml | 2 +- .../Roles/Jobs/Security/head_of_security.yml | 2 +- .../Prototypes/Roles/Jobs/Wildcards/boxer.yml | 2 +- .../Roles/Jobs/Wildcards/psychologist.yml | 4 +- .../Roles/Jobs/Wildcards/reporter.yml | 2 +- .../Roles/Jobs/Wildcards/zookeeper.yml | 2 +- .../Prototypes/Roles/Jobs/departments.yml | 10 +- .../Prototypes/Species/species_weights.yml | 4 +- Resources/Prototypes/StatusIcon/job.yml | 4 +- Resources/Prototypes/Tiles/floors.yml | 98 ++++---- Resources/Prototypes/Tiles/plating.yml | 2 +- .../Prototypes/Voice/speech_emote_sounds.yml | 2 +- .../Accents/word_replacements.yml | 0 .../{DeltaV => _DV}/Access/cargo.yml | 0 .../{DeltaV => _DV}/Access/engineering.yml | 0 .../{DeltaV => _DV}/Access/epistemics.yml | 0 .../{DeltaV => _DV}/Access/justice.yml | 0 .../{DeltaV => _DV}/Access/medical.yml | 0 .../{DeltaV => _DV}/Access/misc.yml | 0 .../{DeltaV => _DV}/Access/security.yml | 0 .../{DeltaV => _DV}/Access/service.yml | 0 .../{DeltaV => _DV}/Actions/types.yml | 4 +- .../{DeltaV => _DV}/Body/Organs/ashwalker.yml | 0 .../{DeltaV => _DV}/Body/Organs/harpy.yml | 0 .../{DeltaV => _DV}/Body/Organs/vulpkanin.yml | 0 .../{DeltaV => _DV}/Body/Parts/harpy.yml | 40 +-- .../{DeltaV => _DV}/Body/Parts/rodentia.yml | 4 +- .../{DeltaV => _DV}/Body/Parts/vulpkanin.yml | 40 +-- .../Body/Prototypes/ashwalker.yml | 0 .../{DeltaV => _DV}/Body/Prototypes/harpy.yml | 0 .../Body/Prototypes/rodentia.yml | 0 .../Body/Prototypes/vulpkanin.yml | 0 .../Cartridges}/crimeassistflow.yml | 0 .../Catalog/Cargo/cargo_armory.yml | 6 +- .../Catalog/Cargo/cargo_food.yml | 12 +- .../Catalog/Cargo/cargo_fun.yml | 0 .../Catalog/Cargo/cargo_livestock.yml | 2 +- .../Catalog/Cargo/cargo_medical.yml | 0 .../Catalog/Cargo/cargo_vending.yml | 0 .../Catalog/Fills/Boxes/emergency.yml | 0 .../Catalog/Fills/Boxes/general.yml | 0 .../Catalog/Fills/Boxes/pda.yml | 0 .../Catalog/Fills/Boxes/security.yml | 2 +- .../Catalog/Fills/Crates/armory.yml | 0 .../Catalog/Fills/Crates/engine.yml | 0 .../Catalog/Fills/Crates/food.yml | 0 .../Catalog/Fills/Crates/fun.yml | 0 .../Catalog/Fills/Crates/medical.yml | 0 .../Catalog/Fills/Crates/npc.yml | 0 .../Catalog/Fills/Crates/vending.yml | 0 .../Fills/Items/Backpacks/duffelbag.yml | 0 .../Catalog/Fills/Items/Belts/belts.yml | 0 .../Catalog/Fills/Lockers/cargo.yml | 0 .../Catalog/Fills/Lockers/chiefjustice.yml | 0 .../Catalog/Fills/Lockers/clerk.yml | 0 .../Catalog/Fills/Lockers/heads.yml | 4 +- .../Catalog/Fills/Lockers/medical.yml | 0 .../Catalog/Fills/Lockers/security.yml | 0 .../Catalog/Fills/Lockers/suit_storage.yml | 0 .../Catalog/Fills/Paper/manuals.yml | 0 .../Catalog/Jukebox/Standard.yml | 40 +-- .../Catalog/Shipyard/categories.yml | 0 .../Catalog/Shipyard/civilian.yml | 14 +- .../Catalog/Shipyard/experimental.yml | 2 +- .../Catalog/Shipyard/military.yml | 2 +- .../Inventories/courierdrobe.yml | 0 .../VendingMachines/Inventories/pride.yml | 0 .../Inventories/salvage_points.yml | 0 .../Inventories/unlockedboozeomat.yml | 0 .../VendingMachines/advertisements.yml | 0 .../Catalog/VendingMachines/goodbyes.yml | 0 .../{DeltaV => _DV}/Catalog/fugitive_sets.yml | 0 .../Catalog/mining_voucher.yml | 2 +- .../Catalog/uplink_catalog.yml | 2 +- .../{DeltaV => _DV}/Damage/modifier_sets.yml | 0 .../{DeltaV => _DV}/Datasets/Names/ai.yml | 0 .../Datasets/Names/rodentia_female.yml | 0 .../Datasets/Names/rodentia_last.yml | 0 .../Datasets/Names/rodentia_male.yml | 0 .../Datasets/Names/vulpkanin_female.yml | 0 .../Datasets/Names/vulpkanin_last.yml | 0 .../Datasets/Names/vulpkanin_male.yml | 0 .../{DeltaV => _DV}/Datasets/addictions.yml | 0 .../Datasets/fugitive_crimes.yml | 0 .../{DeltaV => _DV}/Datasets/pain.yml | 0 .../{DeltaV => _DV}/Decals/trimline.yml | 82 +++--- .../Device/devicenet_frequencies.yml | 0 .../Actions/cancel-escape-inventory.yml | 2 +- .../Entities/Clothing/Belt/belts.yml | 14 +- .../Entities/Clothing/Ears/headsets.yml | 20 +- .../Entities/Clothing/Eyes/glasses.yml | 20 +- .../Entities/Clothing/Eyes/hud.yml | 8 +- .../Entities/Clothing/Hands/gloves.yml | 12 +- .../Clothing/Head/hardsuit-helmets.yml | 36 +-- .../Entities/Clothing/Head/hats.yml | 76 +++--- .../Entities/Clothing/Head/hoods.yml | 4 +- .../Entities/Clothing/Masks/masks.yml | 4 +- .../Entities/Clothing/Neck/cloaks.yml | 14 +- .../Entities/Clothing/Neck/mantles.yml | 8 +- .../Entities/Clothing/Neck/medals.yml | 4 +- .../Entities/Clothing/Neck/misc.yml | 4 +- .../Entities/Clothing/Neck/ties.yml | 24 +- .../Entities/Clothing/OuterClothing/armor.yml | 12 +- .../Entities/Clothing/OuterClothing/coats.yml | 28 +-- .../Clothing/OuterClothing/hardsuits.yml | 32 +-- .../Entities/Clothing/OuterClothing/misc.yml | 8 +- .../Entities/Clothing/OuterClothing/vests.yml | 16 +- .../Clothing/OuterClothing/wintercoats.yml | 36 +-- .../Entities/Clothing/Shoes/boots.yml | 8 +- .../Entities/Clothing/Shoes/magboots.yml | 4 +- .../Entities/Clothing/Shoes/misc.yml | 4 +- .../Entities/Clothing/Shoes/specific.yml | 4 +- .../Entities/Clothing/Shoes/winter-boots.yml | 84 +++---- .../Uniforms/base_clothinguniforms.yml | 0 .../Entities/Clothing/Uniforms/jumpskirts.yml | 76 +++--- .../Entities/Clothing/Uniforms/jumpsuits.yml | 156 ++++++------ .../Entities/Clothing/Uniforms/scrubs.yml | 24 +- .../Markers/Spawners/Random/intercom.yml | 2 +- .../Markers/Spawners/Random/miningrock.yml | 2 +- .../Markers/Spawners/Random/safes.yml | 0 .../Markers/Spawners/Random/security.yml | 2 +- .../Markers/Spawners/Random/solar.yml | 2 +- .../Entities/Markers/Spawners/ghost_roles.yml | 2 +- .../Entities/Markers/Spawners/jobs.yml | 18 +- .../Entities/Markers/Spawners/mobs.yml | 2 +- .../Entities/Markers/anti_anomaly_zone.yml | 0 .../Entities/Markers/warp_point.yml | 0 .../Mobs/Customization/Markings/Oni_horns.yml | 4 +- .../Mobs/Customization/Markings/felinid.yml | 14 +- .../Mobs/Customization/Markings/hair.yml | 18 +- .../Mobs/Customization/Markings/harpy.yml | 18 +- .../Mobs/Customization/Markings/makeup.yml | 12 +- .../Mobs/Customization/Markings/moth.yml | 8 +- .../Mobs/Customization/Markings/rodentia.yml | 162 ++++++------ .../Mobs/Customization/Markings/scars.yml | 6 +- .../Mobs/Customization/Markings/tattoos.yml | 12 +- .../Mobs/Customization/Markings/vulpkanin.yml | 234 +++++++++--------- .../Entities/Mobs/Cyborgs/borg_chassis.yml | 0 .../Entities/Mobs/NPCs/animals.yml | 6 +- .../Entities/Mobs/NPCs/familiars.yml | 0 .../Entities/Mobs/NPCs/fun.yml | 2 +- .../Entities/Mobs/NPCs/glimmer_creatures.yml | 4 +- .../Entities/Mobs/NPCs/nukiemouse.yml | 2 +- .../Entities/Mobs/NPCs/pets.yml | 6 +- .../Entities/Mobs/NPCs/salvage.yml | 0 .../Entities/Mobs/Player/harpy.yml | 0 .../Entities/Mobs/Player/rodentia.yml | 0 .../Entities/Mobs/Player/silicon.yml | 0 .../Entities/Mobs/Player/vulpkanin.yml | 0 .../Entities/Mobs/Species/ashwalker.yml | 0 .../Entities/Mobs/Species/harpy.yml | 16 +- .../Entities/Mobs/Species/rodentia.yml | 4 +- .../Entities/Mobs/Species/vulpkanin.yml | 6 +- .../Consumable/Drinks/drinks-cartons.yml | 10 +- .../Objects/Consumable/Drinks/drinks.yml | 18 +- .../Objects/Consumable/Drinks/drinks_cans.yml | 2 +- .../Consumable/Drinks/powdered_drinks.yml | 28 +-- .../Consumable/Food/Containers/lunchbox.yml | 4 +- .../Objects/Consumable/Food/meals.yml | 4 +- .../Entities/Objects/Consumable/Food/meat.yml | 0 .../Objects/Consumable/Food/produce.yml | 12 +- .../Entities/Objects/Consumable/Food/soup.yml | 8 +- .../Smokeables/Cigarettes/cartons.yml | 8 +- .../Smokeables/Cigarettes/cigarette.yml | 0 .../Smokeables/Cigarettes/packs.yml | 8 +- .../Entities/Objects/Decoration/flora.yml | 2 +- .../Devices/CircuitBoards/computer.yml | 0 .../Devices/Electronics/door_access.yml | 0 .../Objects/Devices/Medical/portafib.yml | 2 +- .../reinforcement_teleporter.yml | 2 +- .../Entities/Objects/Devices/aac_tablet.yml | 2 +- .../Entities/Objects/Devices/cartridges.yml | 24 +- .../Entities/Objects/Devices/door_remote.yml | 0 .../Objects/Devices/encryption_keys.yml | 4 +- .../Entities/Objects/Devices/pda.yml | 24 +- .../Entities/Objects/Devices/shock_collar.yml | 0 .../Objects/Devices/station_beacon.yml | 0 .../Objects/Devices/tape_recorder.yml | 4 +- .../Entities/Objects/Fun/toy_guns.yml | 4 +- .../Entities/Objects/Fun/toys.yml | 12 +- .../Entities/Objects/Materials/ore.yml | 0 .../Entities/Objects/Misc/books.yml | 4 +- .../Objects/Misc/fire_extinguisher.yml | 4 +- .../Entities/Objects/Misc/first_bill.yml | 2 +- .../Entities/Objects/Misc/ian_dossier.yml | 2 +- .../Objects/Misc/identification_cards.yml | 12 +- .../Entities/Objects/Misc/implanters.yml | 0 .../Objects/Misc/improvised_gun_parts.yml | 6 +- .../Entities/Objects/Misc/mouth_storage.yml | 0 .../Entities/Objects/Misc/paper.yml | 8 +- .../Entities/Objects/Misc/paperslips.yml | 10 +- .../Entities/Objects/Misc/rubber_stamp.yml | 8 +- .../Objects/Misc/secret_documents.yml | 0 .../Objects/Misc/subdermal_implants.yml | 0 .../Objects/Specific/Chapel/ringbox.yml | 2 +- .../Objects/Specific/Command/safe.yml | 2 +- .../Hydroponics/plant_bag_holding.yml | 4 +- .../Objects/Specific/Hydroponics/seeds.yml | 6 +- .../Objects/Specific/Justice/gavel.yml | 4 +- .../Objects/Specific/Justice/gavelblock.yml | 4 +- .../Objects/Specific/Justice/trialtimer.yml | 2 +- .../Entities/Objects/Specific/Mail/mail.yml | 32 +-- .../Objects/Specific/Mail/mail_civilian.yml | 0 .../Objects/Specific/Mail/mail_command.yml | 0 .../Specific/Mail/mail_engineering.yml | 0 .../Specific/Mail/mail_epistemology.yml | 0 .../Objects/Specific/Mail/mail_medical.yml | 0 .../Objects/Specific/Mail/mail_security.yml | 0 .../Entities/Objects/Specific/Mail/tools.yml | 4 +- .../Objects/Specific/Medical/healing.yml | 0 .../Objects/Specific/Medical/morgue.yml | 2 +- .../Specific/Robotics/borg_modules.yml | 2 +- .../Objects/Specific/Security/security.yml | 2 +- .../Service/vending_machine_restock.yml | 2 +- .../Objects/Specific/chemistry-bottles.yml | 0 .../Entities/Objects/Specific/fugitive.yml | 0 .../Objects/Specific/mining_voucher.yml | 2 +- .../Entities/Objects/Specific/recruiter.yml | 2 +- .../Entities/Objects/Tools/emag.yml | 4 +- .../Objects/Weapons/Bombs/plastic.yml | 2 +- .../Guns/Ammunition/Boxes/caseless_rifle.yml | 0 .../Guns/Ammunition/Boxes/light_rifle.yml | 0 .../Weapons/Guns/Ammunition/Boxes/magnum.yml | 0 .../Weapons/Guns/Ammunition/Boxes/pistol.yml | 0 .../Weapons/Guns/Ammunition/Boxes/rifle.yml | 0 .../Weapons/Guns/Ammunition/Boxes/special.yml | 2 +- .../Guns/Ammunition/Boxes/toy_guns.yml | 2 +- .../Ammunition/Cartridges/caseless_rifle.yml | 0 .../Ammunition/Cartridges/light_rifle.yml | 0 .../Guns/Ammunition/Cartridges/magnum.yml | 0 .../Guns/Ammunition/Cartridges/musket.yml | 2 +- .../Guns/Ammunition/Cartridges/pistol.yml | 0 .../Guns/Ammunition/Cartridges/replicated.yml | 0 .../Guns/Ammunition/Cartridges/rifle.yml | 0 .../Guns/Ammunition/Cartridges/special.yml | 0 .../Ammunition/Magazines/caseless_rifle.yml | 0 .../Guns/Ammunition/Magazines/light_rifle.yml | 0 .../Guns/Ammunition/Magazines/magnum.yml | 0 .../Guns/Ammunition/Magazines/pistol.yml | 2 +- .../Guns/Ammunition/Magazines/rifle.yml | 0 .../Ammunition/Projectiles/caseless_rifle.yml | 0 .../Ammunition/Projectiles/light_rifle.yml | 0 .../Guns/Ammunition/Projectiles/magnum.yml | 0 .../Guns/Ammunition/Projectiles/musket.yml | 0 .../Guns/Ammunition/Projectiles/pistol.yml | 0 .../Ammunition/Projectiles/replicated.yml | 0 .../Guns/Ammunition/Projectiles/rifle.yml | 0 .../Guns/Ammunition/Projectiles/special.yml | 0 .../Guns/Ammunition/SpeedLoaders/special.yml | 2 +- .../Weapons/Guns/Battery/battery_guns.yml | 54 ++-- .../Objects/Weapons/Guns/LMGs/lmgs.yml | 0 .../Weapons/Guns/Launchers/launchers.yml | 0 .../Objects/Weapons/Guns/Pistols/pistols.yml | 20 +- .../Weapons/Guns/Projectiles/hitscan.yml | 12 +- .../Weapons/Guns/Projectiles/impacts.yml | 0 .../Weapons/Guns/Projectiles/meteors.yml | 0 .../Weapons/Guns/Projectiles/projectiles.yml | 0 .../Guns/Projectiles/toy_projectiles.yml | 2 +- .../Weapons/Guns/Revolvers/revolvers.yml | 20 +- .../Objects/Weapons/Guns/Rifles/rifles.yml | 20 +- .../Objects/Weapons/Guns/SMGs/smgs.yml | 6 +- .../Weapons/Guns/Shotguns/shotguns.yml | 8 +- .../Objects/Weapons/Melee/foam_blade.yml | 0 .../Objects/Weapons/Melee/home_run_bat.yml | 2 +- .../Entities/Objects/Weapons/Melee/knife.yml | 4 +- .../Objects/Weapons/Throwable/grenades.yml | 0 .../Entities/Stations/base.yml | 2 +- .../Decoration/shuttle_manipulator.yml | 2 +- .../Structures/Doors/Airlocks/access.yml | 6 +- .../Structures/Doors/Airlocks/airlocks.yml | 8 +- .../Structures/Doors/Airlocks/assembly.yml | 8 +- .../Structures/Doors/Shutter/blast_door.yml | 0 .../Structures/Doors/Windoors/windoor.yml | 0 .../Structures/Doors/airlock_groups.yml | 41 +++ .../Structures/Machines/computers.yml | 0 .../Structures/Machines/faxmachines.yml | 2 +- .../Entities/Structures/Machines/holopad.yml | 0 .../Machines/syndicate_monitor_server.yml | 0 .../Structures/Machines/vending_machines.yml | 4 +- .../Piping/Disposal/space_disposal.yml | 2 +- .../Storage/Closets/Lockers/lockers.yml | 2 +- .../Structures/Storage/Crates/barrel.yml | 6 +- .../Storage/SecureCabinet/secure_cabinets.yml | 2 +- .../Structures/Storage/Tanks/tanks.yml | 2 +- .../Structures/Wallmounts/Signs/posters.yml | 20 +- .../Structures/Wallmounts/Signs/signs.yml | 10 +- .../Structures/Wallmounts/paintings.yml | 4 +- .../Entities/Structures/Wallmounts/switch.yml | 0 .../Entities/Structures/Walls/mountain.yml | 6 +- .../Entities/Structures/Walls/railing.yml | 48 ++-- .../Structures/Windows/tinted_windows.yml | 8 +- .../Entities/Structures/cryopod.yml | 0 .../{DeltaV => _DV}/Flavors/candyflavors.yml | 0 .../{DeltaV => _DV}/Flavors/flavors.yml | 0 .../{DeltaV => _DV}/GameRules/events.yml | 2 +- .../GameRules/glimmer_events.yml | 0 .../GameRules/unknown_shuttles.yml | 0 .../{DeltaV => _DV}/Guidebook/command.yml | 2 +- .../{DeltaV => _DV}/Guidebook/epistemics.yml | 2 +- .../{DeltaV => _DV}/Guidebook/justice.yml | 2 +- .../{DeltaV => _DV}/Guidebook/logistics.yml | 2 +- .../{DeltaV => _DV}/Guidebook/rules.yml | 50 ++-- .../{DeltaV => _DV}/Guidebook/species.yml | 10 +- .../{DeltaV => _DV}/Hydroponics/seeds.yml | 6 +- .../secdog_inventory_template.yml | 0 .../Loadouts/Jobs/Cargo/cargo_technician.yml | 0 .../Loadouts/Jobs/Cargo/courier.yml | 0 .../Jobs/Cargo/salvage_technician.yml | 0 .../Loadouts/Jobs/Civilian/bartender.yml | 0 .../Loadouts/Jobs/Civilian/chef.yml | 0 .../Loadouts/Jobs/Civilian/clown.yml | 0 .../Loadouts/Jobs/Civilian/janitor.yml | 0 .../Loadouts/Jobs/Civilian/mime.yml | 0 .../Loadouts/Jobs/Civilian/passenger.yml | 0 .../Loadouts/Jobs/Civilian/service_worker.yml | 0 .../Jobs/Command/administrative_assistant.yml | 0 .../Jobs/Command/head_of_personnel.yml | 0 .../Engineering/atmospheric_technician.yml | 0 .../Jobs/Engineering/station_engineer.yml | 0 .../Loadouts/Jobs/Justice/chiefjustice.yml | 0 .../Loadouts/Jobs/Justice/clerk.yml | 0 .../Loadouts/Jobs/Justice/prosecutor.yml | 0 .../Loadouts/Jobs/Medical/medical_doctor.yml | 0 .../Loadouts/Jobs/Medical/medical_intern.yml | 0 .../Loadouts/Jobs/Medical/psychologist.yml | 0 .../Loadouts/Jobs/Science/mystagogue.yml | 0 .../Loadouts/Jobs/Science/roboticist.yml | 0 .../Loadouts/Jobs/Science/scientist.yml | 0 .../Loadouts/Jobs/Security/brigmedic.yml | 0 .../Loadouts/Jobs/Security/detective.yml | 0 .../Jobs/Security/security_officer.yml | 0 .../Loadouts/Miscellaneous/glasses.yml | 0 .../Loadouts/Miscellaneous/scarfs.yml | 0 .../Loadouts/Miscellaneous/survival.yml | 0 .../Loadouts/Miscellaneous/trinkets.yml | 0 .../Loadouts/Miscellaneous/wintercoats.yml | 0 .../Loadouts/loadout_groups.yml | 0 .../Loadouts/role_loadouts.yml | 0 .../{DeltaV => _DV}/Mail/mailDeliveries.yml | 0 Resources/Prototypes/_DV/Maps/salvage.yml | 145 +++++++++++ .../{DeltaV => _DV}/Maps/salvage_modified.yml | 42 ++-- .../{DeltaV => _DV}/NPC/roboisseur.yml | 2 +- .../Prototypes/{DeltaV => _DV}/NPC/wisp.yml | 0 .../{DeltaV => _DV}/Objectives/fugitive.yml | 0 .../{DeltaV => _DV}/Objectives/ninja.yml | 0 .../Objectives/objectiveGroups.yml | 0 .../Objectives/paradox_anomaly.yml | 0 .../{DeltaV => _DV}/Objectives/recruiter.yml | 2 +- .../Objectives/stealTargetGroups.yml | 12 +- .../Objectives/synthesis_specialist.yml | 0 .../{DeltaV => _DV}/Objectives/traitor.yml | 0 Resources/Prototypes/_DV/Parallaxes/space.yml | 35 +++ .../Procedural/biome_ore_templates.yml | 0 .../QuickPhrases/Common/commands.yml | 0 .../QuickPhrases/Common/manners.yml | 0 .../QuickPhrases/Common/numbers.yml | 0 .../QuickPhrases/Common/pronouns.yml | 0 .../QuickPhrases/Common/qualitative.yml | 0 .../QuickPhrases/Common/questions.yml | 0 .../QuickPhrases/Species/animals.yml | 0 .../QuickPhrases/Species/crew.yml | 0 .../QuickPhrases/Species/generic_species.yml | 0 .../QuickPhrases/Subjects/command.yml | 0 .../QuickPhrases/Subjects/engineering.yml | 0 .../QuickPhrases/Subjects/epistemics.yml | 0 .../QuickPhrases/Subjects/generic.yml | 0 .../QuickPhrases/Subjects/justice.yml | 0 .../QuickPhrases/Subjects/logistics.yml | 0 .../QuickPhrases/Subjects/medical.yml | 0 .../QuickPhrases/Subjects/security.yml | 0 .../QuickPhrases/Subjects/service.yml | 0 .../QuickPhrases/Threats/hazards.yml | 0 .../QuickPhrases/Threats/hostiles.yml | 0 .../QuickPhrases/Threats/status.yml | 0 .../{DeltaV => _DV}/QuickPhrases/base.yml | 0 .../{DeltaV => _DV}/QuickPhrases/jobs.yml | 0 .../QuickPhrases/locations.yml | 0 .../Reagents/Consumable/Drink/drinks.yml | 18 +- .../Consumable/Drink/powdered_drinks.yml | 0 .../Reagents/Consumable/Drink/soda.yml | 0 .../Reagents/Materials/ores.yml | 0 .../{DeltaV => _DV}/Reagents/fun.yml | 0 .../Graphs/clothing/glasses_corpshud.yml | 0 .../prescription_departamental_glasses.yml | 2 +- .../Graphs/clothing/prescription_huds.yml | 0 .../Graphs/utilities/borg_modules.yml | 0 .../Recipes/Construction/clothing.yml | 10 +- .../Recipes/Construction/storage.yml | 2 +- .../Recipes/Cooking/meal_recipes.yml | 0 .../Recipes/Cooking/powdered_drinks.yml | 0 .../Graphs/SecureCabinet/secure_cabinet.yml | 0 .../Recipes/Crafting/Graphs/barrel.yml | 0 .../Crafting/Graphs/improvised/bayonet.yml | 0 .../Graphs/improvised/modular_breech.yml | 0 .../Graphs/improvised/modular_trigger.yml | 0 .../Crafting/Graphs/improvised/musket.yml | 12 +- .../Graphs/improvised/musket_cartridge.yml | 0 .../Recipes/Crafting/barrel.yml | 4 +- .../Recipes/Crafting/improvised.yml | 8 +- .../Recipes/Lathes/clothing.yml | 0 .../Recipes/Lathes/devices.yml | 0 .../Recipes/Lathes/electronics.yml | 0 .../Recipes/Lathes/medical.yml | 0 .../{DeltaV => _DV}/Recipes/Lathes/misc.yml | 0 .../Recipes/Lathes/powercells.yml | 0 .../Recipes/Lathes/robotics.yml | 0 .../Recipes/Lathes/security.yml | 0 .../{DeltaV => _DV}/Recipes/Lathes/tiles.yml | 0 .../{DeltaV => _DV}/Recipes/Lathes/tools.yml | 0 .../Recipes/Reactions/drinks.yml | 0 .../Recipes/Reactions/food.yml | 0 .../{DeltaV => _DV}/Recipes/Reactions/fun.yml | 0 .../{DeltaV => _DV}/Research/arsenal.yml | 8 +- .../Research/civilianservices.yml | 0 .../{DeltaV => _DV}/Research/industrial.yml | 0 .../{DeltaV => _DV}/Roles/Antags/fugitive.yml | 0 .../Roles/Antags/listening_post.yml | 0 .../{DeltaV => _DV}/Roles/Antags/paradox.yml | 0 .../Roles/Antags/recruiter.yml | 0 .../Roles/Antags/synthesis_specialist.yml | 0 .../Roles/Jobs/Cargo/cargo_assistant.yml | 0 .../Roles/Jobs/Cargo/courier.yml | 0 .../Jobs/Command/administrative_assistant.yml | 0 .../Roles/Jobs/Epistemics/roboticist.yml | 0 .../Roles/Jobs/Fun/misc_startinggear.yml | 0 .../Roles/Jobs/Justice/chief_justice.yml | 0 .../Roles/Jobs/Justice/clerk.yml | 0 .../Roles/Jobs/Justice/prosecutor.yml | 0 .../Roles/Jobs/Medical/medical_borg.yml | 0 .../Roles/Jobs/NPC/syndicateNPCs.yml | 0 .../Roles/Jobs/Security/brigmedic.yml | 0 .../Roles/Jobs/Security/securityborg.yml | 0 .../Roles/Jobs/departments.yml | 0 .../Roles/MindRoles/mind_roles.yml | 0 .../Roles/play_time_trackers.yml | 0 .../Prototypes/_DV/Shaders/birdvision.yml | 4 + .../_DV/Shaders/chromatic_aberration.yml | 4 + .../{DeltaV => _DV}/Shuttles/recruiter.yml | 2 +- .../{DeltaV => _DV}/Shuttles/synthesis.yml | 2 +- .../SoundCollections/harpy.yml | 0 .../_DV/SoundCollections/vulpkanin.yml | 33 +++ .../{DeltaV => _DV}/Species/harpy.yml | 28 +-- .../{DeltaV => _DV}/Species/rodentia.yml | 28 +-- .../{DeltaV => _DV}/Species/vulpkanin.yml | 28 +-- .../{DeltaV => _DV}/Stacks/Materials/ore.yml | 0 .../{DeltaV => _DV}/StatusIcon/job.yml | 16 +- .../{DeltaV => _DV}/StatusIcon/security.yml | 2 +- .../{DeltaV => _DV}/Traits/altvision.yml | 0 .../{DeltaV => _DV}/Traits/disabilities.yml | 0 .../{DeltaV => _DV}/Traits/neutral.yml | 0 .../{DeltaV => _DV}/Traits/speech.yml | 0 .../Voice/speech_emote_sounds.yml | 0 .../{DeltaV => _DV}/Voice/speech_emotes.yml | 0 .../Prototypes/_DV/Voice/speech_sounds.yml | 17 ++ .../{DeltaV => _DV}/Voice/speech_verbs.yml | 0 .../{DeltaV => _DV}/Wires/layouts.yml | 0 .../XenoArch/Effects/glimmer.yml | 0 .../XenoArch/Effects/psionic.yml | 0 .../XenoArch/artifact_triggers.yml | 0 .../{DeltaV => _DV}/ai_factions.yml | 0 .../Prototypes/{DeltaV => _DV}/borg_types.yml | 2 +- .../name_identifier_groups.yml | 0 Resources/Prototypes/{DeltaV => _DV}/ore.yml | 0 .../Prototypes/{DeltaV => _DV}/planets.yml | 0 .../{DeltaV => _DV}/radio_channels.yml | 0 .../Prototypes/{DeltaV => _DV}/shaders.yml | 2 +- .../{DeltaV => _DV}/siliconlaws.yml | 0 .../{DeltaV => _DV}/status_effects.yml | 0 Resources/Prototypes/{DeltaV => _DV}/tags.yml | 0 .../{DeltaV => _DV}/tool_qualities.yml | 0 .../{DeltaV => _DV}/typing_indicator.yml | 4 +- .../{DeltaV => _DV}/whitelist_tiers.yml | 0 Resources/Prototypes/_NF/Mail/Items/misc.yml | 4 +- Resources/Prototypes/_NF/Mail/Items/paper.yml | 14 +- .../Mobs/{DeltaV => _DV}/Felinid.xml | 0 .../Guidebook/Mobs/{DeltaV => _DV}/Harpy.xml | 0 .../Guidebook/Mobs/{DeltaV => _DV}/Oni.xml | 0 .../Mobs/{DeltaV => _DV}/Rodentia.xml | 0 .../Mobs/{DeltaV => _DV}/Vulpkanin.xml | 0 .../{DeltaV => _DV}/AlertProcedure.xml | 0 .../Epistemics/GlimmerCreatures.xml | 0 .../Guidebook/{DeltaV => _DV}/Justice.xml | 0 .../Logistics/TradeStation.xml | 0 .../{DeltaV => _DV}/Rules/0_Admin.xml | 0 .../Rules/CommunityRules/A1_ERP.xml | 0 .../Rules/CommunityRules/A2_Community.xml | 0 .../Rules/CommunityRules/A3_Streaming.xml | 0 .../Rules/CommunityRules/A4_Ahelp.xml | 0 .../Rules/CommunityRules/A5_Exploits.xml | 0 .../{DeltaV => _DV}/Rules/DeltaVRuleset.xml | 0 .../Rules/GameRules/1_Behave.xml | 0 .../Rules/GameRules/2_Metagaming.xml | 0 .../Rules/GameRules/3_Powergaming.xml | 0 .../Rules/GameRules/4_Self-antag.xml | 0 .../Rules/GameRules/5_Leaving.xml | 0 .../RoleRules/C1_CommandSecurityJustice.xml | 0 .../Rules/RoleRules/C2_PrisonerRule.xml | 0 .../Rules/RoleRules/C3_Antags.xml | 0 .../Rules/SiliconRules/S10_OrderConflicts.xml | 0 .../Rules/SiliconRules/S1_Laws.xml | 0 .../Rules/SiliconRules/S2_LawPriority.xml | 0 .../Rules/SiliconRules/S3_LawRedefinition.xml | 0 .../Rules/SiliconRules/S4_RequestChanges.xml | 0 .../Rules/SiliconRules/S5_FreeSilicon.xml | 0 .../SiliconRules/S6_UnreasonableOrders.xml | 0 .../Rules/SiliconRules/S7_Consistency.xml | 0 .../SiliconRules/S8_DefaultCrewDefinition.xml | 0 .../SiliconRules/S9_DefaultHarmDefinition.xml | 0 .../escapeinventory.rsi/cancel-escape.png | Bin .../Actions/escapeinventory.rsi/meta.json | 0 .../brigmedic.rsi/equipped-BACKPACK.png | Bin .../Back/Backpacks/brigmedic.rsi/icon.png | Bin .../Backpacks/brigmedic.rsi/inhand-left.png | Bin .../Backpacks/brigmedic.rsi/inhand-right.png | Bin .../Back/Backpacks/brigmedic.rsi/meta.json | 0 .../brigmedic.rsi/equipped-BACKPACK.png | Bin .../Back/Duffels/brigmedic.rsi/icon.png | Bin .../Duffels/brigmedic.rsi/inhand-left.png | Bin .../Duffels/brigmedic.rsi/inhand-right.png | Bin .../Back/Duffels/brigmedic.rsi/meta.json | 0 .../brigmedic.rsi/equipped-BACKPACK.png | Bin .../Back/Satchels/brigmedic.rsi/icon.png | Bin .../Satchels/brigmedic.rsi/inhand-left.png | Bin .../Satchels/brigmedic.rsi/inhand-right.png | Bin .../Back/Satchels/brigmedic.rsi/meta.json | 0 .../Clothing/Belt/belt_overlay.rsi/baton.png | Bin .../Belt/belt_overlay.rsi/flashbang.png | Bin .../Belt/belt_overlay.rsi/gasgrenade.png | Bin .../Clothing/Belt/belt_overlay.rsi/katana.png | Bin .../Clothing/Belt/belt_overlay.rsi/medkit.png | Bin .../Clothing/Belt/belt_overlay.rsi/meta.json | 0 .../Clothing/Belt/belt_overlay.rsi/slp.png | Bin .../Belt/belt_overlay.rsi/universal.png | Bin .../Belt/belt_overlay.rsi/wakizashi.png | Bin .../Belt/ceremonial.rsi/equipped-BELT.png | Bin .../Clothing/Belt/ceremonial.rsi/icon.png | Bin .../Belt/ceremonial.rsi/inhand-left.png | Bin .../Belt/ceremonial.rsi/inhand-right.png | Bin .../Clothing/Belt/ceremonial.rsi/meta.json | 0 .../Belt/cmowebbing.rsi/equipped-BELT.png | Bin .../Clothing/Belt/cmowebbing.rsi/icon.png | Bin .../Belt/cmowebbing.rsi/inhand-left.png | Bin .../Belt/cmowebbing.rsi/inhand-right.png | Bin .../Clothing/Belt/cmowebbing.rsi/meta.json | 0 .../Belt/corpsman.rsi/equipped-BELT.png | Bin .../Clothing/Belt/corpsman.rsi/icon.png | Bin .../Belt/corpsman.rsi/inhand-left.png | Bin .../Belt/corpsman.rsi/inhand-right.png | Bin .../Clothing/Belt/corpsman.rsi/meta.json | 0 .../Belt/courierbag.rsi/equipped-BELT.png | Bin .../Clothing/Belt/courierbag.rsi/icon.png | Bin .../Clothing/Belt/courierbag.rsi/meta.json | 0 .../Belt/foamsheath.rsi/equipped-BELT.png | Bin .../Clothing/Belt/foamsheath.rsi/meta.json | 0 .../sheath-sabre-equipped-BELT.png | Bin .../Belt/foamsheath.rsi/sheath-sabre.png | Bin .../Clothing/Belt/foamsheath.rsi/sheath.png | Bin .../Belt/security.rsi/equipped-BELT.png | Bin .../Clothing/Belt/security.rsi/icon.png | Bin .../Belt/security.rsi/inhand-left.png | Bin .../Belt/security.rsi/inhand-right.png | Bin .../Clothing/Belt/security.rsi/meta.json | 0 .../securitywebbing.rsi/equipped-BELT.png | Bin .../Belt/securitywebbing.rsi/icon.png | Bin .../Belt/securitywebbing.rsi/inhand-left.png | Bin .../Belt/securitywebbing.rsi/inhand-right.png | Bin .../Belt/securitywebbing.rsi/meta.json | 0 .../suspendersblack.rsi/equipped-BELT.png | Bin .../Belt/suspendersblack.rsi/icon.png | Bin .../Belt/suspendersblack.rsi/inhand-left.png | Bin .../Belt/suspendersblack.rsi/inhand-right.png | Bin .../Belt/suspendersblack.rsi/meta.json | 0 .../adminassistant.rsi/alt-equipped-EARS.png | Bin .../adminassistant.rsi/equipped-EARS.png | Bin .../Ears/Headsets/adminassistant.rsi/icon.png | Bin .../Headsets/adminassistant.rsi/icon_alt.png | Bin .../Headsets/adminassistant.rsi/meta.json | 0 .../justice.rsi/alt-equipped-EARS.png | Bin .../Headsets/justice.rsi/equipped-EARS.png | Bin .../Ears/Headsets/justice.rsi/icon.png | Bin .../Ears/Headsets/justice.rsi/icon_alt.png | Bin .../Ears/Headsets/justice.rsi/meta.json | 0 .../Headsets/prisoner.rsi/equipped-EARS.png | Bin .../Ears/Headsets/prisoner.rsi/icon.png | Bin .../Ears/Headsets/prisoner.rsi/meta.json | 0 .../securitymedical.rsi/equipped-EARS.png | Bin .../Headsets/securitymedical.rsi/icon.png | Bin .../Headsets/securitymedical.rsi/meta.json | 0 .../service.rsi/alt-equipped-EARS.png | Bin .../Ears/Headsets/service.rsi/icon_alt.png | Bin .../Ears/Headsets/service.rsi/meta.json | 0 .../alt-equipped-EARS.png | Bin .../syndicate_listening.rsi/icon_alt.png | Bin .../syndicate_listening.rsi/meta.json | 0 .../equipped-EYES-hamster.png | Bin .../corpsglasses.rsi/equipped-EYES-secdog.png | Bin .../corpsglasses.rsi/equipped-EYES.png | Bin .../Eyes/Glasses/corpsglasses.rsi/icon.png | Bin .../Glasses/corpsglasses.rsi/inhand-left.png | Bin .../Glasses/corpsglasses.rsi/inhand-right.png | Bin .../Eyes/Glasses/corpsglasses.rsi/meta.json | 0 .../equipped-EYES.png | Bin .../Glasses/interdynechemgoogles.rsi/icon.png | Bin .../interdynechemgoogles.rsi/inhand-left.png | Bin .../interdynechemgoogles.rsi/inhand-right.png | Bin .../interdynechemgoogles.rsi/meta.json | 0 .../equipped-EYES-hamster.png | Bin .../equipped-EYES-secdog.png | Bin .../presccorpsglasses.rsi/equipped-EYES.png | Bin .../Glasses/presccorpsglasses.rsi/icon.png | Bin .../presccorpsglasses.rsi/inhand-left.png | Bin .../presccorpsglasses.rsi/inhand-right.png | Bin .../Glasses/presccorpsglasses.rsi/meta.json | 0 .../equipped-EYES-hamster.png | Bin .../equipped-EYES-secdog.png | Bin .../prescsecglasses.rsi/equipped-EYES.png | Bin .../Eyes/Glasses/prescsecglasses.rsi/icon.png | Bin .../prescsecglasses.rsi/inhand-left.png | Bin .../prescsecglasses.rsi/inhand-right.png | Bin .../Glasses/prescsecglasses.rsi/meta.json | 0 .../safetyglasses.rsi/equipped-EYES.png | Bin .../Eyes/Glasses/safetyglasses.rsi/icon.png | Bin .../Glasses/safetyglasses.rsi/inhand-left.png | Bin .../safetyglasses.rsi/inhand-right.png | Bin .../Eyes/Glasses/safetyglasses.rsi/meta.json | 0 .../Hud/prescmedhud.rsi/equipped-EYES.png | Bin .../Eyes/Hud/prescmedhud.rsi/icon.png | Bin .../Eyes/Hud/prescmedhud.rsi/inhand-left.png | Bin .../Eyes/Hud/prescmedhud.rsi/inhand-right.png | Bin .../Eyes/Hud/prescmedhud.rsi/meta.json | 0 .../Hud/prescsechud.rsi/equipped-EYES.png | Bin .../Eyes/Hud/prescsechud.rsi/icon.png | Bin .../Eyes/Hud/prescsechud.rsi/inhand-left.png | Bin .../Eyes/Hud/prescsechud.rsi/inhand-right.png | Bin .../Eyes/Hud/prescsechud.rsi/meta.json | 0 .../hvchemresgloves.rsi/equipped-HAND.png | Bin .../Hands/Gloves/hvchemresgloves.rsi/icon.png | Bin .../hvchemresgloves.rsi/inhand-left.png | Bin .../hvchemresgloves.rsi/inhand-right.png | Bin .../Gloves/hvchemresgloves.rsi/meta.json | 0 .../Gloves/inspection.rsi/equipped-HAND.png | Bin .../Hands/Gloves/inspection.rsi/icon.png | Bin .../Gloves/inspection.rsi/inhand-left.png | Bin .../Gloves/inspection.rsi/inhand-right.png | Bin .../Hands/Gloves/inspection.rsi/meta.json | 0 .../ryuzogauntlets.rsi/equipped-HAND.png | Bin .../Hands/Gloves/ryuzogauntlets.rsi/icon.png | Bin .../Gloves/ryuzogauntlets.rsi/inhand-left.png | Bin .../ryuzogauntlets.rsi/inhand-right.png | Bin .../Hands/Gloves/ryuzogauntlets.rsi/meta.json | 0 .../Combat/advanced.rsi/icon-flash.png | Bin .../Hardsuits/Combat/advanced.rsi/icon.png | Bin .../Hardsuits/Combat/advanced.rsi/meta.json | 0 .../off-equipped-HELMET-vulpkanin.png | Bin .../advanced.rsi/off-equipped-HELMET.png | Bin .../on-equipped-HELMET-vulpkanin.png | Bin .../advanced.rsi/on-equipped-HELMET.png | Bin .../Combat/corpsman.rsi/icon-flash.png | Bin .../Hardsuits/Combat/corpsman.rsi/icon.png | Bin .../Hardsuits/Combat/corpsman.rsi/meta.json | 0 .../off-equipped-HELMET-vulpkanin.png | Bin .../corpsman.rsi/off-equipped-HELMET.png | Bin .../on-equipped-HELMET-vulpkanin.png | Bin .../corpsman.rsi/on-equipped-HELMET.png | Bin .../Hardsuits/Combat/hos.rsi/icon-flash.png | Bin .../Head/Hardsuits/Combat/hos.rsi/icon.png | Bin .../Head/Hardsuits/Combat/hos.rsi/meta.json | 0 .../hos.rsi/off-equipped-HELMET-harpy.png | Bin .../hos.rsi/off-equipped-HELMET-vulpkanin.png | Bin .../Combat/hos.rsi/off-equipped-HELMET.png | Bin .../hos.rsi/on-equipped-HELMET-harpy.png | Bin .../hos.rsi/on-equipped-HELMET-vulpkanin.png | Bin .../Combat/hos.rsi/on-equipped-HELMET.png | Bin .../Combat/medical.rsi/icon-flash.png | Bin .../Hardsuits/Combat/medical.rsi/icon.png | Bin .../Hardsuits/Combat/medical.rsi/meta.json | 0 .../off-equipped-HELMET-vulpkanin.png | Bin .../medical.rsi/off-equipped-HELMET.png | Bin .../on-equipped-HELMET-vulpkanin.png | Bin .../Combat/medical.rsi/on-equipped-HELMET.png | Bin .../Combat/officer.rsi/icon-flash.png | Bin .../Hardsuits/Combat/officer.rsi/icon.png | Bin .../Hardsuits/Combat/officer.rsi/meta.json | 0 .../officer.rsi/off-equipped-HELMET-harpy.png | Bin .../off-equipped-HELMET-vulpkanin.png | Bin .../officer.rsi/off-equipped-HELMET.png | Bin .../officer.rsi/on-equipped-HELMET-harpy.png | Bin .../on-equipped-HELMET-vulpkanin.png | Bin .../Combat/officer.rsi/on-equipped-HELMET.png | Bin .../Hardsuits/Combat/riot.rsi/icon-flash.png | Bin .../Head/Hardsuits/Combat/riot.rsi/icon.png | Bin .../Head/Hardsuits/Combat/riot.rsi/meta.json | 0 .../off-equipped-HELMET-vulpkanin.png | Bin .../Combat/riot.rsi/off-equipped-HELMET.png | Bin .../riot.rsi/on-equipped-HELMET-vulpkanin.png | Bin .../Combat/riot.rsi/on-equipped-HELMET.png | Bin .../Combat/standard.rsi/icon-flash.png | Bin .../Hardsuits/Combat/standard.rsi/icon.png | Bin .../Hardsuits/Combat/standard.rsi/meta.json | 0 .../off-equipped-HELMET-harpy.png | Bin .../off-equipped-HELMET-vulpkanin.png | Bin .../standard.rsi/off-equipped-HELMET.png | Bin .../standard.rsi/on-equipped-HELMET-harpy.png | Bin .../on-equipped-HELMET-vulpkanin.png | Bin .../standard.rsi/on-equipped-HELMET.png | Bin .../Combat/warden.rsi/icon-flash.png | Bin .../Head/Hardsuits/Combat/warden.rsi/icon.png | Bin .../Hardsuits/Combat/warden.rsi/meta.json | 0 .../off-equipped-HELMET-vulpkanin.png | Bin .../Combat/warden.rsi/off-equipped-HELMET.png | Bin .../on-equipped-HELMET-vulpkanin.png | Bin .../Combat/warden.rsi/on-equipped-HELMET.png | Bin .../beret_corpsman.rsi/equipped-HELMET.png | Bin .../Head/Hats/beret_corpsman.rsi/icon.png | Bin .../Hats/beret_corpsman.rsi/inhand-left.png | Bin .../Hats/beret_corpsman.rsi/inhand-right.png | Bin .../Head/Hats/beret_corpsman.rsi/meta.json | 0 .../Hats/beret_det.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/beret_det.rsi/icon.png | Bin .../Head/Hats/beret_det.rsi/inhand-left.png | Bin .../Head/Hats/beret_det.rsi/inhand-right.png | Bin .../Head/Hats/beret_det.rsi/meta.json | 0 .../beret_hos.rsi/equipped-HELMET-hamster.png | Bin .../Hats/beret_hos.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/beret_hos.rsi/icon.png | Bin .../Head/Hats/beret_hos.rsi/meta.json | 0 .../Hats/beret_lo.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/beret_lo.rsi/icon.png | Bin .../Head/Hats/beret_lo.rsi/inhand-left.png | Bin .../Head/Hats/beret_lo.rsi/inhand-right.png | Bin .../Clothing/Head/Hats/beret_lo.rsi/meta.json | 0 .../beret_security.rsi/equipped-HELMET.png | Bin .../Head/Hats/beret_security.rsi/icon.png | Bin .../Hats/beret_security.rsi/inhand-left.png | Bin .../Hats/beret_security.rsi/inhand-right.png | Bin .../Head/Hats/beret_security.rsi/meta.json | 0 .../Hats/beret_warden.rsi/equipped-HELMET.png | Bin .../Head/Hats/beret_warden.rsi/icon.png | Bin .../Head/Hats/beret_warden.rsi/meta.json | 0 .../Hats/blackfedora.rsi/equipped-HELMET.png | Bin .../Head/Hats/blackfedora.rsi/icon.png | Bin .../Head/Hats/blackfedora.rsi/inhand-left.png | Bin .../Hats/blackfedora.rsi/inhand-right.png | Bin .../Head/Hats/blackfedora.rsi/meta.json | 0 .../Hats/brownfedora.rsi/equipped-HELMET.png | Bin .../Head/Hats/brownfedora.rsi/icon.png | Bin .../Head/Hats/brownfedora.rsi/inhand-left.png | Bin .../Hats/brownfedora.rsi/inhand-right.png | Bin .../Head/Hats/brownfedora.rsi/meta.json | 0 .../Hats/cj_toque.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/cj_toque.rsi/icon.png | Bin .../Head/Hats/cj_toque.rsi/inhand-left.png | Bin .../Head/Hats/cj_toque.rsi/inhand-right.png | Bin .../Clothing/Head/Hats/cj_toque.rsi/meta.json | 0 .../Head/Hats/dircap.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/dircap.rsi/icon.png | Bin .../Head/Hats/dircap.rsi/inhand-left.png | Bin .../Head/Hats/dircap.rsi/inhand-right.png | Bin .../Clothing/Head/Hats/dircap.rsi/meta.json | 0 .../Hats/flatblack.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/flatblack.rsi/icon.png | Bin .../Head/Hats/flatblack.rsi/inhand-left.png | Bin .../Head/Hats/flatblack.rsi/inhand-right.png | Bin .../Head/Hats/flatblack.rsi/meta.json | 0 .../Hats/flatbrown.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/flatbrown.rsi/icon.png | Bin .../Head/Hats/flatbrown.rsi/inhand-left.png | Bin .../Head/Hats/flatbrown.rsi/inhand-right.png | Bin .../Head/Hats/flatbrown.rsi/meta.json | 0 .../hopcap.rsi/equipped-HELMET-hamster.png | Bin .../Head/Hats/hopcap.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/hopcap.rsi/icon.png | Bin .../Head/Hats/hopcap.rsi/inhand-left.png | Bin .../Head/Hats/hopcap.rsi/inhand-right.png | Bin .../Clothing/Head/Hats/hopcap.rsi/meta.json | 0 .../hoshat.rsi/equipped-HELMET-hamster.png | Bin .../Head/Hats/hoshat.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/hoshat.rsi/icon.png | Bin .../Head/Hats/hoshat.rsi/inhand-left.png | Bin .../Head/Hats/hoshat.rsi/inhand-right.png | Bin .../Clothing/Head/Hats/hoshat.rsi/meta.json | 0 .../Head/Hats/mysta.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/mysta.rsi/icon.png | Bin .../Head/Hats/mysta.rsi/inhand-left.png | Bin .../Head/Hats/mysta.rsi/inhand-right.png | Bin .../Clothing/Head/Hats/mysta.rsi/meta.json | 0 .../surgcap_black.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_black.rsi/icon.png | Bin .../Hats/surgcap_black.rsi/inhand-left.png | Bin .../Hats/surgcap_black.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_black.rsi/meta.json | 0 .../Hats/surgcap_cyan.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_cyan.rsi/icon.png | Bin .../Hats/surgcap_cyan.rsi/inhand-left.png | Bin .../Hats/surgcap_cyan.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_cyan.rsi/meta.json | 0 .../surgcap_cybersun.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_cybersun.rsi/icon.png | Bin .../Hats/surgcap_cybersun.rsi/inhand-left.png | Bin .../surgcap_cybersun.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_cybersun.rsi/meta.json | 0 .../Hats/surgcap_pink.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_pink.rsi/icon.png | Bin .../Hats/surgcap_pink.rsi/inhand-left.png | Bin .../Hats/surgcap_pink.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_pink.rsi/meta.json | 0 .../surgcap_rainbow.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_rainbow.rsi/icon.png | Bin .../Hats/surgcap_rainbow.rsi/inhand-left.png | Bin .../Hats/surgcap_rainbow.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_rainbow.rsi/meta.json | 0 .../surgcap_white.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_white.rsi/icon.png | Bin .../Hats/surgcap_white.rsi/inhand-left.png | Bin .../Hats/surgcap_white.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_white.rsi/meta.json | 0 .../Head/Hats/warden.rsi/equipped-HELMET.png | Bin .../Clothing/Head/Hats/warden.rsi/icon.png | Bin .../Clothing/Head/Hats/warden.rsi/meta.json | 0 .../Hats/whitefedora.rsi/equipped-HELMET.png | Bin .../Head/Hats/whitefedora.rsi/icon.png | Bin .../Head/Hats/whitefedora.rsi/inhand-left.png | Bin .../Hats/whitefedora.rsi/inhand-right.png | Bin .../Head/Hats/whitefedora.rsi/meta.json | 0 .../equipped-HELMET-reptilian.png | Bin .../light_riot.rsi/equipped-HELMET-vox.png | Bin .../equipped-HELMET-vulpkanin.png | Bin .../light_riot.rsi/equipped-HELMET.png | Bin .../Head/Helmets/light_riot.rsi/icon.png | Bin .../Helmets/light_riot.rsi/inhand-left.png | Bin .../Helmets/light_riot.rsi/inhand-right.png | Bin .../Head/Helmets/light_riot.rsi/meta.json | 0 .../Helmets/paramedhelm.rsi/icon-flash.png | Bin .../Head/Helmets/paramedhelm.rsi/icon.png | Bin .../Helmets/paramedhelm.rsi/inhand-left.png | Bin .../Helmets/paramedhelm.rsi/inhand-right.png | Bin .../Head/Helmets/paramedhelm.rsi/meta.json | 0 .../off-equipped-HELMET-vox.png | Bin .../off-equipped-HELMET-vulpkanin.png | Bin .../paramedhelm.rsi/off-equipped-HELMET.png | Bin .../on-equipped-HELMET-vox.png | Bin .../on-equipped-HELMET-vulpkanin.png | Bin .../paramedhelm.rsi/on-equipped-HELMET.png | Bin .../Helmets/security.rsi/equipped-HELMET.png | Bin .../Head/Helmets/security.rsi/icon.png | Bin .../Head/Helmets/security.rsi/inhand-left.png | Bin .../Helmets/security.rsi/inhand-right.png | Bin .../security.rsi/light-equipped-HELMET.png | Bin .../security.rsi/lighton-equipped-HELMET.png | Bin .../Head/Helmets/security.rsi/meta.json | 0 .../Coat/hoodmail.rsi/equipped-HELMET.png | Bin .../Head/Hoods/Coat/hoodmail.rsi/icon.png | Bin .../Head/Hoods/Coat/hoodmail.rsi/meta.json | 0 .../interdynechemhood.rsi/equipped-HELMET.png | Bin .../Head/Hoods/interdynechemhood.rsi/icon.png | Bin .../interdynechemhood.rsi/inhand-left.png | Bin .../interdynechemhood.rsi/inhand-right.png | Bin .../Hoods/interdynechemhood.rsi/meta.json | 0 .../Soft/couriersoft.rsi/equipped-HELMET.png | Bin .../flipped-equipped-HELMET.png | Bin .../Soft/couriersoft.rsi/flipped-icon.png | Bin .../Head/Soft/couriersoft.rsi/icon.png | Bin .../Head/Soft/couriersoft.rsi/inhand-left.png | Bin .../Soft/couriersoft.rsi/inhand-right.png | Bin .../Head/Soft/couriersoft.rsi/meta.json | 0 .../interdynechemmask.rsi/equipped-MASK.png | Bin .../Mask/interdynechemmask.rsi/icon.png | Bin .../interdynechemmask.rsi/inhand-left.png | Bin .../interdynechemmask.rsi/inhand-right.png | Bin .../Mask/interdynechemmask.rsi/meta.json | 0 .../Cloaks/boatcloak.rsi/equipped-NECK.png | Bin .../Neck/Cloaks/boatcloak.rsi/icon.png | Bin .../Neck/Cloaks/boatcloak.rsi/meta.json | 0 .../Neck/Cloaks/cjcloak.rsi/equipped-NECK.png | Bin .../Clothing/Neck/Cloaks/cjcloak.rsi/icon.png | Bin .../Neck/Cloaks/cjcloak.rsi/inhand-left.png | Bin .../Neck/Cloaks/cjcloak.rsi/inhand-right.png | Bin .../Neck/Cloaks/cjcloak.rsi/meta.json | 0 .../Neck/Cloaks/hop.rsi/equipped-NECK.png | Bin .../Clothing/Neck/Cloaks/hop.rsi/icon.png | Bin .../Neck/Cloaks/hop.rsi/inhand-left.png | Bin .../Neck/Cloaks/hop.rsi/inhand-right.png | Bin .../Clothing/Neck/Cloaks/hop.rsi/meta.json | 0 .../Cloaks/mystacloak.rsi/equipped-NECK.png | Bin .../Neck/Cloaks/mystacloak.rsi/icon.png | Bin .../Neck/Cloaks/mystacloak.rsi/meta.json | 0 .../Neck/Cloaks/salvage.rsi/equipped-NECK.png | Bin .../Clothing/Neck/Cloaks/salvage.rsi/icon.png | Bin .../Neck/Cloaks/salvage.rsi/meta.json | 0 .../Medals/blackstar.rsi/equipped-NECK.png | Bin .../Neck/Medals/blackstar.rsi/icon.png | Bin .../Neck/Medals/blackstar.rsi/meta.json | 0 .../Medals/cargomedal.rsi/equipped-NECK.png | Bin .../Neck/Medals/cargomedal.rsi/icon.png | Bin .../Neck/Medals/cargomedal.rsi/meta.json | 0 .../Medals/clownmedal.rsi/equipped-NECK.png | Bin .../Neck/Medals/clownmedal.rsi/icon.png | Bin .../Neck/Medals/clownmedal.rsi/meta.json | 0 .../engineermedal.rsi/equipped-NECK.png | Bin .../Neck/Medals/engineermedal.rsi/icon.png | Bin .../Neck/Medals/engineermedal.rsi/meta.json | 0 .../Medals/medicalmedal.rsi/equipped-NECK.png | Bin .../Neck/Medals/medicalmedal.rsi/icon.png | Bin .../Neck/Medals/medicalmedal.rsi/meta.json | 0 .../Medals/sciencemedal.rsi/equipped-NECK.png | Bin .../Neck/Medals/sciencemedal.rsi/icon.png | Bin .../Neck/Medals/sciencemedal.rsi/meta.json | 0 .../securitymedal.rsi/equipped-NECK.png | Bin .../Neck/Medals/securitymedal.rsi/icon.png | Bin .../Neck/Medals/securitymedal.rsi/meta.json | 0 .../prosecutorbadge.rsi/equipped-NECK.png | Bin .../Neck/Misc/prosecutorbadge.rsi/icon.png | Bin .../Neck/Misc/prosecutorbadge.rsi/meta.json | 0 .../Neck/Ties/blacktie.rsi/equipped-NECK.png | Bin .../Clothing/Neck/Ties/blacktie.rsi/icon.png | Bin .../Neck/Ties/blacktie.rsi/inhand-left.png | Bin .../Neck/Ties/blacktie.rsi/inhand-right.png | Bin .../Clothing/Neck/Ties/blacktie.rsi/meta.json | 0 .../Neck/Ties/bluetie.rsi/equipped-NECK.png | Bin .../Clothing/Neck/Ties/bluetie.rsi/icon.png | Bin .../Neck/Ties/bluetie.rsi/inhand-left.png | Bin .../Neck/Ties/bluetie.rsi/inhand-right.png | Bin .../Clothing/Neck/Ties/bluetie.rsi/meta.json | 0 .../Neck/Ties/browntie.rsi/equipped-NECK.png | Bin .../Clothing/Neck/Ties/browntie.rsi/icon.png | Bin .../Neck/Ties/browntie.rsi/inhand-left.png | Bin .../Neck/Ties/browntie.rsi/inhand-right.png | Bin .../Clothing/Neck/Ties/browntie.rsi/meta.json | 0 .../chemtie.rsi/equipped-NECK-hamster.png | Bin .../Neck/Ties/chemtie.rsi/equipped-NECK.png | Bin .../Clothing/Neck/Ties/chemtie.rsi/icon.png | Bin .../Neck/Ties/chemtie.rsi/inhand-left.png | Bin .../Neck/Ties/chemtie.rsi/inhand-right.png | Bin .../Clothing/Neck/Ties/chemtie.rsi/meta.json | 0 .../Neck/Ties/greentie.rsi/equipped-NECK.png | Bin .../Clothing/Neck/Ties/greentie.rsi/icon.png | Bin .../Neck/Ties/greentie.rsi/inhand-left.png | Bin .../Neck/Ties/greentie.rsi/inhand-right.png | Bin .../Clothing/Neck/Ties/greentie.rsi/meta.json | 0 .../Neck/Ties/whitetie.rsi/equipped-NECK.png | Bin .../Clothing/Neck/Ties/whitetie.rsi/icon.png | Bin .../Neck/Ties/whitetie.rsi/inhand-left.png | Bin .../Neck/Ties/whitetie.rsi/inhand-right.png | Bin .../Clothing/Neck/Ties/whitetie.rsi/meta.json | 0 .../mantles/cjmantle.rsi/equipped-NECK.png | Bin .../Neck/mantles/cjmantle.rsi/icon.png | Bin .../Neck/mantles/cjmantle.rsi/meta.json | 0 .../mantles/hopmantle.rsi/equipped-NECK.png | Bin .../Neck/mantles/hopmantle.rsi/icon.png | Bin .../Neck/mantles/hopmantle.rsi/meta.json | 0 .../Neck/mantles/ryuzo.rsi/equipped-NECK.png | Bin .../Clothing/Neck/mantles/ryuzo.rsi/icon.png | Bin .../Clothing/Neck/mantles/ryuzo.rsi/meta.json | 0 .../duravest.rsi/equipped-OUTERCLOTHING.png | Bin .../OuterClothing/Armor/duravest.rsi/icon.png | Bin .../Armor/duravest.rsi/inhand-left.png | Bin .../Armor/duravest.rsi/inhand-right.png | Bin .../Armor/duravest.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../Armor/platecarrier.rsi/icon.png | Bin .../Armor/platecarrier.rsi/inhand-left.png | Bin .../Armor/platecarrier.rsi/inhand-right.png | Bin .../Armor/platecarrier.rsi/meta.json | 0 .../Armor/riot.rsi/equipped-OUTERCLOTHING.png | Bin .../OuterClothing/Armor/riot.rsi/icon.png | Bin .../Armor/riot.rsi/inhand-left.png | Bin .../Armor/riot.rsi/inhand-right.png | Bin .../OuterClothing/Armor/riot.rsi/meta.json | 0 .../cjrobe.rsi/equipped-OUTERCLOTHING.png | Bin .../OuterClothing/Coats/cjrobe.rsi/icon.png | Bin .../Coats/cjrobe.rsi/inhand-left.png | Bin .../Coats/cjrobe.rsi/inhand-right.png | Bin .../OuterClothing/Coats/cjrobe.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../Coats/cybersunwindbreaker.rsi/icon.png | Bin .../cybersunwindbreaker.rsi/inhand-left.png | Bin .../cybersunwindbreaker.rsi/inhand-right.png | Bin .../Coats/cybersunwindbreaker.rsi/meta.json | 0 .../epicoat.rsi/equipped-OUTERCLOTHING.png | Bin .../Coats/epicoat.rsi/icon-open.png | Bin .../OuterClothing/Coats/epicoat.rsi/icon.png | Bin .../Coats/epicoat.rsi/inhand-left.png | Bin .../Coats/epicoat.rsi/inhand-right.png | Bin .../OuterClothing/Coats/epicoat.rsi/meta.json | 0 .../greatcoat.rsi/equipped-OUTERCLOTHING.png | Bin .../Coats/greatcoat.rsi/icon.png | Bin .../Coats/greatcoat.rsi/inhand-left.png | Bin .../Coats/greatcoat.rsi/inhand-right.png | Bin .../Coats/greatcoat.rsi/meta.json | 0 .../Coats/hop.rsi/equipped-OUTERCLOTHING.png | Bin .../OuterClothing/Coats/hop.rsi/icon.png | Bin .../Coats/hop.rsi/inhand-left.png | Bin .../Coats/hop.rsi/inhand-right.png | Bin .../OuterClothing/Coats/hop.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../Coats/hos_trenchcoat.rsi/icon.png | Bin .../Coats/hos_trenchcoat.rsi/inhand-left.png | Bin .../Coats/hos_trenchcoat.rsi/inhand-right.png | Bin .../Coats/hos_trenchcoat.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../Coats/leatherjacket.rsi/icon.png | Bin .../Coats/leatherjacket.rsi/inhand-left.png | Bin .../Coats/leatherjacket.rsi/inhand-right.png | Bin .../Coats/leatherjacket.rsi/meta.json | 0 .../mystacoat.rsi/equipped-OUTERCLOTHING.png | Bin .../Coats/mystacoat.rsi/icon.png | Bin .../Coats/mystacoat.rsi/inhand-left.png | Bin .../Coats/mystacoat.rsi/inhand-right.png | Bin .../Coats/mystacoat.rsi/meta.json | 0 .../overcoat.rsi/equipped-OUTERCLOTHING.png | Bin .../OuterClothing/Coats/overcoat.rsi/icon.png | Bin .../Coats/overcoat.rsi/inhand-left.png | Bin .../Coats/overcoat.rsi/inhand-right.png | Bin .../Coats/overcoat.rsi/meta.json | 0 .../repcoat.rsi/equipped-OUTERCLOTHING.png | Bin .../OuterClothing/Coats/repcoat.rsi/icon.png | Bin .../Coats/repcoat.rsi/inhand-left.png | Bin .../Coats/repcoat.rsi/inhand-right.png | Bin .../OuterClothing/Coats/repcoat.rsi/meta.json | 0 .../ryuzocoat.rsi/equipped-OUTERCLOTHING.png | Bin .../Coats/ryuzocoat.rsi/icon.png | Bin .../Coats/ryuzocoat.rsi/inhand-left.png | Bin .../Coats/ryuzocoat.rsi/inhand-right.png | Bin .../Coats/ryuzocoat.rsi/meta.json | 0 .../equipped-OUTERCLOTHING-harpy.png | Bin .../advanced.rsi/equipped-OUTERCLOTHING.png | Bin .../Hardsuits/Combat/advanced.rsi/icon.png | Bin .../Combat/advanced.rsi/inhand-left.png | Bin .../Combat/advanced.rsi/inhand-right.png | Bin .../Hardsuits/Combat/advanced.rsi/meta.json | 0 .../equipped-OUTERCLOTHING-harpy.png | Bin .../corpsman.rsi/equipped-OUTERCLOTHING.png | Bin .../Hardsuits/Combat/corpsman.rsi/icon.png | Bin .../Combat/corpsman.rsi/inhand-left.png | Bin .../Combat/corpsman.rsi/inhand-right.png | Bin .../Hardsuits/Combat/corpsman.rsi/meta.json | 0 .../hos.rsi/equipped-OUTERCLOTHING-harpy.png | Bin .../Combat/hos.rsi/equipped-OUTERCLOTHING.png | Bin .../Hardsuits/Combat/hos.rsi/icon.png | Bin .../Hardsuits/Combat/hos.rsi/inhand-left.png | Bin .../Hardsuits/Combat/hos.rsi/inhand-right.png | Bin .../Hardsuits/Combat/hos.rsi/meta.json | 0 .../equipped-OUTERCLOTHING-harpy.png | Bin .../medical.rsi/equipped-OUTERCLOTHING.png | Bin .../Hardsuits/Combat/medical.rsi/icon.png | Bin .../Combat/medical.rsi/inhand-left.png | Bin .../Combat/medical.rsi/inhand-right.png | Bin .../Hardsuits/Combat/medical.rsi/meta.json | 0 .../equipped-OUTERCLOTHING-harpy.png | Bin .../officer.rsi/equipped-OUTERCLOTHING.png | Bin .../Hardsuits/Combat/officer.rsi/icon.png | Bin .../Combat/officer.rsi/inhand-left.png | Bin .../Combat/officer.rsi/inhand-right.png | Bin .../Hardsuits/Combat/officer.rsi/meta.json | 0 .../riot.rsi/equipped-OUTERCLOTHING-harpy.png | Bin .../riot.rsi/equipped-OUTERCLOTHING.png | Bin .../Hardsuits/Combat/riot.rsi/icon.png | Bin .../Hardsuits/Combat/riot.rsi/inhand-left.png | Bin .../Combat/riot.rsi/inhand-right.png | Bin .../Hardsuits/Combat/riot.rsi/meta.json | 0 .../equipped-OUTERCLOTHING-harpy.png | Bin .../standard.rsi/equipped-OUTERCLOTHING.png | Bin .../Hardsuits/Combat/standard.rsi/icon.png | Bin .../Combat/standard.rsi/inhand-left.png | Bin .../Combat/standard.rsi/inhand-right.png | Bin .../Hardsuits/Combat/standard.rsi/meta.json | 0 .../equipped-OUTERCLOTHING-harpy.png | Bin .../warden.rsi/equipped-OUTERCLOTHING.png | Bin .../Hardsuits/Combat/warden.rsi/icon.png | Bin .../Combat/warden.rsi/inhand-left.png | Bin .../Combat/warden.rsi/inhand-right.png | Bin .../Hardsuits/Combat/warden.rsi/meta.json | 0 .../chemapron.rsi/equipped-OUTERCLOTHING.png | Bin .../OuterClothing/Misc/chemapron.rsi/icon.png | Bin .../Misc/chemapron.rsi/inhand-left.png | Bin .../Misc/chemapron.rsi/inhand-right.png | Bin .../Misc/chemapron.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../Misc/interdynechemsuit.rsi/icon.png | Bin .../interdynechemsuit.rsi/inhand-left.png | Bin .../interdynechemsuit.rsi/inhand-right.png | Bin .../Misc/interdynechemsuit.rsi/meta.json | 0 .../advcarrier.rsi/equipped-OUTERCLOTHING.png | Bin .../Vests/advcarrier.rsi/icon.png | Bin .../Vests/advcarrier.rsi/inhand-left.png | Bin .../Vests/advcarrier.rsi/inhand-right.png | Bin .../Vests/advcarrier.rsi/meta.json | 0 .../clerkvest.rsi/equipped-OUTERCLOTHING.png | Bin .../Vests/clerkvest.rsi/icon.png | Bin .../Vests/clerkvest.rsi/inhand-left.png | Bin .../Vests/clerkvest.rsi/inhand-right.png | Bin .../Vests/clerkvest.rsi/meta.json | 0 .../Vests/flak.rsi/equipped-OUTERCLOTHING.png | Bin .../OuterClothing/Vests/flak.rsi/icon.png | Bin .../Vests/flak.rsi/inhand-left.png | Bin .../Vests/flak.rsi/inhand-right.png | Bin .../OuterClothing/Vests/flak.rsi/meta.json | 0 .../flakpress.rsi/equipped-OUTERCLOTHING.png | Bin .../Vests/flakpress.rsi/icon.png | Bin .../Vests/flakpress.rsi/inhand-left.png | Bin .../Vests/flakpress.rsi/inhand-right.png | Bin .../Vests/flakpress.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../WinterCoats/armourercoat.rsi/icon.png | Bin .../armourercoat.rsi/inhand-left.png | Bin .../armourercoat.rsi/inhand-right.png | Bin .../WinterCoats/armourercoat.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../armourergreatcoat.rsi/icon-open.png | Bin .../armourergreatcoat.rsi/icon.png | Bin .../armourergreatcoat.rsi/inhand-left.png | Bin .../armourergreatcoat.rsi/inhand-right.png | Bin .../armourergreatcoat.rsi/meta.json | 0 .../open-equipped-OUTERCLOTHING.png | Bin .../open-inhand-left.png | Bin .../open-inhand-right.png | Bin .../equipped-OUTERCLOTHING.png | Bin .../cc_warden_winter_coat.rsi/icon.png | Bin .../cc_warden_winter_coat.rsi/inhand-left.png | Bin .../inhand-right.png | Bin .../cc_warden_winter_coat.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../WinterCoats/corpo_jacket.rsi/icon.png | Bin .../WinterCoats/corpo_jacket.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../WinterCoats/corpsmancoat.rsi/icon.png | Bin .../corpsmancoat.rsi/inhand-left.png | Bin .../corpsmancoat.rsi/inhand-right.png | Bin .../WinterCoats/corpsmancoat.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../WinterCoats/denim_jacket.rsi/icon.png | Bin .../WinterCoats/denim_jacket.rsi/meta.json | 0 .../detcoat.rsi/equipped-OUTERCLOTHING.png | Bin .../WinterCoats/detcoat.rsi/icon.png | Bin .../WinterCoats/detcoat.rsi/inhand-left.png | Bin .../WinterCoats/detcoat.rsi/inhand-right.png | Bin .../WinterCoats/detcoat.rsi/meta.json | 0 .../hoscoat.rsi/equipped-OUTERCLOTHING.png | Bin .../WinterCoats/hoscoat.rsi/icon.png | Bin .../WinterCoats/hoscoat.rsi/inhand-left.png | Bin .../WinterCoats/hoscoat.rsi/inhand-right.png | Bin .../WinterCoats/hoscoat.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../hosgreatcoat.rsi/icon-open.png | Bin .../WinterCoats/hosgreatcoat.rsi/icon.png | Bin .../hosgreatcoat.rsi/inhand-left.png | Bin .../hosgreatcoat.rsi/inhand-right.png | Bin .../WinterCoats/hosgreatcoat.rsi/meta.json | 0 .../open-equipped-OUTERCLOTHING.png | Bin .../hosgreatcoat.rsi/open-inhand-left.png | Bin .../hosgreatcoat.rsi/open-inhand-right.png | Bin .../staseccoat.rsi/equipped-OUTERCLOTHING.png | Bin .../WinterCoats/staseccoat.rsi/icon.png | Bin .../staseccoat.rsi/inhand-left.png | Bin .../staseccoat.rsi/inhand-right.png | Bin .../WinterCoats/staseccoat.rsi/meta.json | 0 .../equipped-OUTERCLOTHING.png | Bin .../stasecgreatcoat.rsi/icon-open.png | Bin .../WinterCoats/stasecgreatcoat.rsi/icon.png | Bin .../stasecgreatcoat.rsi/inhand-left.png | Bin .../stasecgreatcoat.rsi/inhand-right.png | Bin .../WinterCoats/stasecgreatcoat.rsi/meta.json | 0 .../open-equipped-OUTERCLOTHING.png | Bin .../stasecgreatcoat.rsi/open-inhand-left.png | Bin .../stasecgreatcoat.rsi/open-inhand-right.png | Bin .../equipped-OUTERCLOTHING.png | Bin .../WinterCoats/stasecsweater.rsi/icon.png | Bin .../stasecsweater.rsi/inhand-left.png | Bin .../stasecsweater.rsi/inhand-right.png | Bin .../WinterCoats/stasecsweater.rsi/meta.json | 0 .../Boots/fishing_boots.rsi/equipped-FEET.png | Bin .../Shoes/Boots/fishing_boots.rsi/icon.png | Bin .../Shoes/Boots/fishing_boots.rsi/meta.json | 0 .../magboots-security.rsi/equipped-FEET.png | Bin .../Boots/magboots-security.rsi/icon-on.png | Bin .../Boots/magboots-security.rsi/icon.png | Bin .../magboots-security.rsi/inhand-left.png | Bin .../magboots-security.rsi/inhand-right.png | Bin .../Boots/magboots-security.rsi/meta.json | 0 .../on-equipped-FEET.png | Bin .../magboots-security.rsi/on-inhand-left.png | Bin .../magboots-security.rsi/on-inhand-right.png | Bin .../Boots/ryuzoboots.rsi/equipped-FEET.png | Bin .../Shoes/Boots/ryuzoboots.rsi/icon.png | Bin .../Boots/ryuzoboots.rsi/inhand-left.png | Bin .../Boots/ryuzoboots.rsi/inhand-right.png | Bin .../Shoes/Boots/ryuzoboots.rsi/meta.json | 0 .../winterbootsatmos.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsatmos.rsi/icon.png | Bin .../winterbootsatmos.rsi/inhand-left.png | Bin .../winterbootsatmos.rsi/inhand-right.png | Bin .../Boots/winterbootsatmos.rsi/meta.json | 0 .../winterbootscap.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootscap.rsi/icon.png | Bin .../Boots/winterbootscap.rsi/inhand-left.png | Bin .../Boots/winterbootscap.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootscap.rsi/meta.json | 0 .../Boots/winterbootsce.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsce.rsi/icon.png | Bin .../Boots/winterbootsce.rsi/inhand-left.png | Bin .../Boots/winterbootsce.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootsce.rsi/meta.json | 0 .../winterbootscentcom.rsi/equipped-FEET.png | Bin .../Boots/winterbootscentcom.rsi/icon.png | Bin .../winterbootscentcom.rsi/inhand-left.png | Bin .../winterbootscentcom.rsi/inhand-right.png | Bin .../Boots/winterbootscentcom.rsi/meta.json | 0 .../winterbootschef.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootschef.rsi/icon.png | Bin .../Boots/winterbootschef.rsi/inhand-left.png | Bin .../winterbootschef.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootschef.rsi/meta.json | 0 .../winterbootschem.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootschem.rsi/icon.png | Bin .../Boots/winterbootschem.rsi/inhand-left.png | Bin .../winterbootschem.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootschem.rsi/meta.json | 0 .../winterbootsclown.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsclown.rsi/icon.png | Bin .../winterbootsclown.rsi/inhand-left.png | Bin .../winterbootsclown.rsi/inhand-right.png | Bin .../Boots/winterbootsclown.rsi/meta.json | 0 .../winterbootscmo.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootscmo.rsi/icon.png | Bin .../Boots/winterbootscmo.rsi/inhand-left.png | Bin .../Boots/winterbootscmo.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootscmo.rsi/meta.json | 0 .../winterbootsgen.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsgen.rsi/icon.png | Bin .../Boots/winterbootsgen.rsi/inhand-left.png | Bin .../Boots/winterbootsgen.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootsgen.rsi/meta.json | 0 .../winterbootshop.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootshop.rsi/icon.png | Bin .../Boots/winterbootshop.rsi/inhand-left.png | Bin .../Boots/winterbootshop.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootshop.rsi/meta.json | 0 .../winterbootshos.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootshos.rsi/icon.png | Bin .../Boots/winterbootshos.rsi/inhand-left.png | Bin .../Boots/winterbootshos.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootshos.rsi/meta.json | 0 .../winterbootshydro.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootshydro.rsi/icon.png | Bin .../winterbootshydro.rsi/inhand-left.png | Bin .../winterbootshydro.rsi/inhand-right.png | Bin .../Boots/winterbootshydro.rsi/meta.json | 0 .../winterbootsjani.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsjani.rsi/icon.png | Bin .../Boots/winterbootsjani.rsi/inhand-left.png | Bin .../winterbootsjani.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootsjani.rsi/meta.json | 0 .../winterbootsmime.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsmime.rsi/icon.png | Bin .../Boots/winterbootsmime.rsi/inhand-left.png | Bin .../winterbootsmime.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootsmime.rsi/meta.json | 0 .../winterbootsminer.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsminer.rsi/icon.png | Bin .../winterbootsminer.rsi/inhand-left.png | Bin .../winterbootsminer.rsi/inhand-right.png | Bin .../Boots/winterbootsminer.rsi/meta.json | 0 .../winterbootsparamed.rsi/equipped-FEET.png | Bin .../Boots/winterbootsparamed.rsi/icon.png | Bin .../winterbootsparamed.rsi/inhand-left.png | Bin .../winterbootsparamed.rsi/inhand-right.png | Bin .../Boots/winterbootsparamed.rsi/meta.json | 0 .../Boots/winterbootsqm.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsqm.rsi/icon.png | Bin .../Boots/winterbootsqm.rsi/inhand-left.png | Bin .../Boots/winterbootsqm.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootsqm.rsi/meta.json | 0 .../Boots/winterbootsrd.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsrd.rsi/icon.png | Bin .../Boots/winterbootsrd.rsi/inhand-left.png | Bin .../Boots/winterbootsrd.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootsrd.rsi/meta.json | 0 .../winterbootsrobo.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsrobo.rsi/icon.png | Bin .../Boots/winterbootsrobo.rsi/inhand-left.png | Bin .../winterbootsrobo.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootsrobo.rsi/meta.json | 0 .../winterbootssec.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootssec.rsi/icon.png | Bin .../Boots/winterbootssec.rsi/inhand-left.png | Bin .../Boots/winterbootssec.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootssec.rsi/meta.json | 0 .../winterbootsviro.rsi/equipped-FEET.png | Bin .../Shoes/Boots/winterbootsviro.rsi/icon.png | Bin .../Boots/winterbootsviro.rsi/inhand-left.png | Bin .../winterbootsviro.rsi/inhand-right.png | Bin .../Shoes/Boots/winterbootsviro.rsi/meta.json | 0 .../winterbootswarden.rsi/equipped-FEET.png | Bin .../Boots/winterbootswarden.rsi/icon.png | Bin .../winterbootswarden.rsi/inhand-left.png | Bin .../winterbootswarden.rsi/inhand-right.png | Bin .../Boots/winterbootswarden.rsi/meta.json | 0 .../Misc/whiteleather.rsi/equipped-FEET.png | Bin .../Shoes/Misc/whiteleather.rsi/icon.png | Bin .../Misc/whiteleather.rsi/inhand-left.png | Bin .../Misc/whiteleather.rsi/inhand-right.png | Bin .../Shoes/Misc/whiteleather.rsi/meta.json | 0 .../enclosedshoes.rsi/equipped-FEET.png | Bin .../Shoes/Specific/enclosedshoes.rsi/icon.png | Bin .../enclosedshoes.rsi/inhand-left.png | Bin .../enclosedshoes.rsi/inhand-right.png | Bin .../Specific/enclosedshoes.rsi/meta.json | 0 .../equipped-INNERCLOTHING-monkey.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/admin_assistant.rsi/icon.png | Bin .../admin_assistant.rsi/inhand-left.png | Bin .../admin_assistant.rsi/inhand-right.png | Bin .../Jumpskirt/admin_assistant.rsi/meta.json | 0 .../armourer.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/armourer.rsi/icon.png | Bin .../Jumpskirt/armourer.rsi/inhand-left.png | Bin .../Jumpskirt/armourer.rsi/inhand-right.png | Bin .../Uniforms/Jumpskirt/armourer.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/armourer_alt.rsi/icon.png | Bin .../armourer_alt.rsi/inhand-left.png | Bin .../armourer_alt.rsi/inhand-right.png | Bin .../Jumpskirt/armourer_alt.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/armourer_blue.rsi/icon.png | Bin .../armourer_blue.rsi/inhand-left.png | Bin .../armourer_blue.rsi/inhand-right.png | Bin .../Jumpskirt/armourer_blue.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/armourer_grey.rsi/icon.png | Bin .../armourer_grey.rsi/inhand-left.png | Bin .../armourer_grey.rsi/inhand-right.png | Bin .../Jumpskirt/armourer_grey.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../brigmedic.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/brigmedic.rsi/icon.png | Bin .../Jumpskirt/brigmedic.rsi/inhand-left.png | Bin .../Jumpskirt/brigmedic.rsi/inhand-right.png | Bin .../Jumpskirt/brigmedic.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/brigmedic_alt.rsi/icon.png | Bin .../brigmedic_alt.rsi/inhand-left.png | Bin .../brigmedic_alt.rsi/inhand-right.png | Bin .../Jumpskirt/brigmedic_alt.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/centcom_officer.rsi/icon.png | Bin .../centcom_officer.rsi/inhand-left.png | Bin .../centcom_officer.rsi/inhand-right.png | Bin .../Jumpskirt/centcom_officer.rsi/meta.json | 0 .../cj.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/cj.rsi/icon.png | Bin .../Uniforms/Jumpskirt/cj.rsi/inhand-left.png | Bin .../Jumpskirt/cj.rsi/inhand-right.png | Bin .../Uniforms/Jumpskirt/cj.rsi/meta.json | 0 .../clerk.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/clerk.rsi/icon.png | Bin .../Jumpskirt/clerk.rsi/inhand-left.png | Bin .../Jumpskirt/clerk.rsi/inhand-right.png | Bin .../Uniforms/Jumpskirt/clerk.rsi/meta.json | 0 .../courier.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/courier.rsi/icon.png | Bin .../Jumpskirt/courier.rsi/inhand-left.png | Bin .../Jumpskirt/courier.rsi/inhand-right.png | Bin .../Uniforms/Jumpskirt/courier.rsi/meta.json | 0 .../detective.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/detective.rsi/icon.png | Bin .../Jumpskirt/detective.rsi/inhand-left.png | Bin .../Jumpskirt/detective.rsi/inhand-right.png | Bin .../Jumpskirt/detective.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/detective_alt.rsi/icon.png | Bin .../detective_alt.rsi/inhand-left.png | Bin .../detective_alt.rsi/inhand-right.png | Bin .../Jumpskirt/detective_alt.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../hop.rsi/equipped-INNERCLOTHING-monkey.png | Bin .../hop.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/hop.rsi/icon.png | Bin .../Uniforms/Jumpskirt/hop.rsi/meta.json | 0 .../hopmesskit.rsi/equipped-INNERCLOTHING.png | Bin .../Jumpskirt/hopmesskit.rsi/icon.png | Bin .../Jumpskirt/hopmesskit.rsi/inhand-left.png | Bin .../Jumpskirt/hopmesskit.rsi/inhand-right.png | Bin .../Jumpskirt/hopmesskit.rsi/meta.json | 0 .../hos.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/hos.rsi/icon.png | Bin .../Jumpskirt/hos.rsi/inhand-left.png | Bin .../Jumpskirt/hos.rsi/inhand-right.png | Bin .../Uniforms/Jumpskirt/hos.rsi/meta.json | 0 .../hos.rsi/rolled-equipped-INNERCLOTHING.png | Bin .../hos_alt.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/hos_alt.rsi/icon.png | Bin .../Jumpskirt/hos_alt.rsi/inhand-left.png | Bin .../Jumpskirt/hos_alt.rsi/inhand-right.png | Bin .../Uniforms/Jumpskirt/hos_alt.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../hos_blue.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/hos_blue.rsi/icon.png | Bin .../Jumpskirt/hos_blue.rsi/inhand-left.png | Bin .../Jumpskirt/hos_blue.rsi/inhand-right.png | Bin .../Uniforms/Jumpskirt/hos_blue.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../hos_grey.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/hos_grey.rsi/icon.png | Bin .../Jumpskirt/hos_grey.rsi/inhand-left.png | Bin .../Jumpskirt/hos_grey.rsi/inhand-right.png | Bin .../Uniforms/Jumpskirt/hos_grey.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/prosecutorred.rsi/icon.png | Bin .../prosecutorred.rsi/inhand-left.png | Bin .../prosecutorred.rsi/inhand-right.png | Bin .../Jumpskirt/prosecutorred.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/secformalskirt.rsi/icon.png | Bin .../secformalskirt.rsi/inhand-left.png | Bin .../secformalskirt.rsi/inhand-right.png | Bin .../Jumpskirt/secformalskirt.rsi/meta.json | 0 .../security.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpskirt/security.rsi/icon.png | Bin .../Jumpskirt/security.rsi/inhand-left.png | Bin .../Jumpskirt/security.rsi/inhand-right.png | Bin .../Uniforms/Jumpskirt/security.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/security_blue.rsi/icon.png | Bin .../security_blue.rsi/inhand-left.png | Bin .../security_blue.rsi/inhand-right.png | Bin .../Jumpskirt/security_blue.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/security_grey.rsi/icon.png | Bin .../security_grey.rsi/inhand-left.png | Bin .../security_grey.rsi/inhand-right.png | Bin .../Jumpskirt/security_grey.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpskirt/seniorofficer.rsi/icon.png | Bin .../seniorofficer.rsi/inhand-left.png | Bin .../seniorofficer.rsi/inhand-right.png | Bin .../Jumpskirt/seniorofficer.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING-monkey.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/admin_assistant.rsi/icon.png | Bin .../admin_assistant.rsi/inhand-left.png | Bin .../admin_assistant.rsi/inhand-right.png | Bin .../Jumpsuit/admin_assistant.rsi/meta.json | 0 .../armourer.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/armourer.rsi/icon.png | Bin .../Jumpsuit/armourer.rsi/inhand-left.png | Bin .../Jumpsuit/armourer.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/armourer.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/armourer_alt.rsi/icon.png | Bin .../Jumpsuit/armourer_alt.rsi/inhand-left.png | Bin .../armourer_alt.rsi/inhand-right.png | Bin .../Jumpsuit/armourer_alt.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/armourer_blue.rsi/icon.png | Bin .../armourer_blue.rsi/inhand-left.png | Bin .../armourer_blue.rsi/inhand-right.png | Bin .../Jumpsuit/armourer_blue.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/armourer_grey.rsi/icon.png | Bin .../armourer_grey.rsi/inhand-left.png | Bin .../armourer_grey.rsi/inhand-right.png | Bin .../Jumpsuit/armourer_grey.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/black_turtleneck.rsi/icon.png | Bin .../black_turtleneck.rsi/inhand-left.png | Bin .../black_turtleneck.rsi/inhand-right.png | Bin .../Jumpsuit/black_turtleneck.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../boatswain.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/boatswain.rsi/icon.png | Bin .../Jumpsuit/boatswain.rsi/inhand-left.png | Bin .../Jumpsuit/boatswain.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/boatswain.rsi/meta.json | 0 .../brigmedic.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/brigmedic.rsi/icon.png | Bin .../Jumpsuit/brigmedic.rsi/inhand-left.png | Bin .../Jumpsuit/brigmedic.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/brigmedic.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/brigmedic_alt.rsi/icon.png | Bin .../brigmedic_alt.rsi/inhand-left.png | Bin .../brigmedic_alt.rsi/inhand-right.png | Bin .../Jumpsuit/brigmedic_alt.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/centcom_officer.rsi/icon.png | Bin .../centcom_officer.rsi/inhand-left.png | Bin .../centcom_officer.rsi/inhand-right.png | Bin .../Jumpsuit/centcom_officer.rsi/meta.json | 0 .../equipped-INNERCLOTHING-monkey.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/chemshirtsuit.rsi/icon.png | Bin .../chemshirtsuit.rsi/inhand-left.png | Bin .../chemshirtsuit.rsi/inhand-right.png | Bin .../Jumpsuit/chemshirtsuit.rsi/meta.json | 0 .../cj.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/cj.rsi/icon.png | Bin .../Uniforms/Jumpsuit/cj.rsi/inhand-left.png | Bin .../Uniforms/Jumpsuit/cj.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/cj.rsi/meta.json | 0 .../cj_white.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/cj_white.rsi/icon.png | Bin .../Jumpsuit/cj_white.rsi/inhand-left.png | Bin .../Jumpsuit/cj_white.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/cj_white.rsi/meta.json | 0 .../cjformal.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/cjformal.rsi/icon.png | Bin .../Jumpsuit/cjformal.rsi/inhand-left.png | Bin .../Jumpsuit/cjformal.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/cjformal.rsi/meta.json | 0 .../clerk.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/clerk.rsi/icon.png | Bin .../Jumpsuit/clerk.rsi/inhand-left.png | Bin .../Jumpsuit/clerk.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/clerk.rsi/meta.json | 0 .../courier.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/courier.rsi/icon.png | Bin .../Jumpsuit/courier.rsi/inhand-left.png | Bin .../Jumpsuit/courier.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/courier.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/cybersunattorney.rsi/icon.png | Bin .../cybersunattorney.rsi/inhand-left.png | Bin .../cybersunattorney.rsi/inhand-right.png | Bin .../Jumpsuit/cybersunattorney.rsi/meta.json | 0 .../detective.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/detective.rsi/icon.png | Bin .../Jumpsuit/detective.rsi/inhand-left.png | Bin .../Jumpsuit/detective.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/detective.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/detective_alt.rsi/icon.png | Bin .../detective_alt.rsi/inhand-left.png | Bin .../detective_alt.rsi/inhand-right.png | Bin .../Jumpsuit/detective_alt.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../explorer.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/explorer.rsi/icon.png | Bin .../Jumpsuit/explorer.rsi/inhand-left.png | Bin .../Jumpsuit/explorer.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/explorer.rsi/meta.json | 0 .../hop.rsi/equipped-INNERCLOTHING-monkey.png | Bin .../hop.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/hop.rsi/icon.png | Bin .../Uniforms/Jumpsuit/hop.rsi/meta.json | 0 .../hopformal.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/hopformal.rsi/icon.png | Bin .../Uniforms/Jumpsuit/hopformal.rsi/meta.json | 0 .../hopmesskit.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/hopmesskit.rsi/icon.png | Bin .../Jumpsuit/hopmesskit.rsi/inhand-left.png | Bin .../Jumpsuit/hopmesskit.rsi/inhand-right.png | Bin .../Jumpsuit/hopmesskit.rsi/meta.json | 0 .../hos.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/hos.rsi/icon.png | Bin .../Uniforms/Jumpsuit/hos.rsi/inhand-left.png | Bin .../Jumpsuit/hos.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/hos.rsi/meta.json | 0 .../hos.rsi/rolled-equipped-INNERCLOTHING.png | Bin .../hos_alt.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/hos_alt.rsi/icon.png | Bin .../Jumpsuit/hos_alt.rsi/inhand-left.png | Bin .../Jumpsuit/hos_alt.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/hos_alt.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../hos_blue.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/hos_blue.rsi/icon.png | Bin .../Jumpsuit/hos_blue.rsi/inhand-left.png | Bin .../Jumpsuit/hos_blue.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/hos_blue.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../hos_grey.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/hos_grey.rsi/icon.png | Bin .../Jumpsuit/hos_grey.rsi/inhand-left.png | Bin .../Jumpsuit/hos_grey.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/hos_grey.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/interdyneuniform.rsi/icon.png | Bin .../interdyneuniform.rsi/inhand-left.png | Bin .../interdyneuniform.rsi/inhand-right.png | Bin .../Jumpsuit/interdyneuniform.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/jeans_brown.rsi/icon.png | Bin .../Jumpsuit/jeans_brown.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/jeans_green.rsi/icon.png | Bin .../Jumpsuit/jeans_green.rsi/meta.json | 0 .../jeans_red.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/jeans_red.rsi/icon.png | Bin .../Uniforms/Jumpsuit/jeans_red.rsi/meta.json | 0 .../kilt.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/kilt.rsi/icon.png | Bin .../Jumpsuit/kilt.rsi/inhand-left.png | Bin .../Jumpsuit/kilt.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/kilt.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/lost_tourist.rsi/icon.png | Bin .../Jumpsuit/lost_tourist.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/prosecutorred.rsi/icon.png | Bin .../prosecutorred.rsi/inhand-left.png | Bin .../prosecutorred.rsi/inhand-right.png | Bin .../Jumpsuit/prosecutorred.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/secformalsuit.rsi/icon.png | Bin .../secformalsuit.rsi/inhand-left.png | Bin .../secformalsuit.rsi/inhand-right.png | Bin .../Jumpsuit/secformalsuit.rsi/meta.json | 0 .../security.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/security.rsi/icon.png | Bin .../Jumpsuit/security.rsi/inhand-left.png | Bin .../Jumpsuit/security.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/security.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/security_blue.rsi/icon.png | Bin .../security_blue.rsi/inhand-left.png | Bin .../security_blue.rsi/inhand-right.png | Bin .../Jumpsuit/security_blue.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/security_grey.rsi/icon.png | Bin .../security_grey.rsi/inhand-left.png | Bin .../security_grey.rsi/inhand-right.png | Bin .../Jumpsuit/security_grey.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/seniorofficer.rsi/icon.png | Bin .../seniorofficer.rsi/inhand-left.png | Bin .../seniorofficer.rsi/inhand-right.png | Bin .../Jumpsuit/seniorofficer.rsi/meta.json | 0 .../rolled-equipped-INNERCLOTHING.png | Bin .../sober.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/sober.rsi/icon.png | Bin .../Jumpsuit/sober.rsi/inhand-left.png | Bin .../Jumpsuit/sober.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/sober.rsi/meta.json | 0 .../suitblack.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/suitblack.rsi/icon.png | Bin .../Jumpsuit/suitblack.rsi/inhand-left.png | Bin .../Jumpsuit/suitblack.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/suitblack.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/suitblackalt.rsi/icon.png | Bin .../Jumpsuit/suitblackalt.rsi/inhand-left.png | Bin .../suitblackalt.rsi/inhand-right.png | Bin .../Jumpsuit/suitblackalt.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/suitblackmob.rsi/icon.png | Bin .../Jumpsuit/suitblackmob.rsi/inhand-left.png | Bin .../suitblackmob.rsi/inhand-right.png | Bin .../Jumpsuit/suitblackmob.rsi/meta.json | 0 .../suitbrown.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/suitbrown.rsi/icon.png | Bin .../Jumpsuit/suitbrown.rsi/inhand-left.png | Bin .../Jumpsuit/suitbrown.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/suitbrown.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/suitbrownalt.rsi/icon.png | Bin .../Jumpsuit/suitbrownalt.rsi/inhand-left.png | Bin .../suitbrownalt.rsi/inhand-right.png | Bin .../Jumpsuit/suitbrownalt.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/suitbrownmob.rsi/icon.png | Bin .../Jumpsuit/suitbrownmob.rsi/inhand-left.png | Bin .../suitbrownmob.rsi/inhand-right.png | Bin .../Jumpsuit/suitbrownmob.rsi/meta.json | 0 .../suitwhite.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Jumpsuit/suitwhite.rsi/icon.png | Bin .../Jumpsuit/suitwhite.rsi/inhand-left.png | Bin .../Jumpsuit/suitwhite.rsi/inhand-right.png | Bin .../Uniforms/Jumpsuit/suitwhite.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/suitwhitealt.rsi/icon.png | Bin .../Jumpsuit/suitwhitealt.rsi/inhand-left.png | Bin .../suitwhitealt.rsi/inhand-right.png | Bin .../Jumpsuit/suitwhitealt.rsi/meta.json | 0 .../equipped-INNERCLOTHING.png | Bin .../Jumpsuit/suitwhitemob.rsi/icon.png | Bin .../Jumpsuit/suitwhitemob.rsi/inhand-left.png | Bin .../suitwhitemob.rsi/inhand-right.png | Bin .../Jumpsuit/suitwhitemob.rsi/meta.json | 0 .../black.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/black.rsi/icon.png | Bin .../Uniforms/Scrubs/black.rsi/inhand-left.png | Bin .../Scrubs/black.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/black.rsi/meta.json | 0 .../cyan.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/cyan.rsi/icon.png | Bin .../Uniforms/Scrubs/cyan.rsi/inhand-left.png | Bin .../Uniforms/Scrubs/cyan.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/cyan.rsi/meta.json | 0 .../cybersun.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/cybersun.rsi/icon.png | Bin .../Scrubs/cybersun.rsi/inhand-left.png | Bin .../Scrubs/cybersun.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/cybersun.rsi/meta.json | 0 .../pink.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/pink.rsi/icon.png | Bin .../Uniforms/Scrubs/pink.rsi/inhand-left.png | Bin .../Uniforms/Scrubs/pink.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/pink.rsi/meta.json | 0 .../rainbow.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/rainbow.rsi/icon.png | Bin .../Scrubs/rainbow.rsi/inhand-left.png | Bin .../Scrubs/rainbow.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/rainbow.rsi/meta.json | 0 .../white.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/white.rsi/icon.png | Bin .../Uniforms/Scrubs/white.rsi/inhand-left.png | Bin .../Scrubs/white.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/white.rsi/meta.json | 0 .../Overlays/greyscale.rsi/checkerNESW.png | Bin .../Overlays/greyscale.rsi/checkerNWSE.png | Bin .../Overlays/greyscale.rsi/diagonal.png | Bin .../greyscale.rsi/diagonal_checker_a.png | Bin .../greyscale.rsi/diagonal_checker_b.png | Bin .../greyscale.rsi/fulltile_overlay.png | Bin .../greyscale.rsi/halftile_overlay.png | Bin .../greyscale.rsi/halftile_overlay_180.png | Bin .../greyscale.rsi/halftile_overlay_270.png | Bin .../greyscale.rsi/halftile_overlay_90.png | Bin .../Decals/Overlays/greyscale.rsi/meta.json | 0 .../greyscale.rsi/quartertile_overlay.png | Bin .../greyscale.rsi/quartertile_overlay_180.png | Bin .../greyscale.rsi/quartertile_overlay_270.png | Bin .../greyscale.rsi/quartertile_overlay_90.png | Bin .../threequartertile_overlay.png | Bin .../threequartertile_overlay_180.png | Bin .../threequartertile_overlay_270.png | Bin .../threequartertile_overlay_90.png | Bin .../Decals/bricktile.rsi/dark_box.png | Bin .../Decals/bricktile.rsi/dark_corner_ne.png | Bin .../Decals/bricktile.rsi/dark_corner_nw.png | Bin .../Decals/bricktile.rsi/dark_corner_se.png | Bin .../Decals/bricktile.rsi/dark_corner_sw.png | Bin .../Decals/bricktile.rsi/dark_end_e.png | Bin .../Decals/bricktile.rsi/dark_end_n.png | Bin .../Decals/bricktile.rsi/dark_end_s.png | Bin .../Decals/bricktile.rsi/dark_end_w.png | Bin .../Decals/bricktile.rsi/dark_inner_ne.png | Bin .../Decals/bricktile.rsi/dark_inner_nw.png | Bin .../Decals/bricktile.rsi/dark_inner_se.png | Bin .../Decals/bricktile.rsi/dark_inner_sw.png | Bin .../Decals/bricktile.rsi/dark_line_e.png | Bin .../Decals/bricktile.rsi/dark_line_n.png | Bin .../Decals/bricktile.rsi/dark_line_s.png | Bin .../Decals/bricktile.rsi/dark_line_w.png | Bin .../Decals/bricktile.rsi/meta.json | 0 .../Decals/bricktile.rsi/steel_box.png | Bin .../Decals/bricktile.rsi/steel_corner_ne.png | Bin .../Decals/bricktile.rsi/steel_corner_nw.png | Bin .../Decals/bricktile.rsi/steel_corner_se.png | Bin .../Decals/bricktile.rsi/steel_corner_sw.png | Bin .../Decals/bricktile.rsi/steel_end_e.png | Bin .../Decals/bricktile.rsi/steel_end_n.png | Bin .../Decals/bricktile.rsi/steel_end_s.png | Bin .../Decals/bricktile.rsi/steel_end_w.png | Bin .../Decals/bricktile.rsi/steel_inner_ne.png | Bin .../Decals/bricktile.rsi/steel_inner_nw.png | Bin .../Decals/bricktile.rsi/steel_inner_se.png | Bin .../Decals/bricktile.rsi/steel_inner_sw.png | Bin .../Decals/bricktile.rsi/steel_line_e.png | Bin .../Decals/bricktile.rsi/steel_line_n.png | Bin .../Decals/bricktile.rsi/steel_line_s.png | Bin .../Decals/bricktile.rsi/steel_line_w.png | Bin .../Decals/bricktile.rsi/white_box.png | Bin .../Decals/bricktile.rsi/white_corner_ne.png | Bin .../Decals/bricktile.rsi/white_corner_nw.png | Bin .../Decals/bricktile.rsi/white_corner_se.png | Bin .../Decals/bricktile.rsi/white_corner_sw.png | Bin .../Decals/bricktile.rsi/white_end_e.png | Bin .../Decals/bricktile.rsi/white_end_n.png | Bin .../Decals/bricktile.rsi/white_end_s.png | Bin .../Decals/bricktile.rsi/white_end_w.png | Bin .../Decals/bricktile.rsi/white_inner_ne.png | Bin .../Decals/bricktile.rsi/white_inner_nw.png | Bin .../Decals/bricktile.rsi/white_inner_se.png | Bin .../Decals/bricktile.rsi/white_inner_sw.png | Bin .../Decals/bricktile.rsi/white_line_e.png | Bin .../Decals/bricktile.rsi/white_line_n.png | Bin .../Decals/bricktile.rsi/white_line_s.png | Bin .../Decals/bricktile.rsi/white_line_w.png | Bin .../Decals/trimline.rsi/meta.json | 0 .../Decals/trimline.rsi/thick_box.png | Bin .../Decals/trimline.rsi/thick_corner_e.png | Bin .../Decals/trimline.rsi/thick_corner_n.png | Bin .../Decals/trimline.rsi/thick_corner_ne.png | Bin .../Decals/trimline.rsi/thick_corner_nw.png | Bin .../Decals/trimline.rsi/thick_corner_s.png | Bin .../Decals/trimline.rsi/thick_corner_se.png | Bin .../Decals/trimline.rsi/thick_corner_sw.png | Bin .../Decals/trimline.rsi/thick_corner_w.png | Bin .../Decals/trimline.rsi/thick_e.png | Bin .../Decals/trimline.rsi/thick_inner_ne.png | Bin .../Decals/trimline.rsi/thick_inner_nw.png | Bin .../Decals/trimline.rsi/thick_inner_se.png | Bin .../Decals/trimline.rsi/thick_inner_sw.png | Bin .../Decals/trimline.rsi/thick_n.png | Bin .../Decals/trimline.rsi/thick_s.png | Bin .../Decals/trimline.rsi/thick_shrink_e_1.png | Bin .../Decals/trimline.rsi/thick_shrink_e_2.png | Bin .../Decals/trimline.rsi/thick_shrink_n_1.png | Bin .../Decals/trimline.rsi/thick_shrink_n_2.png | Bin .../Decals/trimline.rsi/thick_shrink_s_1.png | Bin .../Decals/trimline.rsi/thick_shrink_s_2.png | Bin .../Decals/trimline.rsi/thick_shrink_w_1.png | Bin .../Decals/trimline.rsi/thick_shrink_w_2.png | Bin .../Decals/trimline.rsi/thick_w.png | Bin .../Decals/trimline.rsi/thin_corner_e.png | Bin .../Decals/trimline.rsi/thin_corner_n.png | Bin .../Decals/trimline.rsi/thin_corner_ne.png | Bin .../Decals/trimline.rsi/thin_corner_nw.png | Bin .../Decals/trimline.rsi/thin_corner_s.png | Bin .../Decals/trimline.rsi/thin_corner_se.png | Bin .../Decals/trimline.rsi/thin_corner_sw.png | Bin .../Decals/trimline.rsi/thin_corner_w.png | Bin .../Decals/trimline.rsi/thin_e.png | Bin .../Decals/trimline.rsi/thin_inner_ne.png | Bin .../Decals/trimline.rsi/thin_inner_nw.png | Bin .../Decals/trimline.rsi/thin_inner_se.png | Bin .../Decals/trimline.rsi/thin_inner_sw.png | Bin .../Decals/trimline.rsi/thin_n.png | Bin .../Decals/trimline.rsi/thin_s.png | Bin .../Decals/trimline.rsi/thin_w.png | Bin .../creampie.rsi/creampie_rodentia.png | Bin .../creampie.rsi/creampie_vulpkanin.png | Bin .../Effects/creampie.rsi/meta.json | 0 .../Effects/harpysinger.rsi/meta.json | 0 .../harpysinger.rsi/singing_music_notes.png | Bin .../Effects/speech.rsi/felinid0.png | Bin .../Effects/speech.rsi/felinid1.png | Bin .../Effects/speech.rsi/felinid2.png | Bin .../Effects/speech.rsi/meta.json | 0 .../Effects/speech.rsi/rodentia0.png | Bin .../Effects/speech.rsi/rodentia1.png | Bin .../Effects/speech.rsi/rodentia2.png | Bin .../{DeltaV => _DV}/Icons/cri.rsi/cri.png | Bin .../{DeltaV => _DV}/Icons/cri.rsi/meta.json | 0 .../Actions/actions_psionics.rsi/meta.json | 0 .../actions_psionics.rsi/precognition.png | Bin .../Interface/Actions/harpy_sing.png | Bin .../Interface/Actions/harpy_syrinx.png | Bin .../Interface/Actions/mouthStorageOpen.png | Bin .../Interface/Emotes/attributions.yml | 0 .../Interface/Emotes/growl.png | Bin .../{DeltaV => _DV}/Interface/Emotes/hiss.png | Bin .../{DeltaV => _DV}/Interface/Emotes/meow.png | Bin .../{DeltaV => _DV}/Interface/Emotes/mew.png | Bin .../{DeltaV => _DV}/Interface/Emotes/purr.png | Bin .../Misc/job_icons.rsi/AdminAssistant.png | Bin .../Misc/job_icons.rsi/CargoAssistant.png | Bin .../Interface/Misc/job_icons.rsi/Chaplain.png | Bin .../Misc/job_icons.rsi/ChiefJustice.png | Bin .../Interface/Misc/job_icons.rsi/Clerk.png | Bin .../Interface/Misc/job_icons.rsi/Lawyer.png | Bin .../Misc/job_icons.rsi/MedicalBorg.png | Bin .../Misc/job_icons.rsi/Prosecutor.png | Bin .../Misc/job_icons.rsi/SecurityBorg.png | Bin .../Interface/Misc/job_icons.rsi/meta.json | 0 .../Misc/job_icons.rsi/nyanoGladiator.png | Bin .../Misc/job_icons.rsi/nyanoMailCarrier.png | Bin .../Misc/job_icons.rsi/nyanoMantis.png | Bin .../Misc/job_icons.rsi/nyanoMartialArtist.png | Bin .../Misc/job_icons.rsi/nyanoPrisonGuard.png | Bin .../security_icons.rsi/hud_subpoenaed.png | Bin .../Misc/security_icons.rsi/meta.json | 0 .../Paper/paper_background_corpcard.svg | 0 .../paper_background_corpcard.svg.96dpi.png | Bin ...aper_background_corpcard.svg.96dpi.png.yml | 0 .../Interface/Paper/paper_heading_warrant.svg | 0 .../paper_heading_warrant.svg.200dpi.png | Bin .../paper_heading_warrant.svg.200dpi.png.yml | 0 .../Interface/VerbIcons/ATTRIBUTION.txt | 0 .../Interface/VerbIcons/bell.svg | 0 .../Interface/VerbIcons/bell.svg.png | Bin .../Interface/VerbIcons/bell_muted.png | Bin .../Markers/jobs.rsi/adminassistant.png | Bin .../Markers/jobs.rsi/cargoassistant.png | Bin .../Markers/jobs.rsi/chiefjustice.png | Bin .../Markers/jobs.rsi/clerk.png | Bin .../Markers/jobs.rsi/courier.png | Bin .../Markers/jobs.rsi/meta.json | 0 .../Markers/jobs.rsi/mobster.png | Bin .../Markers/jobs.rsi/mystagogue.png | Bin .../Markers/jobs.rsi/nyanogladiator.png | Bin .../Markers/jobs.rsi/nyanomailcarrier.png | Bin .../Markers/jobs.rsi/nyanomantis.png | Bin .../Markers/jobs.rsi/nyanomartialartist.png | Bin .../Markers/jobs.rsi/nyanoprisonguard.png | Bin .../Markers/jobs.rsi/prosecutor.png | Bin .../Markers/jobs.rsi/roboticist.png | Bin .../Markers/jobs.rsi/salvagespecialist.png | Bin .../Markers/jobs.rsi/scientist.png | Bin .../Misc/program_icons.rsi/meta.json | 0 .../Misc/program_icons.rsi/nanochat.png | Bin .../Misc/program_icons.rsi/stock_trading.png | Bin .../Aliens/Guardians/guardians.rsi/magic.png | Bin .../Guardians/guardians.rsi/magic_base.png | Bin .../Guardians/guardians.rsi/magic_flare.png | Bin .../Aliens/Guardians/guardians.rsi/meta.json | 0 .../Aliens/Guardians/guardians.rsi/miner.png | Bin .../Guardians/guardians.rsi/miner_base.png | Bin .../Guardians/guardians.rsi/miner_flare.png | Bin .../Aliens/Guardians/guardians.rsi/tech.png | Bin .../Guardians/guardians.rsi/tech_base.png | Bin .../Guardians/guardians.rsi/tech_flare.png | Bin .../Mobs/Animals/nukiemouse.rsi/dead.png | Bin .../nukiemouse.rsi/equipped-HELMET.png | Bin .../Mobs/Animals/nukiemouse.rsi/icon.png | Bin .../Animals/nukiemouse.rsi/inhand-left.png | Bin .../Animals/nukiemouse.rsi/inhand-right.png | Bin .../Mobs/Animals/nukiemouse.rsi/meta.json | 0 .../Mobs/Animals/nukiemouse.rsi/mouse.png | Bin .../Mobs/Animals/nukiemouse.rsi/splat.png | Bin .../Mobs/Animals/shrimp.rsi/dead.png | Bin .../Mobs/Animals/shrimp.rsi/meta.json | 0 .../Mobs/Animals/shrimp.rsi/shrimp.png | Bin .../m_waggingtail_cat_FRONT.png | Bin .../Felinid/alternative_tail.rsi/meta.json | 0 .../Felinid_fluffy_tail_full.png | Bin .../felinid_fluffy_tail_rings.png | Bin .../Felinid/felinid_tails.rsi/meta.json | 0 .../tiger_tail.rsi/m_tail_tiger_primary.png | Bin .../tiger_tail.rsi/m_tail_tiger_secondary.png | Bin .../tiger_tail.rsi/m_tail_tiger_tertiary.png | Bin .../Felinid/tiger_tail.rsi/meta.json | 0 .../Harpy/harpy_chest.rsi/lower.png | Bin .../Harpy/harpy_chest.rsi/meta.json | 0 .../Harpy/harpy_chest.rsi/upper.png | Bin .../harpy_ears.rsi/harpy_ears_default.png | Bin .../Harpy/harpy_ears.rsi/meta.json | 0 .../Harpy/harpy_legs.rsi/feet.png | Bin .../Harpy/harpy_legs.rsi/meta.json | 0 .../Harpy/harpy_legs.rsi/talons.png | Bin .../Harpy/harpy_legs.rsi/thighs.png | Bin .../Harpy/harpy_tails.rsi/meta.json | 0 .../Harpy/harpy_tails.rsi/phoenix_tail.png | Bin .../Harpy/harpy_tails.rsi/rooster_tail.png | Bin .../Harpy/harpy_tails36x32.rsi/finch_tail.png | Bin .../Harpy/harpy_tails36x32.rsi/meta.json | 0 .../Customization/Harpy/harpy_wingcover.png | Bin .../Moth/moth_wings.rsi/meta.json | 0 .../Moth/moth_wings.rsi/selene.png | Bin .../Moth/moth_wings.rsi/selene_primary.png | Bin .../Moth/moth_wings.rsi/selene_secondary.png | Bin .../Moth/moth_wings.rsi/selene_tertiary.png | Bin .../Customization/Oni/oni_horns.rsi/bull.png | Bin .../Customization/Oni/oni_horns.rsi/meta.json | 0 .../Oni/oni_horns.rsi/shaved.png | Bin .../body_markings.rsi/countershade.png | Bin .../body_markings.rsi/countershade_f.png | Bin .../body_markings.rsi/countershade_lleg.png | Bin .../body_markings.rsi/countershade_rleg.png | Bin .../Rodentia/body_markings.rsi/fawn.png | Bin .../Rodentia/body_markings.rsi/hooded.png | Bin .../Rodentia/body_markings.rsi/hooded_f.png | Bin .../Rodentia/body_markings.rsi/meta.json | 0 .../Rodentia/cheek_markings.rsi/cheeks.png | Bin .../cheek_markings.rsi/cheeks_overlay.png | Bin .../Rodentia/cheek_markings.rsi/fluff.png | Bin .../Rodentia/cheek_markings.rsi/fluff_alt.png | Bin .../cheek_markings.rsi/fluff_alt_overlay.png | Bin .../cheek_markings.rsi/fluff_overlay.png | Bin .../Rodentia/cheek_markings.rsi/meta.json | 0 .../Rodentia/cheek_markings.rsi/whiskers.png | Bin .../Rodentia/ear_markings.rsi/bat.png | Bin .../Rodentia/ear_markings.rsi/bat_large.png | Bin .../Rodentia/ear_markings.rsi/hamster.png | Bin .../ear_markings.rsi/hamster_overlay.png | Bin .../Rodentia/ear_markings.rsi/long.png | Bin .../ear_markings.rsi/long_overlay.png | Bin .../Rodentia/ear_markings.rsi/meta.json | 0 .../Rodentia/ear_markings.rsi/mouse.png | Bin .../Rodentia/ear_markings.rsi/mouse_large.png | Bin .../ear_markings.rsi/mouse_large_overlay.png | Bin .../ear_markings.rsi/mouse_overlay.png | Bin .../Rodentia/ear_markings.rsi/none.png | Bin .../Rodentia/ear_markings.rsi/pointy.png | Bin .../Rodentia/ear_markings.rsi/rabbit.png | Bin .../ear_markings.rsi/rabbit_overlay.png | Bin .../Rodentia/ear_markings.rsi/small.png | Bin .../Rodentia/head_markings.rsi/blaze.png | Bin .../Rodentia/head_markings.rsi/meta.json | 0 .../Rodentia/head_markings.rsi/round.png | Bin .../Rodentia/snout_markings.rsi/bat.png | Bin .../Rodentia/snout_markings.rsi/bat_nose.png | Bin .../snout_markings.rsi/bat_overlay.png | Bin .../Rodentia/snout_markings.rsi/flat.png | Bin .../Rodentia/snout_markings.rsi/flat_nose.png | Bin .../snout_markings.rsi/flat_overlay.png | Bin .../Rodentia/snout_markings.rsi/meta.json | 0 .../Rodentia/snout_markings.rsi/round.png | Bin .../snout_markings.rsi/round_nose.png | Bin .../snout_markings.rsi/round_overlay.png | Bin .../Rodentia/tail_markings.rsi/beaver.png | Bin .../Rodentia/tail_markings.rsi/hamster.png | Bin .../Rodentia/tail_markings.rsi/long.png | Bin .../tail_markings.rsi/long_overlay.png | Bin .../Rodentia/tail_markings.rsi/long_tip.png | Bin .../Rodentia/tail_markings.rsi/meta.json | 0 .../Rodentia/tail_markings.rsi/mouse.png | Bin .../Rodentia/tail_markings.rsi/rabbit.png | Bin .../tail_markings.rsi/rabbit_overlay.png | Bin .../Rodentia/tail_markings.rsi/short.png | Bin .../Rodentia/tail_markings.rsi/squirrel.png | Bin .../tail_markings.rsi/squirrel_overlay.png | Bin .../body_markings.rsi/belly_crest.png | Bin .../Vulpkanin/body_markings.rsi/belly_fox.png | Bin .../body_markings.rsi/belly_full.png | Bin .../Vulpkanin/body_markings.rsi/meta.json | 0 .../body_markings.rsi/points_crest-arms.png | Bin .../body_markings.rsi/points_crest-legs.png | Bin .../body_markings.rsi/points_crest.png | Bin .../body_markings.rsi/points_fade-arms.png | Bin .../body_markings.rsi/points_fade-legs.png | Bin .../body_markings.rsi/points_fade.png | Bin .../body_markings.rsi/points_feet.png | Bin .../body_markings.rsi/points_hands.png | Bin .../body_markings.rsi/points_sharp-arms.png | Bin .../body_markings.rsi/points_sharp-legs.png | Bin .../body_markings.rsi/points_sharp.png | Bin .../Vulpkanin/ear_markings.rsi/coyote.png | Bin .../Vulpkanin/ear_markings.rsi/dalmatian.png | Bin .../ear_markings.rsi/fennec-inner.png | Bin .../Vulpkanin/ear_markings.rsi/fennec.png | Bin .../Vulpkanin/ear_markings.rsi/fox.png | Bin .../ear_markings.rsi/jackal-inner.png | Bin .../Vulpkanin/ear_markings.rsi/jackal.png | Bin .../Vulpkanin/ear_markings.rsi/meta.json | 0 .../Vulpkanin/ear_markings.rsi/msai-inner.png | Bin .../Vulpkanin/ear_markings.rsi/msai.png | Bin .../Vulpkanin/ear_markings.rsi/otie-inner.png | Bin .../Vulpkanin/ear_markings.rsi/otie.png | Bin .../Vulpkanin/ear_markings.rsi/shock.png | Bin .../ear_markings.rsi/terrier-inner.png | Bin .../Vulpkanin/ear_markings.rsi/terrier.png | Bin .../Vulpkanin/ear_markings.rsi/vulp-fade.png | Bin .../Vulpkanin/ear_markings.rsi/vulp-inner.png | Bin .../Vulpkanin/ear_markings.rsi/vulp-sharp.png | Bin .../Vulpkanin/ear_markings.rsi/vulp.png | Bin .../Vulpkanin/ear_markings.rsi/wolf-inner.png | Bin .../Vulpkanin/ear_markings.rsi/wolf.png | Bin .../Vulpkanin/facial_hair.rsi/elder.png | Bin .../Vulpkanin/facial_hair.rsi/elder_chin.png | Bin .../Vulpkanin/facial_hair.rsi/kita.png | Bin .../Vulpkanin/facial_hair.rsi/meta.json | 0 .../Vulpkanin/facial_hair.rsi/ruff.png | Bin .../Vulpkanin/hair.rsi/adhara.png | Bin .../Vulpkanin/hair.rsi/anita.png | Bin .../Vulpkanin/hair.rsi/apollo.png | Bin .../Vulpkanin/hair.rsi/belle.png | Bin .../Vulpkanin/hair.rsi/braided.png | Bin .../Customization/Vulpkanin/hair.rsi/bun.png | Bin .../Vulpkanin/hair.rsi/clean_cut.png | Bin .../Customization/Vulpkanin/hair.rsi/curl.png | Bin .../Customization/Vulpkanin/hair.rsi/hawk.png | Bin .../Vulpkanin/hair.rsi/jagged.png | Bin .../Vulpkanin/hair.rsi/jeremy.png | Bin .../Vulpkanin/hair.rsi/kajam.png | Bin .../Customization/Vulpkanin/hair.rsi/keid.png | Bin .../Vulpkanin/hair.rsi/kleeia.png | Bin .../Vulpkanin/hair.rsi/meta.json | 0 .../Vulpkanin/hair.rsi/mizar.png | Bin .../Vulpkanin/hair.rsi/punkbraided.png | Bin .../Vulpkanin/hair.rsi/raine.png | Bin .../Vulpkanin/hair.rsi/rough.png | Bin .../Vulpkanin/hair.rsi/short.png | Bin .../Vulpkanin/hair.rsi/short2.png | Bin .../Vulpkanin/hair.rsi/spike.png | Bin .../Vulpkanin/head_markings.rsi/blaze.png | Bin .../Vulpkanin/head_markings.rsi/mask.png | Bin .../Vulpkanin/head_markings.rsi/meta.json | 0 .../Vulpkanin/head_markings.rsi/muzzle.png | Bin .../head_markings.rsi/muzzle_alt.png | Bin .../head_markings.rsi/muzzle_fade.png | Bin .../head_markings.rsi/muzzle_sharp.png | Bin .../Vulpkanin/head_markings.rsi/nose.png | Bin .../Vulpkanin/head_markings.rsi/patch.png | Bin .../Vulpkanin/head_markings.rsi/slash.png | Bin .../head_markings.rsi/tiger_face.png | Bin .../head_markings.rsi/tiger_head.png | Bin .../head_markings.rsi/vulpine-lines.png | Bin .../Vulpkanin/head_markings.rsi/vulpine.png | Bin .../masking_helpers.rsi/female_full.png | Bin .../masking_helpers.rsi/female_none.png | Bin .../masking_helpers.rsi/female_top.png | Bin .../Vulpkanin/masking_helpers.rsi/full.png | Bin .../masking_helpers.rsi/male_full.png | Bin .../masking_helpers.rsi/male_none.png | Bin .../masking_helpers.rsi/male_top.png | Bin .../Vulpkanin/masking_helpers.rsi/meta.json | 0 .../Vulpkanin/masking_helpers.rsi/none.png | Bin .../Vulpkanin/masking_helpers.rsi/top.png | Bin .../masking_helpers.rsi/unisex_full.png | Bin .../masking_helpers.rsi/unisex_none.png | Bin .../masking_helpers.rsi/unisex_top.png | Bin .../Vulpkanin/tail_markings.rsi/bushfluff.png | Bin .../tail_markings.rsi/bushfluff_wag.png | Bin .../Vulpkanin/tail_markings.rsi/corgi_wag.png | Bin .../Vulpkanin/tail_markings.rsi/coyote.png | Bin .../tail_markings.rsi/coyote_wag.png | Bin .../tail_markings.rsi/dalmatian_wag.png | Bin .../Vulpkanin/tail_markings.rsi/fennec.png | Bin .../Vulpkanin/tail_markings.rsi/fluffy.png | Bin .../Vulpkanin/tail_markings.rsi/fox-fade.png | Bin .../Vulpkanin/tail_markings.rsi/fox-tip.png | Bin .../Vulpkanin/tail_markings.rsi/fox.png | Bin .../Vulpkanin/tail_markings.rsi/fox2.png | Bin .../Vulpkanin/tail_markings.rsi/fox3-tip.png | Bin .../Vulpkanin/tail_markings.rsi/fox3.png | Bin .../tail_markings.rsi/fox_wag-fade.png | Bin .../tail_markings.rsi/fox_wag-tip.png | Bin .../Vulpkanin/tail_markings.rsi/fox_wag.png | Bin .../tail_markings.rsi/husky-inner.png | Bin .../tail_markings.rsi/husky-outer.png | Bin .../Vulpkanin/tail_markings.rsi/husky.png | Bin .../Vulpkanin/tail_markings.rsi/long-tip.png | Bin .../Vulpkanin/tail_markings.rsi/long.png | Bin .../Vulpkanin/tail_markings.rsi/meta.json | 0 .../Vulpkanin/tail_markings.rsi/otie.png | Bin .../Vulpkanin/tail_markings.rsi/vulp-fade.png | Bin .../Vulpkanin/tail_markings.rsi/vulp-tip.png | Bin .../Vulpkanin/tail_markings.rsi/vulp.png | Bin .../tail_markings.rsi/vulp_alt-fade.png | Bin .../tail_markings.rsi/vulp_alt-tip.png | Bin .../Vulpkanin/tail_markings.rsi/vulp_alt.png | Bin .../tail_markings.rsi/vulp_wag-fade.png | Bin .../tail_markings.rsi/vulp_wag-tip.png | Bin .../Vulpkanin/tail_markings.rsi/vulp_wag.png | Bin .../Customization/hair.rsi/classic_bob.png | Bin .../Customization/hair.rsi/classic_gentle.png | Bin .../Customization/hair.rsi/classic_long.png | Bin .../Customization/hair.rsi/classic_long2.png | Bin .../Customization/hair.rsi/classic_long3.png | Bin .../hair.rsi/classic_lowfade.png | Bin .../hair.rsi/classic_medfade.png | Bin .../Customization/hair.rsi/classic_messy.png | Bin .../Customization/hair.rsi/classic_nofade.png | Bin .../Customization/hair.rsi/classic_ombre.png | Bin .../Mobs/Customization/hair.rsi/meta.json | 0 .../Customization/hair.rsi/short_bedhead.png | Bin .../Mobs/Customization/makeup.rsi/blush.png | Bin .../Mobs/Customization/makeup.rsi/lips.png | Bin .../Mobs/Customization/makeup.rsi/meta.json | 0 .../Customization/makeup.rsi/moth_blush.png | Bin .../Customization/makeup.rsi/moth_lips.png | Bin .../makeup.rsi/nail_polish_l.png | Bin .../makeup.rsi/nail_polish_r.png | Bin .../Mobs/Customization/scars.rsi/meta.json | 0 .../scars.rsi/scar_chest_female.png | Bin .../Mobs/Customization/tattoos.rsi/meta.json | 0 .../tattoos.rsi/tattoo_hive_chest_female.png | Bin .../tattoos.rsi/tattoo_nightling.png | Bin .../tattoos.rsi/tattoo_nightling_female.png | Bin .../Mobs/Ghosts/glimmermite.rsi/icon.png | Bin .../Mobs/Ghosts/glimmermite.rsi/meta.json | 0 .../Mobs/Ghosts/glimmermite.rsi/mite.png | Bin .../Mobs/Ghosts/glimmermite.rsi/mite_dead.png | Bin .../Mobs/Ghosts/revenant.rsi/active.png | Bin .../Mobs/Ghosts/revenant.rsi/ectoplasm.png | Bin .../Mobs/Ghosts/revenant.rsi/harvesting.png | Bin .../Mobs/Ghosts/revenant.rsi/icon.png | Bin .../Mobs/Ghosts/revenant.rsi/idle.png | Bin .../Mobs/Ghosts/revenant.rsi/meta.json | 0 .../Mobs/Ghosts/revenant.rsi/stunned.png | Bin .../Mobs/Pets/arcticfox.rsi/arcticfox.png | Bin .../Pets/arcticfox.rsi/arcticfox_crit.png | Bin .../Pets/arcticfox.rsi/arcticfox_dead.png | Bin .../Mobs/Pets/arcticfox.rsi/meta.json | 0 .../Mobs/Pets/lawyercarp.rsi/alive.png | Bin .../Mobs/Pets/lawyercarp.rsi/dead.png | Bin .../Mobs/Pets/lawyercarp.rsi/dead_mouth.png | Bin .../Mobs/Pets/lawyercarp.rsi/icon.png | Bin .../Mobs/Pets/lawyercarp.rsi/meta.json | 0 .../Mobs/Pets/lawyercarp.rsi/mouth.png | Bin .../Mobs/Pets/lawyercarp.rsi/suit.png | Bin .../Mobs/Pets/lawyercarp.rsi/suit_dead.png | Bin .../Mobs/Pets/secdog.rsi/meta.json | 0 .../Mobs/Pets/secdog.rsi/secdog.png | Bin .../Mobs/Pets/secdog.rsi/secdog_crit.png | Bin .../Mobs/Pets/secdog.rsi/secdog_dead.png | Bin .../Mobs/Pets/silvia.rsi/dead_silvia.png | Bin .../Mobs/Pets/silvia.rsi/glow.png | Bin .../Mobs/Pets/silvia.rsi/meta.json | 0 .../Mobs/Pets/silvia.rsi/silvia.png | Bin .../Mobs/Silicon/Bots/medibot.rsi/medibot.png | Bin .../Mobs/Silicon/Bots/medibot.rsi/meta.json | 0 .../Mobs/Silicon/chassis.rsi/meta.json | 0 .../Mobs/Silicon/chassis.rsi/security.png | Bin .../Mobs/Silicon/chassis.rsi/security_e.png | Bin .../Mobs/Silicon/chassis.rsi/security_e_r.png | Bin .../Mobs/Silicon/chassis.rsi/security_l.png | Bin .../Harpy/displacement.rsi/jumpsuit.png | Bin .../Species/Harpy/displacement.rsi/meta.json | 0 .../Mobs/Species/Harpy/organs.rsi/lung-l.png | Bin .../Mobs/Species/Harpy/organs.rsi/lung-r.png | Bin .../Mobs/Species/Harpy/organs.rsi/meta.json | 0 .../Mobs/Species/Harpy/parts.rsi/full.png | Bin .../Mobs/Species/Harpy/parts.rsi/head_f.png | Bin .../Mobs/Species/Harpy/parts.rsi/head_m.png | Bin .../Mobs/Species/Harpy/parts.rsi/l_arm.png | Bin .../Mobs/Species/Harpy/parts.rsi/l_foot.png | Bin .../Mobs/Species/Harpy/parts.rsi/l_hand.png | Bin .../Mobs/Species/Harpy/parts.rsi/l_leg.png | Bin .../Mobs/Species/Harpy/parts.rsi/meta.json | 0 .../Mobs/Species/Harpy/parts.rsi/r_arm.png | Bin .../Mobs/Species/Harpy/parts.rsi/r_foot.png | Bin .../Mobs/Species/Harpy/parts.rsi/r_hand.png | Bin .../Mobs/Species/Harpy/parts.rsi/r_leg.png | Bin .../Mobs/Species/Harpy/parts.rsi/torso_f.png | Bin .../Mobs/Species/Harpy/parts.rsi/torso_m.png | Bin .../Mobs/Species/Rodentia/parts.rsi/full.png | Bin .../Species/Rodentia/parts.rsi/head_f.png | Bin .../Species/Rodentia/parts.rsi/head_m.png | Bin .../Mobs/Species/Rodentia/parts.rsi/l_arm.png | Bin .../Species/Rodentia/parts.rsi/l_foot.png | Bin .../Species/Rodentia/parts.rsi/l_hand.png | Bin .../Mobs/Species/Rodentia/parts.rsi/l_leg.png | Bin .../Mobs/Species/Rodentia/parts.rsi/meta.json | 0 .../Mobs/Species/Rodentia/parts.rsi/r_arm.png | Bin .../Species/Rodentia/parts.rsi/r_foot.png | Bin .../Species/Rodentia/parts.rsi/r_hand.png | Bin .../Mobs/Species/Rodentia/parts.rsi/r_leg.png | Bin .../Species/Rodentia/parts.rsi/torso_f.png | Bin .../Species/Rodentia/parts.rsi/torso_m.png | Bin .../Mobs/Species/Vulpkanin/parts.rsi/full.png | Bin .../Species/Vulpkanin/parts.rsi/head_f.png | Bin .../Species/Vulpkanin/parts.rsi/head_m.png | Bin .../Mobs/Species/Vulpkanin/parts.rsi/icon.png | Bin .../Species/Vulpkanin/parts.rsi/l_arm.png | Bin .../Species/Vulpkanin/parts.rsi/l_foot.png | Bin .../Species/Vulpkanin/parts.rsi/l_hand.png | Bin .../Species/Vulpkanin/parts.rsi/l_leg.png | Bin .../Species/Vulpkanin/parts.rsi/meta.json | 0 .../Vulpkanin/parts.rsi/overlay_husk.png | Bin .../Species/Vulpkanin/parts.rsi/r_arm.png | Bin .../Species/Vulpkanin/parts.rsi/r_foot.png | Bin .../Species/Vulpkanin/parts.rsi/r_hand.png | Bin .../Species/Vulpkanin/parts.rsi/r_leg.png | Bin .../Species/Vulpkanin/parts.rsi/torso_f.png | Bin .../Species/Vulpkanin/parts.rsi/torso_m.png | Bin .../Consumable/Drinks/arsonist.rsi/fill-1.png | Bin .../Consumable/Drinks/arsonist.rsi/fill-2.png | Bin .../Consumable/Drinks/arsonist.rsi/fill-3.png | Bin .../Consumable/Drinks/arsonist.rsi/fill-4.png | Bin .../Consumable/Drinks/arsonist.rsi/icon.png | Bin .../Drinks/arsonist.rsi/icon_empty.png | Bin .../Consumable/Drinks/arsonist.rsi/meta.json | 0 .../Consumable/Drinks/daiquiri.rsi/fill-1.png | Bin .../Consumable/Drinks/daiquiri.rsi/fill-2.png | Bin .../Consumable/Drinks/daiquiri.rsi/fill-3.png | Bin .../Consumable/Drinks/daiquiri.rsi/icon.png | Bin .../Drinks/daiquiri.rsi/icon_empty.png | Bin .../Consumable/Drinks/daiquiri.rsi/meta.json | 0 .../Drinks/doubleicecreamglass.rsi/fill-1.png | Bin .../Drinks/doubleicecreamglass.rsi/fill-2.png | Bin .../Drinks/doubleicecreamglass.rsi/fill-3.png | Bin .../Drinks/doubleicecreamglass.rsi/fill-4.png | Bin .../Drinks/doubleicecreamglass.rsi/fill-5.png | Bin .../Drinks/doubleicecreamglass.rsi/icon.png | Bin .../doubleicecreamglass.rsi/icon_empty.png | Bin .../Drinks/doubleicecreamglass.rsi/meta.json | 0 .../Drinks/drgibbbloodred.rsi/icon.png | Bin .../Drinks/drgibbbloodred.rsi/icon_open.png | Bin .../Drinks/drgibbbloodred.rsi/inhand-left.png | Bin .../drgibbbloodred.rsi/inhand-right.png | Bin .../Drinks/drgibbbloodred.rsi/meta.json | 0 .../Drinks/greengrass.rsi/fill-1.png | Bin .../Drinks/greengrass.rsi/fill-2.png | Bin .../Drinks/greengrass.rsi/fill-3.png | Bin .../Drinks/greengrass.rsi/fill-4.png | Bin .../Drinks/greengrass.rsi/fill-5.png | Bin .../Consumable/Drinks/greengrass.rsi/icon.png | Bin .../Drinks/greengrass.rsi/icon_empty.png | Bin .../Drinks/greengrass.rsi/meta.json | 0 .../Consumable/Drinks/gunmetal.rsi/fill-1.png | Bin .../Consumable/Drinks/gunmetal.rsi/fill-2.png | Bin .../Consumable/Drinks/gunmetal.rsi/fill-3.png | Bin .../Consumable/Drinks/gunmetal.rsi/fill-4.png | Bin .../Consumable/Drinks/gunmetal.rsi/fill-5.png | Bin .../Consumable/Drinks/gunmetal.rsi/icon.png | Bin .../Drinks/gunmetal.rsi/icon_empty.png | Bin .../Consumable/Drinks/gunmetal.rsi/meta.json | 0 .../Drinks/healthcodeviolation.rsi/fill-1.png | Bin .../Drinks/healthcodeviolation.rsi/fill-2.png | Bin .../Drinks/healthcodeviolation.rsi/fill-3.png | Bin .../Drinks/healthcodeviolation.rsi/fill-4.png | Bin .../Drinks/healthcodeviolation.rsi/fill-5.png | Bin .../Drinks/healthcodeviolation.rsi/icon.png | Bin .../healthcodeviolation.rsi/icon_empty.png | Bin .../Drinks/healthcodeviolation.rsi/meta.json | 0 .../Drinks/juiceboxapple.rsi/icon.png | Bin .../Drinks/juiceboxapple.rsi/icon_open.png | Bin .../Drinks/juiceboxapple.rsi/meta.json | 0 .../Drinks/juiceboxchocolate.rsi/icon.png | Bin .../juiceboxchocolate.rsi/icon_open.png | Bin .../Drinks/juiceboxchocolate.rsi/meta.json | 0 .../Drinks/juiceboxgrape.rsi/icon.png | Bin .../Drinks/juiceboxgrape.rsi/icon_open.png | Bin .../Drinks/juiceboxgrape.rsi/meta.json | 0 .../Drinks/juiceboxorange.rsi/icon.png | Bin .../Drinks/juiceboxorange.rsi/icon_open.png | Bin .../Drinks/juiceboxorange.rsi/meta.json | 0 .../Drinks/juiceboxpineapple.rsi/icon.png | Bin .../juiceboxpineapple.rsi/icon_open.png | Bin .../Drinks/juiceboxpineapple.rsi/meta.json | 0 .../Consumable/Drinks/kvass.rsi/fill-1.png | Bin .../Consumable/Drinks/kvass.rsi/fill-2.png | Bin .../Consumable/Drinks/kvass.rsi/fill-3.png | Bin .../Consumable/Drinks/kvass.rsi/fill-4.png | Bin .../Consumable/Drinks/kvass.rsi/icon.png | Bin .../Drinks/kvass.rsi/icon_empty.png | Bin .../Consumable/Drinks/kvass.rsi/meta.json | 0 .../Drinks/lemondrop.rsi/fill-1.png | Bin .../Drinks/lemondrop.rsi/fill-2.png | Bin .../Drinks/lemondrop.rsi/fill-3.png | Bin .../Consumable/Drinks/lemondrop.rsi/icon.png | Bin .../Drinks/lemondrop.rsi/icon_empty.png | Bin .../Consumable/Drinks/lemondrop.rsi/meta.json | 0 .../Consumable/Drinks/moonshine.rsi/icon.png | Bin .../Consumable/Drinks/moonshine.rsi/meta.json | 0 .../Drinks/moonshinebottle.rsi/icon.png | Bin .../Drinks/moonshinebottle.rsi/meta.json | 0 .../Drinks/mothamphetamine.rsi/fill-1.png | Bin .../Drinks/mothamphetamine.rsi/fill-2.png | Bin .../Drinks/mothamphetamine.rsi/fill-3.png | Bin .../Drinks/mothamphetamine.rsi/fill-4.png | Bin .../Drinks/mothamphetamine.rsi/icon.png | Bin .../Drinks/mothamphetamine.rsi/icon_empty.png | Bin .../Drinks/mothamphetamine.rsi/meta.json | 0 .../Drinks/powdered_drinks.rsi/icon-open.png | Bin .../powdered_drinks.rsi/icon-order-dairy.png | Bin .../powdered_drinks.rsi/icon-order-juices.png | Bin .../Drinks/powdered_drinks.rsi/icon.png | Bin .../Drinks/powdered_drinks.rsi/meta.json | 0 .../powdered_drinks.rsi/overlay-container.png | Bin .../Baked/grilledcheese.rsi/grilledcheese.png | Bin .../Baked/grilledcheese.rsi/inhand-left.png | Bin .../Baked/grilledcheese.rsi/inhand-right.png | Bin .../Food/Baked/grilledcheese.rsi/meta.json | 0 .../bluepurpletomatosoup.rsi/blue-tomato.png | Bin .../Food/bluepurpletomatosoup.rsi/bowl.png | Bin .../Food/bluepurpletomatosoup.rsi/meta.json | 0 .../purple-tomato.png | Bin .../Food/scrambledeggs.rsi/bowl.png | Bin .../Food/scrambledeggs.rsi/meta.json | 0 .../Food/scrambledeggs.rsi/scrambled-eggs.png | Bin .../Cigarettes/Cartons/pink.rsi/closed.png | Bin .../Cartons/pink.rsi/inhand-left.png | Bin .../Cartons/pink.rsi/inhand-right.png | Bin .../Cigarettes/Cartons/pink.rsi/meta.json | 0 .../Cigarettes/Cartons/pink.rsi/open.png | Bin .../Cigarettes/Cartons/purple.rsi/closed.png | Bin .../Cartons/purple.rsi/inhand-left.png | Bin .../Cartons/purple.rsi/inhand-right.png | Bin .../Cigarettes/Cartons/purple.rsi/meta.json | 0 .../Cigarettes/Cartons/purple.rsi/open.png | Bin .../Cigarettes/Packs/pink.rsi/closed.png | Bin .../Packs/pink.rsi/equipped-BELT.png | Bin .../Cigarettes/Packs/pink.rsi/inhand-left.png | Bin .../Packs/pink.rsi/inhand-right.png | Bin .../Cigarettes/Packs/pink.rsi/meta.json | 0 .../Cigarettes/Packs/pink.rsi/open.png | Bin .../Cigarettes/Packs/pink.rsi/trash.png | Bin .../Cigarettes/Packs/purple.rsi/closed.png | Bin .../Packs/purple.rsi/equipped-BELT.png | Bin .../Packs/purple.rsi/inhand-left.png | Bin .../Packs/purple.rsi/inhand-right.png | Bin .../Cigarettes/Packs/purple.rsi/meta.json | 0 .../Cigarettes/Packs/purple.rsi/open.png | Bin .../Cigarettes/Packs/purple.rsi/trash.png | Bin .../Decoration/Flora/bush.rsi/base.png | Bin .../Decoration/Flora/bush.rsi/base_light.png | Bin .../Decoration/Flora/bush.rsi/hibiscus.png | Bin .../Decoration/Flora/bush.rsi/hydrangea.png | Bin .../Decoration/Flora/bush.rsi/meta.json | 0 .../Flora/flora_largepalm.rsi/meta.json | 0 .../Flora/flora_largepalm.rsi/palmlarge01.png | Bin .../Flora/flora_largepalm.rsi/palmlarge02.png | Bin .../Flora/flora_largepalm.rsi/palmlarge03.png | Bin .../Flora/flora_largepalm.rsi/palmlarge04.png | Bin .../Flora/flora_largepalm.rsi/palmlarge05.png | Bin .../Flora/flora_largepalm.rsi/palmlarge06.png | Bin .../Flora/flora_palmtree.rsi/meta.json | 0 .../Flora/flora_palmtree.rsi/palm01.png | Bin .../Flora/flora_palmtree.rsi/palm02.png | Bin .../Flora/flora_palmtree.rsi/palm03.png | Bin .../Flora/flora_palmtree.rsi/palm04.png | Bin .../Devices/cartridge.rsi/cart-chat.png | Bin .../Devices/cartridge.rsi/cart-cri.png | Bin .../Devices/cartridge.rsi/cart-mail.png | Bin .../Devices/cartridge.rsi/cart-psi.png | Bin .../Devices/cartridge.rsi/cart-stonk.png | Bin .../Objects/Devices/cartridge.rsi/meta.json | 0 .../Devices/cassette_tapes.rsi/meta.json | 0 .../cassette_tapes.rsi/tape_greyscale.png | Bin .../cassette_tapes.rsi/tape_ribbonoverlay.png | Bin .../communication.rsi/cheese-radio.png | Bin .../Devices/communication.rsi/meta.json | 0 .../encryption_keys.rsi/crypt_orange.png | Bin .../encryption_keys.rsi/justice_label.png | Bin .../Devices/encryption_keys.rsi/meta.json | 0 .../encryption_keys.rsi/prisoner_label.png | Bin .../Objects/Devices/pda.rsi/equipped-BELT.png | Bin .../Devices/pda.rsi/equipped-IDCARD.png | Bin .../Objects/Devices/pda.rsi/id_overlay.png | Bin .../Objects/Devices/pda.rsi/inhand-left.png | Bin .../Objects/Devices/pda.rsi/inhand-right.png | Bin .../Devices/pda.rsi/insert_overlay.png | Bin .../Objects/Devices/pda.rsi/light_overlay.png | Bin .../Objects/Devices/pda.rsi/meta.json | 0 .../Devices/pda.rsi/pda-admin-assistant.png | Bin .../Objects/Devices/pda.rsi/pda-admin.png | Bin .../Objects/Devices/pda.rsi/pda-atmos.png | Bin .../Objects/Devices/pda.rsi/pda-baker.png | Bin .../Objects/Devices/pda.rsi/pda-bartender.png | Bin .../Objects/Devices/pda.rsi/pda-boxer.png | Bin .../Objects/Devices/pda.rsi/pda-brigmedic.png | Bin .../Objects/Devices/pda.rsi/pda-butcher.png | Bin .../Objects/Devices/pda.rsi/pda-captain.png | Bin .../Devices/pda.rsi/pda-cargo-assistant.png | Bin .../Objects/Devices/pda.rsi/pda-cargo.png | Bin .../Objects/Devices/pda.rsi/pda-ce.png | Bin .../Objects/Devices/pda.rsi/pda-centcom.png | Bin .../Objects/Devices/pda.rsi/pda-chaplain.png | Bin .../Objects/Devices/pda.rsi/pda-chemistry.png | Bin .../Devices/pda.rsi/pda-chiefjustice.png | Bin .../Objects/Devices/pda.rsi/pda-clear.png | Bin .../Objects/Devices/pda.rsi/pda-clerk.png | Bin .../Objects/Devices/pda.rsi/pda-clown.png | Bin .../Objects/Devices/pda.rsi/pda-cluwne.png | Bin .../Objects/Devices/pda.rsi/pda-cmo.png | Bin .../Objects/Devices/pda.rsi/pda-cook.png | Bin .../Objects/Devices/pda.rsi/pda-corpsman.png | Bin .../Devices/pda.rsi/pda-deckworker.png | Bin .../Objects/Devices/pda.rsi/pda-detective.png | Bin .../Devices/pda.rsi/pda-electrician.png | Bin .../Objects/Devices/pda.rsi/pda-engineer.png | Bin .../Objects/Devices/pda.rsi/pda-ert.png | Bin .../Objects/Devices/pda.rsi/pda-excavator.png | Bin .../Objects/Devices/pda.rsi/pda-fool.png | Bin .../Devices/pda.rsi/pda-freelancer.png | Bin .../Objects/Devices/pda.rsi/pda-genetics.png | Bin .../Objects/Devices/pda.rsi/pda-hop.png | Bin .../Objects/Devices/pda.rsi/pda-hos.png | Bin .../Objects/Devices/pda.rsi/pda-hydro.png | Bin .../Devices/pda.rsi/pda-hygienetechnician.png | Bin .../Devices/pda.rsi/pda-interncadet.png | Bin .../Objects/Devices/pda.rsi/pda-internmed.png | Bin .../Objects/Devices/pda.rsi/pda-internsci.png | Bin .../Devices/pda.rsi/pda-internservice.png | Bin .../Devices/pda.rsi/pda-interntech.png | Bin .../pda.rsi/pda-inventoryassociate.png | Bin .../Objects/Devices/pda.rsi/pda-janitor.png | Bin .../Objects/Devices/pda.rsi/pda-jester.png | Bin .../Objects/Devices/pda.rsi/pda-labsci.png | Bin .../Objects/Devices/pda.rsi/pda-lawyer.png | Bin .../Objects/Devices/pda.rsi/pda-library.png | Bin .../Devices/pda.rsi/pda-lifesupporttech.png | Bin .../Devices/pda.rsi/pda-mailcarrier.png | Bin .../Objects/Devices/pda.rsi/pda-mantis.png | Bin .../Devices/pda.rsi/pda-martialartist.png | Bin .../Objects/Devices/pda.rsi/pda-mechanic.png | Bin .../Objects/Devices/pda.rsi/pda-medical.png | Bin .../Objects/Devices/pda.rsi/pda-mime.png | Bin .../Objects/Devices/pda.rsi/pda-miner.png | Bin .../Devices/pda.rsi/pda-mixologist.png | Bin .../Objects/Devices/pda.rsi/pda-musician.png | Bin .../Objects/Devices/pda.rsi/pda-offduty.png | Bin .../Objects/Devices/pda.rsi/pda-paramedic.png | Bin .../Objects/Devices/pda.rsi/pda-phys.png | Bin .../Objects/Devices/pda.rsi/pda-pirate.png | Bin .../Objects/Devices/pda.rsi/pda-pizzaiolo.png | Bin .../Devices/pda.rsi/pda-plasmatech.png | Bin .../Devices/pda.rsi/pda-practicingnurse.png | Bin .../Devices/pda.rsi/pda-prisonguard.png | Bin .../Devices/pda.rsi/pda-prosecutor.png | Bin .../Devices/pda.rsi/pda-prospector.png | Bin .../Devices/pda.rsi/pda-psychiatrist.png | Bin .../Objects/Devices/pda.rsi/pda-qm.png | Bin .../Objects/Devices/pda.rsi/pda-rd.png | Bin .../Objects/Devices/pda.rsi/pda-reporter.png | Bin .../Objects/Devices/pda.rsi/pda-resident.png | Bin .../Devices/pda.rsi/pda-roboticist.png | Bin .../Objects/Devices/pda.rsi/pda-science.png | Bin .../Objects/Devices/pda.rsi/pda-security.png | Bin .../Devices/pda.rsi/pda-seniorengineer.png | Bin .../Devices/pda.rsi/pda-seniorofficer.png | Bin .../Devices/pda.rsi/pda-seniorphysician.png | Bin .../Devices/pda.rsi/pda-seniorresearcher.png | Bin .../Devices/pda.rsi/pda-socialworker.png | Bin .../Objects/Devices/pda.rsi/pda-student.png | Bin .../Devices/pda.rsi/pda-syndi-agent.png | Bin .../Objects/Devices/pda.rsi/pda-syndi.png | Bin .../Objects/Devices/pda.rsi/pda-therapist.png | Bin .../Objects/Devices/pda.rsi/pda-tourist.png | Bin .../Objects/Devices/pda.rsi/pda-virology.png | Bin .../Objects/Devices/pda.rsi/pda-visitor.png | Bin .../Objects/Devices/pda.rsi/pda-warden.png | Bin .../Objects/Devices/pda.rsi/pda-xenobio.png | Bin .../Objects/Devices/pda.rsi/pda-zookeeper.png | Bin .../Objects/Devices/pda.rsi/pda.png | Bin .../Devices/tablets.rsi/aac-inhand-left.png | Bin .../Devices/tablets.rsi/aac-inhand-right.png | Bin .../tablets.rsi/aac_screen-inhand-left.png | Bin .../tablets.rsi/aac_screen-inhand-right.png | Bin .../Devices/tablets.rsi/aac_screen.png | Bin .../Devices/tablets.rsi/aac_tablet.png | Bin .../Objects/Devices/tablets.rsi/meta.json | 0 .../Devices/tape_recorder.rsi/empty.png | Bin .../Devices/tape_recorder.rsi/idle.png | Bin .../Devices/tape_recorder.rsi/inhand-left.png | Bin .../tape_recorder.rsi/inhand-right.png | Bin .../Devices/tape_recorder.rsi/meta.json | 0 .../Devices/tape_recorder.rsi/playing.png | Bin .../Devices/tape_recorder.rsi/recording.png | Bin .../Devices/tape_recorder.rsi/rewinding.png | Bin .../Objects/Fun/Toys/foam_sabre.rsi/icon.png | Bin .../Fun/Toys/foam_sabre.rsi/inhand-left.png | Bin .../Fun/Toys/foam_sabre.rsi/inhand-right.png | Bin .../Objects/Fun/Toys/foam_sabre.rsi/meta.json | 0 .../Objects/Fun/Toys/mortyplush.rsi/icon.png | Bin .../Objects/Fun/Toys/mortyplush.rsi/meta.json | 0 .../Objects/Fun/Toys/renaulttoy.rsi/base.png | Bin .../Objects/Fun/Toys/renaulttoy.rsi/meta.json | 0 .../Objects/Fun/Toys/siobhantoy.rsi/base.png | Bin .../Objects/Fun/Toys/siobhantoy.rsi/meta.json | 0 .../Objects/Fun/Toys/zerotoy.rsi/icon.png | Bin .../Objects/Fun/Toys/zerotoy.rsi/meta.json | 0 .../Objects/Medical/portafib.rsi/icon.png | Bin .../Medical/portafib.rsi/inhand-left.png | Bin .../Medical/portafib.rsi/inhand-right.png | Bin .../Objects/Medical/portafib.rsi/meta.json | 0 .../Objects/Medical/portafib.rsi/ready.png | Bin .../Objects/Medical/portafib.rsi/screen.png | Bin .../Objects/Misc/bayonet.rsi/base.png | Bin .../Objects/Misc/bayonet.rsi/inhand-left.png | Bin .../Objects/Misc/bayonet.rsi/inhand-right.png | Bin .../Objects/Misc/bayonet.rsi/meta.json | 0 .../Objects/Misc/biscuits.rsi/biscuit.png | Bin .../Misc/biscuits.rsi/biscuit_paper.png | Bin .../Misc/biscuits.rsi/biscuit_paper_corp.png | Bin .../Misc/biscuits.rsi/biscuit_secret.png | Bin .../Misc/biscuits.rsi/biscuit_secret_top.png | Bin .../Objects/Misc/biscuits.rsi/biscuit_top.png | Bin .../Objects/Misc/biscuits.rsi/corpslip.png | Bin .../Misc/biscuits.rsi/corpslip_words.png | Bin .../Objects/Misc/biscuits.rsi/meta.json | 0 .../Objects/Misc/biscuits.rsi/slip.png | Bin .../Objects/Misc/biscuits.rsi/slip_words.png | Bin .../Objects/Misc/books.rsi/icon_kiss.png | Bin .../Objects/Misc/books.rsi/meta.json | 0 .../Misc/bureaucracy.rsi/folder-hop-ian.png | Bin .../Objects/Misc/bureaucracy.rsi/meta.json | 0 .../fire_extinguisher_closed.png | Bin .../fire_extinguisher_open.png | Bin .../inhand-left.png | Bin .../inhand-right.png | Bin .../fire_extinguisher_bluespace.rsi/meta.json | 0 .../Objects/Misc/first_bill.rsi/icon.png | Bin .../Objects/Misc/first_bill.rsi/meta.json | 0 .../Objects/Misc/gorlex_magazine.rsi/icon.png | Bin .../Misc/gorlex_magazine.rsi/meta.json | 0 .../Misc/id_cards.rsi/idadminassistant.png | Bin .../Misc/id_cards.rsi/idcargoassistant.png | Bin .../Objects/Misc/id_cards.rsi/idchaplain.png | Bin .../Misc/id_cards.rsi/idchiefjustice.png | Bin .../Objects/Misc/id_cards.rsi/idclerk.png | Bin .../Objects/Misc/id_cards.rsi/idlawyer.png | Bin .../Misc/id_cards.rsi/idprosecutor.png | Bin .../Objects/Misc/id_cards.rsi/meta.json | 0 .../Misc/id_cards.rsi/nyanogladiator.png | Bin .../Misc/id_cards.rsi/nyanomailcarrier.png | Bin .../Objects/Misc/id_cards.rsi/nyanomantis.png | Bin .../Misc/id_cards.rsi/nyanomartialartist.png | Bin .../Misc/id_cards.rsi/nyanoprisoner.png | Bin .../Misc/id_cards.rsi/nyanoprisonguard.png | Bin .../Objects/Misc/modular_breech.rsi/base.png | Bin .../Misc/modular_breech.rsi/inhand-left.png | Bin .../Misc/modular_breech.rsi/inhand-right.png | Bin .../Objects/Misc/modular_breech.rsi/meta.json | 0 .../Objects/Misc/modular_trigger.rsi/base.png | Bin .../Misc/modular_trigger.rsi/meta.json | 0 .../Misc/rd_clipboard.rsi/equipped-BELT.png | Bin .../Misc/rd_clipboard.rsi/inhand-left.png | Bin .../Misc/rd_clipboard.rsi/inhand-right.png | Bin .../Objects/Misc/rd_clipboard.rsi/meta.json | 0 .../Misc/rd_clipboard.rsi/rd_clipboard.png | Bin .../rd_clipboard.rsi/rd_clipboard_over.png | Bin .../rd_clipboard.rsi/rd_clipboard_paper.png | Bin .../rd_clipboard.rsi/rd_clipboard_pen.png | Bin .../Objects/Misc/recruiter_pen.rsi/empty.png | Bin .../Misc/recruiter_pen.rsi/filled-1.png | Bin .../Objects/Misc/recruiter_pen.rsi/meta.json | 0 .../Objects/Misc/stamps.rsi/meta.json | 0 .../Misc/stamps.rsi/stamp-admin-assistant.png | Bin .../Objects/Misc/stamps.rsi/stamp-cj.png | Bin .../Objects/Misc/stamps.rsi/stamp-notary.png | Bin .../Objects/Misc/stamps.rsi/stamp-prosec.png | Bin .../Specific/Chapel/ringbox.rsi/meta.json | 0 .../Chapel/ringbox.rsi/ring-box-closed.png | Bin .../Chapel/ringbox.rsi/ring-box-open.png | Bin .../Specific/Chapel/ringbox.rsi/ring.png | Bin .../Hydroponics/Cosmic_Revenant.rsi/dead.png | Bin .../Cosmic_Revenant.rsi/harvest.png | Bin .../Hydroponics/Cosmic_Revenant.rsi/meta.json | 0 .../Cosmic_Revenant.rsi/produce.png | Bin .../Hydroponics/Cosmic_Revenant.rsi/seed.png | Bin .../Cosmic_Revenant.rsi/stage-1.png | Bin .../Cosmic_Revenant.rsi/stage-2.png | Bin .../Cosmic_Revenant.rsi/stage-3.png | Bin .../Cosmic_Revenant.rsi/stage-4.png | Bin .../Cosmic_Revenant.rsi/stage-5.png | Bin .../Cosmic_Revenant.rsi/stage-6.png | Bin .../Hydroponics/Crystal_Thistle.rsi/dead.png | Bin .../Crystal_Thistle.rsi/harvest.png | Bin .../Hydroponics/Crystal_Thistle.rsi/meta.json | 0 .../Crystal_Thistle.rsi/produce.png | Bin .../Hydroponics/Crystal_Thistle.rsi/seed.png | Bin .../Crystal_Thistle.rsi/stage-1.png | Bin .../Crystal_Thistle.rsi/stage-2.png | Bin .../Crystal_Thistle.rsi/stage-3.png | Bin .../Hydroponics/Ghost_Pepper.rsi/dead.png | Bin .../Hydroponics/Ghost_Pepper.rsi/harvest.png | Bin .../Hydroponics/Ghost_Pepper.rsi/meta.json | 0 .../Hydroponics/Ghost_Pepper.rsi/produce.png | Bin .../Hydroponics/Ghost_Pepper.rsi/seed.png | Bin .../Hydroponics/Ghost_Pepper.rsi/stage-1.png | Bin .../Hydroponics/Ghost_Pepper.rsi/stage-2.png | Bin .../Hydroponics/Ghost_Pepper.rsi/stage-3.png | Bin .../Hydroponics/Ghost_Pepper.rsi/stage-4.png | Bin .../Hydroponics/Ghost_Pepper.rsi/stage-5.png | Bin .../Hydroponics/Ghost_Pepper.rsi/stage-6.png | Bin .../plant_bag_holding.rsi/equipped-BELT.png | Bin .../plant_bag_holding.rsi/icon.png | Bin .../plant_bag_holding.rsi/inhand-left.png | Bin .../plant_bag_holding.rsi/inhand-right.png | Bin .../plant_bag_holding.rsi/meta.json | 0 .../Specific/Justice/gavel.rsi/icon.png | Bin .../Justice/gavel.rsi/inhand-left.png | Bin .../Justice/gavel.rsi/inhand-right.png | Bin .../Specific/Justice/gavel.rsi/meta.json | 0 .../Specific/Justice/gavelblock.rsi/icon.png | Bin .../Specific/Justice/gavelblock.rsi/meta.json | 0 .../Specific/Justice/trialtimer.rsi/meta.json | 0 .../Justice/trialtimer.rsi/trialtimer.png | Bin .../Robotics/borgmodule.rsi/icon-chase.png | Bin .../Robotics/borgmodule.rsi/icon-control.png | Bin .../Robotics/borgmodule.rsi/icon-detain.png | Bin .../Robotics/borgmodule.rsi/icon-hold.png | Bin .../Robotics/borgmodule.rsi/icon-hurt.png | Bin .../Robotics/borgmodule.rsi/icon-patrol.png | Bin .../borgmodule.rsi/icon-peacekeeper.png | Bin .../Robotics/borgmodule.rsi/meta.json | 0 .../Robotics/borgmodule.rsi/security.png | Bin .../Specific/Salvage/voucher.rsi/icon.png | Bin .../Specific/Salvage/voucher.rsi/meta.json | 0 .../vending_machine_restock.rsi/base.png | Bin .../vending_machine_restock.rsi/green_bit.png | Bin .../inhand-left.png | Bin .../inhand-right.png | Bin .../vending_machine_restock.rsi/meta.json | 0 .../refill_pride.png | Bin .../refill_sustenance.png | Bin .../Objects/Storage/barrel.rsi/base.png | Bin .../Objects/Storage/barrel.rsi/closed.png | Bin .../Objects/Storage/barrel.rsi/meta.json | 0 .../Objects/Storage/barrel.rsi/open.png | Bin .../Objects/Storage/boxes.rsi/meta.json | 0 .../Objects/Storage/boxes.rsi/recorder.png | Bin .../Objects/Storage/keg.rsi/base.png | Bin .../Objects/Storage/keg.rsi/meta.json | 0 .../lunchbox.rsi/command-inhand-left.png | Bin .../lunchbox.rsi/command-inhand-right.png | Bin .../Storage/lunchbox.rsi/command-open.png | Bin .../Objects/Storage/lunchbox.rsi/command.png | Bin .../lunchbox.rsi/engineering-inhand-left.png | Bin .../lunchbox.rsi/engineering-inhand-right.png | Bin .../Storage/lunchbox.rsi/engineering-open.png | Bin .../Storage/lunchbox.rsi/engineering.png | Bin .../lunchbox.rsi/epistemics-inhand-left.png | Bin .../lunchbox.rsi/epistemics-inhand-right.png | Bin .../Storage/lunchbox.rsi/epistemics-open.png | Bin .../Storage/lunchbox.rsi/epistemics.png | Bin .../lunchbox.rsi/generic-inhand-left.png | Bin .../lunchbox.rsi/generic-inhand-right.png | Bin .../Storage/lunchbox.rsi/generic-open.png | Bin .../Objects/Storage/lunchbox.rsi/generic.png | Bin .../lunchbox.rsi/justice-inhand-left.png | Bin .../lunchbox.rsi/justice-inhand-right.png | Bin .../Storage/lunchbox.rsi/justice-open.png | Bin .../Objects/Storage/lunchbox.rsi/justice.png | Bin .../lunchbox.rsi/logistics-inhand-left.png | Bin .../lunchbox.rsi/logistics-inhand-right.png | Bin .../Storage/lunchbox.rsi/logistics-open.png | Bin .../Storage/lunchbox.rsi/logistics.png | Bin .../lunchbox.rsi/medical-inhand-left.png | Bin .../lunchbox.rsi/medical-inhand-right.png | Bin .../Storage/lunchbox.rsi/medical-open.png | Bin .../Objects/Storage/lunchbox.rsi/medical.png | Bin .../Objects/Storage/lunchbox.rsi/meta.json | 0 .../lunchbox.rsi/security-inhand-left.png | Bin .../lunchbox.rsi/security-inhand-right.png | Bin .../Storage/lunchbox.rsi/security-open.png | Bin .../Objects/Storage/lunchbox.rsi/security.png | Bin .../lunchbox.rsi/service-inhand-left.png | Bin .../lunchbox.rsi/service-inhand-right.png | Bin .../Storage/lunchbox.rsi/service-open.png | Bin .../Objects/Storage/lunchbox.rsi/service.png | Bin .../lunchbox.rsi/syndicate-inhand-left.png | Bin .../lunchbox.rsi/syndicate-inhand-right.png | Bin .../Storage/lunchbox.rsi/syndicate-open.png | Bin .../Storage/lunchbox.rsi/syndicate.png | Bin .../Decoration/statues.rsi/meta.json | 0 .../Decoration/statues.rsi/oracle-0.png | Bin .../Decoration/statues.rsi/oracle-1.png | Bin .../Decoration/statues.rsi/oracle-10.png | Bin .../Decoration/statues.rsi/oracle-2.png | Bin .../Decoration/statues.rsi/oracle-3.png | Bin .../Decoration/statues.rsi/oracle-4.png | Bin .../Decoration/statues.rsi/oracle-5.png | Bin .../Decoration/statues.rsi/oracle-6.png | Bin .../Decoration/statues.rsi/oracle-7.png | Bin .../Decoration/statues.rsi/oracle-8.png | Bin .../Decoration/statues.rsi/oracle-9.png | Bin .../Decoration/statues.rsi/sophie.png | Bin .../Posters/TJohnson.rsi/fuckaround.png | Bin .../Wallmounts/Posters/TJohnson.rsi/meta.json | 0 .../Jetpacks/black.rsi/equipped-BACKPACK.png | Bin .../black.rsi/equipped-SUITSTORAGE.png | Bin .../Tanks/Jetpacks/black.rsi/icon-on.png | Bin .../Objects/Tanks/Jetpacks/black.rsi/icon.png | Bin .../Tanks/Jetpacks/black.rsi/inhand-left.png | Bin .../Tanks/Jetpacks/black.rsi/inhand-right.png | Bin .../Tanks/Jetpacks/black.rsi/meta.json | 0 .../black.rsi/on-equipped-BACKPACK.png | Bin .../black.rsi/on-equipped-SUITSTORAGE.png | Bin .../Jetpacks/blue.rsi/equipped-BACKPACK.png | Bin .../blue.rsi/equipped-SUITSTORAGE.png | Bin .../Tanks/Jetpacks/blue.rsi/icon-on.png | Bin .../Objects/Tanks/Jetpacks/blue.rsi/icon.png | Bin .../Tanks/Jetpacks/blue.rsi/inhand-left.png | Bin .../Tanks/Jetpacks/blue.rsi/inhand-right.png | Bin .../Objects/Tanks/Jetpacks/blue.rsi/meta.json | 0 .../blue.rsi/on-equipped-BACKPACK.png | Bin .../blue.rsi/on-equipped-SUITSTORAGE.png | Bin .../security.rsi/equipped-BACKPACK.png | Bin .../security.rsi/equipped-SUITSTORAGE.png | Bin .../Tanks/Jetpacks/security.rsi/icon-on.png | Bin .../Tanks/Jetpacks/security.rsi/icon.png | Bin .../Jetpacks/security.rsi/inhand-left.png | Bin .../Jetpacks/security.rsi/inhand-right.png | Bin .../Tanks/Jetpacks/security.rsi/meta.json | 0 .../security.rsi/on-equipped-BACKPACK.png | Bin .../security.rsi/on-equipped-SUITSTORAGE.png | Bin .../Objects/Tools/doorjack.rsi/icon.png | Bin .../Tools/doorjack.rsi/inhand-left.png | Bin .../Tools/doorjack.rsi/inhand-right.png | Bin .../Objects/Tools/doorjack.rsi/meta.json | 0 .../Weapons/Bombs/breaching.rsi/icon.png | Bin .../Bombs/breaching.rsi/inhand-left.png | Bin .../Bombs/breaching.rsi/inhand-right.png | Bin .../Weapons/Bombs/breaching.rsi/meta.json | 0 .../Weapons/Bombs/breaching.rsi/primed.png | Bin .../Guns/Ammunition/Boxes/bbgun.rsi/bbbox.png | Bin .../Ammunition/Boxes/bbgun.rsi/bbbullet.png | Bin .../Guns/Ammunition/Boxes/bbgun.rsi/meta.json | 0 .../Ammunition/Boxes/special.rsi/base.png | Bin .../Boxes/special.rsi/incendiary.png | Bin .../Ammunition/Boxes/special.rsi/mag-1.png | Bin .../Ammunition/Boxes/special.rsi/meta.json | 0 .../Boxes/special.rsi/mindbreaker.png | Bin .../Ammunition/Boxes/special.rsi/practice.png | Bin .../Ammunition/Boxes/special.rsi/rubber.png | Bin .../Ammunition/Boxes/special.rsi/uranium.png | Bin .../Casings/musket_casing.rsi/base.png | Bin .../Casings/musket_casing.rsi/meta.json | 0 .../Pistol/pistol_special_mag.rsi/base.png | Bin .../Pistol/pistol_special_mag.rsi/mag-1.png | Bin .../Pistol/pistol_special_mag.rsi/mag-2.png | Bin .../Pistol/pistol_special_mag.rsi/mag-3.png | Bin .../Pistol/pistol_special_mag.rsi/mag-4.png | Bin .../Pistol/pistol_special_mag.rsi/mag-5.png | Bin .../Pistol/pistol_special_mag.rsi/meta.json | 0 .../pistol_special_mag.rsi/mindbreaker.png | Bin .../pistol_special_mag.rsi/practice.png | Bin .../pistol_special_mag.rsi/red-icon.png | Bin .../Pistol/pistol_special_mag.rsi/red.png | Bin .../Pistol/pistol_special_mag.rsi/rubber.png | Bin .../Pistol/pistol_special_mag.rsi/uranium.png | Bin .../special_speed_loader.rsi/base-1.png | Bin .../special_speed_loader.rsi/base-2.png | Bin .../special_speed_loader.rsi/base-3.png | Bin .../special_speed_loader.rsi/base-4.png | Bin .../special_speed_loader.rsi/base-5.png | Bin .../special_speed_loader.rsi/base-6.png | Bin .../Special/special_speed_loader.rsi/base.png | Bin .../special_speed_loader.rsi/holy-1.png | Bin .../special_speed_loader.rsi/holy-2.png | Bin .../special_speed_loader.rsi/holy-3.png | Bin .../special_speed_loader.rsi/holy-4.png | Bin .../special_speed_loader.rsi/holy-5.png | Bin .../special_speed_loader.rsi/holy-6.png | Bin .../Special/special_speed_loader.rsi/icon.png | Bin .../special_speed_loader.rsi/meta.json | 0 .../mindbreaker-1.png | Bin .../mindbreaker-2.png | Bin .../mindbreaker-3.png | Bin .../mindbreaker-4.png | Bin .../mindbreaker-5.png | Bin .../mindbreaker-6.png | Bin .../special_speed_loader.rsi/practice-1.png | Bin .../special_speed_loader.rsi/practice-2.png | Bin .../special_speed_loader.rsi/practice-3.png | Bin .../special_speed_loader.rsi/practice-4.png | Bin .../special_speed_loader.rsi/practice-5.png | Bin .../special_speed_loader.rsi/practice-6.png | Bin .../special_speed_loader.rsi/rubber-1.png | Bin .../special_speed_loader.rsi/rubber-2.png | Bin .../special_speed_loader.rsi/rubber-3.png | Bin .../special_speed_loader.rsi/rubber-4.png | Bin .../special_speed_loader.rsi/rubber-5.png | Bin .../special_speed_loader.rsi/rubber-6.png | Bin .../special_speed_loader.rsi/uranium-1.png | Bin .../special_speed_loader.rsi/uranium-2.png | Bin .../special_speed_loader.rsi/uranium-3.png | Bin .../special_speed_loader.rsi/uranium-4.png | Bin .../special_speed_loader.rsi/uranium-5.png | Bin .../special_speed_loader.rsi/uranium-6.png | Bin .../Guns/Battery/beam_cannon.rsi/base.png | Bin .../beam_cannon.rsi/equipped-BACKPACK.png | Bin .../beam_cannon.rsi/equipped-SUITSTORAGE.png | Bin .../Guns/Battery/beam_cannon.rsi/icon.png | Bin .../Battery/beam_cannon.rsi/inhand-left.png | Bin .../Battery/beam_cannon.rsi/inhand-right.png | Bin .../beam_cannon.rsi/mag-unshaded-0.png | Bin .../beam_cannon.rsi/mag-unshaded-1.png | Bin .../beam_cannon.rsi/mag-unshaded-2.png | Bin .../beam_cannon.rsi/mag-unshaded-3.png | Bin .../beam_cannon.rsi/mag-unshaded-4.png | Bin .../Guns/Battery/beam_cannon.rsi/meta.json | 0 .../beam_cannon.rsi/wielded-inhand-left.png | Bin .../beam_cannon.rsi/wielded-inhand-right.png | Bin .../Guns/Battery/beam_devestator.rsi/base.png | Bin .../beam_devestator.rsi/inhand-left.png | Bin .../beam_devestator.rsi/inhand-right.png | Bin .../Battery/beam_devestator.rsi/meta.json | 0 .../Battery/cold_cannon.rsi/0-inhand-left.png | Bin .../cold_cannon.rsi/0-inhand-right.png | Bin .../cold_cannon.rsi/25-inhand-left.png | Bin .../cold_cannon.rsi/25-inhand-right.png | Bin .../cold_cannon.rsi/50-inhand-left.png | Bin .../cold_cannon.rsi/50-inhand-right.png | Bin .../cold_cannon.rsi/75-inhand-left.png | Bin .../cold_cannon.rsi/75-inhand-right.png | Bin .../Guns/Battery/cold_cannon.rsi/base.png | Bin .../cold_cannon.rsi/equipped-BACKPACK.png | Bin .../cold_cannon.rsi/equipped-SUITSTORAGE.png | Bin .../Guns/Battery/cold_cannon.rsi/icon.png | Bin .../Battery/cold_cannon.rsi/inhand-left.png | Bin .../Battery/cold_cannon.rsi/inhand-right.png | Bin .../cold_cannon.rsi/mag-unshaded-1.png | Bin .../cold_cannon.rsi/mag-unshaded-2.png | Bin .../cold_cannon.rsi/mag-unshaded-3.png | Bin .../cold_cannon.rsi/mag-unshaded-4.png | Bin .../Guns/Battery/cold_cannon.rsi/meta.json | 0 .../cold_cannon.rsi/wielded-inhand-left.png | Bin .../cold_cannon.rsi/wielded-inhand-right.png | Bin .../Guns/Battery/energygun.rsi/base.png | Bin .../energygun.rsi/disabler-inhand-left.png | Bin .../energygun.rsi/disabler-inhand-right.png | Bin .../Guns/Battery/energygun.rsi/icon.png | Bin .../energygun.rsi/lethal-inhand-left.png | Bin .../energygun.rsi/lethal-inhand-right.png | Bin .../Battery/energygun.rsi/mag-unshaded-0.png | Bin .../Battery/energygun.rsi/mag-unshaded-1.png | Bin .../Battery/energygun.rsi/mag-unshaded-2.png | Bin .../Battery/energygun.rsi/mag-unshaded-3.png | Bin .../Battery/energygun.rsi/mag-unshaded-4.png | Bin .../Guns/Battery/energygun.rsi/meta.json | 0 .../Battery/energygun.rsi/mode-disabler.png | Bin .../Battery/energygun.rsi/mode-lethal.png | Bin .../Guns/Battery/energygun.rsi/mode-stun.png | Bin .../energygun.rsi/special-inhand-left.png | Bin .../energygun.rsi/special-inhand-right.png | Bin .../Battery/energygun_carbine.rsi/base.png | Bin .../equipped-BACKPACK.png | Bin .../equipped-SUITSTORAGE.png | Bin .../Battery/energygun_carbine.rsi/icon.png | Bin .../energygun_carbine.rsi/inhand-left.png | Bin .../energygun_carbine.rsi/inhand-right.png | Bin .../energygun_carbine.rsi/mag-unshaded-0.png | Bin .../energygun_carbine.rsi/mag-unshaded-1.png | Bin .../energygun_carbine.rsi/mag-unshaded-2.png | Bin .../energygun_carbine.rsi/mag-unshaded-3.png | Bin .../energygun_carbine.rsi/mag-unshaded-4.png | Bin .../Battery/energygun_carbine.rsi/meta.json | 0 .../Battery/energygun_pistol.rsi/base.png | Bin .../disabler-inhand-left.png | Bin .../disabler-inhand-right.png | Bin .../Battery/energygun_pistol.rsi/icon.png | Bin .../lethal-inhand-left.png | Bin .../lethal-inhand-right.png | Bin .../energygun_pistol.rsi/mag-unshaded-0.png | Bin .../energygun_pistol.rsi/mag-unshaded-1.png | Bin .../energygun_pistol.rsi/mag-unshaded-2.png | Bin .../energygun_pistol.rsi/mag-unshaded-3.png | Bin .../energygun_pistol.rsi/mag-unshaded-4.png | Bin .../Battery/energygun_pistol.rsi/meta.json | 0 .../energygun_pistol.rsi/mode-disabler.png | Bin .../energygun_pistol.rsi/mode-lethal.png | Bin .../Guns/Battery/mini_energygun.rsi/base.png | Bin .../disabler-inhand-left.png | Bin .../disabler-inhand-right.png | Bin .../mini_energygun.rsi/equipped-BELT.png | Bin .../Guns/Battery/mini_energygun.rsi/icon.png | Bin .../mini_energygun.rsi/lethal-inhand-left.png | Bin .../lethal-inhand-right.png | Bin .../mini_energygun.rsi/mag-unshaded-0.png | Bin .../mini_energygun.rsi/mag-unshaded-1.png | Bin .../mini_energygun.rsi/mag-unshaded-2.png | Bin .../mini_energygun.rsi/mag-unshaded-3.png | Bin .../mini_energygun.rsi/mag-unshaded-4.png | Bin .../Guns/Battery/mini_energygun.rsi/meta.json | 0 .../mini_energygun.rsi/mode-disabler.png | Bin .../mini_energygun.rsi/mode-lethal.png | Bin .../Battery/mini_energygun.rsi/mode-stun.png | Bin .../special-inhand-left.png | Bin .../special-inhand-right.png | Bin .../Battery/multiphase_energygun.rsi/base.png | Bin .../disabler-inhand-left.png | Bin .../disabler-inhand-right.png | Bin .../equipped-BELT.png | Bin .../Battery/multiphase_energygun.rsi/icon.png | Bin .../lethal-inhand-left.png | Bin .../lethal-inhand-right.png | Bin .../mag-unshaded-0.png | Bin .../mag-unshaded-1.png | Bin .../mag-unshaded-2.png | Bin .../mag-unshaded-3.png | Bin .../mag-unshaded-4.png | Bin .../multiphase_energygun.rsi/meta.json | 0 .../mode-disabler.png | Bin .../multiphase_energygun.rsi/mode-ion.png | Bin .../multiphase_energygun.rsi/mode-lethal.png | Bin .../special-inhand-left.png | Bin .../special-inhand-right.png | Bin .../Guns/Pistols/appraisal-gun.rsi/base.png | Bin .../Pistols/appraisal-gun.rsi/bolt-open.png | Bin .../appraisal-gun.rsi/equipped-BELT.png | Bin .../Pistols/appraisal-gun.rsi/inhand-left.png | Bin .../appraisal-gun.rsi/inhand-right.png | Bin .../Guns/Pistols/appraisal-gun.rsi/mag-0.png | Bin .../Guns/Pistols/appraisal-gun.rsi/meta.json | 0 .../Weapons/Guns/Pistols/pollock.rsi/base.png | Bin .../Guns/Pistols/pollock.rsi/bolt-open.png | Bin .../Pistols/pollock.rsi/equipped-BELT.png | Bin .../Weapons/Guns/Pistols/pollock.rsi/icon.png | Bin .../Guns/Pistols/pollock.rsi/inhand-left.png | Bin .../Guns/Pistols/pollock.rsi/inhand-right.png | Bin .../Guns/Pistols/pollock.rsi/mag-0.png | Bin .../Guns/Pistols/pollock.rsi/meta.json | 0 .../Guns/Pistols/psibreaker.rsi/base.png | Bin .../Guns/Pistols/psibreaker.rsi/bolt-open.png | Bin .../Pistols/psibreaker.rsi/equipped-BELT.png | Bin .../Guns/Pistols/psibreaker.rsi/icon.png | Bin .../Pistols/psibreaker.rsi/inhand-left.png | Bin .../Pistols/psibreaker.rsi/inhand-right.png | Bin .../Guns/Pistols/psibreaker.rsi/mag-0.png | Bin .../Guns/Pistols/psibreaker.rsi/meta.json | 0 .../Pistols/psibreaker.rsi/suppressor.png | Bin .../Weapons/Guns/Pistols/slp57.rsi/base.png | Bin .../Guns/Pistols/slp57.rsi/bolt-open.png | Bin .../Guns/Pistols/slp57.rsi/equipped-BELT.png | Bin .../slp57.rsi/equipped-SUITSTORAGE.png | Bin .../Weapons/Guns/Pistols/slp57.rsi/icon.png | Bin .../Guns/Pistols/slp57.rsi/inhand-left.png | Bin .../Guns/Pistols/slp57.rsi/inhand-right.png | Bin .../Weapons/Guns/Pistols/slp57.rsi/mag-0.png | Bin .../Weapons/Guns/Pistols/slp57.rsi/meta.json | 0 .../Weapons/Guns/Pistols/slp67.rsi/base.png | Bin .../Guns/Pistols/slp67.rsi/bolt-open.png | Bin .../Guns/Pistols/slp67.rsi/equipped-BELT.png | Bin .../slp67.rsi/equipped-SUITSTORAGE.png | Bin .../Weapons/Guns/Pistols/slp67.rsi/icon.png | Bin .../Guns/Pistols/slp67.rsi/inhand-left.png | Bin .../Guns/Pistols/slp67.rsi/inhand-right.png | Bin .../Weapons/Guns/Pistols/slp67.rsi/mag-0.png | Bin .../Weapons/Guns/Pistols/slp67.rsi/meta.json | 0 .../Guns/Pistols/universal.rsi/base.png | Bin .../Guns/Pistols/universal.rsi/bolt-open.png | Bin .../Pistols/universal.rsi/equipped-BELT.png | Bin .../universal.rsi/equipped-SUITSTORAGE.png | Bin .../Guns/Pistols/universal.rsi/icon.png | Bin .../Pistols/universal.rsi/inhand-left.png | Bin .../Pistols/universal.rsi/inhand-right.png | Bin .../Guns/Pistols/universal.rsi/mag-0.png | Bin .../Guns/Pistols/universal.rsi/meta.json | 0 .../Guns/Pistols/viperwood.rsi/base.png | Bin .../Guns/Pistols/viperwood.rsi/bolt-open.png | Bin .../Pistols/viperwood.rsi/equipped-BELT.png | Bin .../Guns/Pistols/viperwood.rsi/icon.png | Bin .../Pistols/viperwood.rsi/inhand-left.png | Bin .../Pistols/viperwood.rsi/inhand-right.png | Bin .../Guns/Pistols/viperwood.rsi/mag-0.png | Bin .../Guns/Pistols/viperwood.rsi/meta.json | 0 .../Guns/Pistols/viperwood.rsi/suppressor.png | Bin .../Guns/Projectiles/projectiles.rsi/beam.png | Bin .../projectiles.rsi/impact_laser.png | Bin .../Projectiles/projectiles.rsi/meta.json | 0 .../projectiles.rsi/muzzle_laser.png | Bin .../Guns/Revolvers/faith.rsi/bolt-open.png | Bin .../Revolvers/faith.rsi/equipped-BELT.png | Bin .../Weapons/Guns/Revolvers/faith.rsi/icon.png | Bin .../Guns/Revolvers/faith.rsi/inhand-left.png | Bin .../Guns/Revolvers/faith.rsi/inhand-right.png | Bin .../Guns/Revolvers/faith.rsi/meta.json | 0 .../Guns/Revolvers/fitz.rsi/bolt-open.png | Bin .../Guns/Revolvers/fitz.rsi/equipped-BELT.png | Bin .../Weapons/Guns/Revolvers/fitz.rsi/icon.png | Bin .../Guns/Revolvers/fitz.rsi/inhand-left.png | Bin .../Guns/Revolvers/fitz.rsi/inhand-right.png | Bin .../Weapons/Guns/Revolvers/fitz.rsi/meta.json | 0 .../Revolvers/k38master.rsi/bolt-open.png | Bin .../Revolvers/k38master.rsi/equipped-BELT.png | Bin .../Guns/Revolvers/k38master.rsi/icon.png | Bin .../Revolvers/k38master.rsi/inhand-left.png | Bin .../Revolvers/k38master.rsi/inhand-right.png | Bin .../Guns/Revolvers/k38master.rsi/meta.json | 0 .../Guns/Revolvers/lucky.rsi/bolt-open.png | Bin .../Revolvers/lucky.rsi/equipped-BELT.png | Bin .../Weapons/Guns/Revolvers/lucky.rsi/icon.png | Bin .../Guns/Revolvers/lucky.rsi/inhand-left.png | Bin .../Guns/Revolvers/lucky.rsi/inhand-right.png | Bin .../Guns/Revolvers/lucky.rsi/meta.json | 0 .../webleysnubnose.rsi/bolt-open.png | Bin .../webleysnubnose.rsi/equipped-BELT.png | Bin .../Revolvers/webleysnubnose.rsi/icon.png | Bin .../webleysnubnose.rsi/inhand-left.png | Bin .../webleysnubnose.rsi/inhand-right.png | Bin .../Revolvers/webleysnubnose.rsi/meta.json | 0 .../Weapons/Guns/Rifles/bbgun.rsi/base.png | Bin .../Rifles/bbgun.rsi/equipped-BACKPACK.png | Bin .../Rifles/bbgun.rsi/equipped-SUITSTORAGE.png | Bin .../Weapons/Guns/Rifles/bbgun.rsi/icon.png | Bin .../Guns/Rifles/bbgun.rsi/inhand-left.png | Bin .../Guns/Rifles/bbgun.rsi/inhand-right.png | Bin .../Weapons/Guns/Rifles/bbgun.rsi/meta.json | 0 .../Guns/Rifles/carbinenogl.rsi/base.png | Bin .../Guns/Rifles/carbinenogl.rsi/bolt-open.png | Bin .../carbinenogl.rsi/equipped-BACKPACK.png | Bin .../Guns/Rifles/carbinenogl.rsi/icon.png | Bin .../Rifles/carbinenogl.rsi/inhand-left.png | Bin .../Rifles/carbinenogl.rsi/inhand-right.png | Bin .../Guns/Rifles/carbinenogl.rsi/mag-0.png | Bin .../Guns/Rifles/carbinenogl.rsi/meta.json | 0 .../Weapons/Guns/Rifles/jackdaw.rsi/base.png | Bin .../Guns/Rifles/jackdaw.rsi/bolt-open.png | Bin .../Rifles/jackdaw.rsi/equipped-BACKPACK.png | Bin .../Weapons/Guns/Rifles/jackdaw.rsi/icon.png | Bin .../Guns/Rifles/jackdaw.rsi/inhand-left.png | Bin .../Guns/Rifles/jackdaw.rsi/inhand-right.png | Bin .../Weapons/Guns/Rifles/jackdaw.rsi/mag-0.png | Bin .../Weapons/Guns/Rifles/jackdaw.rsi/meta.json | 0 .../Weapons/Guns/Rifles/musket.rsi/base.png | Bin .../Guns/Rifles/musket.rsi/inhand-left.png | Bin .../Guns/Rifles/musket.rsi/inhand-right.png | Bin .../Weapons/Guns/Rifles/musket.rsi/meta.json | 0 .../Rifles/musket.rsi/wielded-inhand-left.png | Bin .../musket.rsi/wielded-inhand-right.png | Bin .../Weapons/Guns/Rifles/tenebra.rsi/base.png | Bin .../Guns/Rifles/tenebra.rsi/bolt-open.png | Bin .../Rifles/tenebra.rsi/equipped-BACKPACK.png | Bin .../Weapons/Guns/Rifles/tenebra.rsi/icon.png | Bin .../Guns/Rifles/tenebra.rsi/inhand-left.png | Bin .../Guns/Rifles/tenebra.rsi/inhand-right.png | Bin .../Weapons/Guns/Rifles/tenebra.rsi/mag-0.png | Bin .../Weapons/Guns/Rifles/tenebra.rsi/meta.json | 0 .../Weapons/Guns/Rifles/vulcan.rsi/base.png | Bin .../Guns/Rifles/vulcan.rsi/bolt-open.png | Bin .../Rifles/vulcan.rsi/equipped-BACKPACK.png | Bin .../Weapons/Guns/Rifles/vulcan.rsi/icon.png | Bin .../Guns/Rifles/vulcan.rsi/inhand-left.png | Bin .../Guns/Rifles/vulcan.rsi/inhand-right.png | Bin .../Weapons/Guns/Rifles/vulcan.rsi/mag-0.png | Bin .../Weapons/Guns/Rifles/vulcan.rsi/meta.json | 0 .../Weapons/Guns/SMGs/typewriter.rsi/base.png | Bin .../Guns/SMGs/typewriter.rsi/bolt-open.png | Bin .../SMGs/typewriter.rsi/equipped-BACKPACK.png | Bin .../typewriter.rsi/equipped-SUITSTORAGE.png | Bin .../Weapons/Guns/SMGs/typewriter.rsi/icon.png | Bin .../Guns/SMGs/typewriter.rsi/inhand-left.png | Bin .../Guns/SMGs/typewriter.rsi/inhand-right.png | Bin .../Guns/SMGs/typewriter.rsi/mag-0.png | Bin .../Guns/SMGs/typewriter.rsi/meta.json | 0 .../typewriter.rsi/wielded-inhand-left.png | Bin .../typewriter.rsi/wielded-inhand-right.png | Bin .../Guns/Shotguns/Adjutant.rsi/bolt-open.png | Bin .../Adjutant.rsi/equipped-BACKPACK.png | Bin .../Adjutant.rsi/equipped-SUITSTORAGE.png | Bin .../Guns/Shotguns/Adjutant.rsi/icon.png | Bin .../Shotguns/Adjutant.rsi/inhand-left.png | Bin .../Shotguns/Adjutant.rsi/inhand-right.png | Bin .../Guns/Shotguns/Adjutant.rsi/meta.json | 0 .../Shotguns/db_shotgun.rsi/bolt-open.png | Bin .../db_shotgun.rsi/equipped-BACKPACK.png | Bin .../db_shotgun.rsi/equipped-SUITSTORAGE.png | Bin .../Guns/Shotguns/db_shotgun.rsi/icon.png | Bin .../Shotguns/db_shotgun.rsi/inhand-left.png | Bin .../Shotguns/db_shotgun.rsi/inhand-right.png | Bin .../Guns/Shotguns/db_shotgun.rsi/meta.json | 0 .../Guns/Shotguns/enforcer.rsi/bolt-open.png | Bin .../enforcer.rsi/equipped-BACKPACK.png | Bin .../enforcer.rsi/equipped-SUITSTORAGE.png | Bin .../Guns/Shotguns/enforcer.rsi/icon.png | Bin .../Shotguns/enforcer.rsi/inhand-left.png | Bin .../Shotguns/enforcer.rsi/inhand-right.png | Bin .../Guns/Shotguns/enforcer.rsi/meta.json | 0 .../equipped-BACKPACK.png | Bin .../equipped-SUITSTORAGE.png | Bin .../Shotguns/improvised_shotgun.rsi/icon.png | Bin .../improvised_shotgun.rsi/inhand-left.png | Bin .../improvised_shotgun.rsi/inhand-right.png | Bin .../improvised_shotgun.rsi/ishotgunstep1.png | Bin .../improvised_shotgun.rsi/ishotgunstep2.png | Bin .../Shotguns/improvised_shotgun.rsi/meta.json | 0 .../Guns/Shotguns/pump.rsi/bolt-open.png | Bin .../Shotguns/pump.rsi/equipped-BACKPACK.png | Bin .../pump.rsi/equipped-SUITSTORAGE.png | Bin .../Weapons/Guns/Shotguns/pump.rsi/icon.png | Bin .../Guns/Shotguns/pump.rsi/inhand-left.png | Bin .../Guns/Shotguns/pump.rsi/inhand-right.png | Bin .../Weapons/Guns/Shotguns/pump.rsi/meta.json | 0 .../Guns/Shotguns/sawn.rsi/bolt-open.png | Bin .../Shotguns/sawn.rsi/equipped-BACKPACK.png | Bin .../sawn.rsi/equipped-SUITSTORAGE.png | Bin .../Weapons/Guns/Shotguns/sawn.rsi/icon.png | Bin .../Guns/Shotguns/sawn.rsi/inhand-left.png | Bin .../Guns/Shotguns/sawn.rsi/inhand-right.png | Bin .../Weapons/Guns/Shotguns/sawn.rsi/meta.json | 0 .../equipped-BACKPACK.png | Bin .../Melee/advanced_truncheon.rsi/icon.png | Bin .../advanced_truncheon.rsi/inhand-left.png | Bin .../advanced_truncheon.rsi/inhand-right.png | Bin .../Melee/advanced_truncheon.rsi/meta.json | 0 .../wielded-inhand-left.png | Bin .../wielded-inhand-right.png | Bin .../Weapons/Melee/e_cutlass.rsi/e_cutlass.png | Bin .../Melee/e_cutlass.rsi/e_cutlass_blade.png | Bin .../Weapons/Melee/e_cutlass.rsi/icon.png | Bin .../Melee/e_cutlass.rsi/inhand-left-blade.png | Bin .../Melee/e_cutlass.rsi/inhand-left.png | Bin .../e_cutlass.rsi/inhand-right-blade.png | Bin .../Melee/e_cutlass.rsi/inhand-right.png | Bin .../Weapons/Melee/e_cutlass.rsi/meta.json | 0 .../home_run_bat.rsi/equipped-BACKPACK.png | Bin .../Weapons/Melee/home_run_bat.rsi/icon.png | Bin .../Melee/home_run_bat.rsi/inhand-left.png | Bin .../Melee/home_run_bat.rsi/inhand-right.png | Bin .../Weapons/Melee/home_run_bat.rsi/meta.json | 0 .../home_run_bat.rsi/wielded-inhand-left.png | Bin .../home_run_bat.rsi/wielded-inhand-right.png | Bin .../Objects/Weapons/Melee/katana.rsi/icon.png | Bin .../Weapons/Melee/katana.rsi/inhand-left.png | Bin .../Weapons/Melee/katana.rsi/inhand-right.png | Bin .../Weapons/Melee/katana.rsi/meta.json | 0 .../Melee/prison_knife.rsi/equipped-BELT.png | Bin .../Weapons/Melee/prison_knife.rsi/icon.png | Bin .../Melee/prison_knife.rsi/inhand-left.png | Bin .../Melee/prison_knife.rsi/inhand-right.png | Bin .../Weapons/Melee/prison_knife.rsi/meta.json | 0 .../Weapons/Melee/wood_baton.rsi/icon.png | Bin .../Weapons/Melee/wood_baton.rsi/meta.json | 0 .../Parallaxes/ArenaParallaxBG.png | Bin .../{DeltaV => _DV}/Parallaxes/Asteroids.png | Bin .../Parallaxes/attributions.yml | 0 .../{DeltaV => _DV}/Parallaxes/licences.txt | 0 .../Shaders/chromatic_aberration.swsl | 0 .../{DeltaV => _DV}/Shaders/hologram.swsl | 0 .../{DeltaV => _DV}/Shaders/ultravision.swsl | 0 .../holograph_station.png | Bin .../shuttle_manipulator.rsi/meta.json | 0 .../Decoration/statues.rsi/meta.json | 0 .../Decoration/statues.rsi/oracle-0.png | Bin .../Decoration/statues.rsi/oracle-1.png | Bin .../Decoration/statues.rsi/oracle-10.png | Bin .../Decoration/statues.rsi/oracle-2.png | Bin .../Decoration/statues.rsi/oracle-3.png | Bin .../Decoration/statues.rsi/oracle-4.png | Bin .../Decoration/statues.rsi/oracle-5.png | Bin .../Decoration/statues.rsi/oracle-6.png | Bin .../Decoration/statues.rsi/oracle-7.png | Bin .../Decoration/statues.rsi/oracle-8.png | Bin .../Decoration/statues.rsi/oracle-9.png | Bin .../Decoration/statues.rsi/sophie.png | Bin .../Glass/atmospherics.rsi/assembly.png | Bin .../Glass/atmospherics.rsi/bolted_unlit.png | Bin .../Glass/atmospherics.rsi/closed.png | Bin .../Glass/atmospherics.rsi/closed_unlit.png | Bin .../Glass/atmospherics.rsi/closing.png | Bin .../Glass/atmospherics.rsi/closing_unlit.png | Bin .../Glass/atmospherics.rsi/deny_unlit.png | Bin .../atmospherics.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/atmospherics.rsi/meta.json | 0 .../Airlocks/Glass/atmospherics.rsi/open.png | Bin .../Glass/atmospherics.rsi/opening.png | Bin .../Glass/atmospherics.rsi/opening_unlit.png | Bin .../Glass/atmospherics.rsi/panel_closing.png | Bin .../Glass/atmospherics.rsi/panel_open.png | Bin .../Glass/atmospherics.rsi/panel_opening.png | Bin .../Glass/atmospherics.rsi/sparks.png | Bin .../Glass/atmospherics.rsi/sparks_broken.png | Bin .../Glass/atmospherics.rsi/sparks_damaged.png | Bin .../Glass/atmospherics.rsi/sparks_open.png | Bin .../Glass/atmospherics.rsi/welded.png | Bin .../Airlocks/Glass/basic.rsi/assembly.png | Bin .../Airlocks/Glass/basic.rsi/bolted_unlit.png | Bin .../Doors/Airlocks/Glass/basic.rsi/closed.png | Bin .../Airlocks/Glass/basic.rsi/closed_unlit.png | Bin .../Airlocks/Glass/basic.rsi/closing.png | Bin .../Glass/basic.rsi/closing_unlit.png | Bin .../Airlocks/Glass/basic.rsi/deny_unlit.png | Bin .../Glass/basic.rsi/emergency_unlit.png | Bin .../Doors/Airlocks/Glass/basic.rsi/meta.json | 0 .../Doors/Airlocks/Glass/basic.rsi/open.png | Bin .../Airlocks/Glass/basic.rsi/opening.png | Bin .../Glass/basic.rsi/opening_unlit.png | Bin .../Glass/basic.rsi/panel_closing.png | Bin .../Airlocks/Glass/basic.rsi/panel_open.png | Bin .../Glass/basic.rsi/panel_opening.png | Bin .../Doors/Airlocks/Glass/basic.rsi/sparks.png | Bin .../Glass/basic.rsi/sparks_broken.png | Bin .../Glass/basic.rsi/sparks_damaged.png | Bin .../Airlocks/Glass/basic.rsi/sparks_open.png | Bin .../Doors/Airlocks/Glass/basic.rsi/welded.png | Bin .../Airlocks/Glass/cargo.rsi/assembly.png | Bin .../Airlocks/Glass/cargo.rsi/bolted_unlit.png | Bin .../Doors/Airlocks/Glass/cargo.rsi/closed.png | Bin .../Airlocks/Glass/cargo.rsi/closed_unlit.png | Bin .../Airlocks/Glass/cargo.rsi/closing.png | Bin .../Glass/cargo.rsi/closing_unlit.png | Bin .../Airlocks/Glass/cargo.rsi/deny_unlit.png | Bin .../Glass/cargo.rsi/emergency_unlit.png | Bin .../Doors/Airlocks/Glass/cargo.rsi/meta.json | 0 .../Doors/Airlocks/Glass/cargo.rsi/open.png | Bin .../Airlocks/Glass/cargo.rsi/opening.png | Bin .../Glass/cargo.rsi/opening_unlit.png | Bin .../Glass/cargo.rsi/panel_closing.png | Bin .../Airlocks/Glass/cargo.rsi/panel_open.png | Bin .../Glass/cargo.rsi/panel_opening.png | Bin .../Doors/Airlocks/Glass/cargo.rsi/sparks.png | Bin .../Glass/cargo.rsi/sparks_broken.png | Bin .../Glass/cargo.rsi/sparks_damaged.png | Bin .../Airlocks/Glass/cargo.rsi/sparks_open.png | Bin .../Doors/Airlocks/Glass/cargo.rsi/welded.png | Bin .../Airlocks/Glass/centcomm.rsi/assembly.png | Bin .../Glass/centcomm.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/centcomm.rsi/closed.png | Bin .../Glass/centcomm.rsi/closed_unlit.png | Bin .../Airlocks/Glass/centcomm.rsi/closing.png | Bin .../Glass/centcomm.rsi/closing_unlit.png | Bin .../Glass/centcomm.rsi/deny_unlit.png | Bin .../Glass/centcomm.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/centcomm.rsi/meta.json | 0 .../Airlocks/Glass/centcomm.rsi/open.png | Bin .../Airlocks/Glass/centcomm.rsi/opening.png | Bin .../Glass/centcomm.rsi/opening_unlit.png | Bin .../Glass/centcomm.rsi/panel_closing.png | Bin .../Glass/centcomm.rsi/panel_open.png | Bin .../Glass/centcomm.rsi/panel_opening.png | Bin .../Airlocks/Glass/centcomm.rsi/sparks.png | Bin .../Glass/centcomm.rsi/sparks_broken.png | Bin .../Glass/centcomm.rsi/sparks_damaged.png | Bin .../Glass/centcomm.rsi/sparks_open.png | Bin .../Airlocks/Glass/centcomm.rsi/welded.png | Bin .../Airlocks/Glass/chemistry.rsi/assembly.png | Bin .../Glass/chemistry.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/chemistry.rsi/closed.png | Bin .../Glass/chemistry.rsi/closed_unlit.png | Bin .../Airlocks/Glass/chemistry.rsi/closing.png | Bin .../Glass/chemistry.rsi/closing_unlit.png | Bin .../Glass/chemistry.rsi/deny_unlit.png | Bin .../Glass/chemistry.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/chemistry.rsi/meta.json | 0 .../Airlocks/Glass/chemistry.rsi/open.png | Bin .../Airlocks/Glass/chemistry.rsi/opening.png | Bin .../Glass/chemistry.rsi/opening_unlit.png | Bin .../Glass/chemistry.rsi/panel_closing.png | Bin .../Glass/chemistry.rsi/panel_open.png | Bin .../Glass/chemistry.rsi/panel_opening.png | Bin .../Airlocks/Glass/chemistry.rsi/sparks.png | Bin .../Glass/chemistry.rsi/sparks_broken.png | Bin .../Glass/chemistry.rsi/sparks_damaged.png | Bin .../Glass/chemistry.rsi/sparks_open.png | Bin .../Airlocks/Glass/chemistry.rsi/welded.png | Bin .../Airlocks/Glass/command.rsi/assembly.png | Bin .../Glass/command.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/command.rsi/closed.png | Bin .../Glass/command.rsi/closed_unlit.png | Bin .../Airlocks/Glass/command.rsi/closing.png | Bin .../Glass/command.rsi/closing_unlit.png | Bin .../Airlocks/Glass/command.rsi/deny_unlit.png | Bin .../Glass/command.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/command.rsi/meta.json | 0 .../Doors/Airlocks/Glass/command.rsi/open.png | Bin .../Airlocks/Glass/command.rsi/opening.png | Bin .../Glass/command.rsi/opening_unlit.png | Bin .../Glass/command.rsi/panel_closing.png | Bin .../Airlocks/Glass/command.rsi/panel_open.png | Bin .../Glass/command.rsi/panel_opening.png | Bin .../Airlocks/Glass/command.rsi/sparks.png | Bin .../Glass/command.rsi/sparks_broken.png | Bin .../Glass/command.rsi/sparks_damaged.png | Bin .../Glass/command.rsi/sparks_open.png | Bin .../Airlocks/Glass/command.rsi/welded.png | Bin .../Glass/engineering.rsi/assembly.png | Bin .../Glass/engineering.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/engineering.rsi/closed.png | Bin .../Glass/engineering.rsi/closed_unlit.png | Bin .../Glass/engineering.rsi/closing.png | Bin .../Glass/engineering.rsi/closing_unlit.png | Bin .../Glass/engineering.rsi/deny_unlit.png | Bin .../Glass/engineering.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/engineering.rsi/meta.json | 0 .../Airlocks/Glass/engineering.rsi/open.png | Bin .../Glass/engineering.rsi/opening.png | Bin .../Glass/engineering.rsi/opening_unlit.png | Bin .../Glass/engineering.rsi/panel_closing.png | Bin .../Glass/engineering.rsi/panel_open.png | Bin .../Glass/engineering.rsi/panel_opening.png | Bin .../Airlocks/Glass/engineering.rsi/sparks.png | Bin .../Glass/engineering.rsi/sparks_broken.png | Bin .../Glass/engineering.rsi/sparks_damaged.png | Bin .../Glass/engineering.rsi/sparks_open.png | Bin .../Airlocks/Glass/engineering.rsi/welded.png | Bin .../Airlocks/Glass/external.rsi/assembly.png | Bin .../Glass/external.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/external.rsi/closed.png | Bin .../Glass/external.rsi/closed_unlit.png | Bin .../Airlocks/Glass/external.rsi/closing.png | Bin .../Glass/external.rsi/closing_unlit.png | Bin .../Glass/external.rsi/deny_unlit.png | Bin .../Glass/external.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/external.rsi/meta.json | 0 .../Airlocks/Glass/external.rsi/open.png | Bin .../Airlocks/Glass/external.rsi/opening.png | Bin .../Glass/external.rsi/opening_unlit.png | Bin .../Glass/external.rsi/panel_closing.png | Bin .../Glass/external.rsi/panel_open.png | Bin .../Glass/external.rsi/panel_opening.png | Bin .../Airlocks/Glass/external.rsi/sparks.png | Bin .../Glass/external.rsi/sparks_broken.png | Bin .../Glass/external.rsi/sparks_damaged.png | Bin .../Glass/external.rsi/sparks_open.png | Bin .../Airlocks/Glass/external.rsi/welded.png | Bin .../Airlocks/Glass/glass.rsi/assembly.png | Bin .../Airlocks/Glass/glass.rsi/bolted_unlit.png | Bin .../Doors/Airlocks/Glass/glass.rsi/closed.png | Bin .../Airlocks/Glass/glass.rsi/closed_unlit.png | Bin .../Airlocks/Glass/glass.rsi/closing.png | Bin .../Glass/glass.rsi/closing_unlit.png | Bin .../Airlocks/Glass/glass.rsi/deny_unlit.png | Bin .../Glass/glass.rsi/emergency_unlit.png | Bin .../Doors/Airlocks/Glass/glass.rsi/meta.json | 0 .../Doors/Airlocks/Glass/glass.rsi/open.png | Bin .../Airlocks/Glass/glass.rsi/opening.png | Bin .../Glass/glass.rsi/opening_unlit.png | Bin .../Glass/glass.rsi/panel_closing.png | Bin .../Airlocks/Glass/glass.rsi/panel_open.png | Bin .../Glass/glass.rsi/panel_opening.png | Bin .../Doors/Airlocks/Glass/glass.rsi/sparks.png | Bin .../Glass/glass.rsi/sparks_broken.png | Bin .../Glass/glass.rsi/sparks_damaged.png | Bin .../Airlocks/Glass/glass.rsi/sparks_open.png | Bin .../Doors/Airlocks/Glass/glass.rsi/welded.png | Bin .../Glass/hydroponics.rsi/assembly.png | Bin .../Glass/hydroponics.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/hydroponics.rsi/closed.png | Bin .../Glass/hydroponics.rsi/closed_unlit.png | Bin .../Glass/hydroponics.rsi/closing.png | Bin .../Glass/hydroponics.rsi/closing_unlit.png | Bin .../Glass/hydroponics.rsi/deny_unlit.png | Bin .../Glass/hydroponics.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/hydroponics.rsi/meta.json | 0 .../Airlocks/Glass/hydroponics.rsi/open.png | Bin .../Glass/hydroponics.rsi/opening.png | Bin .../Glass/hydroponics.rsi/opening_unlit.png | Bin .../Glass/hydroponics.rsi/panel_closing.png | Bin .../Glass/hydroponics.rsi/panel_open.png | Bin .../Glass/hydroponics.rsi/panel_opening.png | Bin .../Airlocks/Glass/hydroponics.rsi/sparks.png | Bin .../Glass/hydroponics.rsi/sparks_broken.png | Bin .../Glass/hydroponics.rsi/sparks_damaged.png | Bin .../Glass/hydroponics.rsi/sparks_open.png | Bin .../Airlocks/Glass/hydroponics.rsi/welded.png | Bin .../Airlocks/Glass/justice.rsi/assembly.png | Bin .../Glass/justice.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/justice.rsi/closed.png | Bin .../Glass/justice.rsi/closed_unlit.png | Bin .../Airlocks/Glass/justice.rsi/closing.png | Bin .../Glass/justice.rsi/closing_unlit.png | Bin .../Airlocks/Glass/justice.rsi/deny_unlit.png | Bin .../Glass/justice.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/justice.rsi/meta.json | 0 .../Doors/Airlocks/Glass/justice.rsi/open.png | Bin .../Airlocks/Glass/justice.rsi/opening.png | Bin .../Glass/justice.rsi/opening_unlit.png | Bin .../Glass/justice.rsi/panel_closing.png | Bin .../Airlocks/Glass/justice.rsi/panel_open.png | Bin .../Glass/justice.rsi/panel_opening.png | Bin .../Airlocks/Glass/justice.rsi/sparks.png | Bin .../Glass/justice.rsi/sparks_broken.png | Bin .../Glass/justice.rsi/sparks_damaged.png | Bin .../Glass/justice.rsi/sparks_open.png | Bin .../Airlocks/Glass/justice.rsi/welded.png | Bin .../Airlocks/Glass/maint.rsi/assembly.png | Bin .../Airlocks/Glass/maint.rsi/bolted_unlit.png | Bin .../Doors/Airlocks/Glass/maint.rsi/closed.png | Bin .../Airlocks/Glass/maint.rsi/closed_unlit.png | Bin .../Airlocks/Glass/maint.rsi/closing.png | Bin .../Glass/maint.rsi/closing_unlit.png | Bin .../Airlocks/Glass/maint.rsi/deny_unlit.png | Bin .../Glass/maint.rsi/emergency_unlit.png | Bin .../Doors/Airlocks/Glass/maint.rsi/meta.json | 0 .../Doors/Airlocks/Glass/maint.rsi/open.png | Bin .../Airlocks/Glass/maint.rsi/opening.png | Bin .../Glass/maint.rsi/opening_unlit.png | Bin .../Glass/maint.rsi/panel_closing.png | Bin .../Airlocks/Glass/maint.rsi/panel_open.png | Bin .../Glass/maint.rsi/panel_opening.png | Bin .../Doors/Airlocks/Glass/maint.rsi/sparks.png | Bin .../Glass/maint.rsi/sparks_broken.png | Bin .../Glass/maint.rsi/sparks_damaged.png | Bin .../Airlocks/Glass/maint.rsi/sparks_open.png | Bin .../Doors/Airlocks/Glass/maint.rsi/welded.png | Bin .../Airlocks/Glass/medical.rsi/assembly.png | Bin .../Glass/medical.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/medical.rsi/closed.png | Bin .../Glass/medical.rsi/closed_unlit.png | Bin .../Airlocks/Glass/medical.rsi/closing.png | Bin .../Glass/medical.rsi/closing_unlit.png | Bin .../Airlocks/Glass/medical.rsi/deny_unlit.png | Bin .../Glass/medical.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/medical.rsi/meta.json | 0 .../Doors/Airlocks/Glass/medical.rsi/open.png | Bin .../Airlocks/Glass/medical.rsi/opening.png | Bin .../Glass/medical.rsi/opening_unlit.png | Bin .../Glass/medical.rsi/panel_closing.png | Bin .../Airlocks/Glass/medical.rsi/panel_open.png | Bin .../Glass/medical.rsi/panel_opening.png | Bin .../Airlocks/Glass/medical.rsi/sparks.png | Bin .../Glass/medical.rsi/sparks_broken.png | Bin .../Glass/medical.rsi/sparks_damaged.png | Bin .../Glass/medical.rsi/sparks_open.png | Bin .../Airlocks/Glass/medical.rsi/welded.png | Bin .../Glass/roboticist.rsi/assembly.png | Bin .../Glass/roboticist.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/roboticist.rsi/closed.png | Bin .../Glass/roboticist.rsi/closed_unlit.png | Bin .../Airlocks/Glass/roboticist.rsi/closing.png | Bin .../Glass/roboticist.rsi/closing_unlit.png | Bin .../Glass/roboticist.rsi/deny_unlit.png | Bin .../Glass/roboticist.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/roboticist.rsi/meta.json | 0 .../Airlocks/Glass/roboticist.rsi/open.png | Bin .../Airlocks/Glass/roboticist.rsi/opening.png | Bin .../Glass/roboticist.rsi/opening_unlit.png | Bin .../Glass/roboticist.rsi/panel_closing.png | Bin .../Glass/roboticist.rsi/panel_open.png | Bin .../Glass/roboticist.rsi/panel_opening.png | Bin .../Airlocks/Glass/roboticist.rsi/sparks.png | Bin .../Glass/roboticist.rsi/sparks_broken.png | Bin .../Glass/roboticist.rsi/sparks_damaged.png | Bin .../Glass/roboticist.rsi/sparks_open.png | Bin .../Airlocks/Glass/roboticist.rsi/welded.png | Bin .../Airlocks/Glass/science.rsi/assembly.png | Bin .../Glass/science.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/science.rsi/closed.png | Bin .../Glass/science.rsi/closed_unlit.png | Bin .../Airlocks/Glass/science.rsi/closing.png | Bin .../Glass/science.rsi/closing_unlit.png | Bin .../Airlocks/Glass/science.rsi/deny_unlit.png | Bin .../Glass/science.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/science.rsi/meta.json | 0 .../Doors/Airlocks/Glass/science.rsi/open.png | Bin .../Airlocks/Glass/science.rsi/opening.png | Bin .../Glass/science.rsi/opening_unlit.png | Bin .../Glass/science.rsi/panel_closing.png | Bin .../Airlocks/Glass/science.rsi/panel_open.png | Bin .../Glass/science.rsi/panel_opening.png | Bin .../Airlocks/Glass/science.rsi/sparks.png | Bin .../Glass/science.rsi/sparks_broken.png | Bin .../Glass/science.rsi/sparks_damaged.png | Bin .../Glass/science.rsi/sparks_open.png | Bin .../Airlocks/Glass/science.rsi/welded.png | Bin .../Airlocks/Glass/security.rsi/assembly.png | Bin .../Glass/security.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/security.rsi/closed.png | Bin .../Glass/security.rsi/closed_unlit.png | Bin .../Airlocks/Glass/security.rsi/closing.png | Bin .../Glass/security.rsi/closing_unlit.png | Bin .../Glass/security.rsi/deny_unlit.png | Bin .../Glass/security.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/security.rsi/meta.json | 0 .../Airlocks/Glass/security.rsi/open.png | Bin .../Airlocks/Glass/security.rsi/opening.png | Bin .../Glass/security.rsi/opening_unlit.png | Bin .../Glass/security.rsi/panel_closing.png | Bin .../Glass/security.rsi/panel_open.png | Bin .../Glass/security.rsi/panel_opening.png | Bin .../Airlocks/Glass/security.rsi/sparks.png | Bin .../Glass/security.rsi/sparks_broken.png | Bin .../Glass/security.rsi/sparks_damaged.png | Bin .../Glass/security.rsi/sparks_open.png | Bin .../Airlocks/Glass/security.rsi/welded.png | Bin .../Airlocks/Glass/syndicate.rsi/assembly.png | Bin .../Glass/syndicate.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/syndicate.rsi/closed.png | Bin .../Glass/syndicate.rsi/closed_unlit.png | Bin .../Airlocks/Glass/syndicate.rsi/closing.png | Bin .../Glass/syndicate.rsi/closing_unlit.png | Bin .../Glass/syndicate.rsi/deny_unlit.png | Bin .../Glass/syndicate.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/syndicate.rsi/meta.json | 0 .../Airlocks/Glass/syndicate.rsi/open.png | Bin .../Airlocks/Glass/syndicate.rsi/opening.png | Bin .../Glass/syndicate.rsi/opening_unlit.png | Bin .../Glass/syndicate.rsi/panel_closing.png | Bin .../Glass/syndicate.rsi/panel_open.png | Bin .../Glass/syndicate.rsi/panel_opening.png | Bin .../Airlocks/Glass/syndicate.rsi/sparks.png | Bin .../Glass/syndicate.rsi/sparks_broken.png | Bin .../Glass/syndicate.rsi/sparks_damaged.png | Bin .../Glass/syndicate.rsi/sparks_open.png | Bin .../Airlocks/Glass/syndicate.rsi/welded.png | Bin .../Airlocks/Glass/virology.rsi/assembly.png | Bin .../Glass/virology.rsi/bolted_unlit.png | Bin .../Airlocks/Glass/virology.rsi/closed.png | Bin .../Glass/virology.rsi/closed_unlit.png | Bin .../Airlocks/Glass/virology.rsi/closing.png | Bin .../Glass/virology.rsi/closing_unlit.png | Bin .../Glass/virology.rsi/deny_unlit.png | Bin .../Glass/virology.rsi/emergency_unlit.png | Bin .../Airlocks/Glass/virology.rsi/meta.json | 0 .../Airlocks/Glass/virology.rsi/open.png | Bin .../Airlocks/Glass/virology.rsi/opening.png | Bin .../Glass/virology.rsi/opening_unlit.png | Bin .../Glass/virology.rsi/panel_closing.png | Bin .../Glass/virology.rsi/panel_open.png | Bin .../Glass/virology.rsi/panel_opening.png | Bin .../Airlocks/Glass/virology.rsi/sparks.png | Bin .../Glass/virology.rsi/sparks_broken.png | Bin .../Glass/virology.rsi/sparks_damaged.png | Bin .../Glass/virology.rsi/sparks_open.png | Bin .../Airlocks/Glass/virology.rsi/welded.png | Bin .../Standard/atmospherics.rsi/assembly.png | Bin .../atmospherics.rsi/bolted_unlit.png | Bin .../Standard/atmospherics.rsi/closed.png | Bin .../atmospherics.rsi/closed_unlit.png | Bin .../Standard/atmospherics.rsi/closing.png | Bin .../atmospherics.rsi/closing_unlit.png | Bin .../Standard/atmospherics.rsi/deny_unlit.png | Bin .../atmospherics.rsi/emergency_unlit.png | Bin .../Standard/atmospherics.rsi/meta.json | 0 .../Standard/atmospherics.rsi/open.png | Bin .../Standard/atmospherics.rsi/opening.png | Bin .../atmospherics.rsi/opening_unlit.png | Bin .../atmospherics.rsi/panel_closing.png | Bin .../Standard/atmospherics.rsi/panel_open.png | Bin .../atmospherics.rsi/panel_opening.png | Bin .../Standard/atmospherics.rsi/sparks.png | Bin .../atmospherics.rsi/sparks_broken.png | Bin .../atmospherics.rsi/sparks_damaged.png | Bin .../Standard/atmospherics.rsi/sparks_open.png | Bin .../Standard/atmospherics.rsi/welded.png | Bin .../Airlocks/Standard/basic.rsi/assembly.png | Bin .../Standard/basic.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/basic.rsi/closed.png | Bin .../Standard/basic.rsi/closed_unlit.png | Bin .../Airlocks/Standard/basic.rsi/closing.png | Bin .../Standard/basic.rsi/closing_unlit.png | Bin .../Standard/basic.rsi/deny_unlit.png | Bin .../Standard/basic.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/basic.rsi/meta.json | 0 .../Airlocks/Standard/basic.rsi/open.png | Bin .../Airlocks/Standard/basic.rsi/opening.png | Bin .../Standard/basic.rsi/opening_unlit.png | Bin .../Standard/basic.rsi/panel_closing.png | Bin .../Standard/basic.rsi/panel_open.png | Bin .../Standard/basic.rsi/panel_opening.png | Bin .../Airlocks/Standard/basic.rsi/sparks.png | Bin .../Standard/basic.rsi/sparks_broken.png | Bin .../Standard/basic.rsi/sparks_damaged.png | Bin .../Standard/basic.rsi/sparks_open.png | Bin .../Airlocks/Standard/basic.rsi/welded.png | Bin .../Airlocks/Standard/cargo.rsi/assembly.png | Bin .../Standard/cargo.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/cargo.rsi/closed.png | Bin .../Standard/cargo.rsi/closed_unlit.png | Bin .../Airlocks/Standard/cargo.rsi/closing.png | Bin .../Standard/cargo.rsi/closing_unlit.png | Bin .../Standard/cargo.rsi/deny_unlit.png | Bin .../Standard/cargo.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/cargo.rsi/meta.json | 0 .../Airlocks/Standard/cargo.rsi/open.png | Bin .../Airlocks/Standard/cargo.rsi/opening.png | Bin .../Standard/cargo.rsi/opening_unlit.png | Bin .../Standard/cargo.rsi/panel_closing.png | Bin .../Standard/cargo.rsi/panel_open.png | Bin .../Standard/cargo.rsi/panel_opening.png | Bin .../Airlocks/Standard/cargo.rsi/sparks.png | Bin .../Standard/cargo.rsi/sparks_broken.png | Bin .../Standard/cargo.rsi/sparks_damaged.png | Bin .../Standard/cargo.rsi/sparks_open.png | Bin .../Airlocks/Standard/cargo.rsi/welded.png | Bin .../Standard/centcomm.rsi/assembly.png | Bin .../Standard/centcomm.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/centcomm.rsi/closed.png | Bin .../Standard/centcomm.rsi/closed_unlit.png | Bin .../Standard/centcomm.rsi/closing.png | Bin .../Standard/centcomm.rsi/closing_unlit.png | Bin .../Standard/centcomm.rsi/deny_unlit.png | Bin .../Standard/centcomm.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/centcomm.rsi/meta.json | 0 .../Airlocks/Standard/centcomm.rsi/open.png | Bin .../Standard/centcomm.rsi/opening.png | Bin .../Standard/centcomm.rsi/opening_unlit.png | Bin .../Standard/centcomm.rsi/panel_closing.png | Bin .../Standard/centcomm.rsi/panel_open.png | Bin .../Standard/centcomm.rsi/panel_opening.png | Bin .../Airlocks/Standard/centcomm.rsi/sparks.png | Bin .../Standard/centcomm.rsi/sparks_broken.png | Bin .../Standard/centcomm.rsi/sparks_damaged.png | Bin .../Standard/centcomm.rsi/sparks_open.png | Bin .../Airlocks/Standard/centcomm.rsi/welded.png | Bin .../Standard/chemistry.rsi/assembly.png | Bin .../Standard/chemistry.rsi/bolted_unlit.png | Bin .../Standard/chemistry.rsi/closed.png | Bin .../Standard/chemistry.rsi/closed_unlit.png | Bin .../Standard/chemistry.rsi/closing.png | Bin .../Standard/chemistry.rsi/closing_unlit.png | Bin .../Standard/chemistry.rsi/deny_unlit.png | Bin .../chemistry.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/chemistry.rsi/meta.json | 0 .../Airlocks/Standard/chemistry.rsi/open.png | Bin .../Standard/chemistry.rsi/opening.png | Bin .../Standard/chemistry.rsi/opening_unlit.png | Bin .../Standard/chemistry.rsi/panel_closing.png | Bin .../Standard/chemistry.rsi/panel_open.png | Bin .../Standard/chemistry.rsi/panel_opening.png | Bin .../Standard/chemistry.rsi/sparks.png | Bin .../Standard/chemistry.rsi/sparks_broken.png | Bin .../Standard/chemistry.rsi/sparks_damaged.png | Bin .../Standard/chemistry.rsi/sparks_open.png | Bin .../Standard/chemistry.rsi/welded.png | Bin .../Standard/command.rsi/assembly.png | Bin .../Standard/command.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/command.rsi/closed.png | Bin .../Standard/command.rsi/closed_unlit.png | Bin .../Airlocks/Standard/command.rsi/closing.png | Bin .../Standard/command.rsi/closing_unlit.png | Bin .../Standard/command.rsi/deny_unlit.png | Bin .../Standard/command.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/command.rsi/meta.json | 0 .../Airlocks/Standard/command.rsi/open.png | Bin .../Airlocks/Standard/command.rsi/opening.png | Bin .../Standard/command.rsi/opening_unlit.png | Bin .../Standard/command.rsi/panel_closing.png | Bin .../Standard/command.rsi/panel_open.png | Bin .../Standard/command.rsi/panel_opening.png | Bin .../Airlocks/Standard/command.rsi/sparks.png | Bin .../Standard/command.rsi/sparks_broken.png | Bin .../Standard/command.rsi/sparks_damaged.png | Bin .../Standard/command.rsi/sparks_open.png | Bin .../Airlocks/Standard/command.rsi/welded.png | Bin .../Standard/engineering.rsi/assembly.png | Bin .../Standard/engineering.rsi/bolted_unlit.png | Bin .../Standard/engineering.rsi/closed.png | Bin .../Standard/engineering.rsi/closed_unlit.png | Bin .../Standard/engineering.rsi/closing.png | Bin .../engineering.rsi/closing_unlit.png | Bin .../Standard/engineering.rsi/deny_unlit.png | Bin .../engineering.rsi/emergency_unlit.png | Bin .../Standard/engineering.rsi/meta.json | 0 .../Standard/engineering.rsi/open.png | Bin .../Standard/engineering.rsi/opening.png | Bin .../engineering.rsi/opening_unlit.png | Bin .../engineering.rsi/panel_closing.png | Bin .../Standard/engineering.rsi/panel_open.png | Bin .../engineering.rsi/panel_opening.png | Bin .../Standard/engineering.rsi/sparks.png | Bin .../engineering.rsi/sparks_broken.png | Bin .../engineering.rsi/sparks_damaged.png | Bin .../Standard/engineering.rsi/sparks_open.png | Bin .../Standard/engineering.rsi/welded.png | Bin .../Standard/external.rsi/assembly.png | Bin .../Standard/external.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/external.rsi/closed.png | Bin .../Standard/external.rsi/closed_unlit.png | Bin .../Standard/external.rsi/closing.png | Bin .../Standard/external.rsi/closing_unlit.png | Bin .../Standard/external.rsi/deny_unlit.png | Bin .../Standard/external.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/external.rsi/meta.json | 0 .../Airlocks/Standard/external.rsi/open.png | Bin .../Standard/external.rsi/opening.png | Bin .../Standard/external.rsi/opening_unlit.png | Bin .../Standard/external.rsi/panel_closing.png | Bin .../Standard/external.rsi/panel_open.png | Bin .../Standard/external.rsi/panel_opening.png | Bin .../Airlocks/Standard/external.rsi/sparks.png | Bin .../Standard/external.rsi/sparks_broken.png | Bin .../Standard/external.rsi/sparks_damaged.png | Bin .../Standard/external.rsi/sparks_open.png | Bin .../Airlocks/Standard/external.rsi/welded.png | Bin .../Standard/freezer.rsi/assembly.png | Bin .../Standard/freezer.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/freezer.rsi/closed.png | Bin .../Standard/freezer.rsi/closed_unlit.png | Bin .../Airlocks/Standard/freezer.rsi/closing.png | Bin .../Standard/freezer.rsi/closing_unlit.png | Bin .../Standard/freezer.rsi/deny_unlit.png | Bin .../Standard/freezer.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/freezer.rsi/meta.json | 0 .../Airlocks/Standard/freezer.rsi/open.png | Bin .../Airlocks/Standard/freezer.rsi/opening.png | Bin .../Standard/freezer.rsi/opening_unlit.png | Bin .../Standard/freezer.rsi/panel_closing.png | Bin .../Standard/freezer.rsi/panel_open.png | Bin .../Standard/freezer.rsi/panel_opening.png | Bin .../Airlocks/Standard/freezer.rsi/sparks.png | Bin .../Standard/freezer.rsi/sparks_broken.png | Bin .../Standard/freezer.rsi/sparks_damaged.png | Bin .../Standard/freezer.rsi/sparks_open.png | Bin .../Airlocks/Standard/freezer.rsi/welded.png | Bin .../Standard/hydroponics.rsi/assembly.png | Bin .../Standard/hydroponics.rsi/bolted_unlit.png | Bin .../Standard/hydroponics.rsi/closed.png | Bin .../Standard/hydroponics.rsi/closed_unlit.png | Bin .../Standard/hydroponics.rsi/closing.png | Bin .../hydroponics.rsi/closing_unlit.png | Bin .../Standard/hydroponics.rsi/deny_unlit.png | Bin .../hydroponics.rsi/emergency_unlit.png | Bin .../Standard/hydroponics.rsi/meta.json | 0 .../Standard/hydroponics.rsi/open.png | Bin .../Standard/hydroponics.rsi/opening.png | Bin .../hydroponics.rsi/opening_unlit.png | Bin .../hydroponics.rsi/panel_closing.png | Bin .../Standard/hydroponics.rsi/panel_open.png | Bin .../hydroponics.rsi/panel_opening.png | Bin .../Standard/hydroponics.rsi/sparks.png | Bin .../hydroponics.rsi/sparks_broken.png | Bin .../hydroponics.rsi/sparks_damaged.png | Bin .../Standard/hydroponics.rsi/sparks_open.png | Bin .../Standard/hydroponics.rsi/welded.png | Bin .../Standard/justice.rsi/assembly.png | Bin .../Standard/justice.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/justice.rsi/closed.png | Bin .../Standard/justice.rsi/closed_unlit.png | Bin .../Airlocks/Standard/justice.rsi/closing.png | Bin .../Standard/justice.rsi/closing_unlit.png | Bin .../Standard/justice.rsi/deny_unlit.png | Bin .../Standard/justice.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/justice.rsi/meta.json | 0 .../Airlocks/Standard/justice.rsi/open.png | Bin .../Airlocks/Standard/justice.rsi/opening.png | Bin .../Standard/justice.rsi/opening_unlit.png | Bin .../Standard/justice.rsi/panel_closing.png | Bin .../Standard/justice.rsi/panel_open.png | Bin .../Standard/justice.rsi/panel_opening.png | Bin .../Airlocks/Standard/justice.rsi/sparks.png | Bin .../Standard/justice.rsi/sparks_broken.png | Bin .../Standard/justice.rsi/sparks_damaged.png | Bin .../Standard/justice.rsi/sparks_open.png | Bin .../Airlocks/Standard/justice.rsi/welded.png | Bin .../Airlocks/Standard/maint.rsi/assembly.png | Bin .../Standard/maint.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/maint.rsi/closed.png | Bin .../Standard/maint.rsi/closed_unlit.png | Bin .../Airlocks/Standard/maint.rsi/closing.png | Bin .../Standard/maint.rsi/closing_unlit.png | Bin .../Standard/maint.rsi/deny_unlit.png | Bin .../Standard/maint.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/maint.rsi/meta.json | 0 .../Airlocks/Standard/maint.rsi/open.png | Bin .../Airlocks/Standard/maint.rsi/opening.png | Bin .../Standard/maint.rsi/opening_unlit.png | Bin .../Standard/maint.rsi/panel_closing.png | Bin .../Standard/maint.rsi/panel_open.png | Bin .../Standard/maint.rsi/panel_opening.png | Bin .../Airlocks/Standard/maint.rsi/sparks.png | Bin .../Standard/maint.rsi/sparks_broken.png | Bin .../Standard/maint.rsi/sparks_damaged.png | Bin .../Standard/maint.rsi/sparks_open.png | Bin .../Airlocks/Standard/maint.rsi/welded.png | Bin .../Standard/medical.rsi/assembly.png | Bin .../Standard/medical.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/medical.rsi/closed.png | Bin .../Standard/medical.rsi/closed_unlit.png | Bin .../Airlocks/Standard/medical.rsi/closing.png | Bin .../Standard/medical.rsi/closing_unlit.png | Bin .../Standard/medical.rsi/deny_unlit.png | Bin .../Standard/medical.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/medical.rsi/meta.json | 0 .../Airlocks/Standard/medical.rsi/open.png | Bin .../Airlocks/Standard/medical.rsi/opening.png | Bin .../Standard/medical.rsi/opening_unlit.png | Bin .../Standard/medical.rsi/panel_closing.png | Bin .../Standard/medical.rsi/panel_open.png | Bin .../Standard/medical.rsi/panel_opening.png | Bin .../Airlocks/Standard/medical.rsi/sparks.png | Bin .../Standard/medical.rsi/sparks_broken.png | Bin .../Standard/medical.rsi/sparks_damaged.png | Bin .../Standard/medical.rsi/sparks_open.png | Bin .../Airlocks/Standard/medical.rsi/welded.png | Bin .../Standard/roboticist.rsi/assembly.png | Bin .../Standard/roboticist.rsi/bolted_unlit.png | Bin .../Standard/roboticist.rsi/closed.png | Bin .../Standard/roboticist.rsi/closed_unlit.png | Bin .../Standard/roboticist.rsi/closing.png | Bin .../Standard/roboticist.rsi/closing_unlit.png | Bin .../Standard/roboticist.rsi/deny_unlit.png | Bin .../roboticist.rsi/emergency_unlit.png | Bin .../Standard/roboticist.rsi/meta.json | 0 .../Airlocks/Standard/roboticist.rsi/open.png | Bin .../Standard/roboticist.rsi/opening.png | Bin .../Standard/roboticist.rsi/opening_unlit.png | Bin .../Standard/roboticist.rsi/panel_closing.png | Bin .../Standard/roboticist.rsi/panel_open.png | Bin .../Standard/roboticist.rsi/panel_opening.png | Bin .../Standard/roboticist.rsi/sparks.png | Bin .../Standard/roboticist.rsi/sparks_broken.png | Bin .../roboticist.rsi/sparks_damaged.png | Bin .../Standard/roboticist.rsi/sparks_open.png | Bin .../Standard/roboticist.rsi/welded.png | Bin .../Standard/science.rsi/assembly.png | Bin .../Standard/science.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/science.rsi/closed.png | Bin .../Standard/science.rsi/closed_unlit.png | Bin .../Airlocks/Standard/science.rsi/closing.png | Bin .../Standard/science.rsi/closing_unlit.png | Bin .../Standard/science.rsi/deny_unlit.png | Bin .../Standard/science.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/science.rsi/meta.json | 0 .../Airlocks/Standard/science.rsi/open.png | Bin .../Airlocks/Standard/science.rsi/opening.png | Bin .../Standard/science.rsi/opening_unlit.png | Bin .../Standard/science.rsi/panel_closing.png | Bin .../Standard/science.rsi/panel_open.png | Bin .../Standard/science.rsi/panel_opening.png | Bin .../Airlocks/Standard/science.rsi/sparks.png | Bin .../Standard/science.rsi/sparks_broken.png | Bin .../Standard/science.rsi/sparks_damaged.png | Bin .../Standard/science.rsi/sparks_open.png | Bin .../Airlocks/Standard/science.rsi/welded.png | Bin .../Standard/security.rsi/assembly.png | Bin .../Standard/security.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/security.rsi/closed.png | Bin .../Standard/security.rsi/closed_unlit.png | Bin .../Standard/security.rsi/closing.png | Bin .../Standard/security.rsi/closing_unlit.png | Bin .../Standard/security.rsi/deny_unlit.png | Bin .../Standard/security.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/security.rsi/meta.json | 0 .../Airlocks/Standard/security.rsi/open.png | Bin .../Standard/security.rsi/opening.png | Bin .../Standard/security.rsi/opening_unlit.png | Bin .../Standard/security.rsi/panel_closing.png | Bin .../Standard/security.rsi/panel_open.png | Bin .../Standard/security.rsi/panel_opening.png | Bin .../Airlocks/Standard/security.rsi/sparks.png | Bin .../Standard/security.rsi/sparks_broken.png | Bin .../Standard/security.rsi/sparks_damaged.png | Bin .../Standard/security.rsi/sparks_open.png | Bin .../Airlocks/Standard/security.rsi/welded.png | Bin .../Standard/syndicate.rsi/assembly.png | Bin .../Standard/syndicate.rsi/bolted_unlit.png | Bin .../Standard/syndicate.rsi/closed.png | Bin .../Standard/syndicate.rsi/closed_unlit.png | Bin .../Standard/syndicate.rsi/closing.png | Bin .../Standard/syndicate.rsi/closing_unlit.png | Bin .../Standard/syndicate.rsi/deny_unlit.png | Bin .../syndicate.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/syndicate.rsi/meta.json | 0 .../Airlocks/Standard/syndicate.rsi/open.png | Bin .../Standard/syndicate.rsi/opening.png | Bin .../Standard/syndicate.rsi/opening_unlit.png | Bin .../Standard/syndicate.rsi/panel_closing.png | Bin .../Standard/syndicate.rsi/panel_open.png | Bin .../Standard/syndicate.rsi/panel_opening.png | Bin .../Standard/syndicate.rsi/sparks.png | Bin .../Standard/syndicate.rsi/sparks_broken.png | Bin .../Standard/syndicate.rsi/sparks_damaged.png | Bin .../Standard/syndicate.rsi/sparks_open.png | Bin .../Standard/syndicate.rsi/welded.png | Bin .../Standard/virology.rsi/assembly.png | Bin .../Standard/virology.rsi/bolted_unlit.png | Bin .../Airlocks/Standard/virology.rsi/closed.png | Bin .../Standard/virology.rsi/closed_unlit.png | Bin .../Standard/virology.rsi/closing.png | Bin .../Standard/virology.rsi/closing_unlit.png | Bin .../Standard/virology.rsi/deny_unlit.png | Bin .../Standard/virology.rsi/emergency_unlit.png | Bin .../Airlocks/Standard/virology.rsi/meta.json | 0 .../Airlocks/Standard/virology.rsi/open.png | Bin .../Standard/virology.rsi/opening.png | Bin .../Standard/virology.rsi/opening_unlit.png | Bin .../Standard/virology.rsi/panel_closing.png | Bin .../Standard/virology.rsi/panel_open.png | Bin .../Standard/virology.rsi/panel_opening.png | Bin .../Airlocks/Standard/virology.rsi/sparks.png | Bin .../Standard/virology.rsi/sparks_broken.png | Bin .../Standard/virology.rsi/sparks_damaged.png | Bin .../Standard/virology.rsi/sparks_open.png | Bin .../Airlocks/Standard/virology.rsi/welded.png | Bin .../Airlocks/highsec/highsec.rsi/assembly.png | Bin .../highsec/highsec.rsi/bolted_unlit.png | Bin .../Airlocks/highsec/highsec.rsi/closed.png | Bin .../highsec/highsec.rsi/closed_unlit.png | Bin .../Airlocks/highsec/highsec.rsi/closing.png | Bin .../highsec/highsec.rsi/closing_unlit.png | Bin .../highsec/highsec.rsi/deny_unlit.png | Bin .../highsec/highsec.rsi/emergency_unlit.png | Bin .../Airlocks/highsec/highsec.rsi/meta.json | 0 .../Airlocks/highsec/highsec.rsi/open.png | Bin .../Airlocks/highsec/highsec.rsi/opening.png | Bin .../highsec/highsec.rsi/opening_unlit.png | Bin .../highsec/highsec.rsi/panel_closing.png | Bin .../highsec/highsec.rsi/panel_open.png | Bin .../highsec/highsec.rsi/panel_opening.png | Bin .../Airlocks/highsec/highsec.rsi/sparks.png | Bin .../highsec/highsec.rsi/sparks_broken.png | Bin .../highsec/highsec.rsi/sparks_damaged.png | Bin .../highsec/highsec.rsi/sparks_open.png | Bin .../Airlocks/highsec/highsec.rsi/welded.png | Bin .../Doors/secret_door.rsi/assembly.png | Bin .../Doors/secret_door.rsi/closed.png | Bin .../Doors/secret_door.rsi/closing.png | Bin .../Doors/secret_door.rsi/meta.json | 0 .../Structures/Doors/secret_door.rsi/open.png | Bin .../Doors/secret_door.rsi/opening.png | Bin .../courierdrobe.rsi/broken.png | Bin .../courierdrobe.rsi/meta.json | 0 .../courierdrobe.rsi/normal-unshaded.png | Bin .../VendingMachines/courierdrobe.rsi/off.png | Bin .../courierdrobe.rsi/panel.png | Bin .../VendingMachines/pride.rsi/broken.png | Bin .../VendingMachines/pride.rsi/meta.json | 0 .../pride.rsi/normal-unshaded.png | Bin .../VendingMachines/pride.rsi/off.png | Bin .../VendingMachines/pride.rsi/panel.png | Bin .../Machines/glimmer_machines.rsi/base.png | Bin .../Machines/glimmer_machines.rsi/drain.png | Bin .../glimmer_machines.rsi/intermediate.png | Bin .../Machines/glimmer_machines.rsi/meta.json | 0 .../Machines/glimmer_machines.rsi/powered.png | Bin .../Machines/glimmer_machines.rsi/prober.png | Bin .../prober_glimmer_fx_1.png | Bin .../prober_glimmer_fx_2.png | Bin .../prober_glimmer_fx_3.png | Bin .../prober_glimmer_fx_4.png | Bin .../prober_glimmer_fx_5.png | Bin .../Machines/roboisseur.rsi/meta.json | 0 .../Machines/roboisseur.rsi/roboisseur-1.png | Bin .../Machines/roboisseur.rsi/roboisseur-2.png | Bin .../syndicate_fax_machine.rsi/icon.png | Bin .../syndicate_fax_machine.rsi/idle.png | Bin .../syndicate_fax_machine.rsi/inserting.png | Bin .../syndicate_fax_machine.rsi/meta.json | 0 .../syndicate_fax_machine.rsi/printing.png | Bin .../Piping/disposal.rsi/condisposal.png | Bin .../Piping/disposal.rsi/conmailing.png | Bin .../Piping/disposal.rsi/conspace.png | Bin .../Piping/disposal.rsi/disposal-charging.png | Bin .../Piping/disposal.rsi/disposal-flush.png | Bin .../Piping/disposal.rsi/disposal.png | Bin .../Piping/disposal.rsi/dispover-charge.png | Bin .../Piping/disposal.rsi/dispover-full.png | Bin .../Piping/disposal.rsi/dispover-handle.png | Bin .../Piping/disposal.rsi/dispover-ready.png | Bin .../Piping/disposal.rsi/mailing-charging.png | Bin .../Piping/disposal.rsi/mailing-flush.png | Bin .../Piping/disposal.rsi/mailing.png | Bin .../Piping/disposal.rsi/mailover-handle.png | Bin .../Structures/Piping/disposal.rsi/meta.json | 0 .../Structures/Piping/disposal.rsi/space.png | Bin .../Generation/solar_panel.rsi/meta.json | 0 .../solar_panel.rsi/random_solar.png | Bin .../Structures/Power/apc.rsi/base.png | Bin .../Structures/Power/apc.rsi/broken.png | Bin .../Power/apc.rsi/display-charging.png | Bin .../Structures/Power/apc.rsi/display-full.png | Bin .../Structures/Power/apc.rsi/display-lack.png | Bin .../Power/apc.rsi/display-remote.png | Bin .../Structures/Power/apc.rsi/emag-unlit.png | Bin .../Structures/Power/apc.rsi/frame.png | Bin .../Structures/Power/apc.rsi/lock0-locked.png | Bin .../Structures/Power/apc.rsi/lock1-locked.png | Bin .../Structures/Power/apc.rsi/meta.json | 0 .../Structures/Power/apc.rsi/panel.png | Bin .../Structures/Power/apc.rsi/sparks-unlit.png | Bin .../Structures/Power/apc.rsi/static.png | Bin .../Structures/Storage/closet.rsi/cj.png | Bin .../Structures/Storage/closet.rsi/cj_door.png | Bin .../Structures/Storage/closet.rsi/cj_open.png | Bin .../Structures/Storage/closet.rsi/clerk.png | Bin .../Storage/closet.rsi/clerk_door.png | Bin .../Storage/closet.rsi/clerk_open.png | Bin .../Structures/Storage/closet.rsi/generic.png | Bin .../Storage/closet.rsi/generic_door.png | Bin .../Storage/closet.rsi/generic_icon.png | Bin .../Storage/closet.rsi/generic_open.png | Bin .../Structures/Storage/closet.rsi/locked.png | Bin .../Structures/Storage/closet.rsi/meta.json | 0 .../Structures/Storage/closet.rsi/psych.png | Bin .../Storage/closet.rsi/psych_door.png | Bin .../Storage/closet.rsi/psych_open.png | Bin .../Storage/closet.rsi/unlocked.png | Bin .../Structures/Storage/closet.rsi/welded.png | Bin .../Structures/Storage/kvass.rsi/kvass.png | Bin .../Structures/Storage/kvass.rsi/meta.json | 0 .../Storage/secure_cabinet.rsi/locked.png | Bin .../Storage/secure_cabinet.rsi/meta.json | 0 .../secure-cabinet-open.png | Bin .../secure_cabinet.rsi/secure-cabinet.png | Bin .../Storage/secure_cabinet.rsi/unlocked.png | Bin .../Paintings/leonardodabepis.rsi/meta.json | 0 .../leonardodabepis.rsi/spoonpainting.png | Bin .../Paintings/ps3moira.rsi/bluntpainting.png | Bin .../Paintings/ps3moira.rsi/meta.json | 0 .../Posters/TJohnson.rsi/fuckaround.png | Bin .../Wallmounts/Posters/TJohnson.rsi/meta.json | 0 .../Posters/grayposters.rsi/dangernana.png | Bin .../Posters/grayposters.rsi/litdakka.png | Bin .../Posters/grayposters.rsi/meta.json | 0 .../grayposters.rsi/posterearthnanotrasen.png | Bin .../grayposters.rsi/posterroidsyndicate.png | Bin .../grayposters.rsi/posterworknanotrasen.png | Bin .../grayposters.rsi/posterworksyndicate.png | Bin .../Posters/grayposters.rsi/work.png | Bin .../Posters/mailposter.rsi/mailposter.png | Bin .../Posters/mailposter.rsi/meta.json | 0 .../Wallmounts/Posters/misc.rsi/meta.json | 0 .../Posters/misc.rsi/woodygotwood.png | Bin .../cabinet-empty-closed.png | Bin .../idcard_cabinet.rsi/cabinet-empty-open.png | Bin .../cabinet-filled-closed.png | Bin .../cabinet-filled-open.png | Bin .../Wallmounts/idcard_cabinet.rsi/cabinet.png | Bin .../Wallmounts/idcard_cabinet.rsi/card.png | Bin .../Wallmounts/idcard_cabinet.rsi/glass-1.png | Bin .../Wallmounts/idcard_cabinet.rsi/glass-2.png | Bin .../Wallmounts/idcard_cabinet.rsi/glass-3.png | Bin .../Wallmounts/idcard_cabinet.rsi/glass-4.png | Bin .../idcard_cabinet.rsi/glass-up.png | Bin .../Wallmounts/idcard_cabinet.rsi/glass.png | Bin .../Wallmounts/idcard_cabinet.rsi/locked.png | Bin .../Wallmounts/idcard_cabinet.rsi/meta.json | 0 .../idcard_cabinet.rsi/unlocked.png | Bin .../Wallmounts/intercom.rsi/meta.json | 0 .../intercom.rsi/random_intercom.png | Bin .../cabinet-empty-open.png | Bin .../cabinet-filled-closed.png | Bin .../cabinet-filled-open.png | Bin .../shotgun_cabinet.rsi/cabinet.png | Bin .../shotgun_cabinet.rsi/glass-1.png | Bin .../shotgun_cabinet.rsi/glass-2.png | Bin .../shotgun_cabinet.rsi/glass-3.png | Bin .../shotgun_cabinet.rsi/glass-4.png | Bin .../shotgun_cabinet.rsi/glass-up.png | Bin .../Wallmounts/shotgun_cabinet.rsi/glass.png | Bin .../Wallmounts/shotgun_cabinet.rsi/locked.png | Bin .../Wallmounts/shotgun_cabinet.rsi/meta.json | 0 .../shotgun_cabinet.rsi/shotgun.png | Bin .../shotgun_cabinet.rsi/unlocked.png | Bin .../Wallmounts/signs.rsi/chapel.png | Bin .../Wallmounts/signs.rsi/direction_aicore.png | Bin .../Wallmounts/signs.rsi/direction_court.png | Bin .../signs.rsi/direction_justice.png | Bin .../Wallmounts/signs.rsi/direction_logi.png | Bin .../Wallmounts/signs.rsi/direction_mail.png | Bin .../Wallmounts/signs.rsi/epistemics.png | Bin .../Wallmounts/signs.rsi/logistics.png | Bin .../Structures/Wallmounts/signs.rsi/meta.json | 0 .../Walls/asteroid_rock.rsi/full.png | Bin .../Walls/asteroid_rock.rsi/meta.json | 0 .../Walls/asteroid_rock.rsi/rock_0.png | Bin .../Walls/asteroid_rock.rsi/rock_1.png | Bin .../Walls/asteroid_rock.rsi/rock_2.png | Bin .../Walls/asteroid_rock.rsi/rock_3.png | Bin .../Walls/asteroid_rock.rsi/rock_4.png | Bin .../Walls/asteroid_rock.rsi/rock_5.png | Bin .../Walls/asteroid_rock.rsi/rock_6.png | Bin .../Walls/asteroid_rock.rsi/rock_7.png | Bin .../Walls/mountain_rock.rsi/full.png | Bin .../Walls/mountain_rock.rsi/meta.json | 0 .../Walls/mountain_rock.rsi/rock_0.png | Bin .../Walls/mountain_rock.rsi/rock_1.png | Bin .../Walls/mountain_rock.rsi/rock_2.png | Bin .../Walls/mountain_rock.rsi/rock_3.png | Bin .../Walls/mountain_rock.rsi/rock_4.png | Bin .../Walls/mountain_rock.rsi/rock_5.png | Bin .../Walls/mountain_rock.rsi/rock_6.png | Bin .../Walls/mountain_rock.rsi/rock_7.png | Bin .../Walls/mountain_rock_ore.rsi/full.png | Bin .../Walls/mountain_rock_ore.rsi/meta.json | 0 .../Walls/mountain_rock_ore.rsi/rock_0.png | Bin .../Walls/mountain_rock_ore.rsi/rock_1.png | Bin .../Walls/mountain_rock_ore.rsi/rock_2.png | Bin .../Walls/mountain_rock_ore.rsi/rock_3.png | Bin .../Walls/mountain_rock_ore.rsi/rock_4.png | Bin .../Walls/mountain_rock_ore.rsi/rock_5.png | Bin .../Walls/mountain_rock_ore.rsi/rock_6.png | Bin .../Walls/mountain_rock_ore.rsi/rock_7.png | Bin .../Structures/Walls/railing.rsi/corner.png | Bin .../Walls/railing.rsi/corner_grey.png | Bin .../Walls/railing.rsi/corner_small.png | Bin .../Walls/railing.rsi/corner_small_grey.png | Bin .../Walls/railing.rsi/corner_small_wood.png | Bin .../Walls/railing.rsi/corner_wood.png | Bin .../Structures/Walls/railing.rsi/meta.json | 0 .../Structures/Walls/railing.rsi/round.png | Bin .../Walls/railing.rsi/round_grey.png | Bin .../Walls/railing.rsi/round_wood.png | Bin .../Structures/Walls/railing.rsi/side.png | Bin .../Walls/railing.rsi/side_grey.png | Bin .../Walls/railing.rsi/side_wood.png | Bin .../Structures/Walls/solid.rsi/full.png | Bin .../Structures/Walls/solid.rsi/meta.json | 0 .../Walls/solid.rsi/reinf_construct-0.png | Bin .../Walls/solid.rsi/reinf_construct-1.png | Bin .../Walls/solid.rsi/reinf_construct-2.png | Bin .../Walls/solid.rsi/reinf_construct-3.png | Bin .../Walls/solid.rsi/reinf_construct-4.png | Bin .../Walls/solid.rsi/reinf_construct-5.png | Bin .../Structures/Walls/solid.rsi/reinf_cult.png | Bin .../Walls/solid.rsi/reinf_over0.png | Bin .../Walls/solid.rsi/reinf_over1.png | Bin .../Walls/solid.rsi/reinf_over2.png | Bin .../Walls/solid.rsi/reinf_over3.png | Bin .../Walls/solid.rsi/reinf_over4.png | Bin .../Walls/solid.rsi/reinf_over5.png | Bin .../Walls/solid.rsi/reinf_over6.png | Bin .../Walls/solid.rsi/reinf_over7.png | Bin .../solid.rsi/reinforced_wall_girder.png | Bin .../Structures/Walls/solid.rsi/rgeneric.png | Bin .../Structures/Walls/solid.rsi/solid0.png | Bin .../Structures/Walls/solid.rsi/solid1.png | Bin .../Structures/Walls/solid.rsi/solid2.png | Bin .../Structures/Walls/solid.rsi/solid3.png | Bin .../Structures/Walls/solid.rsi/solid4.png | Bin .../Structures/Walls/solid.rsi/solid5.png | Bin .../Structures/Walls/solid.rsi/solid6.png | Bin .../Structures/Walls/solid.rsi/solid7.png | Bin .../Walls/solid.rsi/wall_girder.png | Bin .../Structures/Walls/solid_rust.rsi/full.png | Bin .../Structures/Walls/solid_rust.rsi/meta.json | 0 .../solid_rust.rsi/reinf_construct-0.png | Bin .../solid_rust.rsi/reinf_construct-1.png | Bin .../solid_rust.rsi/reinf_construct-2.png | Bin .../solid_rust.rsi/reinf_construct-3.png | Bin .../solid_rust.rsi/reinf_construct-4.png | Bin .../solid_rust.rsi/reinf_construct-5.png | Bin .../Walls/solid_rust.rsi/reinf_over0.png | Bin .../Walls/solid_rust.rsi/reinf_over1.png | Bin .../Walls/solid_rust.rsi/reinf_over2.png | Bin .../Walls/solid_rust.rsi/reinf_over3.png | Bin .../Walls/solid_rust.rsi/reinf_over4.png | Bin .../Walls/solid_rust.rsi/reinf_over5.png | Bin .../Walls/solid_rust.rsi/reinf_over6.png | Bin .../Walls/solid_rust.rsi/reinf_over7.png | Bin .../Walls/solid_rust.rsi/rgeneric.png | Bin .../Walls/solid_rust.rsi/solid0.png | Bin .../Walls/solid_rust.rsi/solid1.png | Bin .../Walls/solid_rust.rsi/solid2.png | Bin .../Walls/solid_rust.rsi/solid3.png | Bin .../Walls/solid_rust.rsi/solid4.png | Bin .../Walls/solid_rust.rsi/solid5.png | Bin .../Walls/solid_rust.rsi/solid6.png | Bin .../Walls/solid_rust.rsi/solid7.png | Bin .../directional.rsi/frosted_window.png | Bin .../Windows/directional.rsi/meta.json | 0 .../plasma_reinforced_window.png | Bin .../Windows/directional.rsi/plasma_window.png | Bin .../directional.rsi/reinforced_window.png | Bin .../tinted_reinforced_window.png | Bin .../Windows/directional.rsi/tinted_window.png | Bin .../uranium_reinforced_window.png | Bin .../directional.rsi/uranium_window.png | Bin .../Windows/directional.rsi/window.png | Bin .../Windows/plasma_diagonal.rsi/meta.json | 0 .../Windows/plasma_diagonal.rsi/state0.png | Bin .../Windows/plasma_diagonal.rsi/state1.png | Bin .../Windows/plasma_window.rsi/full.png | Bin .../Windows/plasma_window.rsi/meta.json | 0 .../Windows/plasma_window.rsi/pwindow0.png | Bin .../Windows/plasma_window.rsi/pwindow1.png | Bin .../Windows/plasma_window.rsi/pwindow2.png | Bin .../Windows/plasma_window.rsi/pwindow3.png | Bin .../Windows/plasma_window.rsi/pwindow4.png | Bin .../Windows/plasma_window.rsi/pwindow5.png | Bin .../Windows/plasma_window.rsi/pwindow6.png | Bin .../Windows/plasma_window.rsi/pwindow7.png | Bin .../reinforced_plasma_diagonal.rsi/meta.json | 0 .../reinforced_plasma_diagonal.rsi/state0.png | Bin .../reinforced_plasma_diagonal.rsi/state1.png | Bin .../reinforced_plasma_window.rsi/full.png | Bin .../reinforced_plasma_window.rsi/meta.json | 0 .../rpwindow0.png | Bin .../rpwindow1.png | Bin .../rpwindow2.png | Bin .../rpwindow3.png | Bin .../rpwindow4.png | Bin .../rpwindow5.png | Bin .../rpwindow6.png | Bin .../rpwindow7.png | Bin .../reinforced_uranium_diagonal.rsi/meta.json | 0 .../state0.png | Bin .../state1.png | Bin .../reinforced_uranium_window.rsi/full.png | Bin .../reinforced_uranium_window.rsi/meta.json | 0 .../ruwindow0.png | Bin .../ruwindow1.png | Bin .../ruwindow2.png | Bin .../ruwindow3.png | Bin .../ruwindow4.png | Bin .../ruwindow5.png | Bin .../ruwindow6.png | Bin .../ruwindow7.png | Bin .../Windows/reinforced_window.rsi/full.png | Bin .../Windows/reinforced_window.rsi/meta.json | 0 .../reinforced_window.rsi/rwindow0.png | Bin .../reinforced_window.rsi/rwindow1.png | Bin .../reinforced_window.rsi/rwindow2.png | Bin .../reinforced_window.rsi/rwindow3.png | Bin .../reinforced_window.rsi/rwindow4.png | Bin .../reinforced_window.rsi/rwindow5.png | Bin .../reinforced_window.rsi/rwindow6.png | Bin .../reinforced_window.rsi/rwindow7.png | Bin .../reinforced_window_diagonal.rsi/meta.json | 0 .../reinforced_window_diagonal.rsi/state0.png | Bin .../reinforced_window_diagonal.rsi/state1.png | Bin .../Windows/tinted_window.rsi/full.png | Bin .../Windows/tinted_window.rsi/meta.json | 0 .../Windows/tinted_window.rsi/twindow0.png | Bin .../Windows/tinted_window.rsi/twindow1.png | Bin .../Windows/tinted_window.rsi/twindow2.png | Bin .../Windows/tinted_window.rsi/twindow3.png | Bin .../Windows/tinted_window.rsi/twindow4.png | Bin .../Windows/tinted_window.rsi/twindow5.png | Bin .../Windows/tinted_window.rsi/twindow6.png | Bin .../Windows/tinted_window.rsi/twindow7.png | Bin .../Windows/uranium_window.rsi/full.png | Bin .../Windows/uranium_window.rsi/meta.json | 0 .../Windows/uranium_window.rsi/uwindow0.png | Bin .../Windows/uranium_window.rsi/uwindow1.png | Bin .../Windows/uranium_window.rsi/uwindow2.png | Bin .../Windows/uranium_window.rsi/uwindow3.png | Bin .../Windows/uranium_window.rsi/uwindow4.png | Bin .../Windows/uranium_window.rsi/uwindow5.png | Bin .../Windows/uranium_window.rsi/uwindow6.png | Bin .../Windows/uranium_window.rsi/uwindow7.png | Bin .../uranium_window_diagonal.rsi/meta.json | 0 .../uranium_window_diagonal.rsi/state0.png | Bin .../uranium_window_diagonal.rsi/state1.png | Bin .../Structures/Windows/window.rsi/full.png | Bin .../Structures/Windows/window.rsi/meta.json | 0 .../Structures/Windows/window.rsi/window0.png | Bin .../Structures/Windows/window.rsi/window1.png | Bin .../Structures/Windows/window.rsi/window2.png | Bin .../Structures/Windows/window.rsi/window3.png | Bin .../Structures/Windows/window.rsi/window4.png | Bin .../Structures/Windows/window.rsi/window5.png | Bin .../Structures/Windows/window.rsi/window6.png | Bin .../Structures/Windows/window.rsi/window7.png | Bin .../Windows/window_diagonal.rsi/meta.json | 0 .../Windows/window_diagonal.rsi/state0.png | Bin .../Windows/window_diagonal.rsi/state1.png | Bin .../Structures/stairs.rsi/meta.json | 0 .../Structures/stairs.rsi/stairs_dark.png | Bin .../stairs.rsi/stairs_stage_dark.png | Bin .../stairs.rsi/stairs_stage_steel.png | Bin .../stairs.rsi/stairs_stage_white.png | Bin .../stairs.rsi/stairs_stage_wood.png | Bin .../Structures/stairs.rsi/stairs_steel.png | Bin .../Structures/stairs.rsi/stairs_white.png | Bin .../Structures/stairs.rsi/stairs_wood.png | Bin .../{DeltaV => _DV}/Tiles/attributions.yml | 0 .../Textures/{DeltaV => _DV}/Tiles/bar.png | Bin .../Textures/{DeltaV => _DV}/Tiles/blue.png | Bin .../{DeltaV => _DV}/Tiles/cafeteria.png | Bin .../{DeltaV => _DV}/Tiles/checker_dark.png | Bin .../Textures/{DeltaV => _DV}/Tiles/clown.png | Bin .../Textures/{DeltaV => _DV}/Tiles/dark.png | Bin .../{DeltaV => _DV}/Tiles/dark_diagonal.png | Bin .../Tiles/dark_diagonal_mini.png | Bin .../Tiles/dark_herringbone.png | Bin .../{DeltaV => _DV}/Tiles/dark_mini.png | Bin .../{DeltaV => _DV}/Tiles/dark_mono.png | Bin .../{DeltaV => _DV}/Tiles/dark_offset.png | Bin .../{DeltaV => _DV}/Tiles/dark_pavement.png | Bin .../Tiles/dark_pavement_vertical.png | Bin .../{DeltaV => _DV}/Tiles/dark_plastic.png | Bin .../{DeltaV => _DV}/Tiles/freezer.png | Bin .../Textures/{DeltaV => _DV}/Tiles/glass.png | Bin .../Textures/{DeltaV => _DV}/Tiles/hydro.png | Bin .../{DeltaV => _DV}/Tiles/kitchen.png | Bin .../{DeltaV => _DV}/Tiles/laundry.png | Bin .../Textures/{DeltaV => _DV}/Tiles/lime.png | Bin .../Textures/{DeltaV => _DV}/Tiles/mime.png | Bin .../{DeltaV => _DV}/Tiles/plastic.png | Bin .../{DeltaV => _DV}/Tiles/plating.png | Bin .../{DeltaV => _DV}/Tiles/plating_burnt.png | Bin .../{DeltaV => _DV}/Tiles/plating_damaged.png | Bin .../Textures/{DeltaV => _DV}/Tiles/rglass.png | Bin .../{DeltaV => _DV}/Tiles/showroom.png | Bin .../{DeltaV => _DV}/Tiles/snow_plating.png | Bin .../Textures/{DeltaV => _DV}/Tiles/steel.png | Bin .../{DeltaV => _DV}/Tiles/steel_burnt.png | Bin .../{DeltaV => _DV}/Tiles/steel_damaged.png | Bin .../{DeltaV => _DV}/Tiles/steel_diagonal.png | Bin .../Tiles/steel_diagonal_mini.png | Bin .../{DeltaV => _DV}/Tiles/steel_dirty.png | Bin .../Tiles/steel_herringbone.png | Bin .../{DeltaV => _DV}/Tiles/steel_mini.png | Bin .../{DeltaV => _DV}/Tiles/steel_mono.png | Bin .../{DeltaV => _DV}/Tiles/steel_offset.png | Bin .../{DeltaV => _DV}/Tiles/steel_pavement.png | Bin .../Tiles/steel_pavement_vertical.png | Bin .../Textures/{DeltaV => _DV}/Tiles/white.png | Bin .../{DeltaV => _DV}/Tiles/white_diagonal.png | Bin .../Tiles/white_diagonal_mini.png | Bin .../Tiles/white_herringbone.png | Bin .../{DeltaV => _DV}/Tiles/white_mini.png | Bin .../{DeltaV => _DV}/Tiles/white_mono.png | Bin .../{DeltaV => _DV}/Tiles/white_offset.png | Bin .../{DeltaV => _DV}/Tiles/white_pavement.png | Bin .../Tiles/white_pavement_vertical.png | Bin .../{DeltaV => _DV}/Tiles/white_plastic.png | Bin .../Textures/{DeltaV => _DV}/Tiles/wood.png | Bin .../{DeltaV => _DV}/Tiles/wood_broken.png | Bin .../{DeltaV => _DV}/Tiles/wood_large.png | Bin .../{DeltaV => _DV}/Tiles/wood_tile.png | Bin 5152 files changed, 2637 insertions(+), 2645 deletions(-) delete mode 100644 Content.Client/DeltaV/Implants/Radio/RadioImplantSystem.cs delete mode 100644 Content.Client/DeltaV/NanoChat/NanoChatSystem.cs delete mode 100644 Content.Client/DeltaV/Recruiter/RecruiterPenSystem.cs delete mode 100644 Content.Client/DeltaV/Shuttles/Systems/DockingConsoleSystem.cs delete mode 100644 Content.Client/DeltaV/Silicons/Laws/SlavedBorgSystem.cs rename Content.Client/{DeltaV => _DV}/AACTablet/UI/AACBoundUserInterface.cs (86%) rename Content.Client/{DeltaV => _DV}/AACTablet/UI/AACWindow.xaml (100%) rename Content.Client/{DeltaV => _DV}/AACTablet/UI/AACWindow.xaml.cs (98%) rename Content.Client/{DeltaV => _DV}/Abilities/Borgs/RandomizedCandyVisualizer.cs (87%) rename Content.Client/{DeltaV => _DV}/Abilities/CrawlUnderObjectsSystem.cs (93%) rename Content.Client/{DeltaV => _DV}/Addictions/AddictionSystem.cs (59%) rename Content.Client/{DeltaV => _DV}/Administration/UI/DepartmentWhitelistPanel.xaml (85%) rename Content.Client/{DeltaV => _DV}/Administration/UI/DepartmentWhitelistPanel.xaml.cs (97%) rename Content.Client/{DeltaV => _DV}/Administration/UI/JobWhitelistsEui.cs (89%) rename Content.Client/{DeltaV => _DV}/Administration/UI/JobWhitelistsWindow.xaml (100%) rename Content.Client/{DeltaV => _DV}/Administration/UI/JobWhitelistsWindow.xaml.cs (94%) rename Content.Client/{DeltaV => _DV}/Biscuit/BiscuitSystem.cs (88%) rename Content.Client/{DeltaV => _DV}/Biscuit/BiscuitVisualsComponent.cs (66%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/CrimeAssistUi.cs (83%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml (95%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs (94%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/MailMetricUi.cs (91%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/MailMetricUiFragment.xaml (98%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/MailMetricUiFragment.xaml.cs (98%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatEntry.xaml (100%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatEntry.xaml.cs (90%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatLogEntry.xaml (100%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatLogEntry.xaml.cs (88%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatMessageBubble.xaml (96%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatMessageBubble.xaml.cs (94%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatUi.cs (91%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml (96%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatUiFragment.xaml.cs (98%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NewChatPopup.xaml (100%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/NewChatPopup.xaml.cs (97%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/PriceHistoryTable.xaml (90%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/PriceHistoryTable.xaml.cs (97%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml (89%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml.cs (91%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/SecWatchUi.cs (91%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml (89%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs (91%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/StockTradingUi.cs (95%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml (95%) rename Content.Client/{DeltaV => _DV}/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs (99%) rename Content.Client/{DeltaV => _DV}/Chapel/SacrificialAltarSystem.cs (50%) rename Content.Client/{DeltaV => _DV}/Harpy/HarpyVisualsComponent.cs (69%) rename Content.Client/{DeltaV => _DV}/Hologram/HologramSystem.cs (95%) create mode 100644 Content.Client/_DV/Implants/Radio/RadioImplantSystem.cs rename Content.Client/{DeltaV => _DV}/Mail/MailComponent.cs (60%) rename Content.Client/{DeltaV => _DV}/Mail/MailSystem.cs (96%) create mode 100644 Content.Client/_DV/NanoChat/NanoChatSystem.cs rename Content.Client/{DeltaV => _DV}/Options/UI/Tabs/DeltaTab.xaml (93%) rename Content.Client/{DeltaV => _DV}/Options/UI/Tabs/DeltaTab.xaml.cs (86%) rename Content.Client/{DeltaV => _DV}/Overlays/PainOverlay.cs (95%) rename Content.Client/{DeltaV => _DV}/Overlays/PainSystem.cs (96%) rename Content.Client/{DeltaV => _DV}/Overlays/UltraVisionOverlay.cs (97%) rename Content.Client/{DeltaV => _DV}/Overlays/UltraVisionSystem.cs (96%) create mode 100644 Content.Client/_DV/Recruiter/RecruiterPenSystem.cs rename Content.Client/{DeltaV => _DV}/RoundEnd/NoEorgPopup.xaml (100%) rename Content.Client/{DeltaV => _DV}/RoundEnd/NoEorgPopup.xaml.cs (97%) rename Content.Client/{DeltaV => _DV}/RoundEnd/NoEorgPopupSystem.cs (91%) rename Content.Client/{DeltaV => _DV}/Salvage/UI/MiningVoucherBoundUserInterface.cs (87%) rename Content.Client/{DeltaV => _DV}/Salvage/UI/MiningVoucherMenu.xaml (100%) rename Content.Client/{DeltaV => _DV}/Salvage/UI/MiningVoucherMenu.xaml.cs (95%) rename Content.Client/{DeltaV => _DV}/Shipyard/ShipyardConsoleSystem.cs (100%) rename Content.Client/{DeltaV => _DV}/Shipyard/UI/ShipyardBoundUserInterface.cs (97%) rename Content.Client/{DeltaV => _DV}/Shipyard/UI/ShipyardConsoleMenu.xaml (100%) rename Content.Client/{DeltaV => _DV}/Shipyard/UI/ShipyardConsoleMenu.xaml.cs (98%) rename Content.Client/{DeltaV => _DV}/Shipyard/UI/VesselRow.xaml (100%) rename Content.Client/{DeltaV => _DV}/Shipyard/UI/VesselRow.xaml.cs (95%) create mode 100644 Content.Client/_DV/Shuttles/Systems/DockingConsoleSystem.cs rename Content.Client/{DeltaV => _DV}/Shuttles/UI/DockingConsoleBoundUserInterface.cs (91%) rename Content.Client/{DeltaV => _DV}/Shuttles/UI/DockingConsoleWindow.xaml (100%) rename Content.Client/{DeltaV => _DV}/Shuttles/UI/DockingConsoleWindow.xaml.cs (96%) create mode 100644 Content.Client/_DV/Silicons/Laws/SlavedBorgSystem.cs rename Content.Client/{DeltaV => _DV}/TapeRecorder/TapeRecorderSystem.cs (87%) rename Content.Client/{DeltaV => _DV}/TapeRecorder/UI/TapeRecorderBoundUserInterface.cs (92%) rename Content.Client/{DeltaV => _DV}/TapeRecorder/UI/TapeRecorderWindow.xaml (100%) rename Content.Client/{DeltaV => _DV}/TapeRecorder/UI/TapeRecorderWindow.xaml.cs (96%) rename Content.Client/{DeltaV => _DV}/VendingMachines/ShopVendorSystem.cs (97%) rename Content.Client/{DeltaV => _DV}/VendingMachines/UI/ShopVendorBoundUserInterface.cs (86%) rename Content.Client/{DeltaV => _DV}/VendingMachines/UI/ShopVendorItem.xaml (100%) rename Content.Client/{DeltaV => _DV}/VendingMachines/UI/ShopVendorItem.xaml.cs (90%) rename Content.Client/{DeltaV => _DV}/VendingMachines/UI/ShopVendorWindow.xaml (100%) rename Content.Client/{DeltaV => _DV}/VendingMachines/UI/ShopVendorWindow.xaml.cs (97%) rename Content.Server/{DeltaV => _DV}/AACTablet/AACTabletComponent.cs (91%) rename Content.Server/{DeltaV => _DV}/AACTablet/AACTabletSystem.cs (94%) rename Content.Server/{DeltaV => _DV}/Abilities/Borgs/CandyFlavorPrototype.cs (94%) rename Content.Server/{DeltaV => _DV}/Abilities/Borgs/RandomizedCandySystem.cs (97%) rename Content.Server/{DeltaV => _DV}/Abilities/CrawlUnderObjectsSystem.cs (98%) rename Content.Server/{DeltaV => _DV}/Abilities/Psionics/PrecognitionPowerSystem.cs (99%) rename Content.Server/{DeltaV => _DV}/Addictions/AddictionSystem.cs (97%) rename Content.Server/{DeltaV => _DV}/Administration/Commands/AnnounceCustomCommand.cs (100%) rename Content.Server/{DeltaV => _DV}/Administration/Commands/JobWhitelistsCommand.cs (96%) rename Content.Server/{DeltaV => _DV}/Administration/Commands/LoadCharacter.cs (99%) rename Content.Server/{DeltaV => _DV}/Administration/Commands/SpawnCharacter.cs (98%) rename Content.Server/{DeltaV => _DV}/Administration/JobWhitelistsEui.cs (96%) rename Content.Server/{DeltaV => _DV}/Biscuit/BiscuitComponent.cs (64%) rename Content.Server/{DeltaV => _DV}/Biscuit/BiscuitSystem.cs (90%) rename Content.Server/{DeltaV => _DV}/Cabinet/SpareIDSafeComponent.cs (66%) rename Content.Server/{DeltaV => _DV}/Cargo/Components/PriceModifierComponent.cs (85%) rename Content.Server/{DeltaV => _DV}/Cargo/Components/StationLogisticStatsDatabaseComponent.cs (88%) rename Content.Server/{DeltaV => _DV}/Cargo/Components/StationStockMarketComponent.cs (93%) rename Content.Server/{DeltaV => _DV}/Cargo/StocksCommands.cs (97%) rename Content.Server/{DeltaV => _DV}/Cargo/Systems/LogisticStatsSystem.cs (95%) rename Content.Server/{DeltaV => _DV}/Cargo/Systems/PricingSystem.Modifier.cs (96%) rename Content.Server/{DeltaV => _DV}/Cargo/Systems/StockMarketSystem.cs (98%) rename Content.Server/{DeltaV => _DV}/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.NanoChat.cs (97%) rename Content.Server/{DeltaV => _DV}/CartridgeLoader/Cartridges/MailMetricsCartridgeComponent.cs (82%) rename Content.Server/{DeltaV => _DV}/CartridgeLoader/Cartridges/MailMetricsCartridgeSystem.cs (93%) rename Content.Server/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatCartridgeComponent.cs (91%) rename Content.Server/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatCartridgeSystem.cs (99%) rename Content.Server/{DeltaV => _DV}/CartridgeLoader/Cartridges/SecWatchCartridgeComponent.cs (100%) rename Content.Server/{DeltaV => _DV}/CartridgeLoader/Cartridges/SecWatchCartridgeSystem.cs (100%) rename Content.Server/{DeltaV => _DV}/CartridgeLoader/Cartridges/StockTradingCartridgeComponent.cs (81%) rename Content.Server/{DeltaV => _DV}/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs (95%) rename Content.Server/{DeltaV => _DV}/Chapel/SacrificialAltarSystem.cs (97%) rename Content.Server/{DeltaV => _DV}/Cloning/CloningSystem.Metempsychosis.cs (99%) rename Content.Server/{DeltaV => _DV}/Cloning/MetempsychosisKarmaComponent.cs (87%) rename Content.Server/{DeltaV => _DV}/Cloning/MetempsychoticMachineComponent.cs (95%) rename Content.Server/{DeltaV => _DV}/EntityEffects/Effects/Addicted.cs (95%) rename Content.Server/{DeltaV => _DV}/EntityEffects/Effects/InPain.cs (96%) rename Content.Server/{DeltaV => _DV}/EntityEffects/Effects/SuppressAddiction.cs (96%) rename Content.Server/{DeltaV => _DV}/EntityEffects/Effects/SuppressPain.cs (97%) rename Content.Server/{DeltaV => _DV}/Execution/ExecutionSystem.cs (100%) rename Content.Server/{DeltaV => _DV}/GameTicking/Rules/Components/DelayedRuleComponent.cs (96%) rename Content.Server/{DeltaV => _DV}/GameTicking/Rules/DelayedRuleSystem.cs (94%) rename Content.Server/{DeltaV => _DV}/Ghost/Roles/Components/GhostRoleCharacterSpawnerComponent.cs (100%) rename Content.Server/{DeltaV => _DV}/Ghost/Roles/GhostRoleSystem.Character.cs (100%) rename Content.Server/{DeltaV => _DV}/GlimmerWisp/LifeDrainerComponent.cs (95%) rename Content.Server/{DeltaV => _DV}/GlimmerWisp/LifeDrainerSystem.cs (98%) rename Content.Server/{DeltaV => _DV}/GlimmerWisp/NPC/DrainOperator.cs (97%) rename Content.Server/{DeltaV => _DV}/GlimmerWisp/NPC/PickDrainTargetOperator.cs (98%) rename Content.Server/{DeltaV => _DV}/Harpy/HarpySingerSystem.cs (98%) rename Content.Server/{DeltaV => _DV}/Hologram/HologramSystem.cs (94%) rename Content.Server/{DeltaV => _DV}/Implants/Radio/RadioImplantSystem.cs (98%) rename Content.Server/{DeltaV => _DV}/Implants/SyrinxImplantSystem.cs (100%) rename Content.Server/{DeltaV => _DV}/Mail/Components/DelayedItemComponent.cs (90%) rename Content.Server/{DeltaV => _DV}/Mail/Components/MailComponent.cs (97%) rename Content.Server/{DeltaV => _DV}/Mail/Components/MailReceiverComponent.cs (68%) rename Content.Server/{DeltaV => _DV}/Mail/Components/MailTeleporterComponent.cs (98%) rename Content.Server/{DeltaV => _DV}/Mail/Components/StationMailRouterComponent.cs (79%) rename Content.Server/{DeltaV => _DV}/Mail/EntitySystems/DelayedItemSystem.cs (95%) rename Content.Server/{DeltaV => _DV}/Mail/EntitySystems/MailSystem.cs (99%) rename Content.Server/{DeltaV => _DV}/Mail/MailCommands.cs (97%) rename Content.Server/{DeltaV => _DV}/Mail/MailConstants.cs (96%) rename Content.Server/{DeltaV => _DV}/NPC/Roboisseur/RoboisseurComponent.cs (100%) rename Content.Server/{DeltaV => _DV}/NPC/Roboisseur/RoboisseurSystem.cs (100%) rename Content.Server/{DeltaV => _DV}/NanoChat/NanoChatSystem.cs (97%) rename Content.Server/{DeltaV => _DV}/Nutrition/Events.cs (100%) rename Content.Server/{DeltaV => _DV}/Objectives/Components/NotJobsRequirementComponent.cs (100%) rename Content.Server/{DeltaV => _DV}/Objectives/Components/PickRandomTraitorComponent.cs (81%) rename Content.Server/{DeltaV => _DV}/Objectives/Components/RecruitingConditionComponent.cs (92%) rename Content.Server/{DeltaV => _DV}/Objectives/Components/TeachLessonConditionComponent.cs (75%) rename Content.Server/{DeltaV => _DV}/Objectives/Systems/KillFellowTraitorObjectiveSystem.cs (95%) rename Content.Server/{DeltaV => _DV}/Objectives/Systems/NotJobsRequirementSystem.cs (100%) rename Content.Server/{DeltaV => _DV}/Objectives/Systems/RecruitingConditionSystem.cs (100%) rename Content.Server/{DeltaV => _DV}/Objectives/Systems/TeachLessonConditionSystem.cs (93%) rename Content.Server/{DeltaV => _DV}/Pain/PainSystem.cs (97%) rename Content.Server/{DeltaV => _DV}/Planet/PlanetSystem.cs (97%) rename Content.Server/{DeltaV => _DV}/Recruiter/RecruiterPenSystem.cs (96%) rename Content.Server/{DeltaV => _DV}/RoundEnd/RoundEndSystem.Pacified.cs (95%) rename Content.Server/{DeltaV => _DV}/Shipyard/MapDeleterShuttleComponent.cs (100%) rename Content.Server/{DeltaV => _DV}/Shipyard/MapDeleterShuttleSystem.cs (100%) rename Content.Server/{DeltaV => _DV}/Shipyard/ShipyardConsoleSystem.cs (100%) rename Content.Server/{DeltaV => _DV}/Shipyard/ShipyardSystem.cs (98%) rename Content.Server/{DeltaV => _DV}/Shuttles/Systems/DockingConsoleSystem.cs (96%) rename Content.Server/{DeltaV => _DV}/Shuttles/Systems/DockingShuttleSystem.cs (94%) rename Content.Server/{DeltaV => _DV}/Silicons/Borgs/BorgSwitchableTypeSystem.Lawset.cs (94%) rename Content.Server/{DeltaV => _DV}/Silicons/Laws/SlavedBorgSystem.cs (93%) rename Content.Server/{DeltaV => _DV}/Speech/Components/IrishAccentComponent.cs (65%) rename Content.Server/{DeltaV => _DV}/Speech/Components/ScottishAccentComponent.cs (55%) rename Content.Server/{DeltaV => _DV}/Speech/EntitySystems/IrishAccentSystem.cs (89%) rename Content.Server/{DeltaV => _DV}/Speech/EntitySystems/ScottishAccentSystem.cs (89%) rename Content.Server/{DeltaV => _DV}/Station/Components/CaptainStateComponent.cs (95%) rename Content.Server/{DeltaV => _DV}/Station/Components/StationPlanetSpawnerComponent.cs (85%) rename Content.Server/{DeltaV => _DV}/Station/Events/PlayerJobEvents.cs (94%) rename Content.Server/{DeltaV => _DV}/Station/Systems/CaptainStateSystem.cs (97%) rename Content.Server/{DeltaV => _DV}/Station/Systems/StationPlanetSpawnerSystem.cs (85%) rename Content.Server/{DeltaV => _DV}/StationEvents/Components/DebrisSpawnerRuleComponent.cs (100%) rename Content.Server/{DeltaV => _DV}/StationEvents/Components/FugitiveRuleComponent.cs (100%) rename Content.Server/{DeltaV => _DV}/StationEvents/Components/GlimmerMobRuleComponent.cs (97%) rename Content.Server/{DeltaV => _DV}/StationEvents/Components/LoadFarGridRuleComponent.cs (100%) rename Content.Server/{DeltaV => _DV}/StationEvents/Components/MeteorSwarmRuleComponent.cs (100%) rename Content.Server/{DeltaV => _DV}/StationEvents/Components/ParadoxClonerRuleComponent.cs (100%) rename Content.Server/{DeltaV => _DV}/StationEvents/Events/DebrisSpawnerRule.cs (100%) rename Content.Server/{DeltaV => _DV}/StationEvents/Events/FugitiveRule.cs (100%) rename Content.Server/{DeltaV => _DV}/StationEvents/Events/GlimmerMobSpawnRule.cs (98%) rename Content.Server/{DeltaV => _DV}/StationEvents/Events/LoadFarGridRule.cs (100%) rename Content.Server/{DeltaV => _DV}/StationEvents/Events/MeteorSwarmRule.cs (100%) rename Content.Server/{DeltaV => _DV}/StationEvents/Events/ParadoxClonerRule.cs (100%) rename Content.Server/{DeltaV => _DV}/StationEvents/NextEvent/NextEventComponent.cs (91%) rename Content.Server/{DeltaV => _DV}/StationEvents/NextEvent/NextEventSystem.cs (84%) rename Content.Server/{DeltaV => _DV}/Storage/EntitySystems/MouthStorageSystem.cs (82%) rename Content.Server/{DeltaV => _DV}/TapeRecorder/TapeRecorderSystem.cs (96%) rename Content.Server/{DeltaV => _DV}/Tesla/TeslaEnergyBallSystem.PassiveDrain.cs (100%) rename Content.Server/{DeltaV => _DV}/VendingMachines/ShopVendorSystem.cs (93%) rename Content.Server/{DeltaV => _DV}/Weapons/Ranged/Components/EnergyGunComponent.cs (94%) rename Content.Server/{DeltaV => _DV}/Weapons/Ranged/Systems/EnergyGunSystem.cs (97%) rename Content.Server/{DeltaV => _DV}/Weather/WeatherEffectsSystem.cs (98%) rename Content.Server/{DeltaV => _DV}/Weather/WeatherSchedulerComponent.cs (97%) rename Content.Server/{DeltaV => _DV}/Weather/WeatherSchedulerSystem.cs (98%) rename Content.Server/{DeltaV => _DV}/Xenoarchaeology/XenoArtifacts/Effects/Components/GlimmerArtifactComponent.cs (80%) rename Content.Server/{DeltaV => _DV}/Xenoarchaeology/XenoArtifacts/Effects/Components/PsionicProducingArtifactComponent.cs (77%) rename Content.Server/{DeltaV => _DV}/Xenoarchaeology/XenoArtifacts/Effects/Systems/GlimmerArtifactSystem.cs (81%) rename Content.Server/{DeltaV => _DV}/Xenoarchaeology/XenoArtifacts/Effects/Systems/PsionicProducingArtifactSystem.cs (94%) rename Content.Server/{DeltaV => _DV}/Xenoarchaeology/XenoArtifacts/Triggers/Components/ArtifactMetapsionicTriggerComponent.cs (74%) rename Content.Server/{DeltaV => _DV}/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactMetapsionicTriggerSystem.cs (93%) rename Content.Shared/{DeltaV => _DV}/AACTablet/AACTabletUiMessages.cs (81%) rename Content.Shared/{DeltaV => _DV}/Abilities/AlwaysTriggerMousetrapComponent.cs (100%) rename Content.Shared/{DeltaV => _DV}/Abilities/Borgs/RandomizedCandyComponent.cs (88%) rename Content.Shared/{DeltaV => _DV}/Abilities/CrawlUnderObjectsComponent.cs (96%) rename Content.Shared/{DeltaV => _DV}/Abilities/Psionics/PrecognitionPowerComponent.cs (95%) rename Content.Shared/{DeltaV => _DV}/Abilities/Psionics/PrecognitionResultComponent.cs (100%) rename Content.Shared/{DeltaV => _DV}/Abilities/RummagerComponent.cs (100%) rename Content.Shared/{DeltaV => _DV}/Abilities/SharedCrawlUnderObjectsSystem.cs (94%) rename Content.Shared/{DeltaV => _DV}/Abilities/UltraVisionComponent.cs (100%) rename Content.Shared/{DeltaV => _DV}/Actions/Events/PrecognitionPowerActionEvent.cs (100%) rename Content.Shared/{DeltaV => _DV}/Addictions/AddictedComponent.cs (96%) rename Content.Shared/{DeltaV => _DV}/Addictions/SharedAddictionSystem.cs (96%) rename Content.Shared/{DeltaV => _DV}/Administration/JobWhitelistsEuiState.cs (94%) rename Content.Shared/{DeltaV => _DV}/Biscuit/SharedBiscuitComponent.cs (82%) rename Content.Shared/{DeltaV => _DV}/CCVars/DCCVars.cs (98%) rename Content.Shared/{DeltaV => _DV}/Carrying/BeingCarriedComponent.cs (89%) rename Content.Shared/{DeltaV => _DV}/Carrying/CarriableComponent.cs (88%) rename Content.Shared/{DeltaV => _DV}/Carrying/CarryDoAfterEvent.cs (79%) rename Content.Shared/{DeltaV => _DV}/Carrying/CarryingComponent.cs (89%) rename Content.Shared/{DeltaV => _DV}/Carrying/CarryingSlowdownComponent.cs (89%) rename Content.Shared/{DeltaV => _DV}/Carrying/CarryingSlowdownSystem.cs (95%) rename Content.Shared/{DeltaV => _DV}/Carrying/CarryingSystem.cs (99%) rename Content.Shared/{DeltaV => _DV}/CartridgeLoader/Cartridges/CrimeAssistPage.cs (93%) rename Content.Shared/{DeltaV => _DV}/CartridgeLoader/Cartridges/MailMetricUiState.cs (100%) rename Content.Shared/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatUiMessageEvent.cs (98%) rename Content.Shared/{DeltaV => _DV}/CartridgeLoader/Cartridges/NanoChatUiState.cs (93%) rename Content.Shared/{DeltaV => _DV}/CartridgeLoader/Cartridges/SecWatchUiState.cs (100%) rename Content.Shared/{DeltaV => _DV}/CartridgeLoader/Cartridges/StockTradingUiMessageEvent.cs (100%) rename Content.Shared/{DeltaV => _DV}/CartridgeLoader/Cartridges/StockTradingUiState.cs (100%) rename Content.Shared/{DeltaV => _DV}/Chapel/SacrificialAltarComponent.cs (94%) rename Content.Shared/{DeltaV => _DV}/Chapel/SharedSacrificialAltarSystem.cs (98%) rename Content.Shared/{DeltaV => _DV}/Damage/StaminaSystem.Resist.cs (100%) rename Content.Shared/{DeltaV => _DV}/GlimmerWisp/Events.cs (100%) rename Content.Shared/{DeltaV => _DV}/Harpy/HarpySingerComponent.cs (94%) rename Content.Shared/{DeltaV => _DV}/Harpy/HarpySingerSystem.cs (95%) rename Content.Shared/{DeltaV => _DV}/Harpy/HarpyVisualsSystem.cs (97%) rename Content.Shared/{DeltaV => _DV}/Harpy/SharedHarpyVisualsComponent.cs (74%) rename Content.Shared/{DeltaV => _DV}/Hologram/HologramComponent.cs (93%) rename Content.Shared/{DeltaV => _DV}/Hologram/SharedHologramSystem.cs (58%) rename Content.Shared/{DeltaV => _DV}/Implants/Radio/HasRadioImplantComponent.cs (91%) rename Content.Shared/{DeltaV => _DV}/Implants/Radio/RadioImplantComponent.cs (93%) rename Content.Shared/{DeltaV => _DV}/Implants/Radio/SharedRadioImplantSystem.cs (97%) rename Content.Shared/{DeltaV => _DV}/Instruments/InstrumentVisualsComponent.cs (91%) rename Content.Shared/{DeltaV => _DV}/Instruments/InstrumentVisualsSystem.cs (95%) rename Content.Shared/{DeltaV => _DV}/Item/ItemToggle/Components/ItemToggleExamineComponent.cs (76%) rename Content.Shared/{DeltaV => _DV}/Item/ItemToggle/Systems/ItemToggleExamineSystem.cs (84%) rename Content.Shared/{DeltaV => _DV}/Mail/MailDeliveryPoolPrototype.cs (95%) rename Content.Shared/{DeltaV => _DV}/Mail/MailVisuals.cs (90%) rename Content.Shared/{DeltaV => _DV}/Mail/SharedMailComponent.cs (68%) rename Content.Shared/{DeltaV => _DV}/NanoChat/NanoChatCardComponent.cs (94%) rename Content.Shared/{DeltaV => _DV}/NanoChat/SharedNanoChatSystem.cs (98%) rename Content.Shared/{DeltaV => _DV}/Pain/PainComponent.cs (98%) rename Content.Shared/{DeltaV => _DV}/Pain/SharedPainSystem.cs (97%) rename Content.Shared/{DeltaV => _DV}/Paper/SignatureEvents.cs (85%) rename Content.Shared/{DeltaV => _DV}/Paper/SignatureSystem.cs (98%) rename Content.Shared/{DeltaV => _DV}/Planet/PlanetPrototype.cs (96%) rename Content.Shared/{DeltaV => _DV}/Psionics/Events.cs (100%) rename Content.Shared/{DeltaV => _DV}/QuickPhrase/QuickPhrasePrototype.cs (96%) rename Content.Shared/{DeltaV => _DV}/Recruiter/RecruiterPenComponent.cs (97%) rename Content.Shared/{DeltaV => _DV}/Recruiter/SharedRecruiterPenSystem.cs (97%) rename Content.Shared/{DeltaV => _DV}/Roles/FugitiveRoleComponent.cs (76%) rename Content.Shared/{DeltaV => _DV}/Roles/JobRequirement/WhitelistRequirement.cs (100%) rename Content.Shared/{DeltaV => _DV}/Roles/ListeningPostRoleComponent.cs (76%) rename Content.Shared/{DeltaV => _DV}/Roles/ParadoxAnomalyRole.cs (77%) rename Content.Shared/{DeltaV => _DV}/Roles/RecruiterRole.cs (76%) rename Content.Shared/{DeltaV => _DV}/Roles/SynthesisRole.cs (76%) rename Content.Shared/{DeltaV => _DV}/Salvage/Components/MiningPointsComponent.cs (88%) rename Content.Shared/{DeltaV => _DV}/Salvage/Components/MiningPointsLatheComponent.cs (84%) rename Content.Shared/{DeltaV => _DV}/Salvage/Components/MiningVoucherComponent.cs (92%) rename Content.Shared/{DeltaV => _DV}/Salvage/MiningPointsUI.cs (86%) rename Content.Shared/{DeltaV => _DV}/Salvage/MiningVoucherUI.cs (89%) rename Content.Shared/{DeltaV => _DV}/Salvage/Systems/MiningPointsSystem.cs (97%) rename Content.Shared/{DeltaV => _DV}/Salvage/Systems/MiningVoucherSystem.cs (96%) rename Content.Shared/{DeltaV => _DV}/Shipyard/Prototypes/VesselCategoryPrototype.cs (100%) rename Content.Shared/{DeltaV => _DV}/Shipyard/Prototypes/VesselPrototype.cs (100%) rename Content.Shared/{DeltaV => _DV}/Shipyard/SharedShipyardConsoleSystem.cs (100%) rename Content.Shared/{DeltaV => _DV}/Shipyard/ShipyardConsoleComponent.cs (100%) rename Content.Shared/{DeltaV => _DV}/Shipyard/ShipyardUi.cs (100%) rename Content.Shared/{DeltaV => _DV}/Shuttles/Components/DockingConsoleComponent.cs (93%) rename Content.Shared/{DeltaV => _DV}/Shuttles/Components/DockingShuttleComponent.cs (91%) rename Content.Shared/{DeltaV => _DV}/Shuttles/Components/MiningShuttleComponent.cs (82%) rename Content.Shared/{DeltaV => _DV}/Shuttles/DockingConsoleUI.cs (88%) rename Content.Shared/{DeltaV => _DV}/Shuttles/Systems/SharedDockingConsoleSystem.cs (56%) rename Content.Shared/{DeltaV => _DV}/Shuttles/Systems/SharedDockingShuttleSystem.cs (56%) rename Content.Shared/{DeltaV => _DV}/Silicons/Laws/SharedSlavedBorgSystem.cs (56%) rename Content.Shared/{DeltaV => _DV}/Silicons/Laws/SlavedBorgComponent.cs (94%) rename Content.Shared/{DeltaV => _DV}/Speech/HushedComponent.cs (100%) rename Content.Shared/{DeltaV => _DV}/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs (100%) rename Content.Shared/{DeltaV => _DV}/Storage/Components/MouthStorageComponent.cs (88%) rename Content.Shared/{DeltaV => _DV}/Storage/EntitySystems/SharedMouthStorageSystem.cs (97%) rename Content.Shared/{DeltaV => _DV}/TapeRecorder/Components/ActiveTapeRecorderComponent.cs (81%) rename Content.Shared/{DeltaV => _DV}/TapeRecorder/Components/FitsInTapeRecorderComponent.cs (81%) rename Content.Shared/{DeltaV => _DV}/TapeRecorder/Components/TapeCasetteComponent.cs (93%) rename Content.Shared/{DeltaV => _DV}/TapeRecorder/Components/TapeRecorderComponent.cs (91%) rename Content.Shared/{DeltaV => _DV}/TapeRecorder/Systems/SharedTapeRecorderSystem.cs (99%) rename Content.Shared/{DeltaV => _DV}/TapeRecorder/TapeCasetteRecordedMessage.cs (96%) rename Content.Shared/{DeltaV => _DV}/TapeRecorder/TapeRecorderUI.cs (96%) rename Content.Shared/{DeltaV => _DV}/VendingMachines/PointsVendorComponent.cs (83%) rename Content.Shared/{DeltaV => _DV}/VendingMachines/SharedShopVendorSystem.cs (98%) rename Content.Shared/{DeltaV => _DV}/VendingMachines/ShopInventoryPrototype.cs (92%) rename Content.Shared/{DeltaV => _DV}/VendingMachines/ShopVendorComponent.cs (98%) rename Content.Shared/{DeltaV => _DV}/VendingMachines/ShopVendorUI.cs (80%) rename Content.Shared/{DeltaV => _DV}/Weapons/Ranged/EnergyGunFireModeVisuals.cs (83%) rename Content.Shared/{DeltaV => _DV}/Weather/Components/AshStormImmuneComponent.cs (80%) rename Content.Shared/{DeltaV => _DV}/Whitelist/WhitelistTierPrototype.cs (90%) rename Resources/Audio/{DeltaV => _DV}/Animals/capybara.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Effects/Shuttle/attributions.yml (100%) rename Resources/Audio/{DeltaV => _DV}/Effects/Shuttle/hyperspace_progress.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Effects/attributions.yml (100%) rename Resources/Audio/{DeltaV => _DV}/Effects/clang2.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Effects/crack1.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Effects/license.txt (100%) rename Resources/Audio/{DeltaV => _DV}/Glimmer_Creatures/attributions.yml (100%) rename Resources/Audio/{DeltaV => _DV}/Glimmer_Creatures/mite.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Items/TapeRecorder/attributions.yml (100%) rename Resources/Audio/{DeltaV => _DV}/Items/TapeRecorder/play.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Items/TapeRecorder/rewind.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Items/TapeRecorder/stop.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Items/eatfood.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Items/gavel.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/Caravan_Palace_Lone_Digger-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/DOS=HIGH,_UMB.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/Patricia_Taxxon_-_Minute_-_MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/Phoron_Will_Make_Us_RichMONO2.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/Scratch_Post_-_OST_MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/a_different_reality_lagoona_remix.xm-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/aggravated.it-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/attributions.yml (99%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/autumnal_equinox.xm-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/deck_the_halls_b-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/drozerix_-_alone.xm-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/drozerix_-_leisurely_voice.xm-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/every_light_is_blinking_at_onceMONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/hackers-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/lasers_rip_apart_the_bulkheadMONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/marhaba-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/psirius_-_nymphs_of_the_forest.mptm-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/shibamata-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/space_asshole-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Jukebox/superposition-MONO.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Misc/license.txt (100%) rename Resources/Audio/{DeltaV => _DV}/Misc/reducedtoatmos.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Harpy/attributions.yml (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Harpy/caw1.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Harpy/chirp1.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Harpy/license.txt (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Talk/license.txt (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Talk/vulp.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Talk/vulp_ask.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Talk/vulp_exclaim.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/attributions.yml (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_bark1.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_bark2.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_bark3.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_growl1.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_growl2.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_growl3.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_growl4.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_growl5.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_growl6.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_snarl1.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_snarl2.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_snarl3.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/dog_whine.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/howl.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Voice/Vulpkanin/license.txt (100%) rename Resources/Audio/{DeltaV => _DV}/Weapons/Guns/Empty/dry_fire.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Weapons/Guns/Gunshots/axiom.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Weapons/Guns/Gunshots/beamcannon.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Weapons/Guns/Gunshots/jackdaw.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Weapons/Guns/Gunshots/laser.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Weapons/Guns/Gunshots/typewriter.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/Weapons/Guns/Gunshots/universal.ogg (100%) rename Resources/Audio/{DeltaV => _DV}/license.txt (100%) rename Resources/ConfigPresets/{DeltaV => _DV}/apoapsis.toml (100%) rename Resources/ConfigPresets/{DeltaV => _DV}/deltav.toml (100%) rename Resources/ConfigPresets/{DeltaV => _DV}/horizon.toml (100%) rename Resources/ConfigPresets/{DeltaV => _DV}/inclination.toml (100%) rename Resources/ConfigPresets/{DeltaV => _DV}/periapsis.toml (100%) rename Resources/Locale/en-US/{deltav => _DV}/abilities/lifedrainer.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/abilities/psionic.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/accent/irish.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/accent/scottish.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/access/components/agent-id-card-component.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/accessories/hair.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/actions/crawl-under-objects.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/actions/sleep.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/administration/commands/announce-custom.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/administration/ui/player-panel.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/advertisements/vending/courierdrobe.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/advertisements/vending/pride.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/armor/armor-examine.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/borg/borg.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/cargo/stocks-comapnies.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/cargo/stocks-commands.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/cartridge-loader/cartridges.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/cartridge-loader/secwatch.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/changelog/changelog-window.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/chapel/altar.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/chat/emotes.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/chat/managers/chat_manager.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/clothing/belts.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/communications/communications-console-component.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/connection-messages.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/criminal-records/criminal-records.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/datasets/names/ai.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/devices/device-network.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/escape-menu/options-menu.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/flavors/flavor-profiles.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/fugitive/sets.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/game-ticking/game-presets/preset-zombies.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/game-ticking/game-rules/rule-fugitive.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/game-ticking/game-rules/rule-listening-post.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/game-ticking/game-rules/rule-paradox-anomaly.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/ghost/roles/ghost-role-component.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/guidebook/chemistry/effects.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/guidebook/chemistry/statuseffects.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/guidebook/guides.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/harpy/singer_system.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/headset/headset-component.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/hologram/hologram.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/holopad/holopad.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/info/whitelists.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/interaction/interaction-popup-component.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/job/captain-state.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/job/department-desc.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/job/department.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/job/job-description.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/job/job-names.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/job/job-supervisors.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/lathe/ui/lathe-menu.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/markings/Oni.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/markings/felinid.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/markings/makeup.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/markings/moth.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/markings/rodentia.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/markings/scars.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/markings/tattoos.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/markings/vulpkanin.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/materials/materials.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/materials/units.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/misc/biscuits.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/misc/pda.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/nanochat/components/nanochat-card-component.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/navmap-beacons/station-beacons.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/nutrition/components/food-sequence.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/objectives/conditions/kill-fellow-traitor.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/objectives/conditions/ninja.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/objectives/conditions/paradox-anomaly.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/objectives/conditions/recruiter.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/objectives/conditions/steal-target-groups.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/objectives/conditions/teach-person.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/paper/book-salvage.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/paper/paper-misc.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/paper/signature.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/paper/stamp-component.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/phrases/common.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/phrases/locations.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/phrases/species.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/phrases/subjects.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/phrases/threats.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/preferences/loadout-groups.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/access/accesses.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/catalog/cargo/cargo-armory.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/catalog/cargo/cargo-food.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/catalog/cargo/cargo-livestock.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/catalog/cargo/cargo-vending.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/catalog/fills/crates/armory-crates.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/catalog/fills/crates/food-crates.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/catalog/fills/crates/fun-crates.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/catalog/fills/crates/livestock-crates.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/catalog/fills/crates/vending-crates.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/entities/structures/storage/tanks/tanks.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/prototypes/roles/antags.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/reagents/generic.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/reagents/meta/consumable/drink/drinks.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/reagents/meta/consumable/drink/powdered_drinks.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/reagents/meta/consumable/drink/soda.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/reagents/meta/consumable/food/condiments.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/reagents/meta/fun.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/recruiter/pen.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/recruiter/recruiter.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/research/rd-clipboard.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/research/technologies.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/roboisseur/roboisseur.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/roundend/no-eorg-popup.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/salvage/mining-voucher.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/salvage/salvage-magnet.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/seeds.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/shipyard/shipyard-console.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/shuttles/docking-console.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/species/namepreset.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/species/species.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/station-events/events/greytide-virus.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/station-events/events/vent-critters.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/station-events/events/xeno-vent.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/station-events/station-event-system.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/station-laws/laws.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/storage/mouth-storage-component.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/store/uplink-catalog.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/synthesis/synthesis.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/taperecorder/taperecorder.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/tools/tool-qualities.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/traits/traits.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/vending-machines/shop-vendor.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/warp-points/warp-points.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/weapons/ranged/energygun.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/weather/ashstorm.ftl (100%) rename Resources/Locale/en-US/{deltav => _DV}/xenoarchaeology/artifact-hints.ftl (100%) rename Resources/Maps/{Nonstations/DeltaV => _DV/Nonstations}/glacier_surface_outpost.yml (100%) rename Resources/Maps/{Nonstations/DeltaV => _DV/Nonstations}/lavaland_mining_base.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Nonstations}/listening_post.yml (100%) rename Resources/Maps/{Ruins/DeltaV => _DV/Ruins}/biodome_satellite.yml (100%) rename Resources/Maps/{Ruins/DeltaV => _DV/Ruins}/derelict.yml (100%) rename Resources/Maps/{Ruins/DeltaV => _DV/Ruins}/djstation.yml (100%) rename Resources/Maps/{Ruins/DeltaV => _DV/Ruins}/old_ai_sat.yml (100%) rename Resources/Maps/{Ruins/DeltaV => _DV/Ruins}/relaystation.yml (100%) rename Resources/Maps/{Ruins/DeltaV => _DV/Ruins}/whiteship_ancient.yml (100%) rename Resources/Maps/{Ruins/DeltaV => _DV/Ruins}/whiteship_bluespacejumper.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-animalfarm.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-asteroid-base.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-asteroid-large-01.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-asteroid-large-02.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-asteroid-large-03.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-asteroid-mining-chemlab.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-atlas-atmos.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-atlas-cargo.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-atlas-conference-room.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-atlas-dorms.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-atlas-epi.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-atlas-jailcells.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-atlas-medical.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-atlas-perma.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-atlas-salvage.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-atlas-service.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-bone-cave.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-cargo-01.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-crystal-cave.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-hauling-shuttle.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-large-asteroid-mining-01.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-large-engineer-chunk.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-laundromat-chunk.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-meatball.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-asteroid-mining-01.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-chunk-01.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-crashed-shuttle.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-dock.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-library.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-pet-hospital.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-pirate.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-ruined-emergency-shuttle.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-service-chunk-01.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-silent-orchestra.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-med-vault-01.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-medium-01.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-mining-outpost-01.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-outpost-arm.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-research-outpost-01.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-ruin-cargo-salvage.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-security-chunk.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-solar-farm.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-stationstation.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-syndi-hideout.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-tick-colony.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-tick-nest.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-vegan-meatball.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/DV-wh-salvage.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/Templates/DV-large-asteroid-template.yml (100%) rename Resources/Maps/{Salvage/DeltaV => _DV/Salvage}/Templates/DV-med-asteroid-template.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_BC20.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Box.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Centipede.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Delta.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Fishbowl.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Kaeri.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Lox.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Propeller.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Right.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Seal.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Titan.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_UCLB.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/NTES_Vertex.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/barge.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/glacier_surface_shuttle.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/helix.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/mining.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/ntcv-nomad.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/ntsp-bulwark.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/ntsv-tote.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/ntv-pulse.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/ntxr-saucer.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/prospector.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/pts.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/recruiter_ship.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/sub_escape_pod.yml (100%) rename Resources/Maps/{Shuttles/DeltaV => _DV/Shuttles}/synthesis_ship.yml (100%) rename Resources/Maps/{DeltaV => _DV}/centcomm.yml (100%) delete mode 100644 Resources/Prototypes/DeltaV/Entities/Structures/Doors/airlock_groups.yml delete mode 100644 Resources/Prototypes/DeltaV/Maps/salvage.yml delete mode 100644 Resources/Prototypes/DeltaV/Shaders/birdvision.yml delete mode 100644 Resources/Prototypes/DeltaV/Shaders/chromatic_aberration.yml delete mode 100644 Resources/Prototypes/DeltaV/SoundCollections/vulpkanin.yml delete mode 100644 Resources/Prototypes/DeltaV/Voice/speech_sounds.yml delete mode 100644 Resources/Prototypes/Nyanotrasen/Maps/salvage.yml rename Resources/Prototypes/{DeltaV => _DV}/Accents/word_replacements.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Access/cargo.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Access/engineering.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Access/epistemics.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Access/justice.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Access/medical.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Access/misc.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Access/security.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Access/service.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Actions/types.yml (91%) rename Resources/Prototypes/{DeltaV => _DV}/Body/Organs/ashwalker.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Body/Organs/harpy.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Body/Organs/vulpkanin.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Body/Parts/harpy.yml (75%) rename Resources/Prototypes/{DeltaV => _DV}/Body/Parts/rodentia.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/Body/Parts/vulpkanin.yml (74%) rename Resources/Prototypes/{DeltaV => _DV}/Body/Prototypes/ashwalker.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Body/Prototypes/harpy.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Body/Prototypes/rodentia.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Body/Prototypes/vulpkanin.yml (100%) rename Resources/Prototypes/{DeltaV/cartridges => _DV/Cartridges}/crimeassistflow.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Cargo/cargo_armory.yml (82%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Cargo/cargo_food.yml (83%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Cargo/cargo_fun.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Cargo/cargo_livestock.yml (78%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Cargo/cargo_medical.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Cargo/cargo_vending.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Boxes/emergency.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Boxes/general.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Boxes/pda.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Boxes/security.yml (88%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Crates/armory.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Crates/engine.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Crates/food.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Crates/fun.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Crates/medical.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Crates/npc.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Crates/vending.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Items/Backpacks/duffelbag.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Items/Belts/belts.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Lockers/cargo.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Lockers/chiefjustice.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Lockers/clerk.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Lockers/heads.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Lockers/medical.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Lockers/security.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Lockers/suit_storage.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Fills/Paper/manuals.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Jukebox/Standard.yml (57%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Shipyard/categories.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Shipyard/civilian.yml (82%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Shipyard/experimental.yml (81%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/Shipyard/military.yml (81%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/VendingMachines/Inventories/courierdrobe.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/VendingMachines/Inventories/pride.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/VendingMachines/Inventories/salvage_points.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/VendingMachines/Inventories/unlockedboozeomat.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/VendingMachines/advertisements.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/VendingMachines/goodbyes.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/fugitive_sets.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/mining_voucher.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/Catalog/uplink_catalog.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Damage/modifier_sets.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Datasets/Names/ai.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Datasets/Names/rodentia_female.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Datasets/Names/rodentia_last.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Datasets/Names/rodentia_male.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Datasets/Names/vulpkanin_female.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Datasets/Names/vulpkanin_last.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Datasets/Names/vulpkanin_male.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Datasets/addictions.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Datasets/fugitive_crimes.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Datasets/pain.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Decals/trimline.yml (78%) rename Resources/Prototypes/{DeltaV => _DV}/Device/devicenet_frequencies.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Actions/cancel-escape-inventory.yml (79%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Belt/belts.yml (85%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Ears/headsets.yml (82%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Eyes/glasses.yml (81%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Eyes/hud.yml (86%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Hands/gloves.yml (76%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Head/hardsuit-helmets.yml (77%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Head/hats.yml (68%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Head/hoods.yml (69%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Masks/masks.yml (67%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Neck/cloaks.yml (74%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Neck/mantles.yml (72%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Neck/medals.yml (70%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Neck/misc.yml (74%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Neck/ties.yml (63%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/OuterClothing/armor.yml (87%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/OuterClothing/coats.yml (76%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/OuterClothing/hardsuits.yml (84%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/OuterClothing/misc.yml (75%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/OuterClothing/vests.yml (79%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/OuterClothing/wintercoats.yml (72%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Shoes/boots.yml (68%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Shoes/magboots.yml (74%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Shoes/misc.yml (68%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Shoes/specific.yml (71%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Shoes/winter-boots.yml (58%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Uniforms/base_clothinguniforms.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Uniforms/jumpskirts.yml (69%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Uniforms/jumpsuits.yml (67%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Clothing/Uniforms/scrubs.yml (73%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Markers/Spawners/Random/intercom.yml (89%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Markers/Spawners/Random/miningrock.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Markers/Spawners/Random/safes.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Markers/Spawners/Random/security.yml (89%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Markers/Spawners/Random/solar.yml (80%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Markers/Spawners/ghost_roles.yml (98%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Markers/Spawners/jobs.yml (85%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Markers/Spawners/mobs.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Markers/anti_anomaly_zone.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Markers/warp_point.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Customization/Markings/Oni_horns.yml (74%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Customization/Markings/felinid.yml (62%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Customization/Markings/hair.yml (71%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Customization/Markings/harpy.yml (79%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Customization/Markings/makeup.yml (87%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Customization/Markings/moth.yml (66%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Customization/Markings/rodentia.yml (64%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Customization/Markings/scars.yml (53%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Customization/Markings/tattoos.yml (60%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Customization/Markings/vulpkanin.yml (65%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Cyborgs/borg_chassis.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/NPCs/animals.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/NPCs/familiars.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/NPCs/fun.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/NPCs/glimmer_creatures.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/NPCs/nukiemouse.yml (98%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/NPCs/pets.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/NPCs/salvage.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Player/harpy.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Player/rodentia.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Player/silicon.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Player/vulpkanin.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Species/ashwalker.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Species/harpy.yml (92%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Species/rodentia.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Mobs/Species/vulpkanin.yml (95%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Drinks/drinks-cartons.yml (89%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Drinks/drinks.yml (85%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Drinks/drinks_cans.yml (84%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Drinks/powdered_drinks.yml (91%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Food/Containers/lunchbox.yml (99%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Food/meals.yml (84%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Food/meat.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Food/produce.yml (87%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Food/soup.yml (88%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml (66%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml (63%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Decoration/flora.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/CircuitBoards/computer.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/Electronics/door_access.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/Medical/portafib.yml (90%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml (92%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/aac_tablet.yml (95%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/cartridges.yml (81%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/door_remote.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/encryption_keys.yml (86%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/pda.yml (95%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/shock_collar.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/station_beacon.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Devices/tape_recorder.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Fun/toy_guns.yml (88%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Fun/toys.yml (86%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Materials/ore.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/books.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/fire_extinguisher.yml (86%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/first_bill.yml (88%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/ian_dossier.yml (89%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/identification_cards.yml (95%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/implanters.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/improvised_gun_parts.yml (88%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/mouth_storage.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/paper.yml (95%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/paperslips.yml (93%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/rubber_stamp.yml (89%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/secret_documents.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Misc/subdermal_implants.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Chapel/ringbox.yml (90%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Command/safe.yml (95%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Hydroponics/plant_bag_holding.yml (67%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Hydroponics/seeds.yml (77%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Justice/gavel.yml (77%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Justice/gavelblock.yml (78%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Justice/trialtimer.yml (89%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Mail/mail.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Mail/mail_civilian.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Mail/mail_command.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Mail/mail_engineering.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Mail/mail_epistemology.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Mail/mail_medical.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Mail/mail_security.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Mail/tools.yml (69%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Medical/healing.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Medical/morgue.yml (93%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Robotics/borg_modules.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Security/security.yml (98%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/Service/vending_machine_restock.yml (93%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/chemistry-bottles.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/fugitive.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/mining_voucher.yml (92%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Specific/recruiter.yml (95%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Tools/emag.yml (80%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Bombs/plastic.yml (92%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Boxes/caseless_rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Boxes/light_rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Boxes/magnum.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Boxes/pistol.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Boxes/rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Boxes/special.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Boxes/toy_guns.yml (81%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/caseless_rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml (84%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/replicated.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/special.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Magazines/caseless_rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Magazines/rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/caseless_rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/light_rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/magnum.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/musket.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/pistol.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/replicated.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/rifle.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Ammunition/SpeedLoaders/special.yml (97%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml (82%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Launchers/launchers.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Pistols/pistols.yml (90%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml (73%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Projectiles/impacts.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Projectiles/meteors.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Projectiles/toy_projectiles.yml (95%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml (82%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Rifles/rifles.yml (89%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/SMGs/smgs.yml (87%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml (82%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Melee/foam_blade.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Melee/home_run_bat.yml (92%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Melee/knife.yml (74%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Objects/Weapons/Throwable/grenades.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Stations/base.yml (93%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Decoration/shuttle_manipulator.yml (84%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Doors/Airlocks/access.yml (98%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Doors/Airlocks/airlocks.yml (68%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Doors/Airlocks/assembly.yml (69%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Doors/Shutter/blast_door.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Doors/Windoors/windoor.yml (100%) create mode 100644 Resources/Prototypes/_DV/Entities/Structures/Doors/airlock_groups.yml rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Machines/computers.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Machines/faxmachines.yml (83%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Machines/holopad.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Machines/syndicate_monitor_server.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Machines/vending_machines.yml (92%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Piping/Disposal/space_disposal.yml (94%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Storage/Closets/Lockers/lockers.yml (95%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Storage/Crates/barrel.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Storage/SecureCabinet/secure_cabinets.yml (99%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Storage/Tanks/tanks.yml (87%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Wallmounts/Signs/posters.yml (83%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Wallmounts/Signs/signs.yml (82%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Wallmounts/paintings.yml (75%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Wallmounts/switch.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Walls/mountain.yml (94%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Walls/railing.yml (69%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/Windows/tinted_windows.yml (68%) rename Resources/Prototypes/{DeltaV => _DV}/Entities/Structures/cryopod.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Flavors/candyflavors.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Flavors/flavors.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/GameRules/events.yml (99%) rename Resources/Prototypes/{DeltaV => _DV}/GameRules/glimmer_events.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/GameRules/unknown_shuttles.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Guidebook/command.yml (55%) rename Resources/Prototypes/{DeltaV => _DV}/Guidebook/epistemics.yml (53%) rename Resources/Prototypes/{DeltaV => _DV}/Guidebook/justice.yml (54%) rename Resources/Prototypes/{DeltaV => _DV}/Guidebook/logistics.yml (52%) rename Resources/Prototypes/{DeltaV => _DV}/Guidebook/rules.yml (59%) rename Resources/Prototypes/{DeltaV => _DV}/Guidebook/species.yml (52%) rename Resources/Prototypes/{DeltaV => _DV}/Hydroponics/seeds.yml (89%) rename Resources/Prototypes/{DeltaV => _DV}/InventoryTemplates/secdog_inventory_template.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Cargo/cargo_technician.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Cargo/courier.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Cargo/salvage_technician.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Civilian/bartender.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Civilian/chef.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Civilian/clown.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Civilian/janitor.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Civilian/mime.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Civilian/passenger.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Civilian/service_worker.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Command/administrative_assistant.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Command/head_of_personnel.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Engineering/atmospheric_technician.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Engineering/station_engineer.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Justice/chiefjustice.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Justice/clerk.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Justice/prosecutor.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Medical/medical_doctor.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Medical/medical_intern.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Medical/psychologist.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Science/mystagogue.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Science/roboticist.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Science/scientist.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Security/brigmedic.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Security/detective.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Jobs/Security/security_officer.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Miscellaneous/glasses.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Miscellaneous/scarfs.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Miscellaneous/survival.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Miscellaneous/trinkets.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/Miscellaneous/wintercoats.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/loadout_groups.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Loadouts/role_loadouts.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Mail/mailDeliveries.yml (100%) create mode 100644 Resources/Prototypes/_DV/Maps/salvage.yml rename Resources/Prototypes/{DeltaV => _DV}/Maps/salvage_modified.yml (65%) rename Resources/Prototypes/{DeltaV => _DV}/NPC/roboisseur.yml (94%) rename Resources/Prototypes/{DeltaV => _DV}/NPC/wisp.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Objectives/fugitive.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Objectives/ninja.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Objectives/objectiveGroups.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Objectives/paradox_anomaly.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Objectives/recruiter.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/Objectives/stealTargetGroups.yml (74%) rename Resources/Prototypes/{DeltaV => _DV}/Objectives/synthesis_specialist.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Objectives/traitor.yml (100%) create mode 100644 Resources/Prototypes/_DV/Parallaxes/space.yml rename Resources/Prototypes/{DeltaV => _DV}/Procedural/biome_ore_templates.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Common/commands.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Common/manners.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Common/numbers.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Common/pronouns.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Common/qualitative.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Common/questions.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Species/animals.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Species/crew.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Species/generic_species.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Subjects/command.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Subjects/engineering.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Subjects/epistemics.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Subjects/generic.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Subjects/justice.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Subjects/logistics.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Subjects/medical.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Subjects/security.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Subjects/service.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Threats/hazards.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Threats/hostiles.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/Threats/status.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/base.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/jobs.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/QuickPhrases/locations.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Reagents/Consumable/Drink/drinks.yml (90%) rename Resources/Prototypes/{DeltaV => _DV}/Reagents/Consumable/Drink/powdered_drinks.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Reagents/Consumable/Drink/soda.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Reagents/Materials/ores.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Reagents/fun.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Construction/Graphs/clothing/prescription_departamental_glasses.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Construction/Graphs/clothing/prescription_huds.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Construction/Graphs/utilities/borg_modules.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Construction/clothing.yml (81%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Construction/storage.yml (87%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Cooking/meal_recipes.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Cooking/powdered_drinks.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Crafting/Graphs/SecureCabinet/secure_cabinet.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Crafting/Graphs/barrel.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Crafting/Graphs/improvised/bayonet.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Crafting/Graphs/improvised/modular_breech.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Crafting/Graphs/improvised/modular_trigger.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Crafting/Graphs/improvised/musket.yml (83%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Crafting/Graphs/improvised/musket_cartridge.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Crafting/barrel.yml (85%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Crafting/improvised.yml (89%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Lathes/clothing.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Lathes/devices.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Lathes/electronics.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Lathes/medical.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Lathes/misc.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Lathes/powercells.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Lathes/robotics.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Lathes/security.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Lathes/tiles.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Lathes/tools.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Reactions/drinks.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Reactions/food.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Recipes/Reactions/fun.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Research/arsenal.yml (83%) rename Resources/Prototypes/{DeltaV => _DV}/Research/civilianservices.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Research/industrial.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Antags/fugitive.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Antags/listening_post.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Antags/paradox.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Antags/recruiter.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Antags/synthesis_specialist.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Cargo/cargo_assistant.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Cargo/courier.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Command/administrative_assistant.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Epistemics/roboticist.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Fun/misc_startinggear.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Justice/chief_justice.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Justice/clerk.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Justice/prosecutor.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Medical/medical_borg.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/NPC/syndicateNPCs.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Security/brigmedic.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/Security/securityborg.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/Jobs/departments.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/MindRoles/mind_roles.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Roles/play_time_trackers.yml (100%) create mode 100644 Resources/Prototypes/_DV/Shaders/birdvision.yml create mode 100644 Resources/Prototypes/_DV/Shaders/chromatic_aberration.yml rename Resources/Prototypes/{DeltaV => _DV}/Shuttles/recruiter.yml (55%) rename Resources/Prototypes/{DeltaV => _DV}/Shuttles/synthesis.yml (55%) rename Resources/Prototypes/{DeltaV => _DV}/SoundCollections/harpy.yml (100%) create mode 100644 Resources/Prototypes/_DV/SoundCollections/vulpkanin.yml rename Resources/Prototypes/{DeltaV => _DV}/Species/harpy.yml (78%) rename Resources/Prototypes/{DeltaV => _DV}/Species/rodentia.yml (79%) rename Resources/Prototypes/{DeltaV => _DV}/Species/vulpkanin.yml (78%) rename Resources/Prototypes/{DeltaV => _DV}/Stacks/Materials/ore.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/StatusIcon/job.yml (67%) rename Resources/Prototypes/{DeltaV => _DV}/StatusIcon/security.yml (71%) rename Resources/Prototypes/{DeltaV => _DV}/Traits/altvision.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Traits/disabilities.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Traits/neutral.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Traits/speech.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Voice/speech_emote_sounds.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Voice/speech_emotes.yml (100%) create mode 100644 Resources/Prototypes/_DV/Voice/speech_sounds.yml rename Resources/Prototypes/{DeltaV => _DV}/Voice/speech_verbs.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/Wires/layouts.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/XenoArch/Effects/glimmer.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/XenoArch/Effects/psionic.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/XenoArch/artifact_triggers.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/ai_factions.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/borg_types.yml (96%) rename Resources/Prototypes/{DeltaV => _DV}/name_identifier_groups.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/ore.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/planets.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/radio_channels.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/shaders.yml (81%) rename Resources/Prototypes/{DeltaV => _DV}/siliconlaws.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/status_effects.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/tags.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/tool_qualities.yml (100%) rename Resources/Prototypes/{DeltaV => _DV}/typing_indicator.yml (64%) rename Resources/Prototypes/{DeltaV => _DV}/whitelist_tiers.yml (100%) rename Resources/ServerInfo/Guidebook/Mobs/{DeltaV => _DV}/Felinid.xml (100%) rename Resources/ServerInfo/Guidebook/Mobs/{DeltaV => _DV}/Harpy.xml (100%) rename Resources/ServerInfo/Guidebook/Mobs/{DeltaV => _DV}/Oni.xml (100%) rename Resources/ServerInfo/Guidebook/Mobs/{DeltaV => _DV}/Rodentia.xml (100%) rename Resources/ServerInfo/Guidebook/Mobs/{DeltaV => _DV}/Vulpkanin.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/AlertProcedure.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Epistemics/GlimmerCreatures.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Justice.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Logistics/TradeStation.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/0_Admin.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/CommunityRules/A1_ERP.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/CommunityRules/A2_Community.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/CommunityRules/A3_Streaming.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/CommunityRules/A4_Ahelp.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/CommunityRules/A5_Exploits.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/DeltaVRuleset.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/GameRules/1_Behave.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/GameRules/2_Metagaming.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/GameRules/3_Powergaming.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/GameRules/4_Self-antag.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/GameRules/5_Leaving.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/RoleRules/C1_CommandSecurityJustice.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/RoleRules/C2_PrisonerRule.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/RoleRules/C3_Antags.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/SiliconRules/S10_OrderConflicts.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/SiliconRules/S1_Laws.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/SiliconRules/S2_LawPriority.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/SiliconRules/S3_LawRedefinition.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/SiliconRules/S4_RequestChanges.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/SiliconRules/S5_FreeSilicon.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/SiliconRules/S6_UnreasonableOrders.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/SiliconRules/S7_Consistency.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/SiliconRules/S8_DefaultCrewDefinition.xml (100%) rename Resources/ServerInfo/Guidebook/{DeltaV => _DV}/Rules/SiliconRules/S9_DefaultHarmDefinition.xml (100%) rename Resources/Textures/{DeltaV => _DV}/Actions/escapeinventory.rsi/cancel-escape.png (100%) rename Resources/Textures/{DeltaV => _DV}/Actions/escapeinventory.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Backpacks/brigmedic.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Backpacks/brigmedic.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Backpacks/brigmedic.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Backpacks/brigmedic.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Backpacks/brigmedic.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Duffels/brigmedic.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Duffels/brigmedic.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Duffels/brigmedic.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Duffels/brigmedic.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Duffels/brigmedic.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Satchels/brigmedic.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Satchels/brigmedic.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Satchels/brigmedic.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Satchels/brigmedic.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Back/Satchels/brigmedic.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/belt_overlay.rsi/baton.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/belt_overlay.rsi/flashbang.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/belt_overlay.rsi/gasgrenade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/belt_overlay.rsi/katana.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/belt_overlay.rsi/medkit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/belt_overlay.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/belt_overlay.rsi/slp.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/belt_overlay.rsi/universal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/belt_overlay.rsi/wakizashi.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/ceremonial.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/ceremonial.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/ceremonial.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/ceremonial.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/ceremonial.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/cmowebbing.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/cmowebbing.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/cmowebbing.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/cmowebbing.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/cmowebbing.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/corpsman.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/corpsman.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/corpsman.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/corpsman.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/corpsman.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/courierbag.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/courierbag.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/courierbag.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/foamsheath.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/foamsheath.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/foamsheath.rsi/sheath-sabre-equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/foamsheath.rsi/sheath-sabre.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/foamsheath.rsi/sheath.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/security.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/security.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/security.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/security.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/security.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/securitywebbing.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/securitywebbing.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/securitywebbing.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/securitywebbing.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/securitywebbing.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/suspendersblack.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/suspendersblack.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/suspendersblack.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/suspendersblack.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Belt/suspendersblack.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/adminassistant.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/adminassistant.rsi/icon_alt.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/adminassistant.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/justice.rsi/alt-equipped-EARS.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/justice.rsi/equipped-EARS.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/justice.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/justice.rsi/icon_alt.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/justice.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/prisoner.rsi/equipped-EARS.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/prisoner.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/prisoner.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/securitymedical.rsi/equipped-EARS.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/securitymedical.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/securitymedical.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/service.rsi/alt-equipped-EARS.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/service.rsi/icon_alt.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/service.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/syndicate_listening.rsi/alt-equipped-EARS.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/syndicate_listening.rsi/icon_alt.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Ears/Headsets/syndicate_listening.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/equipped-EYES.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/interdynechemgoogles.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES-hamster.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES-secdog.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/presccorpsglasses.rsi/equipped-EYES.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/presccorpsglasses.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/presccorpsglasses.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/presccorpsglasses.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/presccorpsglasses.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES-hamster.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES-secdog.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/prescsecglasses.rsi/equipped-EYES.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/prescsecglasses.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/prescsecglasses.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/prescsecglasses.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/prescsecglasses.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Hud/prescmedhud.rsi/equipped-EYES.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Hud/prescmedhud.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Hud/prescmedhud.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Hud/prescmedhud.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Hud/prescmedhud.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Hud/prescsechud.rsi/equipped-EYES.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Hud/prescsechud.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Hud/prescsechud.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Hud/prescsechud.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Eyes/Hud/prescsechud.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/hvchemresgloves.rsi/equipped-HAND.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/hvchemresgloves.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/hvchemresgloves.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/inspection.rsi/equipped-HAND.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/inspection.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/inspection.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/inspection.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/inspection.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/ryuzogauntlets.rsi/equipped-HAND.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/ryuzogauntlets.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/ryuzogauntlets.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/ryuzogauntlets.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Hands/Gloves/ryuzogauntlets.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/advanced.rsi/icon-flash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/advanced.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/advanced.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/corpsman.rsi/icon-flash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/corpsman.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/corpsman.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/hos.rsi/icon-flash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/hos.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/medical.rsi/icon-flash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/medical.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/medical.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/officer.rsi/icon-flash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/officer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/officer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/riot.rsi/icon-flash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/riot.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/riot.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/standard.rsi/icon-flash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/standard.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/standard.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/warden.rsi/icon-flash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/warden.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/warden.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_corpsman.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_corpsman.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_corpsman.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_corpsman.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_corpsman.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_det.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_det.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_det.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_det.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_det.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_hos.rsi/equipped-HELMET-hamster.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_hos.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_hos.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_hos.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_lo.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_lo.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_lo.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_lo.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_lo.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_security.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_security.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_security.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_security.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_security.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_warden.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_warden.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/beret_warden.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/blackfedora.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/blackfedora.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/blackfedora.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/blackfedora.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/blackfedora.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/brownfedora.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/brownfedora.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/brownfedora.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/brownfedora.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/brownfedora.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/cj_toque.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/cj_toque.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/cj_toque.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/cj_toque.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/cj_toque.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/dircap.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/dircap.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/dircap.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/dircap.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/dircap.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/flatblack.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/flatblack.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/flatblack.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/flatblack.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/flatblack.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/flatbrown.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/flatbrown.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/flatbrown.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/flatbrown.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/flatbrown.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET-hamster.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hopcap.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hopcap.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hopcap.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hopcap.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hoshat.rsi/equipped-HELMET-hamster.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hoshat.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hoshat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hoshat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hoshat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/hoshat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/mysta.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/mysta.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/mysta.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/mysta.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/mysta.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_black.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_black.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_pink.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_pink.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_white.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/surgcap_white.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/warden.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/warden.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/warden.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/whitefedora.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/whitefedora.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/whitefedora.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/whitefedora.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hats/whitefedora.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-reptilian.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-vox.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/light_riot.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/light_riot.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/light_riot.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/light_riot.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/light_riot.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/icon-flash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET-vox.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/off-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET-vox.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET-vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/paramedhelm.rsi/on-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/security.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/security.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/security.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/security.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/security.rsi/light-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/security.rsi/lighton-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Helmets/security.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hoods/Coat/hoodmail.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hoods/interdynechemhood.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hoods/interdynechemhood.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hoods/interdynechemhood.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Hoods/interdynechemhood.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Soft/couriersoft.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Soft/couriersoft.rsi/flipped-equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Soft/couriersoft.rsi/flipped-icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Soft/couriersoft.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Soft/couriersoft.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Soft/couriersoft.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Head/Soft/couriersoft.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Mask/interdynechemmask.rsi/equipped-MASK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Mask/interdynechemmask.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Mask/interdynechemmask.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Mask/interdynechemmask.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Mask/interdynechemmask.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/boatcloak.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/boatcloak.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/boatcloak.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/cjcloak.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/cjcloak.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/cjcloak.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/cjcloak.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/cjcloak.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/hop.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/hop.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/hop.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/hop.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/hop.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/mystacloak.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/mystacloak.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/mystacloak.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/salvage.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/salvage.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Cloaks/salvage.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/blackstar.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/blackstar.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/blackstar.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/cargomedal.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/cargomedal.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/cargomedal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/clownmedal.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/clownmedal.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/clownmedal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/engineermedal.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/engineermedal.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/engineermedal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/medicalmedal.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/medicalmedal.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/medicalmedal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/sciencemedal.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/sciencemedal.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/sciencemedal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/securitymedal.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/securitymedal.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Medals/securitymedal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Misc/prosecutorbadge.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Misc/prosecutorbadge.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Misc/prosecutorbadge.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/blacktie.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/blacktie.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/blacktie.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/blacktie.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/blacktie.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/bluetie.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/bluetie.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/bluetie.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/bluetie.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/bluetie.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/browntie.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/browntie.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/browntie.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/browntie.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/browntie.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK-hamster.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/chemtie.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/chemtie.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/chemtie.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/chemtie.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/greentie.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/greentie.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/greentie.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/greentie.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/greentie.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/whitetie.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/whitetie.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/whitetie.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/whitetie.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/Ties/whitetie.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/mantles/cjmantle.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/mantles/cjmantle.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/mantles/cjmantle.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/mantles/hopmantle.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/mantles/hopmantle.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/mantles/hopmantle.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/mantles/ryuzo.rsi/equipped-NECK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/mantles/ryuzo.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Neck/mantles/ryuzo.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/duravest.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/duravest.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/duravest.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/duravest.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/duravest.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/platecarrier.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/platecarrier.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/platecarrier.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/riot.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/riot.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/riot.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/riot.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Armor/riot.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/cjrobe.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/cjrobe.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/cjrobe.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/cjrobe.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/cjrobe.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/epicoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/epicoat.rsi/icon-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/epicoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/epicoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/epicoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/epicoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/greatcoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/greatcoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/greatcoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/greatcoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/greatcoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/hop.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/hop.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/hop.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/hop.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/hop.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/leatherjacket.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/leatherjacket.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/leatherjacket.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/leatherjacket.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/leatherjacket.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/mystacoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/mystacoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/mystacoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/mystacoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/mystacoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/overcoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/overcoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/overcoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/overcoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/overcoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/repcoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/repcoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/repcoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/repcoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/repcoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/ryuzocoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/ryuzocoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/ryuzocoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/ryuzocoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Coats/ryuzocoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-harpy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Misc/chemapron.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Misc/chemapron.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Misc/chemapron.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Misc/interdynechemsuit.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/advcarrier.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/advcarrier.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/advcarrier.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/clerkvest.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/clerkvest.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/clerkvest.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/clerkvest.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/clerkvest.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/flak.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/flak.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/flak.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/flak.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/flak.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/flakpress.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/flakpress.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/flakpress.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/flakpress.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/Vests/flakpress.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/denim_jacket.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/detcoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/detcoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/detcoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/detcoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/detcoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/fishing_boots.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/fishing_boots.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/fishing_boots.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/magboots-security.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/magboots-security.rsi/icon-on.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/magboots-security.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/magboots-security.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/magboots-security.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/magboots-security.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/magboots-security.rsi/on-equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/ryuzoboots.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/ryuzoboots.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/ryuzoboots.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/ryuzoboots.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/ryuzoboots.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsatmos.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsatmos.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsatmos.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsatmos.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsatmos.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscap.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscap.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscap.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscap.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscap.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsce.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsce.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsce.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsce.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsce.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscentcom.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscentcom.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscentcom.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscentcom.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscentcom.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootschef.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootschef.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootschef.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootschef.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootschef.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootschem.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootschem.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootschem.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootschem.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootschem.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsclown.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsclown.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsclown.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsclown.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsclown.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscmo.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscmo.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootscmo.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsgen.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsgen.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsgen.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsgen.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsgen.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshop.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshop.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshop.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshop.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshop.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshos.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshos.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshos.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshos.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshos.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshydro.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshydro.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshydro.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshydro.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootshydro.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsjani.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsjani.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsjani.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsjani.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsjani.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsmime.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsmime.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsmime.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsmime.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsmime.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsminer.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsminer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsminer.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsminer.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsminer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsparamed.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsparamed.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsparamed.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsparamed.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsparamed.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsqm.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsqm.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsqm.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsqm.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsqm.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsrd.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsrd.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsrd.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsrd.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsrd.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsrobo.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsrobo.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsrobo.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsrobo.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsrobo.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootssec.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootssec.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootssec.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootssec.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootssec.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsviro.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsviro.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsviro.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsviro.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootsviro.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootswarden.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootswarden.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootswarden.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootswarden.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Boots/winterbootswarden.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Misc/whiteleather.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Misc/whiteleather.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Misc/whiteleather.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Misc/whiteleather.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Misc/whiteleather.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Specific/enclosedshoes.rsi/equipped-FEET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Specific/enclosedshoes.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Shoes/Specific/enclosedshoes.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_alt.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_blue.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/armourer_grey.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/brigmedic_alt.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/cj.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/cj.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/cj.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/cj.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/cj.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/clerk.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/clerk.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/clerk.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/clerk.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/clerk.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/courier.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/courier.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/courier.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/courier.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/courier.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/detective_alt.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING-monkey.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hop.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hop.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_alt.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_blue.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/hos_grey.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/prosecutorred.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/secformalskirt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_blue.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_blue.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_blue.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_blue.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_blue.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_blue.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_grey.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_grey.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_grey.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_grey.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/security_grey.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpskirt/seniorofficer.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_alt.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_blue.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/armourer_grey.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/boatswain.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/boatswain.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/boatswain.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/boatswain.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/boatswain.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/brigmedic_alt.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING-monkey.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cj.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cj.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cj.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cj.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cj.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cj_white.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cj_white.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cj_white.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cj_white.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cj_white.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cjformal.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cjformal.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cjformal.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cjformal.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cjformal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/clerk.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/clerk.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/clerk.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/clerk.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/clerk.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/courier.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/courier.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/courier.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/courier.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/courier.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/cybersunattorney.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/detective_alt.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/explorer.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/explorer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/explorer.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/explorer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING-monkey.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hop.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hop.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hopformal.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hopformal.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hopformal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_blue.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/hos_grey.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/interdyneuniform.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/jeans_brown.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/jeans_green.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/jeans_red.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/kilt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/kilt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/kilt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/kilt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/kilt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/lost_tourist.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/secformalsuit.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_blue.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_blue.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_blue.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_blue.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_blue.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_blue.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_grey.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_grey.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_grey.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_grey.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_grey.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/security_grey.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/seniorofficer.rsi/rolled-equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/sober.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/sober.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/sober.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/sober.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/sober.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblack.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblack.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblack.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblack.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblack.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblackalt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitblackmob.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrown.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrownalt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitbrownmob.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhite.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhitealt.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Jumpsuit/suitwhitemob.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/black.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/black.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/pink.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/pink.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/white.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Clothing/Uniforms/Scrubs/white.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/checkerNESW.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/checkerNWSE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/diagonal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/diagonal_checker_a.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/diagonal_checker_b.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/fulltile_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/halftile_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/quartertile_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/quartertile_overlay_180.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_box.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_corner_ne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_corner_nw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_corner_se.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_corner_sw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_end_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_end_n.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_end_s.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_end_w.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_inner_ne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_inner_nw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_inner_se.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_inner_sw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_line_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_line_n.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_line_s.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/dark_line_w.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_box.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_corner_ne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_corner_nw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_corner_se.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_corner_sw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_end_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_end_n.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_end_s.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_end_w.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_inner_ne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_inner_nw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_inner_se.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_inner_sw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_line_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_line_n.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_line_s.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/steel_line_w.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_box.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_corner_ne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_corner_nw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_corner_se.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_corner_sw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_end_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_end_n.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_end_s.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_end_w.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_inner_ne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_inner_nw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_inner_se.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_inner_sw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_line_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_line_n.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_line_s.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/bricktile.rsi/white_line_w.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_box.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_corner_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_corner_n.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_corner_ne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_corner_nw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_corner_s.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_corner_se.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_corner_sw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_corner_w.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_inner_ne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_inner_nw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_inner_se.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_inner_sw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_n.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_s.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_shrink_e_1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_shrink_e_2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_shrink_n_1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_shrink_n_2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_shrink_s_1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_shrink_s_2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_shrink_w_1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_shrink_w_2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thick_w.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_corner_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_corner_n.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_corner_ne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_corner_nw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_corner_s.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_corner_se.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_corner_sw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_corner_w.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_inner_ne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_inner_nw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_inner_se.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_inner_sw.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_n.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_s.png (100%) rename Resources/Textures/{DeltaV => _DV}/Decals/trimline.rsi/thin_w.png (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/creampie.rsi/creampie_rodentia.png (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/creampie.rsi/creampie_vulpkanin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/creampie.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/harpysinger.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/harpysinger.rsi/singing_music_notes.png (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/speech.rsi/felinid0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/speech.rsi/felinid1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/speech.rsi/felinid2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/speech.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/speech.rsi/rodentia0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/speech.rsi/rodentia1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Effects/speech.rsi/rodentia2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Icons/cri.rsi/cri.png (100%) rename Resources/Textures/{DeltaV => _DV}/Icons/cri.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Actions/actions_psionics.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Actions/actions_psionics.rsi/precognition.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Actions/harpy_sing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Actions/harpy_syrinx.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Actions/mouthStorageOpen.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Emotes/attributions.yml (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Emotes/growl.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Emotes/hiss.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Emotes/meow.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Emotes/mew.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Emotes/purr.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/AdminAssistant.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/CargoAssistant.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/Chaplain.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/ChiefJustice.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/Clerk.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/Lawyer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/MedicalBorg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/Prosecutor.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/SecurityBorg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/nyanoGladiator.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/nyanoMailCarrier.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/nyanoMantis.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/nyanoMartialArtist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/job_icons.rsi/nyanoPrisonGuard.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/security_icons.rsi/hud_subpoenaed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Misc/security_icons.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Paper/paper_background_corpcard.svg (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Paper/paper_background_corpcard.svg.96dpi.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Paper/paper_background_corpcard.svg.96dpi.png.yml (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Paper/paper_heading_warrant.svg (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Paper/paper_heading_warrant.svg.200dpi.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/Paper/paper_heading_warrant.svg.200dpi.png.yml (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/VerbIcons/ATTRIBUTION.txt (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/VerbIcons/bell.svg (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/VerbIcons/bell.svg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Interface/VerbIcons/bell_muted.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/adminassistant.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/cargoassistant.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/chiefjustice.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/clerk.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/courier.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/mobster.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/mystagogue.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/nyanogladiator.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/nyanomailcarrier.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/nyanomantis.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/nyanomartialartist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/nyanoprisonguard.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/prosecutor.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/roboticist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/salvagespecialist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Markers/jobs.rsi/scientist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Misc/program_icons.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Misc/program_icons.rsi/nanochat.png (100%) rename Resources/Textures/{DeltaV => _DV}/Misc/program_icons.rsi/stock_trading.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Aliens/Guardians/guardians.rsi/magic.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Aliens/Guardians/guardians.rsi/magic_base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Aliens/Guardians/guardians.rsi/magic_flare.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Aliens/Guardians/guardians.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Aliens/Guardians/guardians.rsi/miner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Aliens/Guardians/guardians.rsi/miner_base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Aliens/Guardians/guardians.rsi/miner_flare.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Aliens/Guardians/guardians.rsi/tech.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Aliens/Guardians/guardians.rsi/tech_base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Aliens/Guardians/guardians.rsi/tech_flare.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/nukiemouse.rsi/dead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/nukiemouse.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/nukiemouse.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/nukiemouse.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/nukiemouse.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/nukiemouse.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/nukiemouse.rsi/mouse.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/nukiemouse.rsi/splat.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/shrimp.rsi/dead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/shrimp.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Animals/shrimp.rsi/shrimp.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Felinid/alternative_tail.rsi/m_waggingtail_cat_FRONT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Felinid/alternative_tail.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Felinid/felinid_tails.rsi/Felinid_fluffy_tail_full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Felinid/felinid_tails.rsi/felinid_fluffy_tail_rings.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Felinid/felinid_tails.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_primary.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_secondary.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Felinid/tiger_tail.rsi/m_tail_tiger_tertiary.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Felinid/tiger_tail.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_chest.rsi/lower.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_chest.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_chest.rsi/upper.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_ears.rsi/harpy_ears_default.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_ears.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_legs.rsi/feet.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_legs.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_legs.rsi/talons.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_legs.rsi/thighs.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_tails.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_tails.rsi/phoenix_tail.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_tails.rsi/rooster_tail.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_tails36x32.rsi/finch_tail.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_tails36x32.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Harpy/harpy_wingcover.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Moth/moth_wings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Moth/moth_wings.rsi/selene.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Moth/moth_wings.rsi/selene_primary.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Moth/moth_wings.rsi/selene_secondary.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Moth/moth_wings.rsi/selene_tertiary.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Oni/oni_horns.rsi/bull.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Oni/oni_horns.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Oni/oni_horns.rsi/shaved.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/body_markings.rsi/countershade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/body_markings.rsi/countershade_f.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/body_markings.rsi/countershade_lleg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/body_markings.rsi/countershade_rleg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/body_markings.rsi/fawn.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/body_markings.rsi/hooded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/body_markings.rsi/hooded_f.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/body_markings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/cheek_markings.rsi/cheeks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/cheek_markings.rsi/cheeks_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_alt.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_alt_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/cheek_markings.rsi/fluff_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/cheek_markings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/cheek_markings.rsi/whiskers.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/bat.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/bat_large.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/hamster.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/hamster_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/long.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/long_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/mouse.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_large.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_large_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/mouse_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/none.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/pointy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/rabbit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/rabbit_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/ear_markings.rsi/small.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/head_markings.rsi/blaze.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/head_markings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/head_markings.rsi/round.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/snout_markings.rsi/bat.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/snout_markings.rsi/bat_nose.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/snout_markings.rsi/bat_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/snout_markings.rsi/flat.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/snout_markings.rsi/flat_nose.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/snout_markings.rsi/flat_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/snout_markings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/snout_markings.rsi/round.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/snout_markings.rsi/round_nose.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/snout_markings.rsi/round_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/beaver.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/hamster.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/long.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/long_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/long_tip.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/mouse.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/rabbit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/rabbit_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/short.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/squirrel.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Rodentia/tail_markings.rsi/squirrel_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_crest.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_fox.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/belly_full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest-arms.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest-legs.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_crest.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade-arms.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade-legs.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_fade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_feet.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_hands.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp-arms.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp-legs.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/body_markings.rsi/points_sharp.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/coyote.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/dalmatian.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/fennec-inner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/fennec.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/fox.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/jackal-inner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/jackal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/msai-inner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/msai.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/otie-inner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/otie.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/shock.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/terrier-inner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/terrier.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-fade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-inner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp-sharp.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/vulp.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/wolf-inner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/ear_markings.rsi/wolf.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/facial_hair.rsi/elder.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/facial_hair.rsi/elder_chin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/facial_hair.rsi/kita.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/facial_hair.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/facial_hair.rsi/ruff.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/adhara.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/anita.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/apollo.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/belle.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/braided.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/bun.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/clean_cut.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/curl.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/hawk.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/jagged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/jeremy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/kajam.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/keid.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/kleeia.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/mizar.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/punkbraided.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/raine.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/rough.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/short.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/short2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/hair.rsi/spike.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/blaze.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/mask.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_alt.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_fade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/muzzle_sharp.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/nose.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/patch.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/slash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/tiger_face.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/tiger_head.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/vulpine-lines.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/head_markings.rsi/vulpine.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_none.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/female_top.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_none.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/male_top.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/none.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/top.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_none.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/masking_helpers.rsi/unisex_top.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/bushfluff.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/bushfluff_wag.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/corgi_wag.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/coyote.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/coyote_wag.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/dalmatian_wag.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fennec.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fluffy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox-fade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox-tip.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox3-tip.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag-fade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag-tip.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/fox_wag.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky-inner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky-outer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/husky.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/long-tip.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/long.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/otie.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp-fade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp-tip.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt-fade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt-tip.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_alt.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag-fade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag-tip.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/Vulpkanin/tail_markings.rsi/vulp_wag.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/classic_bob.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/classic_gentle.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/classic_long.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/classic_long2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/classic_long3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/classic_lowfade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/classic_medfade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/classic_messy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/classic_nofade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/classic_ombre.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/hair.rsi/short_bedhead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/makeup.rsi/blush.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/makeup.rsi/lips.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/makeup.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/makeup.rsi/moth_blush.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/makeup.rsi/moth_lips.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/makeup.rsi/nail_polish_l.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/makeup.rsi/nail_polish_r.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/scars.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/scars.rsi/scar_chest_female.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/tattoos.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/tattoos.rsi/tattoo_hive_chest_female.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/tattoos.rsi/tattoo_nightling.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Customization/tattoos.rsi/tattoo_nightling_female.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/glimmermite.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/glimmermite.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/glimmermite.rsi/mite.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/glimmermite.rsi/mite_dead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/revenant.rsi/active.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/revenant.rsi/ectoplasm.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/revenant.rsi/harvesting.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/revenant.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/revenant.rsi/idle.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/revenant.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Ghosts/revenant.rsi/stunned.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/arcticfox.rsi/arcticfox.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/arcticfox.rsi/arcticfox_crit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/arcticfox.rsi/arcticfox_dead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/arcticfox.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/lawyercarp.rsi/alive.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/lawyercarp.rsi/dead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/lawyercarp.rsi/dead_mouth.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/lawyercarp.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/lawyercarp.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/lawyercarp.rsi/mouth.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/lawyercarp.rsi/suit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/lawyercarp.rsi/suit_dead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/secdog.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/secdog.rsi/secdog.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/secdog.rsi/secdog_crit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/secdog.rsi/secdog_dead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/silvia.rsi/dead_silvia.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/silvia.rsi/glow.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/silvia.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Pets/silvia.rsi/silvia.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Silicon/Bots/medibot.rsi/medibot.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Silicon/Bots/medibot.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Silicon/chassis.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Silicon/chassis.rsi/security.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Silicon/chassis.rsi/security_e.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Silicon/chassis.rsi/security_e_r.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Silicon/chassis.rsi/security_l.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/displacement.rsi/jumpsuit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/displacement.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/organs.rsi/lung-l.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/organs.rsi/lung-r.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/organs.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/head_f.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/head_m.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/l_arm.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/l_foot.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/l_hand.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/l_leg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/r_arm.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/r_foot.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/r_hand.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/r_leg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/torso_f.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Harpy/parts.rsi/torso_m.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/head_f.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/head_m.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/l_arm.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/l_foot.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/l_hand.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/l_leg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/r_arm.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/r_foot.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/r_hand.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/r_leg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/torso_f.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Rodentia/parts.rsi/torso_m.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/head_f.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/head_m.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/l_arm.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/l_foot.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/l_hand.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/l_leg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/overlay_husk.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/r_arm.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/r_foot.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/r_hand.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/r_leg.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/torso_f.png (100%) rename Resources/Textures/{DeltaV => _DV}/Mobs/Species/Vulpkanin/parts.rsi/torso_m.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/arsonist.rsi/fill-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/arsonist.rsi/fill-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/arsonist.rsi/fill-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/arsonist.rsi/fill-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/arsonist.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/arsonist.rsi/icon_empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/arsonist.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/daiquiri.rsi/fill-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/daiquiri.rsi/fill-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/daiquiri.rsi/fill-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/daiquiri.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/daiquiri.rsi/icon_empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/daiquiri.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/doubleicecreamglass.rsi/fill-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/doubleicecreamglass.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/doubleicecreamglass.rsi/icon_empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/doubleicecreamglass.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/drgibbbloodred.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/drgibbbloodred.rsi/icon_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/drgibbbloodred.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/drgibbbloodred.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/drgibbbloodred.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/greengrass.rsi/fill-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/greengrass.rsi/fill-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/greengrass.rsi/fill-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/greengrass.rsi/fill-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/greengrass.rsi/fill-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/greengrass.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/greengrass.rsi/icon_empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/greengrass.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/gunmetal.rsi/fill-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/gunmetal.rsi/fill-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/gunmetal.rsi/fill-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/gunmetal.rsi/fill-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/gunmetal.rsi/fill-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/gunmetal.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/gunmetal.rsi/icon_empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/gunmetal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/healthcodeviolation.rsi/fill-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/healthcodeviolation.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/healthcodeviolation.rsi/icon_empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/healthcodeviolation.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxapple.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxapple.rsi/icon_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxapple.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxchocolate.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxgrape.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxorange.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxorange.rsi/icon_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxorange.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/juiceboxpineapple.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/kvass.rsi/fill-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/kvass.rsi/fill-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/kvass.rsi/fill-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/kvass.rsi/fill-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/kvass.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/kvass.rsi/icon_empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/kvass.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/lemondrop.rsi/fill-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/lemondrop.rsi/fill-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/lemondrop.rsi/fill-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/lemondrop.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/lemondrop.rsi/icon_empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/lemondrop.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/moonshine.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/moonshine.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/moonshinebottle.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/moonshinebottle.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/mothamphetamine.rsi/fill-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/mothamphetamine.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/mothamphetamine.rsi/icon_empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/mothamphetamine.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-order-dairy.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/powdered_drinks.rsi/icon-order-juices.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/powdered_drinks.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/powdered_drinks.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Drinks/powdered_drinks.rsi/overlay-container.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/Baked/grilledcheese.rsi/grilledcheese.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/Baked/grilledcheese.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/bluepurpletomatosoup.rsi/blue-tomato.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/bluepurpletomatosoup.rsi/bowl.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/bluepurpletomatosoup.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/bluepurpletomatosoup.rsi/purple-tomato.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/scrambledeggs.rsi/bowl.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/scrambledeggs.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Food/scrambledeggs.rsi/scrambled-eggs.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Cartons/pink.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/trash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/trash.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/bush.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/bush.rsi/base_light.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/bush.rsi/hibiscus.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/bush.rsi/hydrangea.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/bush.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_largepalm.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge01.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge02.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge03.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge04.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge05.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_largepalm.rsi/palmlarge06.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_palmtree.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_palmtree.rsi/palm01.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_palmtree.rsi/palm02.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_palmtree.rsi/palm03.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Decoration/Flora/flora_palmtree.rsi/palm04.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/cartridge.rsi/cart-chat.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/cartridge.rsi/cart-cri.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/cartridge.rsi/cart-mail.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/cartridge.rsi/cart-psi.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/cartridge.rsi/cart-stonk.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/cartridge.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/cassette_tapes.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/cassette_tapes.rsi/tape_greyscale.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/cassette_tapes.rsi/tape_ribbonoverlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/communication.rsi/cheese-radio.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/communication.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/encryption_keys.rsi/crypt_orange.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/encryption_keys.rsi/justice_label.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/encryption_keys.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/encryption_keys.rsi/prisoner_label.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/equipped-IDCARD.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/id_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/insert_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/light_overlay.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-admin-assistant.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-admin.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-atmos.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-baker.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-bartender.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-boxer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-brigmedic.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-butcher.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-captain.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-cargo-assistant.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-cargo.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-ce.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-centcom.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-chaplain.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-chemistry.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-chiefjustice.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-clear.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-clerk.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-clown.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-cluwne.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-cmo.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-cook.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-corpsman.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-deckworker.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-detective.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-electrician.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-engineer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-ert.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-excavator.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-fool.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-freelancer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-genetics.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-hop.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-hos.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-hydro.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-hygienetechnician.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-interncadet.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-internmed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-internsci.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-internservice.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-interntech.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-inventoryassociate.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-janitor.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-jester.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-labsci.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-lawyer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-library.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-lifesupporttech.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-mailcarrier.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-mantis.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-martialartist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-mechanic.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-medical.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-mime.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-miner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-mixologist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-musician.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-offduty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-paramedic.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-phys.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-pirate.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-pizzaiolo.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-plasmatech.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-practicingnurse.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-prisonguard.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-prosecutor.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-prospector.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-psychiatrist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-qm.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-rd.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-reporter.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-resident.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-roboticist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-science.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-security.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-seniorengineer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-seniorofficer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-seniorphysician.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-seniorresearcher.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-socialworker.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-student.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-syndi-agent.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-syndi.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-therapist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-tourist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-virology.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-visitor.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-warden.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-xenobio.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda-zookeeper.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/pda.rsi/pda.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tablets.rsi/aac-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tablets.rsi/aac-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tablets.rsi/aac_screen-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tablets.rsi/aac_screen-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tablets.rsi/aac_screen.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tablets.rsi/aac_tablet.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tablets.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tape_recorder.rsi/empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tape_recorder.rsi/idle.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tape_recorder.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tape_recorder.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tape_recorder.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tape_recorder.rsi/playing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tape_recorder.rsi/recording.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Devices/tape_recorder.rsi/rewinding.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/foam_sabre.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/foam_sabre.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/foam_sabre.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/foam_sabre.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/mortyplush.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/mortyplush.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/renaulttoy.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/renaulttoy.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/siobhantoy.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/siobhantoy.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/zerotoy.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Fun/Toys/zerotoy.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Medical/portafib.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Medical/portafib.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Medical/portafib.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Medical/portafib.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Medical/portafib.rsi/ready.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Medical/portafib.rsi/screen.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/bayonet.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/bayonet.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/bayonet.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/bayonet.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/biscuit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/biscuit_paper.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/biscuit_paper_corp.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/biscuit_secret.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/biscuit_secret_top.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/biscuit_top.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/corpslip.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/corpslip_words.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/slip.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/biscuits.rsi/slip_words.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/books.rsi/icon_kiss.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/books.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/bureaucracy.rsi/folder-hop-ian.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/bureaucracy.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/fire_extinguisher_bluespace.rsi/fire_extinguisher_closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/fire_extinguisher_bluespace.rsi/fire_extinguisher_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/fire_extinguisher_bluespace.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/fire_extinguisher_bluespace.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/fire_extinguisher_bluespace.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/first_bill.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/first_bill.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/gorlex_magazine.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/gorlex_magazine.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/idadminassistant.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/idcargoassistant.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/idchaplain.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/idchiefjustice.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/idclerk.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/idlawyer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/idprosecutor.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/nyanogladiator.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/nyanomailcarrier.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/nyanomantis.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/nyanomartialartist.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/nyanoprisoner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/id_cards.rsi/nyanoprisonguard.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/modular_breech.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/modular_breech.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/modular_breech.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/modular_breech.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/modular_trigger.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/modular_trigger.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/rd_clipboard.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/rd_clipboard.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/rd_clipboard.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/rd_clipboard.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/rd_clipboard.rsi/rd_clipboard.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/rd_clipboard.rsi/rd_clipboard_over.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/rd_clipboard.rsi/rd_clipboard_paper.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/rd_clipboard.rsi/rd_clipboard_pen.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/recruiter_pen.rsi/empty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/recruiter_pen.rsi/filled-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/recruiter_pen.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/stamps.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/stamps.rsi/stamp-admin-assistant.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/stamps.rsi/stamp-cj.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/stamps.rsi/stamp-notary.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Misc/stamps.rsi/stamp-prosec.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Chapel/ringbox.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Chapel/ringbox.rsi/ring-box-closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Chapel/ringbox.rsi/ring-box-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Chapel/ringbox.rsi/ring.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/dead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/harvest.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/produce.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/seed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Cosmic_Revenant.rsi/stage-6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/dead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/harvest.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/produce.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/seed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/dead.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/harvest.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/produce.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/seed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/Ghost_Pepper.rsi/stage-6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/plant_bag_holding.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/plant_bag_holding.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/plant_bag_holding.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/plant_bag_holding.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Hydroponics/plant_bag_holding.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Justice/gavel.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Justice/gavel.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Justice/gavel.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Justice/gavel.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Justice/gavelblock.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Justice/gavelblock.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Justice/trialtimer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Justice/trialtimer.rsi/trialtimer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Robotics/borgmodule.rsi/icon-chase.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Robotics/borgmodule.rsi/icon-control.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Robotics/borgmodule.rsi/icon-detain.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Robotics/borgmodule.rsi/icon-hold.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Robotics/borgmodule.rsi/icon-hurt.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Robotics/borgmodule.rsi/icon-patrol.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Robotics/borgmodule.rsi/icon-peacekeeper.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Robotics/borgmodule.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Robotics/borgmodule.rsi/security.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Salvage/voucher.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Salvage/voucher.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Service/vending_machine_restock.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Service/vending_machine_restock.rsi/green_bit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Service/vending_machine_restock.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Service/vending_machine_restock.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Service/vending_machine_restock.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Service/vending_machine_restock.rsi/refill_pride.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Specific/Service/vending_machine_restock.rsi/refill_sustenance.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/barrel.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/barrel.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/barrel.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/barrel.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/boxes.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/boxes.rsi/recorder.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/keg.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/keg.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/command-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/command-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/command-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/command.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/engineering-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/engineering-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/engineering-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/engineering.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/epistemics-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/epistemics-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/epistemics-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/epistemics.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/generic-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/generic-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/generic-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/generic.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/justice-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/justice-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/justice-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/justice.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/logistics-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/logistics-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/logistics-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/logistics.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/medical-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/medical-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/medical-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/medical.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/security-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/security-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/security-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/security.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/service-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/service-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/service-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/service.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/syndicate-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/syndicate-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/syndicate-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Storage/lunchbox.rsi/syndicate.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-10.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-8.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/oracle-9.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Decoration/statues.rsi/sophie.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Wallmounts/Posters/TJohnson.rsi/fuckaround.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Structures/Wallmounts/Posters/TJohnson.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/black.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/black.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/black.rsi/icon-on.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/black.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/black.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/black.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/black.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/black.rsi/on-equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/black.rsi/on-equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/blue.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/blue.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/blue.rsi/icon-on.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/blue.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/blue.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/blue.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/blue.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/blue.rsi/on-equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/security.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/security.rsi/icon-on.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/security.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/security.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/security.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/security.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/security.rsi/on-equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tools/doorjack.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tools/doorjack.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tools/doorjack.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Tools/doorjack.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Bombs/breaching.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Bombs/breaching.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Bombs/breaching.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Bombs/breaching.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Bombs/breaching.rsi/primed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/bbbox.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/bbbullet.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/bbgun.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/incendiary.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/mag-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/mindbreaker.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/practice.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/rubber.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Boxes/special.rsi/uranium.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mag-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/mindbreaker.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/practice.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/red-icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/red.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/rubber.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_special_mag.rsi/uranium.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base-6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/holy-6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/mindbreaker-6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/practice-6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/rubber-6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Special/special_speed_loader.rsi/uranium-6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/mag-unshaded-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/wielded-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_cannon.rsi/wielded-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_devestator.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_devestator.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_devestator.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/beam_devestator.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/0-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/0-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/25-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/25-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/50-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/50-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/75-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/75-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/wielded-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/cold_cannon.rsi/wielded-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/disabler-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/disabler-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/lethal-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/lethal-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/mag-unshaded-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/mode-disabler.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/mode-lethal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/mode-stun.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/special-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun.rsi/special-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/mag-unshaded-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mag-unshaded-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mode-disabler.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/mode-lethal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mag-unshaded-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-disabler.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-lethal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/mode-stun.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/special-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/mini_energygun.rsi/special-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/disabler-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/disabler-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/lethal-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/lethal-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-disabler.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-ion.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-lethal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/special-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/special-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/pollock.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/pollock.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/pollock.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/pollock.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/pollock.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/pollock.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/pollock.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/pollock.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/psibreaker.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/psibreaker.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/psibreaker.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/psibreaker.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/psibreaker.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/psibreaker.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/psibreaker.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/psibreaker.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/psibreaker.rsi/suppressor.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp57.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp57.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp57.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp57.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp57.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp57.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp57.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp57.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp57.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp67.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp67.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp67.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp67.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp67.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp67.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp67.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp67.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/slp67.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/universal.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/universal.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/universal.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/universal.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/universal.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/universal.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/universal.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/universal.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/universal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/viperwood.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/viperwood.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/viperwood.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/viperwood.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/viperwood.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/viperwood.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/viperwood.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/viperwood.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Pistols/viperwood.rsi/suppressor.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Projectiles/projectiles.rsi/beam.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Projectiles/projectiles.rsi/impact_laser.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Projectiles/projectiles.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Projectiles/projectiles.rsi/muzzle_laser.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/faith.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/faith.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/faith.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/faith.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/faith.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/faith.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/fitz.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/fitz.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/fitz.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/fitz.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/fitz.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/fitz.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/k38master.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/k38master.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/k38master.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/k38master.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/k38master.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/k38master.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/lucky.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/lucky.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/lucky.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/lucky.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/lucky.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/lucky.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Revolvers/webleysnubnose.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/bbgun.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/bbgun.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/bbgun.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/bbgun.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/bbgun.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/bbgun.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/bbgun.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/carbinenogl.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/jackdaw.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/jackdaw.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/jackdaw.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/jackdaw.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/jackdaw.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/jackdaw.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/jackdaw.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/jackdaw.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/musket.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/musket.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/tenebra.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/tenebra.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/tenebra.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/tenebra.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/tenebra.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/tenebra.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/tenebra.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/tenebra.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/vulcan.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/vulcan.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/vulcan.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/vulcan.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/vulcan.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/vulcan.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/vulcan.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Rifles/vulcan.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/mag-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/Adjutant.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/enforcer.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/enforcer.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/enforcer.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/enforcer.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/enforcer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/ishotgunstep1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/ishotgunstep2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/pump.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/pump.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/pump.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/pump.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/pump.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/sawn.rsi/bolt-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-SUITSTORAGE.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/sawn.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/sawn.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/sawn.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Guns/Shotguns/sawn.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/advanced_truncheon.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/advanced_truncheon.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/advanced_truncheon.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/advanced_truncheon.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/advanced_truncheon.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/e_cutlass.rsi/e_cutlass.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/e_cutlass.rsi/e_cutlass_blade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/e_cutlass.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/e_cutlass.rsi/inhand-left-blade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/e_cutlass.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/e_cutlass.rsi/inhand-right-blade.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/e_cutlass.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/e_cutlass.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/home_run_bat.rsi/equipped-BACKPACK.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/home_run_bat.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/home_run_bat.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/home_run_bat.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/home_run_bat.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/home_run_bat.rsi/wielded-inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/home_run_bat.rsi/wielded-inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/katana.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/katana.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/katana.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/katana.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/prison_knife.rsi/equipped-BELT.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/prison_knife.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/prison_knife.rsi/inhand-left.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/prison_knife.rsi/inhand-right.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/prison_knife.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/wood_baton.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Objects/Weapons/Melee/wood_baton.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Parallaxes/ArenaParallaxBG.png (100%) rename Resources/Textures/{DeltaV => _DV}/Parallaxes/Asteroids.png (100%) rename Resources/Textures/{DeltaV => _DV}/Parallaxes/attributions.yml (100%) rename Resources/Textures/{DeltaV => _DV}/Parallaxes/licences.txt (100%) rename Resources/Textures/{DeltaV => _DV}/Shaders/chromatic_aberration.swsl (100%) rename Resources/Textures/{DeltaV => _DV}/Shaders/hologram.swsl (100%) rename Resources/Textures/{DeltaV => _DV}/Shaders/ultravision.swsl (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/shuttle_manipulator.rsi/holograph_station.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/shuttle_manipulator.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-10.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-8.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/oracle-9.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Decoration/statues.rsi/sophie.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/atmospherics.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/basic.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/cargo.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/centcomm.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/chemistry.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/command.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/engineering.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/external.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/glass.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/hydroponics.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/justice.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/maint.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/medical.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/roboticist.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/science.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/security.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/syndicate.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Glass/virology.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/atmospherics.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/basic.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/cargo.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/centcomm.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/chemistry.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/command.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/engineering.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/external.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/freezer.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/hydroponics.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/justice.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/maint.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/medical.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/roboticist.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/science.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/security.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/syndicate.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/Standard/virology.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/bolted_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/closed_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/closing_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/deny_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/emergency_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/opening_unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/panel_opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/sparks_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/Airlocks/highsec/highsec.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/secret_door.rsi/assembly.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/secret_door.rsi/closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/secret_door.rsi/closing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/secret_door.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/secret_door.rsi/open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Doors/secret_door.rsi/opening.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/VendingMachines/courierdrobe.rsi/broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/VendingMachines/courierdrobe.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/VendingMachines/courierdrobe.rsi/normal-unshaded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/VendingMachines/courierdrobe.rsi/off.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/VendingMachines/courierdrobe.rsi/panel.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/VendingMachines/pride.rsi/broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/VendingMachines/pride.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/VendingMachines/pride.rsi/normal-unshaded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/VendingMachines/pride.rsi/off.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/VendingMachines/pride.rsi/panel.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/drain.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/intermediate.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/powered.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/prober.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/glimmer_machines.rsi/prober_glimmer_fx_5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/roboisseur.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/roboisseur.rsi/roboisseur-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/roboisseur.rsi/roboisseur-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/syndicate_fax_machine.rsi/icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/syndicate_fax_machine.rsi/idle.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/syndicate_fax_machine.rsi/inserting.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/syndicate_fax_machine.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Machines/syndicate_fax_machine.rsi/printing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/condisposal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/conmailing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/conspace.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/disposal-charging.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/disposal-flush.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/disposal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/dispover-charge.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/dispover-full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/dispover-handle.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/dispover-ready.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/mailing-charging.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/mailing-flush.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/mailing.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/mailover-handle.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Piping/disposal.rsi/space.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/Generation/solar_panel.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/Generation/solar_panel.rsi/random_solar.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/base.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/display-charging.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/display-full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/display-lack.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/display-remote.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/emag-unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/frame.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/lock0-locked.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/lock1-locked.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/panel.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/sparks-unlit.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Power/apc.rsi/static.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/cj.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/cj_door.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/cj_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/clerk.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/clerk_door.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/clerk_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/generic.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/generic_door.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/generic_icon.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/generic_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/locked.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/psych.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/psych_door.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/psych_open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/unlocked.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/closet.rsi/welded.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/kvass.rsi/kvass.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/kvass.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/secure_cabinet.rsi/locked.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/secure_cabinet.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/secure_cabinet.rsi/secure-cabinet-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/secure_cabinet.rsi/secure-cabinet.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Storage/secure_cabinet.rsi/unlocked.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Paintings/leonardodabepis.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Paintings/leonardodabepis.rsi/spoonpainting.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Paintings/ps3moira.rsi/bluntpainting.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Paintings/ps3moira.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/TJohnson.rsi/fuckaround.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/TJohnson.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/grayposters.rsi/dangernana.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/grayposters.rsi/litdakka.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/grayposters.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/grayposters.rsi/posterearthnanotrasen.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/grayposters.rsi/posterroidsyndicate.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/grayposters.rsi/posterworknanotrasen.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/grayposters.rsi/posterworksyndicate.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/grayposters.rsi/work.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/mailposter.rsi/mailposter.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/mailposter.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/misc.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/Posters/misc.rsi/woodygotwood.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-empty-closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-empty-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-filled-closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/cabinet-filled-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/cabinet.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/card.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/glass-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/glass-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/glass-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/glass-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/glass-up.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/glass.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/locked.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/idcard_cabinet.rsi/unlocked.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/intercom.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/intercom.rsi/random_intercom.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-empty-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-filled-closed.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet-filled-open.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/cabinet.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/glass-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/glass-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/glass-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/glass-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/glass-up.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/glass.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/locked.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/shotgun.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/shotgun_cabinet.rsi/unlocked.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/signs.rsi/chapel.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/signs.rsi/direction_aicore.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/signs.rsi/direction_court.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/signs.rsi/direction_justice.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/signs.rsi/direction_logi.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/signs.rsi/direction_mail.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/signs.rsi/epistemics.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/signs.rsi/logistics.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Wallmounts/signs.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/asteroid_rock.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/asteroid_rock.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/asteroid_rock.rsi/rock_0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/asteroid_rock.rsi/rock_1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/asteroid_rock.rsi/rock_2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/asteroid_rock.rsi/rock_3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/asteroid_rock.rsi/rock_4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/asteroid_rock.rsi/rock_5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/asteroid_rock.rsi/rock_6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/asteroid_rock.rsi/rock_7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock.rsi/rock_0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock.rsi/rock_1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock.rsi/rock_2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock.rsi/rock_3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock.rsi/rock_4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock.rsi/rock_5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock.rsi/rock_6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock.rsi/rock_7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock_ore.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock_ore.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock_ore.rsi/rock_0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock_ore.rsi/rock_1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock_ore.rsi/rock_2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock_ore.rsi/rock_3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock_ore.rsi/rock_4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock_ore.rsi/rock_5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock_ore.rsi/rock_6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/mountain_rock_ore.rsi/rock_7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/corner.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/corner_grey.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/corner_small.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/corner_small_grey.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/corner_small_wood.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/corner_wood.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/round.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/round_grey.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/round_wood.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/side.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/side_grey.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/railing.rsi/side_wood.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_construct-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_construct-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_construct-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_construct-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_construct-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_construct-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_cult.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_over0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_over1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_over2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_over3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_over4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_over5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_over6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinf_over7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/reinforced_wall_girder.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/rgeneric.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/solid0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/solid1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/solid2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/solid3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/solid4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/solid5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/solid6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/solid7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid.rsi/wall_girder.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_construct-0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_construct-1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_construct-2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_construct-3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_construct-4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_construct-5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_over0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_over1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_over2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_over3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_over4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_over5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_over6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/reinf_over7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/rgeneric.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/solid0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/solid1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/solid2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/solid3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/solid4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/solid5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/solid6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Walls/solid_rust.rsi/solid7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/directional.rsi/frosted_window.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/directional.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/directional.rsi/plasma_reinforced_window.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/directional.rsi/plasma_window.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/directional.rsi/reinforced_window.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/directional.rsi/tinted_reinforced_window.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/directional.rsi/tinted_window.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/directional.rsi/uranium_reinforced_window.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/directional.rsi/uranium_window.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/directional.rsi/window.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_diagonal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_diagonal.rsi/state0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_diagonal.rsi/state1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_window.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_window.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_window.rsi/pwindow0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_window.rsi/pwindow1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_window.rsi/pwindow2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_window.rsi/pwindow3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_window.rsi/pwindow4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_window.rsi/pwindow5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_window.rsi/pwindow6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/plasma_window.rsi/pwindow7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_diagonal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_diagonal.rsi/state0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_diagonal.rsi/state1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_window.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_window.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_window.rsi/rpwindow0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_window.rsi/rpwindow1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_window.rsi/rpwindow2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_window.rsi/rpwindow3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_window.rsi/rpwindow4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_window.rsi/rpwindow5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_window.rsi/rpwindow6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_plasma_window.rsi/rpwindow7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_diagonal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_diagonal.rsi/state0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_diagonal.rsi/state1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_window.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_window.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_window.rsi/ruwindow0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_window.rsi/ruwindow1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_window.rsi/ruwindow2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_window.rsi/ruwindow3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_window.rsi/ruwindow4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_window.rsi/ruwindow5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_window.rsi/ruwindow6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_uranium_window.rsi/ruwindow7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window.rsi/rwindow0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window.rsi/rwindow1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window.rsi/rwindow2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window.rsi/rwindow3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window.rsi/rwindow4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window.rsi/rwindow5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window.rsi/rwindow6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window.rsi/rwindow7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window_diagonal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window_diagonal.rsi/state0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/reinforced_window_diagonal.rsi/state1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/tinted_window.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/tinted_window.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/tinted_window.rsi/twindow0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/tinted_window.rsi/twindow1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/tinted_window.rsi/twindow2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/tinted_window.rsi/twindow3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/tinted_window.rsi/twindow4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/tinted_window.rsi/twindow5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/tinted_window.rsi/twindow6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/tinted_window.rsi/twindow7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window.rsi/uwindow0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window.rsi/uwindow1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window.rsi/uwindow2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window.rsi/uwindow3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window.rsi/uwindow4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window.rsi/uwindow5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window.rsi/uwindow6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window.rsi/uwindow7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window_diagonal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window_diagonal.rsi/state0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/uranium_window_diagonal.rsi/state1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window.rsi/full.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window.rsi/window0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window.rsi/window1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window.rsi/window2.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window.rsi/window3.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window.rsi/window4.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window.rsi/window5.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window.rsi/window6.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window.rsi/window7.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window_diagonal.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window_diagonal.rsi/state0.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/Windows/window_diagonal.rsi/state1.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/stairs.rsi/meta.json (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/stairs.rsi/stairs_dark.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/stairs.rsi/stairs_stage_dark.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/stairs.rsi/stairs_stage_steel.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/stairs.rsi/stairs_stage_white.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/stairs.rsi/stairs_stage_wood.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/stairs.rsi/stairs_steel.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/stairs.rsi/stairs_white.png (100%) rename Resources/Textures/{DeltaV => _DV}/Structures/stairs.rsi/stairs_wood.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/attributions.yml (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/bar.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/blue.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/cafeteria.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/checker_dark.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/clown.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/dark.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/dark_diagonal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/dark_diagonal_mini.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/dark_herringbone.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/dark_mini.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/dark_mono.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/dark_offset.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/dark_pavement.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/dark_pavement_vertical.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/dark_plastic.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/freezer.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/glass.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/hydro.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/kitchen.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/laundry.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/lime.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/mime.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/plastic.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/plating.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/plating_burnt.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/plating_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/rglass.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/showroom.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/snow_plating.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_burnt.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_damaged.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_diagonal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_diagonal_mini.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_dirty.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_herringbone.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_mini.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_mono.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_offset.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_pavement.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/steel_pavement_vertical.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/white.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/white_diagonal.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/white_diagonal_mini.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/white_herringbone.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/white_mini.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/white_mono.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/white_offset.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/white_pavement.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/white_pavement_vertical.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/white_plastic.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/wood.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/wood_broken.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/wood_large.png (100%) rename Resources/Textures/{DeltaV => _DV}/Tiles/wood_tile.png (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce9e7559682..e41221d98d4 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 5fa93bb40db..ed3c9236e68 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 27a021d19fe..00000000000 --- 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 242deb05b72..00000000000 --- 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 32fa6bf061a..00000000000 --- 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 5e0df6ae5d7..00000000000 --- 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 f546fa900dd..00000000000 --- 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 66f09aa41da..80ffe86ebfd 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 c2289632052..151eef49437 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 b52d23f1958..2a4ed3d64bd 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 bdf2f86936d..a0d1290b912 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 8878487cee9..554e256f136 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 1e47b78da89..5699f844a82 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 07866367786..d41c3162472 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 970af100a61..e3c6741ae7c 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 879a5efee55..77c51a45dc3 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 75ac6969a48..8f7d8bb2259 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 58251cf9a38..5faa57b619e 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 958b1876a88..8cc4f9ff469 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.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 c746f42f8f9..d7e03fd781d 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 a79d8a238b3..fe625f3f9e4 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.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 9cc7258d76f..52f6fc03067 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 42c745bcb4e..a5b1919428d 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 2dbe923b2a6..098ca3da98c 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 8186986d8fb..90d657b3b02 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 fb085a8a799..ba650dcb4a5 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 f1688c8dab4..7619e91483b 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/MailMetricUi.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/MailMetricUi.cs @@ -2,7 +2,7 @@ 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 c31a1c6063d..19853deaed0 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 42725bb09c5..3a4e37d040c 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 fb65b03e887..522ba96abb8 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 2a39094b85d..7825f62e34d 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 159d6b1a93a..f30cbcc97cc 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 8e47e1ee5d4..37bba1d544b 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.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 058bde07e9c..21b30497d71 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 f5798f44c42..f04d01c297b 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.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 2de8a37ff77..7787203e04c 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 ad152840529..37ca1ab0ce7 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.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 45704ee2349..15fa6900aeb 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUi.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUi.cs @@ -3,7 +3,7 @@ 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 00b45584cc4..66647897d52 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 b44e8f44c70..2a18c2bbe96 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.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 7b9b3757e32..fa78e163253 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 1c3253c74ef..120a16315da 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 0d4cf098e0a..725c3d5ad64 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 00000000000..783ad50b777 --- /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 1603cf7d663..21cded9776c 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 b215192140f..3e3f5886893 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 00000000000..3bc5daee633 --- /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 6b17c43ada6..d291272076c 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 9194f05f99e..9d889977986 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 58b227ce777..57d86bfd815 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 9ad436027a2..a5cfe61c53b 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 d2d4ced71d0..54e918f0a6e 100644 --- a/Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs +++ b/Content.Client/_DV/Overlays/UltraVisionOverlay.cs @@ -5,7 +5,7 @@ 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 828ca9e5215..d576d24b7b6 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 00000000000..d218e12d10c --- /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 18e89bb15c5..3bf95d18006 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.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 40341b9ae89..9f1eecf3e02 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/DeltaV/Salvage/UI/MiningVoucherBoundUserInterface.cs b/Content.Client/_DV/Salvage/UI/MiningVoucherBoundUserInterface.cs similarity index 87% rename from Content.Client/DeltaV/Salvage/UI/MiningVoucherBoundUserInterface.cs rename to Content.Client/_DV/Salvage/UI/MiningVoucherBoundUserInterface.cs index 342e9073760..5ac6423f879 100644 --- a/Content.Client/DeltaV/Salvage/UI/MiningVoucherBoundUserInterface.cs +++ b/Content.Client/_DV/Salvage/UI/MiningVoucherBoundUserInterface.cs @@ -1,7 +1,7 @@ -using Content.Shared.DeltaV.Salvage; +using Content.Shared._DV.Salvage; using Robust.Client.UserInterface; -namespace Content.Client.DeltaV.Salvage.UI; +namespace Content.Client._DV.Salvage.UI; public sealed class MiningVoucherBoundUserInterface : BoundUserInterface { diff --git a/Content.Client/DeltaV/Salvage/UI/MiningVoucherMenu.xaml b/Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml similarity index 100% rename from Content.Client/DeltaV/Salvage/UI/MiningVoucherMenu.xaml rename to Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml diff --git a/Content.Client/DeltaV/Salvage/UI/MiningVoucherMenu.xaml.cs b/Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml.cs similarity index 95% rename from Content.Client/DeltaV/Salvage/UI/MiningVoucherMenu.xaml.cs rename to Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml.cs index 35b08194110..06f94728f6e 100644 --- a/Content.Client/DeltaV/Salvage/UI/MiningVoucherMenu.xaml.cs +++ b/Content.Client/_DV/Salvage/UI/MiningVoucherMenu.xaml.cs @@ -1,5 +1,5 @@ using Content.Client.UserInterface.Controls; -using Content.Shared.DeltaV.Salvage.Components; +using Content.Shared._DV.Salvage.Components; using Robust.Client.AutoGenerated; using Robust.Client.GameObjects; using Robust.Client.UserInterface; @@ -8,7 +8,7 @@ using Robust.Shared.Prototypes; using System.Numerics; -namespace Content.Client.DeltaV.Salvage.UI; +namespace Content.Client._DV.Salvage.UI; [GenerateTypedNameReferences] public sealed partial class MiningVoucherMenu : RadialMenu 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 3fb4469e4be..702009cbb19 100644 --- a/Content.Client/DeltaV/Shipyard/UI/ShipyardBoundUserInterface.cs +++ b/Content.Client/_DV/Shipyard/UI/ShipyardBoundUserInterface.cs @@ -5,7 +5,7 @@ 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 a91d845676c..fd589f8495c 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.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 a5c7cc2a0cb..2a946fb0a16 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.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 00000000000..e57e0bf2d11 --- /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 450ffc04a1d..1702f526a5f 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 eaa489ae868..c46dcae4594 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.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 00000000000..38aca2c18c3 --- /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 7b8ed6663ca..470aad9408d 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 521fbb96247..21ce6156441 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 c0edaecf453..e58fe281e35 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 3b7f5744421..b02806885d2 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 6122aa9ee1e..36db664f419 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 4a3c9c4efe5..77afc239be3 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.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 2b9c4df87a0..9335cd3e0f7 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.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 2e5c7605fa8..b3912c3edd6 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 6b68ac36027..369c7f442fc 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 4f6bdf69b47..68bda2f4911 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -37,7 +37,7 @@ public sealed class PostMapInitTest 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 @@ public sealed class PostMapInitTest "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 51fa6e29d0b..2953410f7bf 100644 --- a/Content.Server/Access/Systems/AgentIDCardSystem.cs +++ b/Content.Server/Access/Systems/AgentIDCardSystem.cs @@ -9,7 +9,7 @@ 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 f0d9d8b38d9..d0056140282 100644 --- a/Content.Server/Administration/Systems/AdminSystem.cs +++ b/Content.Server/Administration/Systems/AdminSystem.cs @@ -412,7 +412,7 @@ public void Erase(NetUserId uid) _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 048fa777fc9..f5fbb811c39 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 725901620d0..658c0649bbd 100644 --- a/Content.Server/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.cs +++ b/Content.Server/CartridgeLoader/Cartridges/LogProbeCartridgeSystem.cs @@ -2,7 +2,7 @@ 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 998116994e8..f7cf691e727 100644 --- a/Content.Server/Ghost/Roles/GhostRoleSystem.cs +++ b/Content.Server/Ghost/Roles/GhostRoleSystem.cs @@ -87,7 +87,7 @@ public override void Initialize() 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 58a8cd6351e..a14dff4b486 100644 --- a/Content.Server/Lathe/LatheSystem.cs +++ b/Content.Server/Lathe/LatheSystem.cs @@ -2,7 +2,7 @@ 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 b79b9a1bec4..bf41a294899 100644 --- a/Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs +++ b/Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs @@ -150,7 +150,7 @@ private void OnEatMouse(EntityUid uid, FelinidComponent component, EatMouseActio 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 7437d293da6..a14d8925aa2 100644 --- a/Content.Server/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs +++ b/Content.Server/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs @@ -3,7 +3,7 @@ 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 27769721ffd..1fe80dee884 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 fa078159741..064cac19061 100644 --- a/Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs +++ b/Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs @@ -4,7 +4,7 @@ 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 7610b05d7da..3ec686109f4 100644 --- a/Content.Server/Salvage/SalvageSystem.cs +++ b/Content.Server/Salvage/SalvageSystem.cs @@ -4,7 +4,7 @@ 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 29216268b28..1a5d74d17aa 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/Station/Systems/StationJobsSystem.cs b/Content.Server/Station/Systems/StationJobsSystem.cs index 227c5630839..3cc31862191 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 ada862092e4..0e3c899ace6 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 b865b9a34c9..2ef1e91e663 100644 --- a/Content.Server/StationEvents/EventManagerSystem.cs +++ b/Content.Server/StationEvents/EventManagerSystem.cs @@ -3,7 +3,7 @@ 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 9585b3b824a..ed6c42ab485 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 196678190c4..752522d58b7 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 ecb3e1dd52d..495b436c6a0 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 3b5d2dbe9df..204d156e02e 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 e2ad0c24114..2b6bbbcffc4 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 3b7b464f91b..983d97de9bb 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.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 5edf08e097c..72582b03e39 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 791e8a466b1..23b8a1f1c9f 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 7e7efce2e15..73912a7abb8 100644 --- a/Content.Server/DeltaV/Administration/Commands/JobWhitelistsCommand.cs +++ b/Content.Server/_DV/Administration/Commands/JobWhitelistsCommand.cs @@ -3,7 +3,7 @@ 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 425078bcc73..c286cd77bee 100644 --- a/Content.Server/DeltaV/Administration/Commands/LoadCharacter.cs +++ b/Content.Server/_DV/Administration/Commands/LoadCharacter.cs @@ -16,7 +16,7 @@ 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 17ea4a56cc4..c3584df491e 100644 --- a/Content.Server/DeltaV/Administration/Commands/SpawnCharacter.cs +++ b/Content.Server/_DV/Administration/Commands/SpawnCharacter.cs @@ -13,7 +13,7 @@ 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 dd435c3318a..2dd172805d3 100644 --- a/Content.Server/DeltaV/Administration/JobWhitelistsEui.cs +++ b/Content.Server/_DV/Administration/JobWhitelistsEui.cs @@ -4,14 +4,14 @@ 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 c66ad21a6cd..2ec7d679592 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 53960e86dd8..219d55c743d 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 @@ private void CrackBiscuit(EntityUid uid, BiscuitComponent component) _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 40f97486ce3..85def73c780 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 955e62e1765..edf5644c562 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 2890d54025a..a8884413a5f 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 4ea9bd43133..b3b82cc4337 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 dfe1776f666..59693dd0316 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 e18bd4c7cf2..cf115a4900a 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 edbda1aba52..0b9290ec16f 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 5ff5cd4ff7f..2d490330c28 100644 --- a/Content.Server/DeltaV/Cargo/Systems/StockMarketSystem.cs +++ b/Content.Server/_DV/Cargo/Systems/StockMarketSystem.cs @@ -2,8 +2,8 @@ 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.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 89a2bd21eb3..b340cbfd793 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 11a6c5c5bb1..ffd5638d355 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 c85d7e6d927..aa576d42b1a 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 2b95462a663..fc1a48eba9f 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 ea3c58226ad..9a022914d41 100644 --- a/Content.Server/DeltaV/CartridgeLoader/Cartridges/NanoChatCartridgeSystem.cs +++ b/Content.Server/_DV/CartridgeLoader/Cartridges/NanoChatCartridgeSystem.cs @@ -8,14 +8,14 @@ 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 7ab11f64d4a..d9b84aeee19 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 cd68c5adb43..c2d114c7164 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 8d28297cf62..378cd1ecdd8 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.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 d69d4d9ef93..3619a18e9e7 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 a9e7ff82443..7ad141214a6 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 d913f2d2095..7ad286bd8a5 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 387045b58d1..4223b51f2c1 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 5d2fe4c8cd7..a89c92f0b71 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 d89e57eef21..c5c7e4d1c77 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 53bba259d04..75bb2bbbdaa 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 64f90f135e0..e1c2d564e4b 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 ca64ebf45e0..3f9e5d27f47 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 7279964894a..cfdbb89a073 100644 --- a/Content.Server/DeltaV/GlimmerWisp/LifeDrainerComponent.cs +++ b/Content.Server/_DV/GlimmerWisp/LifeDrainerComponent.cs @@ -3,7 +3,7 @@ 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 079ec77bbf3..31bd753bf17 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.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 5c4be7fcf5b..51b0055911e 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 80f01d151ad..985f25bac67 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 98% rename from Content.Server/DeltaV/Harpy/HarpySingerSystem.cs rename to Content.Server/_DV/Harpy/HarpySingerSystem.cs index ec784dfd5b7..22e120ee7d1 100644 --- a/Content.Server/DeltaV/Harpy/HarpySingerSystem.cs +++ b/Content.Server/_DV/Harpy/HarpySingerSystem.cs @@ -7,7 +7,7 @@ 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; @@ -21,7 +21,7 @@ using Robust.Shared.Player; using Robust.Shared.Prototypes; -namespace Content.Server.DeltaV.Harpy +namespace Content.Server._DV.Harpy { public sealed class HarpySingerSystem : EntitySystem { 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 45b9e35bb53..8f285cc9355 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 df0fa8cf741..567a20eaf94 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 e6e8b63fad0..dbe70893911 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 6a30c498580..60a352f22cb 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 fbb962d3ae8..5fbc3723093 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 6608084a6e5..48b63e14a99 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 4100c5a353f..87193c672ea 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 7075c3ef1d6..2d94b5c2548 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 19f91487c0c..c4547ae53a2 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.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; 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.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 057e7fb1596..436aa6741fb 100644 --- a/Content.Server/DeltaV/Mail/MailCommands.cs +++ b/Content.Server/_DV/Mail/MailCommands.cs @@ -4,10 +4,10 @@ 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 06ed4953ab6..eb861e2d76d 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 fb0ca32aa66..54fe8377d0f 100644 --- a/Content.Server/DeltaV/NanoChat/NanoChatSystem.cs +++ b/Content.Server/_DV/NanoChat/NanoChatSystem.cs @@ -4,13 +4,13 @@ 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 8f870ed7738..ec79aa89327 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 34270a4067e..114f46c8ea1 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 e8592c3d73e..08900ab9513 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 781040ddc0a..0c3cd3e0cda 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 660380ba80b..78002d6020d 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 819c81d17d7..ce4b6711d78 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 0178a45bb1b..c41be097847 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 6c769dd9c53..5adc9c87fef 100644 --- a/Content.Server/DeltaV/Recruiter/RecruiterPenSystem.cs +++ b/Content.Server/_DV/Recruiter/RecruiterPenSystem.cs @@ -3,10 +3,10 @@ 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 e73caa7591e..7e7fd81ae60 100644 --- a/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs +++ b/Content.Server/_DV/RoundEnd/RoundEndSystem.Pacified.cs @@ -2,13 +2,13 @@ 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 40903aed040..15905f7966a 100644 --- a/Content.Server/DeltaV/Shipyard/ShipyardSystem.cs +++ b/Content.Server/_DV/Shipyard/ShipyardSystem.cs @@ -2,7 +2,7 @@ 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 d331d7231b6..c74eabca7ef 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.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 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 5f95761f651..39a691bc389 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 c674f7a4446..28923ed21ad 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 584d0a263b1..c9075711522 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 c26c24dff94..5f0aa09ae90 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 55% rename from Content.Server/DeltaV/Speech/Components/ScottishAccentComponent.cs rename to Content.Server/_DV/Speech/Components/ScottishAccentComponent.cs index 9cb83bf86d2..ceb38df41c9 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 4aef7ba9b13..3cece638bbf 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 d17431911e2..9426e848c2c 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 d432e9ea6d0..9dbcb63bb23 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 64a61e55a5c..79649c63a16 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 d34e5994202..2ccb1d4e766 100644 --- a/Content.Server/DeltaV/Station/Events/PlayerJobEvents.cs +++ b/Content.Server/_DV/Station/Events/PlayerJobEvents.cs @@ -2,7 +2,7 @@ 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 c790b22f782..6798704dbc3 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 47729cb8a01..ced0a827214 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 959c4fe7716..ac008322bc6 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 9acfd3021d5..4ca2d4e044c 100644 --- a/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs +++ b/Content.Server/_DV/StationEvents/Events/GlimmerMobSpawnRule.cs @@ -11,7 +11,7 @@ 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 944a440eab1..7baf3dc3b90 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 72c4a8a6f0d..203b0de6d9f 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 5bf67ad92e2..7ae6e4bef2c 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 c4e594ab98c..d02c704a1c3 100644 --- a/Content.Server/DeltaV/TapeRecorder/TapeRecorderSystem.cs +++ b/Content.Server/_DV/TapeRecorder/TapeRecorderSystem.cs @@ -5,15 +5,15 @@ 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 d3e99bfcf83..56f6c5bd095 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 ef146fd9309..e3d60d4f44f 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 d51177833f3..8167d4dbb29 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 11a29e05cc8..35ea78e737b 100644 --- a/Content.Server/DeltaV/Weather/WeatherEffectsSystem.cs +++ b/Content.Server/_DV/Weather/WeatherEffectsSystem.cs @@ -7,7 +7,7 @@ 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 ac69c957057..439a200ce6b 100644 --- a/Content.Server/DeltaV/Weather/WeatherSchedulerComponent.cs +++ b/Content.Server/_DV/Weather/WeatherSchedulerComponent.cs @@ -4,7 +4,7 @@ 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 a19a2f3787d..5df53188d6d 100644 --- a/Content.Server/DeltaV/Weather/WeatherSchedulerSystem.cs +++ b/Content.Server/_DV/Weather/WeatherSchedulerSystem.cs @@ -7,7 +7,7 @@ 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 a096fc354a0..1d205f67bf3 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 b4d58c9913e..374b532acc8 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 059e1a8cc92..a8a70322053 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 d77c00134cf..d742dbb3dd5 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 7ac1d63e6ad..64688732c11 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 37143aacd1e..0fff9c6ba00 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.Shared/Access/Components/IdCardConsoleComponent.cs b/Content.Shared/Access/Components/IdCardConsoleComponent.cs index 9a8af18a6db..7ae419a8ceb 100644 --- a/Content.Shared/Access/Components/IdCardConsoleComponent.cs +++ b/Content.Shared/Access/Components/IdCardConsoleComponent.cs @@ -83,9 +83,9 @@ public WriteToTargetIdMessage(string fullName, string jobTitle, List /// 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 3fbb355ded1..561b2202f98 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 6b236d3dcf0..c05942e1ee7 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 40962f60b31..c3c35cae718 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 57719760ee3..899ef2d70f3 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 1e7f17a0de0..90a2aedd405 100644 --- a/Content.Shared/DeltaV/Abilities/CrawlUnderObjectsComponent.cs +++ b/Content.Shared/_DV/Abilities/CrawlUnderObjectsComponent.cs @@ -4,7 +4,7 @@ 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 6f5f36086c6..83051bd7883 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 56f1d11ee27..43facaad7b7 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 2f9169a7fb9..49538cbf57e 100644 --- a/Content.Shared/DeltaV/Addictions/AddictedComponent.cs +++ b/Content.Shared/_DV/Addictions/AddictedComponent.cs @@ -2,7 +2,7 @@ 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 bdcfe3c39e7..234157f38af 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 a5e64739e18..3f7c6b0ce05 100644 --- a/Content.Shared/DeltaV/Administration/JobWhitelistsEuiState.cs +++ b/Content.Shared/_DV/Administration/JobWhitelistsEuiState.cs @@ -3,7 +3,7 @@ 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 d98cf6bbcad..d2b4adfe00d 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 3d521967065..0e5877e1a66 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 7e519e7e04b..4e76af5c044 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 ad1968aec62..9b589519631 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 7ea0375518a..addface17cb 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 e6661da0e04..b65b7e5ee49 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 9e1be89370c..1528f0cd4a6 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 677c53eedc0..9f3a6b8101c 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 2b47c49abd1..c6758ad4b9e 100644 --- a/Content.Shared/DeltaV/Carrying/CarryingSystem.cs +++ b/Content.Shared/_DV/Carrying/CarryingSystem.cs @@ -27,7 +27,7 @@ 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 8fb9a131a82..a3f6330535b 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 8cb2efa900f..a8a2e97685d 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 dde6751abc7..e6924d8872b 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 54c6ec35618..f3c9228ccff 100644 --- a/Content.Shared/DeltaV/Chapel/SacrificialAltarComponent.cs +++ b/Content.Shared/_DV/Chapel/SacrificialAltarComponent.cs @@ -6,7 +6,7 @@ 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 fe647c7d20c..d4dba142df7 100644 --- a/Content.Shared/DeltaV/Chapel/SharedSacrificialAltarSystem.cs +++ b/Content.Shared/_DV/Chapel/SharedSacrificialAltarSystem.cs @@ -4,7 +4,7 @@ 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 f2edeeb8726..eb0c153672e 100644 --- a/Content.Shared/DeltaV/Harpy/HarpySingerComponent.cs +++ b/Content.Shared/_DV/Harpy/HarpySingerComponent.cs @@ -3,7 +3,7 @@ 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 50e8b6302c0..6ac7b9a409e 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 f75fcee8d42..5931332a9e3 100644 --- a/Content.Shared/DeltaV/Harpy/HarpyVisualsSystem.cs +++ b/Content.Shared/_DV/Harpy/HarpyVisualsSystem.cs @@ -2,7 +2,7 @@ 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 cc0f7c39354..ba0807fb647 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 d11332946b4..ed449ac6b89 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 823a9f1d253..4ad22b82ec3 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 881d78bf1ae..db312646a59 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 924bcf0a1c9..6f99200eb2d 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 db2d60b6c01..fc868a7419d 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.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/DeltaV/Instruments/InstrumentVisualsComponent.cs b/Content.Shared/_DV/Instruments/InstrumentVisualsComponent.cs similarity index 91% rename from Content.Shared/DeltaV/Instruments/InstrumentVisualsComponent.cs rename to Content.Shared/_DV/Instruments/InstrumentVisualsComponent.cs index ea484fdfccc..0dad345a3e6 100644 --- a/Content.Shared/DeltaV/Instruments/InstrumentVisualsComponent.cs +++ b/Content.Shared/_DV/Instruments/InstrumentVisualsComponent.cs @@ -1,7 +1,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Instruments; +namespace Content.Shared._DV.Instruments; /// /// Controls the bool when the instrument UI is open. diff --git a/Content.Shared/DeltaV/Instruments/InstrumentVisualsSystem.cs b/Content.Shared/_DV/Instruments/InstrumentVisualsSystem.cs similarity index 95% rename from Content.Shared/DeltaV/Instruments/InstrumentVisualsSystem.cs rename to Content.Shared/_DV/Instruments/InstrumentVisualsSystem.cs index d55cd3aa767..c84331ca2e4 100644 --- a/Content.Shared/DeltaV/Instruments/InstrumentVisualsSystem.cs +++ b/Content.Shared/_DV/Instruments/InstrumentVisualsSystem.cs @@ -1,7 +1,7 @@ using Content.Shared.Instruments; using Content.Shared.UserInterface; -namespace Content.Shared.DeltaV.Instruments; +namespace Content.Shared._DV.Instruments; public sealed class InstrumentVisualsSystem : EntitySystem { 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 e8064d79456..5d5b226ba61 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 5abb0aec78b..e800215a36b 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 a541bef7ad9..eb118a2ff61 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 6ca26f129de..d6ef6146131 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 6f4d7a2278b..ba4c9f1b86c 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 7e40be79832..2f4c17cc565 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 0a53122f87e..4b7a57e9798 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 a89ea803373..d0f2aa926f2 100644 --- a/Content.Shared/DeltaV/Pain/PainComponent.cs +++ b/Content.Shared/_DV/Pain/PainComponent.cs @@ -3,7 +3,7 @@ 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 896fd1590f2..b4addc08813 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 e77990fc453..43ce55976cc 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 38a50b1e1a8..b7d749e45ac 100644 --- a/Content.Shared/DeltaV/Paper/SignatureSystem.cs +++ b/Content.Shared/_DV/Paper/SignatureSystem.cs @@ -6,7 +6,7 @@ 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 e85ba26591b..e41be0913e4 100644 --- a/Content.Shared/DeltaV/Planet/PlanetPrototype.cs +++ b/Content.Shared/_DV/Planet/PlanetPrototype.cs @@ -3,7 +3,7 @@ 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 14a258e9169..44ebc208810 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 b753ffdd9ef..ac336ba03d4 100644 --- a/Content.Shared/DeltaV/Recruiter/RecruiterPenComponent.cs +++ b/Content.Shared/_DV/Recruiter/RecruiterPenComponent.cs @@ -3,7 +3,7 @@ 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 9ac22df2920..bb20945ea32 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.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 6e081a72b93..c6ab7119c4e 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 4d94a7c1ed6..6329edc9779 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 9f2e4902d3c..75d48a84af4 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 d85ff85fa12..6083c028b5a 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 b850ac6e44c..a25c020ca55 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 33ea80280f8..c956e1d28ee 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 fb7616e5149..3b242ae022a 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/DeltaV/Salvage/Components/MiningVoucherComponent.cs b/Content.Shared/_DV/Salvage/Components/MiningVoucherComponent.cs similarity index 92% rename from Content.Shared/DeltaV/Salvage/Components/MiningVoucherComponent.cs rename to Content.Shared/_DV/Salvage/Components/MiningVoucherComponent.cs index 3198bea7a01..abc5c9225f0 100644 --- a/Content.Shared/DeltaV/Salvage/Components/MiningVoucherComponent.cs +++ b/Content.Shared/_DV/Salvage/Components/MiningVoucherComponent.cs @@ -1,11 +1,11 @@ -using Content.Shared.DeltaV.Salvage.Systems; +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.DeltaV.Salvage.Components; +namespace Content.Shared._DV.Salvage.Components; /// /// Thief toolbox except it uses a radial menu and has to be redeemed at the salvage vendor. 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 c101fa0c712..6233b5b92a4 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/DeltaV/Salvage/MiningVoucherUI.cs b/Content.Shared/_DV/Salvage/MiningVoucherUI.cs similarity index 89% rename from Content.Shared/DeltaV/Salvage/MiningVoucherUI.cs rename to Content.Shared/_DV/Salvage/MiningVoucherUI.cs index a9591a12e13..e01f19e8f20 100644 --- a/Content.Shared/DeltaV/Salvage/MiningVoucherUI.cs +++ b/Content.Shared/_DV/Salvage/MiningVoucherUI.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.DeltaV.Salvage; +namespace Content.Shared._DV.Salvage; /// /// Message for a mining voucher kit to be selected. 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 e3e5c0655ec..a73667d344d 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/DeltaV/Salvage/Systems/MiningVoucherSystem.cs b/Content.Shared/_DV/Salvage/Systems/MiningVoucherSystem.cs similarity index 96% rename from Content.Shared/DeltaV/Salvage/Systems/MiningVoucherSystem.cs rename to Content.Shared/_DV/Salvage/Systems/MiningVoucherSystem.cs index 30b44eef493..b1a47494a59 100644 --- a/Content.Shared/DeltaV/Salvage/Systems/MiningVoucherSystem.cs +++ b/Content.Shared/_DV/Salvage/Systems/MiningVoucherSystem.cs @@ -1,4 +1,4 @@ -using Content.Shared.DeltaV.Salvage.Components; +using Content.Shared._DV.Salvage.Components; using Content.Shared.Interaction; using Content.Shared.Popups; using Content.Shared.Power.EntitySystems; @@ -8,7 +8,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Timing; -namespace Content.Shared.DeltaV.Salvage.Systems; +namespace Content.Shared._DV.Salvage.Systems; public sealed class MiningVoucherSystem : EntitySystem { 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 a7726ebc3c6..c065432104f 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 1f27f79a744..3d9b2cc7dfe 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 0c2cc0fe7e8..12048638579 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 ac0475b48cc..72ed34f7bf9 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 d478281fd8d..0e2cc724cef 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 c8ca3a3e2bb..97c6aacd6ff 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 141badf2db0..c2202092a45 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 3c2dcd2226a..b27e9e9a06e 100644 --- a/Content.Shared/DeltaV/Silicons/Laws/SlavedBorgComponent.cs +++ b/Content.Shared/_DV/Silicons/Laws/SlavedBorgComponent.cs @@ -2,7 +2,7 @@ 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 ecc90363a0b..ce3dba3aab7 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 a16e0e53e6a..61b779e5e97 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 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 a3562370401..4f3f6e08598 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 7e4c461973f..316979ad16d 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 a11be3c64a3..b69b87fa3e2 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 c5600b8bcf6..e5ed28121c1 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 34ff5c348d7..35e60e46a83 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 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 92828b28302..996e7cf1433 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 3a616cf8ffc..52a742bb7c4 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 d505215a469..516a306d90b 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 464711c32ab..254632a0861 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.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 3b04c0d0490..f7198642ae2 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 1de2c5476ed..5638af68021 100644 --- a/Content.Shared/DeltaV/VendingMachines/ShopVendorComponent.cs +++ b/Content.Shared/_DV/VendingMachines/ShopVendorComponent.cs @@ -3,7 +3,7 @@ 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 9f288d9d322..1f653dda6f6 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 de84ac49346..43cb832741e 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 ec2c272695b..1d6236682a4 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 a74a449b00c..bab750529a0 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 c705c8a209a..7c2da23b19f 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 6d532a245ed..9618cfa32ad 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/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/IgnoredPrototypes/ignoredPrototypes.yml b/Resources/IgnoredPrototypes/ignoredPrototypes.yml index e348f7ad036..3bda19c2ab4 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 100% rename from Resources/Locale/en-US/deltav/job/job-description.ftl rename to Resources/Locale/en-US/_DV/job/job-description.ftl diff --git a/Resources/Locale/en-US/deltav/job/job-names.ftl b/Resources/Locale/en-US/_DV/job/job-names.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/job/job-names.ftl rename to Resources/Locale/en-US/_DV/job/job-names.ftl diff --git a/Resources/Locale/en-US/deltav/job/job-supervisors.ftl b/Resources/Locale/en-US/_DV/job/job-supervisors.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/job/job-supervisors.ftl rename to Resources/Locale/en-US/_DV/job/job-supervisors.ftl 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 100% rename from Resources/Locale/en-US/deltav/paper/stamp-component.ftl rename to Resources/Locale/en-US/_DV/paper/stamp-component.ftl 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 100% rename from Resources/Locale/en-US/deltav/preferences/loadout-groups.ftl rename to Resources/Locale/en-US/_DV/preferences/loadout-groups.ftl 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/deltav/salvage/mining-voucher.ftl b/Resources/Locale/en-US/_DV/salvage/mining-voucher.ftl similarity index 100% rename from Resources/Locale/en-US/deltav/salvage/mining-voucher.ftl rename to Resources/Locale/en-US/_DV/salvage/mining-voucher.ftl 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 100% rename from Resources/Locale/en-US/deltav/store/uplink-catalog.ftl rename to Resources/Locale/en-US/_DV/store/uplink-catalog.ftl 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/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 46501f63822..99adaf28602 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 dfcfcd10f78..83158cd7d82 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 4617797bb51..82ee588c616 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 70785ce89a2..e97aa00983e 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 9db5228483d..7bd88609055 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 29766cc34d3..63a0cc5f91b 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 3958bf08092..bafba8f408f 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/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index ecc017f40aa..7ee863f60d5 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 8b1f7fade32..08a314e9347 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/medical.yml @@ -80,7 +80,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 @@ -89,14 +89,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 9e7c72a46cd..0bd98909d00 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/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 4b69599ce68..d30cb4786e1 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 86365081b8d..55c47e77e2f 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 c722b598ec0..e815a4d7f6f 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 9abef4a8ff3..6bbc73bc387 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 143eaebaf48..acf9d4b6bd2 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/Structures/Doors/airlock_groups.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Doors/airlock_groups.yml deleted file mode 100644 index dba1dcd8f38..00000000000 --- 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 b74ae7d1d61..00000000000 --- 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/Shaders/birdvision.yml b/Resources/Prototypes/DeltaV/Shaders/birdvision.yml deleted file mode 100644 index 43dc7ae2485..00000000000 --- 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 e292bf9c473..00000000000 --- 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 63458928cc8..00000000000 --- 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 89db03d2fcc..00000000000 --- 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 d9a3fd92173..5377de66f07 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 fae8e725eaa..5e5b77c36ad 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 1db5e9bd7cb..e2def41c36d 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 45bcc26464c..38f80fc2d6b 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 ae2af636384..72feabbd6bc 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -477,9 +477,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: @@ -527,7 +527,7 @@ whitelist: tags: - Sidearm - sprite: DeltaV/Clothing/Belt/belt_overlay.rsi + sprite: _DV/Clothing/Belt/belt_overlay.rsi - type: ContainerContainer containers: storagebase: !type:Container @@ -645,9 +645,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: @@ -666,7 +666,7 @@ whitelist: tags: - Sidearm - sprite: DeltaV/Clothing/Belt/belt_overlay.rsi + sprite: _DV/Clothing/Belt/belt_overlay.rsi - type: ContainerContainer containers: storagebase: !type:Container diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml index 5a0dec1442b..a0d49801786 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 6aed4a1d5b8..037ebcf9673 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 80a69000827..af3b8709efb 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 4da89c606af..b5e155a6c79 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 650e386135b..704559f5c52 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 42a25c1e087..20b7fe0bacf 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 7a54bbdef66..af7c0d07f8b 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 5387a4b5bed..1d853883cd9 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 04265c665dd..335a917e65b 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 fce33e6fccc..2fc17a3d3d6 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/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index 901433ffdbe..60466f42173 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 dcb45067ed8..cdfdf486a8a 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 3c36950ac88..36a79c25c3e 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/paintings.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/paintings.yml index af1289065ce..4e4c14cdb4a 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 7e78844c50e..43a73df0f2f 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 6c2f94b3190..bc37801265a 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 89caab876b6..2340beb0f4d 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 848865cf3f1..16c88afa919 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 687fe1ca4c3..822be2893c4 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 1e284c813b4..ef6f057d823 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 17677b223c6..37bd3d607a7 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 @@ -600,7 +600,7 @@ - MobMask layer: - MobLayer - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: Tag tags: @@ -857,7 +857,7 @@ noMovementLayers: movement: state: crab - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: Physics - type: Fixtures @@ -920,7 +920,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: goat sprite: Mobs/Animals/goat.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Fixtures fixtures: fix1: @@ -1015,7 +1015,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: goose sprite: Mobs/Animals/goose.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Fixtures fixtures: fix1: @@ -1255,7 +1255,7 @@ sprite: "Effects/creampie.rsi" state: "creampie_human" visible: false - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Hands - type: ComplexInteraction - type: GenericVisualizer @@ -1850,7 +1850,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: lizard sprite: Mobs/Animals/lizard.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -1907,7 +1907,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: slug sprite: Mobs/Animals/slug.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: Physics - type: Fixtures @@ -1963,7 +1963,7 @@ noMovementLayers: movement: state: frog - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2017,7 +2017,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: parrot sprite: Mobs/Animals/parrot.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: Fixtures fixtures: @@ -2071,7 +2071,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: penguin sprite: Mobs/Animals/penguin.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2205,7 +2205,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: snake sprite: Mobs/Animals/snake.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2248,7 +2248,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: @@ -2303,7 +2303,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 @@ -2349,7 +2349,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 @@ -2469,7 +2469,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: possum - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2543,7 +2543,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: raccoon - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2604,7 +2604,7 @@ noMovementLayers: movement: state: fox - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -2676,7 +2676,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: corgi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Speech speechVerb: Canine @@ -2826,7 +2826,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: cat - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -3032,7 +3032,7 @@ Base: kitten_dead Dead: Base: kitten_dead - - type: Carriable #DeltaV + - type: Carriable # DeltaV freeHandsRequired: 1 - type: Butcherable spawned: @@ -3064,7 +3064,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: sloth - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -3118,7 +3118,7 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: ferret - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Physics - type: Fixtures fixtures: @@ -3316,7 +3316,7 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: pig sprite: Mobs/Animals/pig.rsi - - type: Carriable #DeltaV + - type: Carriable # DeltaV - type: Fixtures fixtures: fix1: @@ -3388,7 +3388,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 0957ec0c964..e8f16a8c3a4 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 3308baf4d74..930c241ed16 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 19d6cafd7b1..f88a899660b 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -169,7 +169,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 f5a0f8c3111..580202e8aa5 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 4a534617243..f54303ee88f 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 09a58facd76..8a9007ad7d1 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 d2fb821c8fb..e443a47560c 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 979c0981f8c..64a11e4dac3 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. diff --git a/Resources/Prototypes/Entities/Mobs/base.yml b/Resources/Prototypes/Entities/Mobs/base.yml index ac3c19704fb..90f3e8380f3 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 e3c51b45c5a..1587f6c1e8c 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 f19f540af23..abdd48a9efc 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 562bd169a1f..4410d10ada3 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 62cc02cb30a..f191797d825 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 7bf5a9b2d35..fb38b09df67 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 75d76c63bfc..e1f70a4d9a8 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 18c4bb712b8..030477b4cf8 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 5453e92675b..52a9a918768 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 600a6f2825e..5e93ffc37ef 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 2ace7a5a3d2..17b5d40fa42 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 27402e01864..dd829c38901 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 af9e299628e..e1229bc0ceb 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -246,7 +246,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: @@ -255,7 +255,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 @@ -272,7 +272,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 @@ -339,7 +339,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 53e5c114239..9e32a1b54f7 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml @@ -71,4 +71,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 342a90185e2..15744be5853 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 0782ea18bd6..3053730b9d6 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 168720eaef3..f9a12fa22bd 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 4a9c4472efa..39de97e9d3e 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 af33afa7ac8..46b51a79671 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 34d9b216229..d095d6c5b3d 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 08b4a478edb..189f69b1258 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 967dfd06443..77e3d12c7e9 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 cd9adfdf8a0..fcc32fc3c29 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 10aade2eb47..ed5e882051b 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 004a97fc860..75a9d9e305a 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/telecomms.yml b/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml index c5d8e1ba9c7..1092c374ca6 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 b6d4931f572..ad2b0200a66 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 0ab427ef11a..0de41568536 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 21533c5f3eb..72bc35bb187 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 e0984008bac..fb28d607af6 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 ce5e4dbbdc0..cba24eafd87 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 6e10e027d6c..573641467f1 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 011bf5723ad..a9f404d74f7 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 228585e7b77..d087b014bfe 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 bd8803255f1..d7b7f28b727 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 d7aaa1b9f3b..9f19c47f7cb 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 93e173da281..c6dd5d1181d 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 6c66d486de8..9174e0ae0e7 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 f2c9c446673..3e5964dea6b 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 581e4a2ed80..28465cc54ad 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 1604b1356b9..63dd74961af 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 808b65c1b2f..46eece1feed 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 870a3ab7a7e..31da3542487 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 08d99918bfc..2fc4fba7437 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 2e802be9f32..3df048bd1ab 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 16768ce6a72..5fa15c6754f 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 57ed7e5663e..ff79bd774b6 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 443425e93b8..45fa1f256cd 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 d286e879772..9004f001e96 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 a202d179315..259dfde27e7 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 3a2e507e2f5..2e8e1cce523 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 f1c98f16bbf..0e3ebda9c68 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 6fa1145175b..7349a439353 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 badf017ff5e..2fe5308f04c 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 8e09936d689..4e03387bc0a 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 405ed6e4a94..19ab57d0c17 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 e26b3f9be53..136f009fbff 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 0284c26a99e..51025c8e38e 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 a5597308dbb..dfc55602df3 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 d3b5f06ea7f..26979b3fb37 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 39dcca3b7ac..ff02da36b19 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 e23995a4e0e..b604e8eff50 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 08a3aa82ca3..9069ca372c1 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 292a1c90939..708cba519ec 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 e157f8b7ff4..5ebd1e283bf 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 5d9b0e308dd..1980841ad2b 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 2d3f82f2938..908658acaac 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 24f84d02cca..00000000000 --- 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 a3b1115af2e..313dc199a68 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 b31b6ec1b0b..42f0c220216 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 30ca424c600..60d22187bd8 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 2a028cccac8..206059110d3 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 f53784ccdc2..ec45e8fcfc5 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 8d88273dace..ce1d494253f 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 dd01afea0e4..2be61c25cb8 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 fa166c78499..f3443c03180 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 ab8ac25a4ad..e250eda9baf 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 24bdf7b6596..bf5193bb841 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 680fd3027c4..2fbb3561f07 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 b509ce33f3f..d4a5dbb1a7d 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 2f67bd0e245..ce2ea10e025 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 351d7dbc29f..f0276a4cdd8 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 b05608657ce..7c259bbcf86 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 368ddf7bacc..3d5253708f3 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 e8828090abf..ae3b1ee1168 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -137,7 +137,7 @@ Steel: 1500 Plastic: 1000 Silver: 500 - Bluespace: 200 #DeltaV + Bluespace: 200 # DeltaV - type: latheRecipe id: ModularReceiver diff --git a/Resources/Prototypes/Research/civilianservices.yml b/Resources/Prototypes/Research/civilianservices.yml index fd2fa5a206e..51cc1ffc76e 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 955eab8d62d..4ab82e17ac7 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 de7e4280562..2aff9a382c2 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 910fc6937ce..3c57bc80a7b 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 diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml b/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml index 52adf84e10b..d00e9967111 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 face6c2310a..ff560bddb01 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 6a4c9140176..175436c99b8 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 4d6d8e019e6..8db3288be7e 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 bd10b26dca9..1b62d7ae639 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 691778e65bf..d1149fec606 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 563d83357e2..460a272ac61 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/Wildcards/boxer.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml index 227afdf01f7..4fc191021cb 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 00e991a2094..fb2ef45b5f9 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 b3bc1559e78..bbb69c43ca5 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 310c4bf90a6..17137588978 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 bd3d0bf9cd0..110f75e0e9f 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,7 +80,7 @@ - ERTEngineer - DeathSquad - StationAi # DeltaV - added for playtime trackers - #- AdministrativeAssistant # Delta V - Uncomment once ready to deploy. Administrative Assistant, see Resources/Prototypes/DeltaV/Roles/Jobs/Command/administrative_assistant.yml + #- AdministrativeAssistant # Delta V - Uncomment once ready to deploy. Administrative Assistant, see Resources/Prototypes/_DV/Roles/Jobs/Command/administrative_assistant.yml primary: false weight: 100 @@ -107,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 @@ -122,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 @@ -164,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 6722213a26d..efe79057e3e 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 80442e336aa..d569041e17f 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 9e5c49b6c85..3d398d2042d 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 c59415b2711..48e3d57acd3 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 a022979462e..3bfce627e57 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 8e8218a0798..bf5649feccb 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 75% rename from Resources/Prototypes/DeltaV/Body/Parts/harpy.yml rename to Resources/Prototypes/_DV/Body/Parts/harpy.yml index 358cb1de11f..6f2d8c28c77 100644 --- a/Resources/Prototypes/DeltaV/Body/Parts/harpy.yml +++ b/Resources/Prototypes/_DV/Body/Parts/harpy.yml @@ -24,10 +24,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 @@ -39,10 +39,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 @@ -62,10 +62,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 @@ -78,10 +78,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 @@ -94,10 +94,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 @@ -110,10 +110,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 @@ -126,10 +126,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 @@ -143,10 +143,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 @@ -160,10 +160,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 @@ -176,10 +176,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 96% rename from Resources/Prototypes/DeltaV/Body/Parts/rodentia.yml rename to Resources/Prototypes/_DV/Body/Parts/rodentia.yml index 150c31cda88..cdde0cadb0f 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: Biological - type: BodyPart diff --git a/Resources/Prototypes/DeltaV/Body/Parts/vulpkanin.yml b/Resources/Prototypes/_DV/Body/Parts/vulpkanin.yml similarity index 74% rename from Resources/Prototypes/DeltaV/Body/Parts/vulpkanin.yml rename to Resources/Prototypes/_DV/Body/Parts/vulpkanin.yml index 1a6931df679..77ab39246d2 100644 --- a/Resources/Prototypes/DeltaV/Body/Parts/vulpkanin.yml +++ b/Resources/Prototypes/_DV/Body/Parts/vulpkanin.yml @@ -26,10 +26,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" - type: BodyPart partType: Torso @@ -41,10 +41,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 @@ -64,10 +64,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 @@ -80,10 +80,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 @@ -96,10 +96,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 @@ -112,10 +112,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 @@ -128,10 +128,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 @@ -145,10 +145,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 @@ -162,10 +162,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 @@ -178,10 +178,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 1dae88730c1..0558b028a6b 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 325eb6e078a..93a09198452 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 c025efd4f6a..6cf8d68f4ae 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 769abfd2a7d..fa6a584258b 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 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Items/Backpacks/duffelbag.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Items/Backpacks/duffelbag.yml 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 100% rename from Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/chiefjustice.yml rename to Resources/Prototypes/_DV/Catalog/Fills/Lockers/chiefjustice.yml 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 a1cdbe36602..052cdbae0b0 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 ff5b250ac0b..2a116940d2c 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 558dfc62ce0..dd3ff842b7b 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 68132306ed3..0decc52c357 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 7a32793d942..7daaed7cbf8 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/DeltaV/Catalog/mining_voucher.yml b/Resources/Prototypes/_DV/Catalog/mining_voucher.yml similarity index 96% rename from Resources/Prototypes/DeltaV/Catalog/mining_voucher.yml rename to Resources/Prototypes/_DV/Catalog/mining_voucher.yml index ac654f6cd29..4937ee660a9 100644 --- a/Resources/Prototypes/DeltaV/Catalog/mining_voucher.yml +++ b/Resources/Prototypes/_DV/Catalog/mining_voucher.yml @@ -28,7 +28,7 @@ # name: mining-voucher-resonator-name # description: mining-voucher-resonator-description # sprite: -# sprite: DeltaV/Objects/Weapons/Ranged/resonator.rsi +# sprite: _DV/Objects/Weapons/Ranged/resonator.rsi # state: icon # content: # - Resonator diff --git a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml b/Resources/Prototypes/_DV/Catalog/uplink_catalog.yml similarity index 97% rename from Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml rename to Resources/Prototypes/_DV/Catalog/uplink_catalog.yml index 6be8d410fb2..940adc41f0c 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 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 1205103fefb..fda25c077fd 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 4eb24954601..055bcd0051e 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 a609238d9be..49aef663c67 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 82% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Ears/headsets.yml index 341152dd2cb..4d9176394f0 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Ears/headsets.yml @@ -17,10 +17,10 @@ name: head of personnel's over-ear headset components: - 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 @@ -35,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 @@ -52,10 +52,10 @@ - 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: ClothingHeadsetJustice @@ -87,9 +87,9 @@ - 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: ClothingHeadsetSecurity @@ -109,9 +109,9 @@ - EncryptionKeyCommand - EncryptionKeyCommon - type: Sprite - sprite: DeltaV/Clothing/Ears/Headsets/adminassistant.rsi + sprite: _DV/Clothing/Ears/Headsets/adminassistant.rsi - type: Clothing - sprite: DeltaV/Clothing/Ears/Headsets/adminassistant.rsi + sprite: _DV/Clothing/Ears/Headsets/adminassistant.rsi - type: entity parent: ClothingHeadsetAdminAssistant 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 bf7fc3cf3d0..d7ac89c6327 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 45cfd8ae287..22f1037ea84 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 c79438f47dd..bd92504d1ed 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 1505dec5d7f..18f27fe6b6e 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 3dcda0fd5ee..6c80ba3c617 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 0decd805c60..5e992d97c62 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 7e024db5b13..77cfbdaa4d9 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 4c66e919907..c264ec93980 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/DeltaV/Entities/Clothing/Neck/mantles.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/mantles.yml similarity index 72% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Neck/mantles.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Neck/mantles.yml index 4ad4c85a45e..948071f1171 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/mantles.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/mantles.yml @@ -6,9 +6,9 @@ suffix: ADMIN ONLY, DO NOT MAP components: - type: Sprite - sprite: DeltaV/Clothing/Neck/mantles/ryuzo.rsi + sprite: _DV/Clothing/Neck/mantles/ryuzo.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/mantles/ryuzo.rsi + sprite: _DV/Clothing/Neck/mantles/ryuzo.rsi - type: entity parent: ClothingNeckBase @@ -17,7 +17,7 @@ description: A fancy velvet mantle with fur trim, fitting for a judge. components: - type: Sprite - sprite: DeltaV/Clothing/Neck/mantles/cjmantle.rsi + sprite: _DV/Clothing/Neck/mantles/cjmantle.rsi - type: Clothing - sprite: DeltaV/Clothing/Neck/mantles/cjmantle.rsi + 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 1094cab4f72..e012c97c773 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 7ec38bb1441..0fe936ed8fc 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 2b421e96752..b121b016953 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 e5c7a351450..b75dd976ea9 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 a68eeedbada..3e4324b6d31 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 26893e2fb83..0da6648f6f8 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 4586c8318d0..3f8c44f9f2f 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 705d24d81f5..025f0dec31a 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 ce4ee91cfef..da8c23c7e45 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 0260909edc3..d961e3b5522 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 3752b22a74d..ec949098ec3 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 acee4da64f9..05d0bfef0e0 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 71% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Shoes/specific.yml index 86c7d4ef53c..7539a76ec1f 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 e4e1d31f892..aadac856297 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 69% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml index bb199f52ed8..56c8d9ba61d 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,9 +208,9 @@ 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 @@ -219,6 +219,6 @@ description: A suit worn by the Administrative Assistant. Smells of burnt coffee. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi + 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 67% rename from Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml rename to Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml index b8bc77a4608..d38542ccb3b 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,9 +426,9 @@ 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 @@ -437,6 +437,6 @@ description: A suit worn by the Administrative Assistant. Smells of burnt coffee. components: - type: Sprite - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi + sprite: _DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi + 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 c4de1844399..1f86522c939 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 affa4f7ee72..9b4eafafc78 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 204901d8bda..7d8007994ca 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 c0ea5c8e621..1c6be74382e 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 cef6006c0f0..bf13b0dfdcf 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 0b822f9a1b4..6bff35e65e5 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 85% rename from Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml rename to Resources/Prototypes/_DV/Entities/Markers/Spawners/jobs.yml index 28f1e8371e1..d7b82d02af4 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,7 +103,7 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - sprite: _DV/Markers/jobs.rsi state: cargoassistant - type: entity @@ -116,5 +116,5 @@ - type: Sprite layers: - state: green - - sprite: DeltaV/Markers/jobs.rsi + - 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 73bb3ee485d..a876104ad14 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 fbf78c92e52..c21fbd2b18a 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 dfacda5154b..a8ffd5d6626 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 edfb68adbcd..836c0c9bd89 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 24657b46e14..a7cb56bfa01 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 46ec9be768e..f5f83ca4224 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 7097be16ffa..1b8b4283fc4 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 4d5d8003e66..7880cd19e67 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 0b27c239baa..c074ef72b90 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 e8174f74b48..a3df1776332 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 f327dcd9483..6f54914d97b 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 5ee190553d6..a4fd754e87d 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 4626e8e2e45..33988dbe35c 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 7f163090f8a..b4ed2df261b 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 5036957a1d8..0dabf77ec2d 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 0cf1653737e..5577ac1583b 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 92% rename from Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml rename to Resources/Prototypes/_DV/Entities/Mobs/Species/harpy.yml index 02aa1863842..a34045ad55a 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Species/harpy.yml @@ -78,7 +78,7 @@ - map: [ "mask" ] - map: [ "head" ] - map: [ enum.InstrumentVisuals.Layer ] - sprite: DeltaV/Effects/harpysinger.rsi + sprite: _DV/Effects/harpysinger.rsi state: singing_music_notes visible: false - type: HumanoidAppearance @@ -132,7 +132,7 @@ jumpsuit: sizeMaps: 32: - sprite: DeltaV/Mobs/Species/Harpy/displacement.rsi + sprite: _DV/Mobs/Species/Harpy/displacement.rsi state: jumpsuit - type: HarpyVisuals - type: UltraVision @@ -141,9 +141,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 @@ -161,7 +161,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 @@ -213,7 +213,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 @@ -223,6 +223,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 190a74740be..95e55cd02df 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 81c48c49e65..ac7f62b86cc 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 1d0eb4e8506..78ad26f77c2 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 85485946493..37062a5cce0 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 a7e16b8c33c..5165ec44848 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 3e242a07f2a..c088041b422 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 b60063022c3..877972b6ac9 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 0c9bb8937c9..69a05b00242 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 67526331e91..aa9799bf580 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 e9b3f3b6003..5de1ef6f1a6 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 d0810259803..a6e5fdc904f 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 09ab2e09eec..8178be8040e 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 7f1275d763a..f56afe25b61 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 cb9e81c34c9..878c02c2aeb 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 1fcdbdef56b..61c14830b8e 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 6c5473a52f2..28b5a3db519 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 80bfc352cf3..49e0fa0b59a 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 67b723e4310..edb11410744 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 95% rename from Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml rename to Resources/Prototypes/_DV/Entities/Objects/Devices/pda.yml index 786f7bd0bc1..1719d23f548 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: @@ -207,7 +207,7 @@ description: Theres pen scribbles all over the edges, and a few sticky notes stuck on it. components: - type: Sprite - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi layers: - map: [ "enum.PdaVisualLayers.Base" ] - state: "light_overlay" @@ -228,7 +228,7 @@ tags: - Write - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: _DV/Objects/Devices/pda.rsi state: pda-admin-assistant ## Alternate Job Titles 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 dbebdd1b9d0..43e1ecf7ae9 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 b5077d4a955..92345d7f256 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 1d8813e486f..c3d6a0b450b 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 b6ba4e1cac6..89d741f9728 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 34891b04514..1d77afe0a99 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 b7d5d99d001..20bc05474bf 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 fbe41149d7e..07173c4d6ee 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 95% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/identification_cards.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/identification_cards.yml index ef668078c79..3bcc041af83 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,7 +58,7 @@ - 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 @@ -71,7 +71,7 @@ - type: Sprite layers: - state: silver - - sprite: DeltaV/Objects/Misc/id_cards.rsi + - sprite: _DV/Objects/Misc/id_cards.rsi state: idadminassistant - type: Item heldPrefix: silver 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 88% 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 a092f5839d7..524b9b9108d 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 df6c034b32f..a55b6f09556 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 39dc009b318..e5fc26ab83a 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 89% rename from Resources/Prototypes/DeltaV/Entities/Objects/Misc/rubber_stamp.yml rename to Resources/Prototypes/_DV/Entities/Objects/Misc/rubber_stamp.yml index a30c89f5561..e4e6183cc2c 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,7 +41,7 @@ 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 @@ -55,5 +55,5 @@ stampedColor: "#4191f2" stampState: "paper_stamp-admin-assistant" - type: Sprite - sprite: DeltaV/Objects/Misc/stamps.rsi + 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 c91ad210655..d8b54544526 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 5e62caf1159..716284e3b58 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 8eb8e509abe..2cb6edb6f97 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 c1060c84834..cfdd44fa775 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 52f5286e34a..95f7643700a 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 a74ae7a9ff7..ea01f60e94d 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 3e847b3a843..163031413f1 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 6ea56a91842..ff00a28a013 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 b41bf084c12..bf0f919818d 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 0d1a779a477..f7ced4b65a4 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 4f434e5ee63..1813f957f6a 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 68a9c18f879..48ac0863c38 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 281b590e7e4..e3fced0056a 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/DeltaV/Entities/Objects/Specific/mining_voucher.yml b/Resources/Prototypes/_DV/Entities/Objects/Specific/mining_voucher.yml similarity index 92% rename from Resources/Prototypes/DeltaV/Entities/Objects/Specific/mining_voucher.yml rename to Resources/Prototypes/_DV/Entities/Objects/Specific/mining_voucher.yml index d63a3b4e6ad..6a67f357041 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/mining_voucher.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Specific/mining_voucher.yml @@ -5,7 +5,7 @@ description: A token to redeem a piece of equipment. Insert into your salvage vendor to redeem it. components: - type: Sprite - sprite: DeltaV/Objects/Specific/Salvage/voucher.rsi + sprite: _DV/Objects/Specific/Salvage/voucher.rsi state: icon - type: Item size: Tiny 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 d17abefed8c..6c9cbe8ce7a 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 ee7b267bcdf..f18160ae20d 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 7eb8e8d9a2a..51ee92734de 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 4338d1e0c1a..1288f116d4f 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 e5a401edd87..8ab6a214a6f 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 84% 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 c5b913515ab..9aa9e46b1a0 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 cf851709b14..ea195143da8 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 bac057d30b9..361b15539e6 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 6cdeba10d4c..7a4123c9d8a 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 90% 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 ee30439ddcb..0ae6009f0cd 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 @@ -197,7 +197,7 @@ size: Small shape: null - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi + sprite: _DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi - type: Gun fireRate: 4.5 showExamineText: false 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 f7daf83b424..ef7f7608500 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 f078a3b6dae..3ecb4ba8c2c 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 615f45bfc01..b01d43232d0 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 89% 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 a93657a325b..f8c54a6ef02 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 d610a1c2aed..d5fc0174c97 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 862d3369ae6..dceaa80d123 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 ce90e8638b2..ed0db2f6c61 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 b19fa1dbfe5..1b4224144ac 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 5249da7bb22..338265b2080 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 f9dfa84b766..73a34cbe31f 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 b99fa5a3b68..c436ffe890f 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 b4d2436a0ac..0fe9bc6155b 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 5d616fd7ffa..6376ed3222d 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 00000000000..6af1bf90075 --- /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 c2eb95cd7ce..858caf8ec50 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 5bdd8ee1ed6..1e72736f8a3 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 2b675372580..3adbc266832 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 bb388fe66d4..a0a3d53248f 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 aa64c070024..cf715ec314c 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/DeltaV/Entities/Structures/Storage/SecureCabinet/secure_cabinets.yml b/Resources/Prototypes/_DV/Entities/Structures/Storage/SecureCabinet/secure_cabinets.yml similarity index 99% rename from Resources/Prototypes/DeltaV/Entities/Structures/Storage/SecureCabinet/secure_cabinets.yml rename to Resources/Prototypes/_DV/Entities/Structures/Storage/SecureCabinet/secure_cabinets.yml index 44de672ed9c..74c433d6f4c 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Storage/SecureCabinet/secure_cabinets.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Storage/SecureCabinet/secure_cabinets.yml @@ -13,7 +13,7 @@ - 0,6,2,7 maxItemSize: Normal - type: Sprite - sprite: DeltaV/Structures/Storage/secure_cabinet.rsi + sprite: _DV/Structures/Storage/secure_cabinet.rsi noRot: true - type: Appearance - type: UserInterface 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 5368f805a7e..563785dfd1e 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 71e22a4e4fa..4c4a8cbc7ce 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 db571aa635d..1ca6e6548ae 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 af2e3e79ec3..74345266b40 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 7e1a769a1e0..433d8283556 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 9b5437c8686..8e68748358f 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 18635244e8b..8275f03218c 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 bb120890fa5..0522ec99fdc 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 3f34355fd73..8f161ca2f80 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 ee7564fe2fc..933aa522c55 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 a7d2d68853f..6edf139aa9a 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 a9106c3b888..8a6e813e16f 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 dfd2fc979c0..7c49a40211b 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 f790970bcc8..f33f6d8c097 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 3ea381e515d..4fd58b49430 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/DeltaV/Loadouts/Jobs/Command/administrative_assistant.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Command/administrative_assistant.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Command/administrative_assistant.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Command/administrative_assistant.yml 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 100% rename from Resources/Prototypes/DeltaV/Loadouts/Jobs/Justice/chiefjustice.yml rename to Resources/Prototypes/_DV/Loadouts/Jobs/Justice/chiefjustice.yml 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/DeltaV/Loadouts/Miscellaneous/wintercoats.yml b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/wintercoats.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/Miscellaneous/wintercoats.yml rename to Resources/Prototypes/_DV/Loadouts/Miscellaneous/wintercoats.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml b/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml rename to Resources/Prototypes/_DV/Loadouts/loadout_groups.yml diff --git a/Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml b/Resources/Prototypes/_DV/Loadouts/role_loadouts.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml rename to Resources/Prototypes/_DV/Loadouts/role_loadouts.yml 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 00000000000..cbbcda20a5b --- /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 066cefef9a2..c3c2c8318b2 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 624924b76c2..7c214f560e9 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 4a41862356a..f359d628467 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 3b3aa70309f..46aa9581e2c 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 00000000000..0dbfbb5dd3e --- /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 ff847f2ac8b..dc250ad6a2c 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 bc581f430c5..71267f402aa 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 08c2a103e1e..9d56905df4e 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/DeltaV/Recipes/Construction/storage.yml b/Resources/Prototypes/_DV/Recipes/Construction/storage.yml similarity index 87% rename from Resources/Prototypes/DeltaV/Recipes/Construction/storage.yml rename to Resources/Prototypes/_DV/Recipes/Construction/storage.yml index 9592cdc1a9c..2b4b940253a 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Construction/storage.yml +++ b/Resources/Prototypes/_DV/Recipes/Construction/storage.yml @@ -8,7 +8,7 @@ targetNode: securecabinet category: construction-category-storage icon: - sprite: DeltaV/Structures/Storage/secure_cabinet.rsi + sprite: _DV/Structures/Storage/secure_cabinet.rsi state: secure-cabinet objectType: Structure placementMode: SnapgridCenter 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/DeltaV/Recipes/Crafting/Graphs/SecureCabinet/secure_cabinet.yml b/Resources/Prototypes/_DV/Recipes/Crafting/Graphs/SecureCabinet/secure_cabinet.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/SecureCabinet/secure_cabinet.yml rename to Resources/Prototypes/_DV/Recipes/Crafting/Graphs/SecureCabinet/secure_cabinet.yml 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 83% rename from Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket.yml rename to Resources/Prototypes/_DV/Recipes/Crafting/Graphs/improvised/musket.yml index 09f47eb2363..0bc97944733 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 a673b1215bb..8223fde80d3 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 405db15ca0e..76f6c906998 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/DeltaV/Recipes/Lathes/clothing.yml b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Recipes/Lathes/clothing.yml rename to Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml 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 5a0dfda8883..33bb8cd88d7 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/DeltaV/Roles/Jobs/Command/administrative_assistant.yml b/Resources/Prototypes/_DV/Roles/Jobs/Command/administrative_assistant.yml similarity index 100% rename from Resources/Prototypes/DeltaV/Roles/Jobs/Command/administrative_assistant.yml rename to Resources/Prototypes/_DV/Roles/Jobs/Command/administrative_assistant.yml 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 100% rename from Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml rename to Resources/Prototypes/_DV/Roles/play_time_trackers.yml diff --git a/Resources/Prototypes/_DV/Shaders/birdvision.yml b/Resources/Prototypes/_DV/Shaders/birdvision.yml new file mode 100644 index 00000000000..e6d2f2fa7b8 --- /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 00000000000..3b4096ccb21 --- /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 f56af0dbba7..10f700196b8 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 08828b9634b..0482904cf68 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 00000000000..c0091431a14 --- /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 74955fa06c9..49861c04a8e 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 e7ef1910ee4..6d235be35ff 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 97952a8b907..1c5cd66457a 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 67% rename from Resources/Prototypes/DeltaV/StatusIcon/job.yml rename to Resources/Prototypes/_DV/StatusIcon/job.yml index db29d49b998..9787a479729 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,7 +50,7 @@ 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 @@ -58,5 +58,5 @@ parent: JobIcon id: JobIconAdminAssitant icon: - sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi + 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 ce8f3763f6e..56deba41560 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 00000000000..47ffb1fcda5 --- /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 0fb7ab66153..e2f47ebb2bd 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 a3e95730459..c3e663d148f 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 a50abd0efb4..f43f9e67ff8 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/Mail/Items/misc.yml b/Resources/Prototypes/_NF/Mail/Items/misc.yml index e2524fa1063..e504cd9c40f 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 b21ca407173..0c39b7f9f42 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/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 100% rename from Resources/ServerInfo/Guidebook/DeltaV/Rules/CommunityRules/A2_Community.xml rename to Resources/ServerInfo/Guidebook/_DV/Rules/CommunityRules/A2_Community.xml 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/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/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/alt-equipped-EARS.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/equipped-EARS.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/icon.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/icon_alt.png b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/icon_alt.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/icon_alt.png rename to Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/icon_alt.png diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/meta.json b/Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Ears/Headsets/adminassistant.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Ears/Headsets/adminassistant.rsi/meta.json 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/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi/meta.json 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/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING-monkey.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json rename to Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi/meta.json 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/DeltaV/Interface/Misc/job_icons.rsi/AdminAssistant.png b/Resources/Textures/_DV/Interface/Misc/job_icons.rsi/AdminAssistant.png similarity index 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/AdminAssistant.png rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/AdminAssistant.png 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 100% rename from Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json rename to Resources/Textures/_DV/Interface/Misc/job_icons.rsi/meta.json 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/DeltaV/Markers/jobs.rsi/adminassistant.png b/Resources/Textures/_DV/Markers/jobs.rsi/adminassistant.png similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/adminassistant.png rename to Resources/Textures/_DV/Markers/jobs.rsi/adminassistant.png 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/DeltaV/Markers/jobs.rsi/meta.json b/Resources/Textures/_DV/Markers/jobs.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Markers/jobs.rsi/meta.json rename to Resources/Textures/_DV/Markers/jobs.rsi/meta.json 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 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/meta.json rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-admin-assistant.png b/Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-admin-assistant.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Devices/pda.rsi/pda-admin-assistant.png rename to Resources/Textures/_DV/Objects/Devices/pda.rsi/pda-admin-assistant.png 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/DeltaV/Objects/Misc/id_cards.rsi/idadminassistant.png b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idadminassistant.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/idadminassistant.png rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/idadminassistant.png 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/DeltaV/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/_DV/Objects/Misc/id_cards.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/id_cards.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/id_cards.rsi/meta.json 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 100% rename from Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/meta.json rename to Resources/Textures/_DV/Objects/Misc/stamps.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/stamp-admin-assistant.png b/Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-admin-assistant.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Misc/stamps.rsi/stamp-admin-assistant.png rename to Resources/Textures/_DV/Objects/Misc/stamps.rsi/stamp-admin-assistant.png 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/DeltaV/Objects/Specific/Salvage/voucher.rsi/icon.png b/Resources/Textures/_DV/Objects/Specific/Salvage/voucher.rsi/icon.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Salvage/voucher.rsi/icon.png rename to Resources/Textures/_DV/Objects/Specific/Salvage/voucher.rsi/icon.png diff --git a/Resources/Textures/DeltaV/Objects/Specific/Salvage/voucher.rsi/meta.json b/Resources/Textures/_DV/Objects/Specific/Salvage/voucher.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Specific/Salvage/voucher.rsi/meta.json rename to Resources/Textures/_DV/Objects/Specific/Salvage/voucher.rsi/meta.json 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/DeltaV/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 similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-1.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-1.png diff --git a/Resources/Textures/DeltaV/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 similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-2.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-2.png diff --git a/Resources/Textures/DeltaV/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 similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-3.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Battery/cold_cannon.rsi/mag-unshaded-3.png 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/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/base.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/base.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/base.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/base.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/bolt-open.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/bolt-open.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/bolt-open.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/bolt-open.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/equipped-BELT.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/equipped-BELT.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/equipped-BELT.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/equipped-BELT.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-left.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-left.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-right.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/inhand-right.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/mag-0.png b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/mag-0.png similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/mag-0.png rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/mag-0.png diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/meta.json b/Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/meta.json rename to Resources/Textures/_DV/Objects/Weapons/Guns/Pistols/appraisal-gun.rsi/meta.json 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/DeltaV/Structures/Storage/secure_cabinet.rsi/locked.png b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/locked.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/secure_cabinet.rsi/locked.png rename to Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/locked.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/secure_cabinet.rsi/meta.json b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/meta.json similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/secure_cabinet.rsi/meta.json rename to Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/meta.json diff --git a/Resources/Textures/DeltaV/Structures/Storage/secure_cabinet.rsi/secure-cabinet-open.png b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/secure-cabinet-open.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/secure_cabinet.rsi/secure-cabinet-open.png rename to Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/secure-cabinet-open.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/secure_cabinet.rsi/secure-cabinet.png b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/secure-cabinet.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/secure_cabinet.rsi/secure-cabinet.png rename to Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/secure-cabinet.png diff --git a/Resources/Textures/DeltaV/Structures/Storage/secure_cabinet.rsi/unlocked.png b/Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/unlocked.png similarity index 100% rename from Resources/Textures/DeltaV/Structures/Storage/secure_cabinet.rsi/unlocked.png rename to Resources/Textures/_DV/Structures/Storage/secure_cabinet.rsi/unlocked.png 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 From 83ef515242863421f129913fad52647bbe314692 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:52:22 +0000 Subject: [PATCH 10/19] fix config being fake (#2575) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/ConfigPresets/{_DV => DeltaV}/apoapsis.toml | 0 Resources/ConfigPresets/{_DV => DeltaV}/deltav.toml | 0 Resources/ConfigPresets/{_DV => DeltaV}/horizon.toml | 0 Resources/ConfigPresets/{_DV => DeltaV}/inclination.toml | 0 Resources/ConfigPresets/{_DV => DeltaV}/periapsis.toml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Resources/ConfigPresets/{_DV => DeltaV}/apoapsis.toml (100%) rename Resources/ConfigPresets/{_DV => DeltaV}/deltav.toml (100%) rename Resources/ConfigPresets/{_DV => DeltaV}/horizon.toml (100%) rename Resources/ConfigPresets/{_DV => DeltaV}/inclination.toml (100%) rename Resources/ConfigPresets/{_DV => DeltaV}/periapsis.toml (100%) diff --git a/Resources/ConfigPresets/_DV/apoapsis.toml b/Resources/ConfigPresets/DeltaV/apoapsis.toml similarity index 100% rename from Resources/ConfigPresets/_DV/apoapsis.toml rename to Resources/ConfigPresets/DeltaV/apoapsis.toml diff --git a/Resources/ConfigPresets/_DV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml similarity index 100% rename from Resources/ConfigPresets/_DV/deltav.toml rename to Resources/ConfigPresets/DeltaV/deltav.toml diff --git a/Resources/ConfigPresets/_DV/horizon.toml b/Resources/ConfigPresets/DeltaV/horizon.toml similarity index 100% rename from Resources/ConfigPresets/_DV/horizon.toml rename to Resources/ConfigPresets/DeltaV/horizon.toml diff --git a/Resources/ConfigPresets/_DV/inclination.toml b/Resources/ConfigPresets/DeltaV/inclination.toml similarity index 100% rename from Resources/ConfigPresets/_DV/inclination.toml rename to Resources/ConfigPresets/DeltaV/inclination.toml diff --git a/Resources/ConfigPresets/_DV/periapsis.toml b/Resources/ConfigPresets/DeltaV/periapsis.toml similarity index 100% rename from Resources/ConfigPresets/_DV/periapsis.toml rename to Resources/ConfigPresets/DeltaV/periapsis.toml From f3b11ebc8aa4c282ba849c8c73a886486eb9c0a3 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Wed, 1 Jan 2025 10:21:24 -0300 Subject: [PATCH 11/19] Add back the HOS headset to warden's locker (#2572) * Added headset * Can't forget the other locker --- Resources/Prototypes/Catalog/Fills/Lockers/security.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 0c8886b3d7a..ce65dcb4575 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -26,6 +26,7 @@ - id: LunchboxSecurityFilledRandom prob: 0.3 - id: ClothingOuterVestPlateCarrierAdv + - id: ClothingHeadsetAltSecurity # Restored from upstream merge. # End DeltaV additions - id: ClothingNeckShockCollar amount: 2 @@ -60,6 +61,7 @@ - id: LunchboxSecurityFilledRandom prob: 0.3 - id: ClothingOuterVestPlateCarrierAdv + - id: ClothingHeadsetAltSecurity # Restored from upstream merge. # End DeltaV additions - id: ClothingNeckShockCollar amount: 2 From abd1688e2c09c4c845596eb034f3506d0b10d57e Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:46:11 -0600 Subject: [PATCH 12/19] Makes intercoms rotate to indicate direction they are facing (#2367) * Makes intercoms rotate to indicate direction they are facing * goofed the confict resolve * webedit ops 1 Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> * webedit ops 2 Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> * webedit ops 3 Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> --------- Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> Co-authored-by: Velcroboy Co-authored-by: deltanedas <39013340+deltanedas@users.noreply.github.com> Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Structures/Wallmounts/intercom.yml | 4 +-- .../Wallmounts/intercom.rsi/base.png | Bin 0 -> 1383 bytes .../Wallmounts/intercom.rsi/broadcasting.png | Bin 0 -> 160 bytes .../Wallmounts/intercom.rsi/build.png | Bin 0 -> 1041 bytes .../Wallmounts/intercom.rsi/meta.json | 26 +++++++++++++++++- .../Wallmounts/intercom.rsi/panel.png | Bin 0 -> 460 bytes .../Wallmounts/intercom.rsi/speaker.png | Bin 0 -> 154 bytes .../Wallmounts/intercom.rsi/unshaded.png | Bin 0 -> 316 bytes 8 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/base.png create mode 100644 Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/broadcasting.png create mode 100644 Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/build.png create mode 100644 Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/panel.png create mode 100644 Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/speaker.png create mode 100644 Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/unshaded.png diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml index 94190eda50e..93537d80d01 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml @@ -43,7 +43,7 @@ - type: Sprite noRot: false drawdepth: SmallObjects - sprite: Structures/Wallmounts/intercom.rsi + sprite: _DV/Structures/Wallmounts/intercom.rsi # DeltaV - Add sprite rotation layers: - state: base - state: unshaded @@ -135,7 +135,7 @@ - type: InteractionOutline - type: Sprite drawdepth: SmallObjects - sprite: Structures/Wallmounts/intercom.rsi + sprite: _DV/Structures/Wallmounts/intercom.rsi # DeltaV - Add sprite rotation layers: - state: build - state: panel diff --git a/Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/base.png b/Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/base.png new file mode 100644 index 0000000000000000000000000000000000000000..35fcd2101f97a95568759b6b2c20c2d4a1d8ce25 GIT binary patch literal 1383 zcmV-t1(^DYP)Px)AxT6*RCt{2n$J(;Mij@tt*R6PZE?VK6A{&ArA;6!Cy;=MwwG1ao>31-mD;M6 zDn;TCLdtb_rAi#C{tKzL0zm@A;)fHpY`V@SY+z&9LP)a*dPrxm^TW0_6UZw5Tx`#b z$1_he&u`v)fQ?OG^WJR_z=%K~aMfuadwY9^bL?3G1OkC8=b%GZRwxwU@p#(4)2hC5 zSu+&E`yGz6tMI%Fz7rK6X8r`vyYS;rKZEC8c#&7|BClX>K1%O(^+V6$m@I+kU8djo z;0EUL)*K&~!99rLvxf4AUw#DuI6G76J%MwL3dcD-D(kdo1rSv~ny(|R7-yoU1qA1j=`eSVk!$VF0Xlt1P!1+Z5%dr^t zW%C2cZDJ?@uh)xWu}H5#-Qaliq{%QLNU0>2V=<&9iT#KfV`vGsvZ_|%aazB( zyQ^!jeO`&j5fnw1W9a!Wy)FE-(7z%*rUC6!p9nW4?5psqg2$N9DCG2e1|No2MEaA6bR{;Q_nflUK%O$*i zx&dKy6#Ud({Qdl>%TwqK!!2+VZt2^m?@eJF8yg!N8ylOxg_)IR)oL`e3|aMK6(*gK zC{9omk(MNS1+JqtJnzEsaoO-}K+Yf9wj|O+95YrUK2~8G93^frt=kL$?)m(19sFgv zpRff$Y;BOmC>KmKCgavvdQh~DRwT+<5J+*o5aUSGTUr zdOAghKoX={h2lD;D*|W?mH>4Js#UaYiEaVvTZ`xxRxlGlPz*v!CF$g)R8kitA>Lyv zv})Tf4%sQplcY$}lFvWIy6djMbPJqcRPe)h-{btELK7DWByM1Z&`c0&xx{j4ZDA&W zeOU&_ark9*6&%N5UzV{i%WrK5%*-y}R6U{Pt@H{Dm~DZ^L(6qQbqu-OA=GjS9*@V= zh#__W=NhMWKw1-tCc1@H;svu6Kyvf6cKd`^p!GYI9m{>ae!8K1_W7qErIKxvB|Cwc z0LUSwU8?HmpAJ~=OBfy1Jr6h>I{m^DW&$`W=9^XkIkaRmGCujoy7^k3x{GW^zr;z( pjW&0f1%2-kvazwTv9al6{sYvJj)j&~Eo}e*002ovPDHLkV1kv6m9_u? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/broadcasting.png b/Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/broadcasting.png new file mode 100644 index 0000000000000000000000000000000000000000..a4649bf96da00b28e14c41effd4ec8762cda1e37 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|qC8z3Ln`LH zy>(EqL4k+mK+hIONwH+bFV2Bi9w%_uu^he2rgz?3O^{)Y>h&w$-FDS{Kurt}n!UQ` zWfvu|0GWyV>+?6(F*6*nx_9gS_CUwub$wk-3=jIaUwz^a%CmY`3ew=|>gTe~DWM4f D#tSwI literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/build.png b/Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/build.png new file mode 100644 index 0000000000000000000000000000000000000000..fa035d280a7d9f33bd7fc659e211f53f9205fa74 GIT binary patch literal 1041 zcmV+s1n&EZP)Px&%Sl8*RCt{2n=w<{FcioC^l-Ms5YaZAF=x~bhBDKEegOEi@D<8Thh#%=7_Qub z92{?U?$UuubsSr-JB3YD$6OueU9~--aPt&bo{hgb<|JSa}bt9Uw@v3=w~-41!&< zg_h$0m=2VjbLFf7SRMo^rRWa^%7^EiBjQi!4+gKght&>XjN$a;q?T=6yCPOQfKrOH z^K$^R^SeO&F6?x%ItDPtaIn9xv=KqD*W1Qz7=jR@6$GtSg21d4ehu@aaKlGOIXphX z5UdP>A{#3Pl)O57c=$6@FR#r0F|pYR%2}XHRrLo0knZM8`Apqth|`l3+}21)-V<#d zAOwd>nF%|_*aBT!4%!Z=D>%;1&p|2G?$EN)7D5O6`$)44K=~*jgrG~d(Ccll#0XG2 zph{J>9H%VU0VoZER-<%4nvG>TnPy`oqZs{utZZ6+@5{@%4N|%% zzu$$S^$t-wz}@J`ho;~5RHl+7iNUU}Wu3>zXu&SNElLN(&m);`#?PZ#4Zfz%d!i+U z-(q9pz0vAi5Cjv?^D4{l@9(XD;38J92rUCGA(V__JUZ1?l976fY-ng`XlSqtW1^+* z0_r@WWU8II7-=L3g2}G$gHj5{nEV9(Z&|w=9mLNg<&hP!5SzEnFU$(W+Jp%w7*&E| z8LYT$w&VLUL#zY4x|V5p*{V~WvqE(->HyN+#KpxgknW~jHnSb$xqvvJ6!E92-|Ma? z6m83Pg;l3TbuktLs@~PI;VM#QkvkNx%WTWAE(X-0-ErZ09z4$jAq0dFd0qCfyS|TI z-$#-p_<4McBuQq@4lTk;q{C^JO~n_Jtb_x^86lI=UtskK5#VJ5wzx-W5@REv*V~?o z&V-Pa*d#GN0)!K~WXp8ZZ-UVnz@s6Kj(&hgLwRt~c8uwOsxsBwUPlL%X$h0LfU#Gg zN(i+(E-2kYlEjtCkocQRJ{fAaT`+bn<4As!Rvd{lfw5O$UecnQ4CU#PEh(Bzvl2R> zPx$hDk(0RCt{2+OckfFc1ddOVy4Bwa|88AurPx=yUc3`Z9Q7DozC6l1Rxw9MLEU zE-r^${%?tp4T8gV@YyR0Nb>T0Op>Ix+!#YadK>)U&8`EGw8v)Qt) z`QUp~p$n=7*ruj(pqwkH7NDZotNfOr0zgD$ttDM(ver_e+u!7)AZzVi*9$HHe~tB* zF}FO=k3)5|)Th0c!qr%a1w-kEPy%*pUu%Jb`%s^5G-^$ZQ}wrkyzPOvaA zSlnCp_Cu6t$?~;bObiTmuYUY*h@Gv>aA3WU^(>xGTEUARfz*4t`njxgN@xNASc@|4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/unshaded.png b/Resources/Textures/_DV/Structures/Wallmounts/intercom.rsi/unshaded.png new file mode 100644 index 0000000000000000000000000000000000000000..5af1ce420243eb982cd4605946ff936e2b06b9a2 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|zInPhhE&XX zd+R)JlYz+bkMeI0aGDni#Ws=LG^+x+jLM_**wg?Lgz6eM{;u z*>M7OpWc2~eoawc#_hicpY^>=f3?hXrtQ{KmaAu%1ql_!Gq#1T@d}Mye*K=<>Y`~C zX%oK)Ffi!&UOF9g|7TrzTL0Y09M2zB>J_%}^X?gY?zXA_{qOoDIVPaFAfR&hJm>Oz zH{G*qLgqbT%zQfM=8CH1cNKOI_d2P3{(JbqBF%{_XP5mvoK+L}$oNLUe_o{{S_b=? zds6d0YNaqOn#ruPcj}3s0 Date: Wed, 1 Jan 2025 14:46:31 +0100 Subject: [PATCH 13/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index b9406c5358e..10b4bfdc001 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,18 +1,4 @@ Entries: -- author: NullWanderer - changes: - - message: Fixed server performance issues - type: Fix - id: 331 - time: '2024-05-04T16:26:37.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1163 -- author: Colin-Tel - changes: - - message: Added a number of new tracks to the Jukebox. - type: Add - id: 332 - time: '2024-05-04T16:59:28.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1130 - author: NullWanderer changes: - message: The color mixing applied to moths has been increased in strength by 25%. @@ -3837,3 +3823,17 @@ id: 830 time: '2024-12-31T18:15:17.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2232 +- author: JustAnOrange + changes: + - message: intercoms rotate according to direction they are facing now. + type: Tweak + id: 831 + time: '2025-01-01T13:46:12.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2367 +- author: Radezolid + changes: + - message: Wardens got their HOS headset back into their locker. + type: Tweak + id: 832 + time: '2025-01-01T13:21:24.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2572 From 36d634bdff3fcf17eb65efe853ecb63ef2b061f3 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:47:28 +0000 Subject: [PATCH 14/19] shipyard ui cleanup (#1257) * small cleanup * use BankClient for balance updating * pro * fixes fixes fixes * untroll engine --------- Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> Co-authored-by: deltanedas <@deltanedas:kde.org> Co-authored-by: Tad "Taddy" Johnson <120885811+TadJohnson00@users.noreply.github.com> Co-authored-by: Milon Co-authored-by: Milon --- .../Shipyard/UI/ShipyardBoundUserInterface.cs | 23 ++++++++++++++----- .../_DV/Shipyard/UI/ShipyardConsoleMenu.xaml | 1 - .../Shipyard/UI/ShipyardConsoleMenu.xaml.cs | 8 +++---- Content.Client/_DV/Shipyard/UI/VesselRow.xaml | 2 +- .../_DV/Shipyard/UI/VesselRow.xaml.cs | 2 +- .../_DV/Shipyard/ShipyardConsoleSystem.cs | 19 +++++++++------ Content.Server/_DV/Shipyard/ShipyardSystem.cs | 1 - .../Shipyard/SharedShipyardConsoleSystem.cs | 7 +++--- Content.Shared/_DV/Shipyard/ShipyardUi.cs | 18 ++++----------- .../en-US/_DV/shipyard/shipyard-console.ftl | 1 + .../Structures/Machines/computers.yml | 1 + 11 files changed, 44 insertions(+), 39 deletions(-) diff --git a/Content.Client/_DV/Shipyard/UI/ShipyardBoundUserInterface.cs b/Content.Client/_DV/Shipyard/UI/ShipyardBoundUserInterface.cs index 702009cbb19..1b25b17e39b 100644 --- a/Content.Client/_DV/Shipyard/UI/ShipyardBoundUserInterface.cs +++ b/Content.Client/_DV/Shipyard/UI/ShipyardBoundUserInterface.cs @@ -1,7 +1,6 @@ using Content.Shared.Access.Systems; using Content.Shared.Shipyard; using Content.Shared.Whitelist; -using Robust.Client.GameObjects; using Robust.Client.Player; using Robust.Shared.Prototypes; @@ -28,10 +27,14 @@ protected override void Open() { base.Open(); - _menu = new ShipyardConsoleMenu(Owner, _proto, EntMan, _player, _access, _whitelist); + if (_menu == null) + { + _menu = new ShipyardConsoleMenu(Owner, _proto, EntMan, _player, _access, _whitelist); + _menu.OnClose += Close; + _menu.OnPurchased += Purchase; + } + _menu.OpenCentered(); - _menu.OnClose += Close; - _menu.OnPurchased += Purchase; } protected override void UpdateState(BoundUserInterfaceState state) @@ -48,8 +51,16 @@ protected override void Dispose(bool disposing) { base.Dispose(disposing); - if (disposing) - _menu?.Dispose(); + if (!disposing) + return; + + if (_menu == null) + return; + + _menu.OnClose -= Close; + _menu.OnPurchased -= Purchase; + _menu.Close(); + _menu = null; } private void Purchase(string id) diff --git a/Content.Client/_DV/Shipyard/UI/ShipyardConsoleMenu.xaml b/Content.Client/_DV/Shipyard/UI/ShipyardConsoleMenu.xaml index 9eccd45b698..d5c7223f820 100644 --- a/Content.Client/_DV/Shipyard/UI/ShipyardConsoleMenu.xaml +++ b/Content.Client/_DV/Shipyard/UI/ShipyardConsoleMenu.xaml @@ -1,5 +1,4 @@ ? OnPurchased; - private readonly List _vessels = new(); - private readonly List _categories = new(); + private readonly List _vessels = []; + private readonly List _categories = []; public Entity Console; private string? _category; @@ -80,7 +78,7 @@ private void PopulateProducts() var search = SearchBar.Text.Trim().ToLowerInvariant(); foreach (var vessel in _vessels) { - if (search.Length != 0 && !vessel.Name.ToLowerInvariant().Contains(search)) + if (search.Length != 0 && !vessel.Name.Contains(search, StringComparison.InvariantCultureIgnoreCase)) continue; if (_category != null && !vessel.Categories.Contains(_category)) continue; diff --git a/Content.Client/_DV/Shipyard/UI/VesselRow.xaml b/Content.Client/_DV/Shipyard/UI/VesselRow.xaml index eac2d3a1bde..e01f33e2939 100644 --- a/Content.Client/_DV/Shipyard/UI/VesselRow.xaml +++ b/Content.Client/_DV/Shipyard/UI/VesselRow.xaml @@ -3,7 +3,7 @@ HorizontalExpand="True"> - public abstract class SharedShipyardConsoleSystem : EntitySystem { - [Dependency] protected readonly AccessReaderSystem _access = default!; - [Dependency] protected readonly IPrototypeManager _proto = default!; + [Dependency] private readonly AccessReaderSystem _access = default!; + [Dependency] private readonly IPrototypeManager _proto = default!; [Dependency] protected readonly SharedAudioSystem Audio = default!; [Dependency] protected readonly SharedPopupSystem Popup = default!; [Dependency] private readonly EntityWhitelistSystem _whitelistSystem = default!; @@ -23,7 +23,8 @@ public override void Initialize() { base.Initialize(); - Subs.BuiEvents(ShipyardConsoleUiKey.Key, subs => + Subs.BuiEvents(ShipyardConsoleUiKey.Key, + subs => { subs.Event(OnPurchase); }); diff --git a/Content.Shared/_DV/Shipyard/ShipyardUi.cs b/Content.Shared/_DV/Shipyard/ShipyardUi.cs index fbe085fb5dd..d22646760e0 100644 --- a/Content.Shared/_DV/Shipyard/ShipyardUi.cs +++ b/Content.Shared/_DV/Shipyard/ShipyardUi.cs @@ -11,26 +11,16 @@ public enum ShipyardConsoleUiKey : byte } [Serializable, NetSerializable] -public sealed class ShipyardConsoleState : BoundUserInterfaceState +public sealed class ShipyardConsoleState(int balance) : BoundUserInterfaceState { - public readonly int Balance; - - public ShipyardConsoleState(int balance) - { - Balance = balance; - } + public readonly int Balance = balance; } /// /// Ask the server to purchase a vessel. /// [Serializable, NetSerializable] -public sealed class ShipyardConsolePurchaseMessage : BoundUserInterfaceMessage +public sealed class ShipyardConsolePurchaseMessage(string vessel) : BoundUserInterfaceMessage { - public readonly ProtoId Vessel; - - public ShipyardConsolePurchaseMessage(string vessel) - { - Vessel = vessel; - } + public readonly ProtoId Vessel = vessel; } diff --git a/Resources/Locale/en-US/_DV/shipyard/shipyard-console.ftl b/Resources/Locale/en-US/_DV/shipyard/shipyard-console.ftl index 3ee9f4471a3..50917d8f8b2 100644 --- a/Resources/Locale/en-US/_DV/shipyard/shipyard-console.ftl +++ b/Resources/Locale/en-US/_DV/shipyard/shipyard-console.ftl @@ -2,3 +2,4 @@ shipyard-console-menu-title = Shipyard Console shipyard-console-error = Temporary embargo is in place, try later? shipyard-console-docking = {$vessel} is en route to the station, eta 60 seconds. +shipyard-console-purchase = Purchase diff --git a/Resources/Prototypes/_DV/Entities/Structures/Machines/computers.yml b/Resources/Prototypes/_DV/Entities/Structures/Machines/computers.yml index f5809c5efab..907b9d0924c 100644 --- a/Resources/Prototypes/_DV/Entities/Structures/Machines/computers.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Machines/computers.yml @@ -5,6 +5,7 @@ description: Used to purchase and sell shuttles components: - type: ShipyardConsole + - type: BankClient - type: AccessReader access: [[ Captain ]] - type: ActivatableUI From 8360e715c296a14593b0ca79d0d4e5b41f138c38 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:47:42 +0000 Subject: [PATCH 15/19] stock market refactor (#2141) * stock market refactor * PlayEntity * make client use int * refactor and fix cartridge system * fix * deny sound if it fails * reviews * thank you ss14 --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Cartridges/StockTradingUi.cs | 2 +- .../Cartridges/StockTradingUiFragment.xaml.cs | 14 +- .../Components/StationStockMarketComponent.cs | 21 +-- .../_DV/Cargo/Systems/StockMarketSystem.cs | 173 +++++++----------- .../Cartridges/StockTradingCartridgeSystem.cs | 14 +- .../Cartridges/StockTradingUiMessageEvent.cs | 4 +- .../Cartridges/StockTradingUiState.cs | 8 +- 7 files changed, 90 insertions(+), 146 deletions(-) diff --git a/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUi.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUi.cs index 15fa6900aeb..a182311a703 100644 --- a/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUi.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUi.cs @@ -36,7 +36,7 @@ public override void UpdateState(BoundUserInterfaceState state) } } - private static void SendStockTradingUiMessage(StockTradingUiAction action, int company, float amount, BoundUserInterface userInterface) + private static void SendStockTradingUiMessage(StockTradingUiAction action, int company, int amount, BoundUserInterface userInterface) { var newsMessage = new StockTradingUiMessageEvent(action, company, amount); var message = new CartridgeUiMessage(newsMessage); diff --git a/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs index 2a18c2bbe96..34f71058c2b 100644 --- a/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs +++ b/Content.Client/_DV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs @@ -14,8 +14,8 @@ public sealed partial class StockTradingUiFragment : BoxContainer private readonly Dictionary _companyEntries = new(); // Event handlers for the parent UI - public event Action? OnBuyButtonPressed; - public event Action? OnSellButtonPressed; + public event Action? OnBuyButtonPressed; + public event Action? OnSellButtonPressed; // Define colors public static readonly Color PositiveColor = Color.FromHex("#00ff00"); // Green @@ -70,8 +70,8 @@ private sealed class CompanyEntry public CompanyEntry(int companyIndex, string displayName, - Action? onBuyPressed, - Action? onSellPressed) + Action? onBuyPressed, + Action? onSellPressed) { Container = new BoxContainer { @@ -216,13 +216,13 @@ public CompanyEntry(int companyIndex, // Button click events _buyButton.OnPressed += _ => { - if (float.TryParse(_amountEdit.Text, out var amount) && amount > 0) + if (int.TryParse(_amountEdit.Text, out var amount) && amount > 0) onBuyPressed?.Invoke(companyIndex, amount); }; _sellButton.OnPressed += _ => { - if (float.TryParse(_amountEdit.Text, out var amount) && amount > 0) + if (int.TryParse(_amountEdit.Text, out var amount) && amount > 0) onSellPressed?.Invoke(companyIndex, amount); }; @@ -235,7 +235,7 @@ public CompanyEntry(int companyIndex, }; } - public void Update(StockCompanyStruct company, int ownedStocks) + public void Update(StockCompany company, int ownedStocks) { _nameLabel.Text = company.LocalizedDisplayName; _priceLabel.Text = $"${company.CurrentPrice:F2}"; diff --git a/Content.Server/_DV/Cargo/Components/StationStockMarketComponent.cs b/Content.Server/_DV/Cargo/Components/StationStockMarketComponent.cs index b3b82cc4337..b3fd07585c1 100644 --- a/Content.Server/_DV/Cargo/Components/StationStockMarketComponent.cs +++ b/Content.Server/_DV/Cargo/Components/StationStockMarketComponent.cs @@ -16,7 +16,7 @@ public sealed partial class StationStockMarketComponent : Component /// The list of companies you can invest in /// [DataField] - public List Companies = []; + public List Companies = []; /// /// The list of shares owned by the station @@ -53,19 +53,12 @@ public sealed partial class StationStockMarketComponent : Component [DataField] public List MarketChanges = [ - new() { Chance = 0.86f, Range = new Vector2(-0.05f, 0.05f) }, // Minor - new() { Chance = 0.10f, Range = new Vector2(-0.3f, 0.2f) }, // Moderate - new() { Chance = 0.03f, Range = new Vector2(-0.5f, 1.5f) }, // Major - new() { Chance = 0.01f, Range = new Vector2(-0.9f, 4.0f) }, // Catastrophic + new(0.86f, new Vector2(-0.05f, 0.05f)), // Minor + new(0.10f, new Vector2(-0.3f, 0.2f)), // Moderate + new(0.03f, new Vector2(-0.5f, 1.5f)), // Major + new(0.01f, new Vector2(-0.9f, 4.0f)), // Catastrophic ]; } -[DataDefinition] -public sealed partial class MarketChange -{ - [DataField(required: true)] - public float Chance; - - [DataField(required: true)] - public Vector2 Range; -} +[DataRecord] +public record struct MarketChange(float Chance, Vector2 Range); diff --git a/Content.Server/_DV/Cargo/Systems/StockMarketSystem.cs b/Content.Server/_DV/Cargo/Systems/StockMarketSystem.cs index 2d490330c28..175743dde99 100644 --- a/Content.Server/_DV/Cargo/Systems/StockMarketSystem.cs +++ b/Content.Server/_DV/Cargo/Systems/StockMarketSystem.cs @@ -9,9 +9,7 @@ using Content.Shared.CartridgeLoader; using Content.Shared.CartridgeLoader.Cartridges; using Content.Shared.Database; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; -using Robust.Shared.Player; using Robust.Shared.Random; using Robust.Shared.Timing; @@ -22,15 +20,14 @@ namespace Content.Server._DV.Cargo.Systems; /// public sealed class StockMarketSystem : EntitySystem { - [Dependency] private readonly AccessReaderSystem _accessSystem = default!; + [Dependency] private readonly AccessReaderSystem _access = default!; [Dependency] private readonly CargoSystem _cargo = default!; [Dependency] private readonly IAdminLogManager _adminLogger = default!; [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly ILogManager _log = default!; [Dependency] private readonly IRobustRandom _random = default!; - [Dependency] private readonly IdCardSystem _idCardSystem = default!; + [Dependency] private readonly IdCardSystem _idCard = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; - [Dependency] private readonly SharedTransformSystem _transform = default!; private ISawmill _sawmill = default!; private const float MaxPrice = 262144; // 1/64 of max safe integer @@ -64,38 +61,27 @@ private void OnStockTradingMessage(Entity ent, r if (args is not StockTradingUiMessageEvent message) return; + var user = args.Actor; var companyIndex = message.CompanyIndex; - var amount = (int)message.Amount; - var station = ent.Comp.Station; + var amount = message.Amount; var loader = GetEntity(args.LoaderUid); - var xform = Transform(loader); // Ensure station and stock market components are valid - if (station == null || !TryComp(station, out var stockMarket)) + if (ent.Comp.Station is not {} station || !TryComp(station, out var stockMarket)) return; // Validate company index if (companyIndex < 0 || companyIndex >= stockMarket.Companies.Count) return; - if (!TryComp(ent.Owner, out var access)) + if (!TryComp(ent, out var access)) return; - // Attempt to retrieve ID card from loader - IdCardComponent? idCard = null; - if (_idCardSystem.TryGetIdCard(loader, out var pdaId)) - idCard = pdaId; - - // Play deny sound and exit if access is not allowed - if (idCard == null || !_accessSystem.IsAllowed(pdaId.Owner, ent.Owner, access)) + // Attempt to retrieve ID card from loader, + // play deny sound and exit if access is not allowed + if (!_idCard.TryGetIdCard(loader, out var idCard) || !_access.IsAllowed(idCard, ent.Owner, access)) { - _audio.PlayEntity( - stockMarket.DenySound, - Filter.Empty().AddInRange(_transform.GetMapCoordinates(loader, xform), 0.05f), - loader, - true, - AudioParams.Default.WithMaxDistance(0.05f) - ); + _audio.PlayEntity(stockMarket.DenySound, loader, user); return; } @@ -110,15 +96,15 @@ private void OnStockTradingMessage(Entity ent, r case StockTradingUiAction.Buy: _adminLogger.Add(LogType.Action, LogImpact.Medium, - $"{ToPrettyString(loader)} attempting to buy {amount} stocks of {company.LocalizedDisplayName}"); - success = TryBuyStocks(station.Value, stockMarket, companyIndex, amount); + $"{ToPrettyString(user):user} attempting to buy {amount} stocks of {company.LocalizedDisplayName}"); + success = TryChangeStocks(station, stockMarket, companyIndex, amount, user); break; case StockTradingUiAction.Sell: _adminLogger.Add(LogType.Action, LogImpact.Medium, - $"{ToPrettyString(loader)} attempting to sell {amount} stocks of {company.LocalizedDisplayName}"); - success = TrySellStocks(station.Value, stockMarket, companyIndex, amount); + $"{ToPrettyString(user):user} attempting to sell {amount} stocks of {company.LocalizedDisplayName}"); + success = TryChangeStocks(station, stockMarket, companyIndex, -amount, user); break; default: @@ -126,32 +112,29 @@ private void OnStockTradingMessage(Entity ent, r } // Play confirmation sound if the transaction was successful - if (success) - { - _audio.PlayEntity( - stockMarket.ConfirmSound, - Filter.Empty().AddInRange(_transform.GetMapCoordinates(loader, xform), 0.05f), - loader, - true, - AudioParams.Default.WithMaxDistance(0.05f) - ); - } + _audio.PlayEntity(success ? stockMarket.ConfirmSound : stockMarket.DenySound, loader, user); } finally { // Raise the event to update the UI regardless of outcome - var ev = new StockMarketUpdatedEvent(station.Value); - RaiseLocalEvent(ev); + UpdateStockMarket(station); } } - private bool TryBuyStocks( + private void UpdateStockMarket(EntityUid station) + { + var ev = new StockMarketUpdatedEvent(station); + RaiseLocalEvent(ref ev); + } + + private bool TryChangeStocks( EntityUid station, StationStockMarketComponent stockMarket, int companyIndex, - int amount) + int amount, + EntityUid user) { - if (amount <= 0 || companyIndex < 0 || companyIndex >= stockMarket.Companies.Count) + if (amount == 0 || companyIndex < 0 || companyIndex >= stockMarket.Companies.Count) return false; // Check if the station has a bank account @@ -161,58 +144,37 @@ private bool TryBuyStocks( var company = stockMarket.Companies[companyIndex]; var totalValue = (int)Math.Round(company.CurrentPrice * amount); - // See if we can afford it - if (bank.Balance < totalValue) - return false; - if (!stockMarket.StockOwnership.TryGetValue(companyIndex, out var currentOwned)) currentOwned = 0; - // Update the bank account - _cargo.UpdateBankAccount(station, bank, -totalValue); - stockMarket.StockOwnership[companyIndex] = currentOwned + amount; - - // Log the transaction - _adminLogger.Add(LogType.Action, - LogImpact.Medium, - $"[StockMarket] Bought {amount} stocks of {company.LocalizedDisplayName} at {company.CurrentPrice:F2} credits each (Total: {totalValue})"); - - return true; - } - - private bool TrySellStocks( - EntityUid station, - StationStockMarketComponent stockMarket, - int companyIndex, - int amount) - { - if (amount <= 0 || companyIndex < 0 || companyIndex >= stockMarket.Companies.Count) - return false; - - // Check if the station has a bank account - if (!TryComp(station, out var bank)) - return false; - - if (!stockMarket.StockOwnership.TryGetValue(companyIndex, out var currentOwned) || currentOwned < amount) - return false; - - var company = stockMarket.Companies[companyIndex]; - var totalValue = (int)Math.Round(company.CurrentPrice * amount); + if (amount > 0) + { + // Buying: see if we can afford it + if (bank.Balance < totalValue) + return false; + } + else + { + // Selling: see if we have enough stocks to sell + var selling = -amount; + if (currentOwned < selling) + return false; + } - // Update stock ownership - var newAmount = currentOwned - amount; + var newAmount = currentOwned + amount; if (newAmount > 0) stockMarket.StockOwnership[companyIndex] = newAmount; else stockMarket.StockOwnership.Remove(companyIndex); - // Update the bank account - _cargo.UpdateBankAccount(station, bank, totalValue); + // Update the bank account (take away for buying and give for selling) + _cargo.UpdateBankAccount(station, bank, -totalValue); // Log the transaction + var verb = amount > 0 ? "bought" : "sold"; _adminLogger.Add(LogType.Action, LogImpact.Medium, - $"[StockMarket] Sold {amount} stocks of {company.LocalizedDisplayName} at {company.CurrentPrice:F2} credits each (Total: {totalValue})"); + $"[StockMarket] {ToPrettyString(user):user} {verb} {Math.Abs(amount)} stocks of {company.LocalizedDisplayName} at {company.CurrentPrice:F2} credits each (Total: {totalValue})"); return true; } @@ -225,7 +187,7 @@ private void UpdateStockPrices(EntityUid station, StationStockMarketComponent st var changeType = DetermineMarketChange(stockMarket.MarketChanges); var multiplier = CalculatePriceMultiplier(changeType); - UpdatePriceHistory(company); + UpdatePriceHistory(ref company); // Update price with multiplier var oldPrice = company.CurrentPrice; @@ -243,8 +205,7 @@ private void UpdateStockPrices(EntityUid station, StationStockMarketComponent st var percentChange = (company.CurrentPrice - oldPrice) / oldPrice * 100; // Raise the event - var ev = new StockMarketUpdatedEvent(station); - RaiseLocalEvent(ev); + UpdateStockMarket(station); // Log it _adminLogger.Add(LogType.Action, @@ -273,13 +234,12 @@ public bool TryChangeStocksPrice(EntityUid station, return false; var company = stockMarket.Companies[companyIndex]; - UpdatePriceHistory(company); + UpdatePriceHistory(ref company); company.CurrentPrice = MathF.Max(newPrice, company.BasePrice * 0.1f); stockMarket.Companies[companyIndex] = company; - var ev = new StockMarketUpdatedEvent(station); - RaiseLocalEvent(ev); + UpdateStockMarket(station); return true; } @@ -293,7 +253,7 @@ public bool TryAddCompany(EntityUid station, string displayName) { // Create a new company struct with the specified parameters - var company = new StockCompanyStruct + var company = new StockCompany { LocalizedDisplayName = displayName, // Assume there's no Loc for it BasePrice = basePrice, @@ -301,36 +261,33 @@ public bool TryAddCompany(EntityUid station, PriceHistory = [], }; + UpdatePriceHistory(ref company); stockMarket.Companies.Add(company); - UpdatePriceHistory(company); - var ev = new StockMarketUpdatedEvent(station); - RaiseLocalEvent(ev); + UpdateStockMarket(station); return true; } /// - /// Attempts to add a new company to the station using the StockCompanyStruct + /// Attempts to add a new company to the station using the StockCompany /// /// False if the company already exists, true otherwise - public bool TryAddCompany(EntityUid station, - StationStockMarketComponent stockMarket, - StockCompanyStruct company) + public bool TryAddCompany(Entity station, + StockCompany company) { - // Add the new company to the dictionary - stockMarket.Companies.Add(company); - // Make sure it has a price history - UpdatePriceHistory(company); + UpdatePriceHistory(ref company); - var ev = new StockMarketUpdatedEvent(station); - RaiseLocalEvent(ev); + // Add the new company to the dictionary + station.Comp.Companies.Add(company); + + UpdateStockMarket(station); return true; } - private static void UpdatePriceHistory(StockCompanyStruct company) + private static void UpdatePriceHistory(ref StockCompany company) { // Create if null company.PriceHistory ??= []; @@ -379,7 +336,9 @@ private float CalculatePriceMultiplier(MarketChange change) return Math.Clamp(result, change.Range.X, change.Range.Y); } } -public sealed class StockMarketUpdatedEvent(EntityUid station) : EntityEventArgs -{ - public EntityUid Station = station; -} + +/// +/// Broadcast whenever a stock market is updated. +/// +[ByRefEvent] +public record struct StockMarketUpdatedEvent(EntityUid Station); diff --git a/Content.Server/_DV/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs b/Content.Server/_DV/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs index c2d114c7164..e8677ea01b7 100644 --- a/Content.Server/_DV/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs +++ b/Content.Server/_DV/CartridgeLoader/Cartridges/StockTradingCartridgeSystem.cs @@ -27,7 +27,7 @@ public override void Initialize() private void OnBalanceUpdated(Entity ent, ref BankBalanceUpdatedEvent args) { - UpdateAllCartridges(args.Station); + UpdateAllCartridges(args.Station); } private void OnUiReady(Entity ent, ref CartridgeUiReadyEvent args) @@ -35,7 +35,7 @@ private void OnUiReady(Entity ent, ref Cartridge UpdateUI(ent, args.Loader); } - private void OnStockMarketUpdated(StockMarketUpdatedEvent args) + private void OnStockMarketUpdated(ref StockMarketUpdatedEvent args) { UpdateAllCartridges(args.Station); } @@ -81,17 +81,9 @@ private void UpdateUI(Entity ent, EntityUid load !TryComp(ent.Comp.Station, out var bankAccount)) return; - // Convert company data to UI state format - var entries = stockMarket.Companies.Select(company => new StockCompanyStruct( - displayName: company.LocalizedDisplayName, - currentPrice: company.CurrentPrice, - basePrice: company.BasePrice, - priceHistory: company.PriceHistory)) - .ToList(); - // Send the UI state with balance and owned stocks var state = new StockTradingUiState( - entries: entries, + entries: stockMarket.Companies, ownedStocks: stockMarket.StockOwnership, balance: bankAccount.Balance ); diff --git a/Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiMessageEvent.cs b/Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiMessageEvent.cs index a80f8c6b8a8..5981f03b28e 100644 --- a/Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiMessageEvent.cs +++ b/Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiMessageEvent.cs @@ -3,12 +3,12 @@ namespace Content.Shared.CartridgeLoader.Cartridges; [Serializable, NetSerializable] -public sealed class StockTradingUiMessageEvent(StockTradingUiAction action, int companyIndex, float amount) +public sealed class StockTradingUiMessageEvent(StockTradingUiAction action, int companyIndex, int amount) : CartridgeMessageEvent { public readonly StockTradingUiAction Action = action; public readonly int CompanyIndex = companyIndex; - public readonly float Amount = amount; + public readonly int Amount = amount; } [Serializable, NetSerializable] diff --git a/Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiState.cs b/Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiState.cs index aea4ba5aa1d..42adb6feaa8 100644 --- a/Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiState.cs +++ b/Content.Shared/_DV/CartridgeLoader/Cartridges/StockTradingUiState.cs @@ -4,19 +4,19 @@ namespace Content.Shared.CartridgeLoader.Cartridges; [Serializable, NetSerializable] public sealed class StockTradingUiState( - List entries, + List entries, Dictionary ownedStocks, float balance) : BoundUserInterfaceState { - public readonly List Entries = entries; + public readonly List Entries = entries; public readonly Dictionary OwnedStocks = ownedStocks; public readonly float Balance = balance; } // No structure, zero fucks given [DataDefinition, Serializable] -public partial struct StockCompanyStruct +public partial struct StockCompany { /// /// The displayed name of the company shown in the UI. @@ -55,7 +55,7 @@ public string LocalizedDisplayName [DataField] public List? PriceHistory; - public StockCompanyStruct(string displayName, float currentPrice, float basePrice, List? priceHistory) + public StockCompany(string displayName, float currentPrice, float basePrice, List? priceHistory) { DisplayName = displayName; _displayName = null; From e5426c4e3b160472b7d2913e1f89897bf72d9577 Mon Sep 17 00:00:00 2001 From: Kr8art Date: Wed, 1 Jan 2025 15:32:51 +0100 Subject: [PATCH 16/19] Add fox ears inner layer (#2539) Foxears-inner --- .../Locale/en-US/_DV/markings/vulpkanin.ftl | 3 ++- .../Mobs/Customization/Markings/vulpkanin.yml | 2 ++ .../Vulpkanin/ear_markings.rsi/fox-inner.png | Bin 0 -> 1962 bytes .../Vulpkanin/ear_markings.rsi/meta.json | 4 ++++ 4 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fox-inner.png diff --git a/Resources/Locale/en-US/_DV/markings/vulpkanin.ftl b/Resources/Locale/en-US/_DV/markings/vulpkanin.ftl index 857cc711570..842ebd01711 100644 --- a/Resources/Locale/en-US/_DV/markings/vulpkanin.ftl +++ b/Resources/Locale/en-US/_DV/markings/vulpkanin.ftl @@ -26,7 +26,8 @@ marking-VulpEarFennec-fennec = Fennec ears (base) marking-VulpEarFennec-fennec-inner = Fennec ears (inner) marking-VulpEarFennec = Vulpkanin Fennec -marking-VulpEarFox-fox = Fox ears +marking-VulpEarFox-fox = Fox ears (base) +marking-VulpEarFox-fox-inner = Fox ears (inner) marking-VulpEarFox = Vulpkanin Fox marking-VulpEarOtie-otie = Otie ears (base) diff --git a/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml index 6f54914d97b..ca07caa59a7 100644 --- a/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml @@ -86,6 +86,8 @@ sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: fox + - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi + state: fox-inner - type: marking id: VulpEarOtie diff --git a/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fox-inner.png b/Resources/Textures/_DV/Mobs/Customization/Vulpkanin/ear_markings.rsi/fox-inner.png new file mode 100644 index 0000000000000000000000000000000000000000..d093378d3f51a03742894a28e2a98538d37bcd88 GIT binary patch literal 1962 zcmb_d-)kI29N$Dz+Spi&P^5xgwun|c`+M(h)|@fTr6%AdAvsBW5HdS6d$;6vXS=(X zyM#i5FH%G)RTQN!K2%T|=}Rjpq7dKm4@fBDlR-t=m+GU=-Y+k5HKlmm?#_PqGvDv$ z`~7}q=F;5EDu)8|BYA1jDyqeBf>yk# z^@uL4&y?``3Wh`)dr2H^*xZ3n6C^hLY7pCvywvn-^KoicB(VueR`Sw#8csE_7tXhX@wdEGNs`c3 zlzP1`*A1CPWkrJ!DypvNI^YNpuLTKefFM5I@lc>Kj=V7OSRkezk;7_9UgA_+Irw4M zZ4kHX#4DyWP^f6Kn╝PdwwW!(*POw6&)TcobbF9|Ih832uxWew^y8C%w0AAZ- zu^Xc=7vJxOh?B`xo<_SMebI4gEu_jkjaerfVT zOSZ)47QKM5dVHp50xh6~<|W=W6KERHV2O84<$vo1RkKyK1uZh-xof>p9q8GTX4nR_ zEn^>)Ylff%9SA1ac3I>jp0MYmGF8H$EQ#GR+7qnGA|9BtGny=lMSD7k6BJ-NUC2v3 zXW8?J?O-!wYAyoM(hPtyrUM|R5U4t~R3{5v%gA-+7Z|RkolWPrR8AP?KK_YnYKUM5 zLy&VI0)(0>$XONvR+c&%&Ou16Ovl@7bralMnK{zvm$(PQQ&brjL@GOyi%;!^HMK1QntP$#9WPLUo!hv*8i7`lJ1u+g(?3Q zU-Mhf-pU)U*$&C&1P7+S7vzW7P=xa)J*v^f=2Cu!p zo;$Yln>;p9Id%J%e{%EI&X Date: Wed, 1 Jan 2025 15:33:10 +0100 Subject: [PATCH 17/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 10b4bfdc001..cfc153dae90 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,11 +1,4 @@ Entries: -- author: NullWanderer - changes: - - message: The color mixing applied to moths has been increased in strength by 25%. - type: Tweak - id: 333 - time: '2024-05-06T15:27:27.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1015 - author: Mnemotechnician changes: - message: Carrying is less likely to behave erratically or suddenly interrupt now. @@ -3837,3 +3830,12 @@ id: 832 time: '2025-01-01T13:21:24.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2572 +- author: Kr8art + changes: + - message: The foxear sprite available to Vulpkanin and Felinids now has a separate + inner layer. If you use this option, make sure to revisit your character customization, + as this change will **likely reset your current tint colour!** + type: Tweak + id: 833 + time: '2025-01-01T14:32:51.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2539 From 7ab6383ab91a7967b68b37f521e05bf62136cb17 Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Wed, 1 Jan 2025 08:36:57 -0600 Subject: [PATCH 18/19] Differentiate warden and HOS suit (#2397) * Meow * Update hardsuits.yml Signed-off-by: Stop-Signs --------- Signed-off-by: Stop-Signs Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../_DV/Entities/Clothing/OuterClothing/hardsuits.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/hardsuits.yml index 0da6648f6f8..b82401d40dd 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/hardsuits.yml @@ -111,14 +111,14 @@ coefficients: Blunt: 0.50 Slash: 0.50 - Piercing: 0.50 + Piercing: 0.40 Radiation: 0.70 Caustic: 0.70 - Heat: 0.70 + Heat: 0.40 staminaDamageCoefficient: 0.2 - type: ClothingSpeedModifier - walkModifier: 0.65 - sprintModifier: 0.65 + walkModifier: 0.60 + sprintModifier: 0.60 - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitCombatRiot - type: AllowSuitStorage From b0965ed2a41b2af524592aeaf0dae1530381aeef Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:37:16 +0100 Subject: [PATCH 19/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index cfc153dae90..96add27d1b2 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,18 +1,4 @@ Entries: -- author: Mnemotechnician - changes: - - message: Carrying is less likely to behave erratically or suddenly interrupt now. - type: Fix - - message: You can now see when someone is trying to pick you up, and also you can - interrupt your attempt at escaping from their hands or inventory. - type: Add - - message: You can now properly take Felinids out of bags and place them inside. - type: Add - - message: Scientists have discovered that Felinids can sleep in bags. - type: Add - id: 334 - time: '2024-05-06T18:21:07.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1118 - author: Lyndomen changes: - message: Syndicate Agents will no longer receive the "Become Psionic" objective. @@ -3839,3 +3825,11 @@ id: 833 time: '2025-01-01T14:32:51.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2539 +- author: Stop-Signs + changes: + - message: Security warden suit has been made tankier but slower to differentiate + it from the HOS + type: Tweak + id: 834 + time: '2025-01-01T14:36:57.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2397