Skip to content

Changing RCD and construction menu sprites to match Delta-V resprites #3564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Content.Client/RCD/RCDMenuBoundUserInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public sealed class RCDMenuBoundUserInterface : BoundUserInterface
= new Dictionary<string, (string Tooltip, SpriteSpecifier Sprite)>
{
["WallsAndFlooring"] = ("rcd-component-walls-and-flooring", new SpriteSpecifier.Texture(new ResPath("/Textures/Interface/Radial/RCD/walls_and_flooring.png"))),
["WindowsAndGrilles"] = ("rcd-component-windows-and-grilles", new SpriteSpecifier.Texture(new ResPath("/Textures/Interface/Radial/RCD/windows_and_grilles.png"))),
["Airlocks"] = ("rcd-component-airlocks", new SpriteSpecifier.Texture(new ResPath("/Textures/Interface/Radial/RCD/airlocks.png"))),
["WindowsAndGrilles"] = ("rcd-component-windows-and-grilles", new SpriteSpecifier.Texture(new ResPath("/Textures/_DV/Interface/Radial/RCD/windows_and_grilles.png"))), // Delta-V - Path changed to new sprites reflecting Delta-V resprites
["Airlocks"] = ("rcd-component-airlocks", new SpriteSpecifier.Texture(new ResPath("/Textures/_DV/Interface/Radial/RCD/airlocks.png"))), // Delta-V - Path changed to new sprites reflecting Delta-V resprites
["Electrical"] = ("rcd-component-electrical", new SpriteSpecifier.Texture(new ResPath("/Textures/Interface/Radial/RCD/multicoil.png"))),
["Lighting"] = ("rcd-component-lighting", new SpriteSpecifier.Texture(new ResPath("/Textures/Interface/Radial/RCD/lighting.png"))),
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- type: Clickable
- type: InteractionOutline
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/basic.rsi
sprite: _DV/Structures/Doors/Airlocks/Standard/basic.rsi #Delta V - Resprite Doors
state: "assembly"
- type: Physics
- type: Fixtures
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/RCD/rcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
- type: rcd
id: Window
category: WindowsAndGrilles
sprite: /Textures/Interface/Radial/RCD/window.png
sprite: /Textures/_DV/Interface/Radial/RCD/window.png # Delta-v - Changed to reflect window resprites
mode: ConstructObject
prototype: Window
cost: 3
Expand All @@ -117,7 +117,7 @@
- type: rcd
id: WindowDirectional
category: WindowsAndGrilles
sprite: /Textures/Interface/Radial/RCD/directional.png
sprite: /Textures/_DV/Interface/Radial/RCD/directional.png # Delta-v - Changed to reflect window resprites
mode: ConstructObject
prototype: WindowDirectional
cost: 2
Expand All @@ -132,7 +132,7 @@
- type: rcd
id: ReinforcedWindow
category: WindowsAndGrilles
sprite: /Textures/Interface/Radial/RCD/window_reinforced.png
sprite: /Textures/_DV/Interface/Radial/RCD/window_reinforced.png # Delta-v - Changed to reflect window resprites
mode: ConstructObject
prototype: ReinforcedWindow
cost: 4
Expand All @@ -146,7 +146,7 @@
- type: rcd
id: WindowReinforcedDirectional
category: WindowsAndGrilles
sprite: /Textures/Interface/Radial/RCD/directional_reinforced.png
sprite: /Textures/_DV/Interface/Radial/RCD/directional_reinforced.png # Delta-v - Changed to reflect window resprites
mode: ConstructObject
prototype: WindowReinforcedDirectional
cost: 3
Expand All @@ -162,7 +162,7 @@
- type: rcd
id: Airlock
category: Airlocks
sprite: /Textures/Interface/Radial/RCD/airlock.png
sprite: /Textures/_DV/Interface/Radial/RCD/airlock.png # Delta-v - Changed to reflect airlock resprites
mode: ConstructObject
prototype: Airlock
cost: 4
Expand All @@ -174,7 +174,7 @@
- type: rcd
id: AirlockGlass
category: Airlocks
sprite: /Textures/Interface/Radial/RCD/glass_airlock.png
sprite: /Textures/_DV/Interface/Radial/RCD/glass_airlock.png # Delta-v - Changed to reflect airlock resprites
mode: ConstructObject
prototype: AirlockGlass
cost: 4
Expand Down
30 changes: 15 additions & 15 deletions Resources/Prototypes/Recipes/Construction/structures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/window.rsi
sprite: _DV/Structures/Windows/window.rsi #Delta V - Resprite windows
state: full
objectType: Structure
placementMode: SnapgridCenter
Expand All @@ -406,7 +406,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/window_diagonal.rsi
sprite: _DV/Structures/Windows/window_diagonal.rsi #Delta V - Resprite windows
state: state1
objectType: Structure
placementMode: SnapgridCenter
Expand All @@ -424,7 +424,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/reinforced_window.rsi
sprite: _DV/Structures/Windows/reinforced_window.rsi #Delta V - Resprite windows
state: full
objectType: Structure
placementMode: SnapgridCenter
Expand All @@ -443,7 +443,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/reinforced_window_diagonal.rsi
sprite: _DV/Structures/Windows/reinforced_window_diagonal.rsi #Delta V - Resprite windows
state: state1
objectType: Structure
placementMode: SnapgridCenter
Expand All @@ -461,7 +461,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/tinted_window.rsi
sprite: _DV/Structures/Windows/tinted_window.rsi #Delta V - Resprite windows
state: full
objectType: Structure
placementMode: SnapgridCenter
Expand Down Expand Up @@ -517,7 +517,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/plasma_window.rsi
sprite: _DV/Structures/Windows/plasma_window.rsi #Delta V - Resprite windows
state: full
objectType: Structure
placementMode: SnapgridCenter
Expand All @@ -536,7 +536,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/reinforced_plasma_window.rsi
sprite: _DV/Structures/Windows/reinforced_plasma_window.rsi #Delta V - Resprite windows
state: full
objectType: Structure
placementMode: SnapgridCenter
Expand Down Expand Up @@ -574,7 +574,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/plasma_diagonal.rsi
sprite: _DV/Structures/Windows/plasma_diagonal.rsi #Delta V - Resprite windows
state: state1
objectType: Structure
placementMode: SnapgridCenter
Expand All @@ -592,7 +592,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/reinforced_plasma_diagonal.rsi
sprite: _DV/Structures/Windows/reinforced_plasma_diagonal.rsi #Delta V - Resprite windows
state: state1
objectType: Structure
placementMode: SnapgridCenter
Expand Down Expand Up @@ -700,7 +700,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/uranium_window.rsi
sprite: _DV/Structures/Windows/uranium_window.rsi #Delta V - Resprite windows
state: full
objectType: Structure
placementMode: SnapgridCenter
Expand All @@ -719,7 +719,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/reinforced_uranium_window.rsi
sprite: _DV/Structures/Windows/reinforced_uranium_window.rsi #Delta V - Resprite windows
state: full
objectType: Structure
placementMode: SnapgridCenter
Expand All @@ -738,7 +738,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/uranium_window_diagonal.rsi
sprite: _DV/Structures/Windows/uranium_window_diagonal.rsi #Delta V - Resprite windows
state: state1
objectType: Structure
placementMode: SnapgridCenter
Expand All @@ -756,7 +756,7 @@
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
icon:
sprite: Structures/Windows/reinforced_uranium_diagonal.rsi
sprite: _DV/Structures/Windows/reinforced_uranium_diagonal.rsi #Delta V - Resprite windows
state: state1
objectType: Structure
placementMode: SnapgridCenter
Expand Down Expand Up @@ -1271,7 +1271,7 @@
category: construction-category-structures
description: It opens, it closes, and maybe crushes you.
icon:
sprite: Structures/Doors/Airlocks/Standard/basic.rsi
sprite: _DV/Structures/Doors/Airlocks/Standard/basic.rsi # Delta-V - Changed to match delta-v specific door sprite
state: assembly
objectType: Structure
placementMode: SnapgridCenter
Expand All @@ -1288,7 +1288,7 @@
category: construction-category-structures
description: It opens, it closes, and maybe crushes you.
icon:
sprite: Structures/Doors/Airlocks/Glass/glass.rsi
sprite: _DV/Structures/Doors/Airlocks/Glass/glass.rsi # Delta-V - Changed to match delta-v specific door sprite
state: assembly
objectType: Structure
placementMode: SnapgridCenter
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions Resources/Textures/_DV/Interface/Radial/RCD/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Delta-V RCD sprites for the interaction wheel

- files: ["airlock.png","airlocks.png","directional.png","directional_reinforced.png","glass_airlock.png","window.png","window_reinforced.png"]
license: "CC-BY-SA-3.0"
copyright: "Created by SubspaceEmber for Delta-V"
source: "https://github.com/subspaceember"

- files: ["windows_and_grilles.png"]
license: "CC-BY-SA-3.0"
copyright: "Modified existing grille sprite from upstream with new window from SubspaceEmber"
source: "https://github.com/subspaceember"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading