]> git.smokeofanarchy.ru Git - space-station-14.git/commit
New solar sprites, new solar panel upgrades, and some solar panel fixes. (#29224)
authorCaasGit <87243814+CaasGit@users.noreply.github.com>
Sun, 26 Jan 2025 14:01:34 +0000 (06:01 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Jan 2025 14:01:34 +0000 (15:01 +0100)
commit2a632b21b0e9954f3aed9cd5eec78ccd349c4aef
tree946be33eddfa8d57719f557153f25f74dfebb766
parent2214857809c7eaae5ea0d703875efd6330696a41
New solar sprites, new solar panel upgrades, and some solar panel fixes. (#29224)

* New solar sprites, new solar panel upgrades, and some solar panel fixes.

This adds and changes a few things for solar panels!

* New sprites for all solar panels and all related states.
* Move from xform.WorldRotation to _xformSystem.SetWorldRotation within
  the solar code.
* Few random fixes that Rider suggested as warnings.
* Solar Tracker Electronics was using what looks like to be the airlock
  controller electronics, so that's now updated to something a bit more
  realistic. It also uses the engineering circuit sprite instead of the
  generic
* New Solar Panels! Adds Plasma and Uranium Glass solar panels. These
  can be constructed by adding the respective glass to the panel. Plasma
  is a slight increase of power and health, and uranium is double the
  power and health of glass. Thus giving engineers something to update
  if they want to use solar panels and possibly giving small outposts
  a way to make a bit more power without a large and complex power
  setup.

* Add in solar sprites that were not in the meta file.

* Updated sprites based on feedback.

* Fix the rotation of the solar panel sprites.
24 files changed:
Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml
Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml
Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/broken.png [deleted file]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/meta.json
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/normal.png [deleted file]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_assembly.png
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_assembly_tracker_circuit.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_assembly_tracker_circuit_uncabled.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_assembly_uncabled.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_panel_glass.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_panel_glass_broken.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_panel_glass_uncabled.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_panel_plasma.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_panel_plasma_broken.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_panel_plasma_uncabled.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_panel_uranium.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_panel_uranium_broken.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_panel_uranium_uncabled.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_tracker.png
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_tracker_broken.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_tracker_broken_uncabled.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/solar_tracker_uncabled.png [new file with mode: 0644]
Resources/Textures/Structures/Power/Generation/solar_panel.rsi/static.png [deleted file]