]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Displacement maps big update (#30093)
authorEd <96445749+TheShuEd@users.noreply.github.com>
Tue, 23 Jul 2024 09:04:09 +0000 (12:04 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 09:04:09 +0000 (12:04 +0300)
commit918709cb4742d02e9822a651cf8e74727ba997de
tree758c829c8487ddc24cdbeda481a260d51fb0840c
parent4ff34458cff01d04ed96dea7f8187074e7b98d0b
Displacement maps big update (#30093)

* split logic into own system

* add support for different size displacement maps

* some clothes may not use displacement maps

* displacement maps spport hand sprites

* Update DisplacementMapSystem.cs

* rename things

* fuck stencilmask

* fix bugs

* no masks

* Update jumpsuits.yml

* fix species specific sprites

* Update ClothingSystem.cs

* shoes + ears displacement, some bugfix

* Update DisplacementMapSystem.cs
26 files changed:
Content.Client/Clothing/ClientClothingSystem.cs
Content.Client/DisplacementMap/DisplacementMapSystem.cs [new file with mode: 0644]
Content.Client/Hands/Systems/HandsSystem.cs
Content.Shared/Clothing/Components/ClothingComponent.cs
Content.Shared/Clothing/EntitySystems/ClothingSystem.cs
Content.Shared/DisplacementMap/DisplacementData.cs [new file with mode: 0644]
Content.Shared/Hands/Components/HandsComponent.cs
Content.Shared/Inventory/InventoryComponent.cs
Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Resources/Prototypes/Entities/Clothing/Uniforms/random_suit.yml
Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Resources/Prototypes/Entities/Mobs/Species/base.yml
Resources/Prototypes/Entities/Mobs/Species/diona.yml
Resources/Prototypes/Entities/Mobs/Species/dwarf.yml
Resources/Prototypes/Entities/Mobs/Species/gingerbread.yml
Resources/Prototypes/Entities/Mobs/Species/human.yml
Resources/Prototypes/Entities/Mobs/Species/moth.yml
Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Resources/Prototypes/Entities/Mobs/Species/skeleton.yml
Resources/Prototypes/Entities/Mobs/Species/slime.yml
Resources/Prototypes/Entities/Mobs/Species/vox.yml
Resources/Textures/Mobs/Species/Human/displacement.rsi/jumpsuit-female.png [new file with mode: 0644]
Resources/Textures/Mobs/Species/Human/displacement.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Mobs/Species/Vox/displacement.rsi/ears.png [new file with mode: 0644]
Resources/Textures/Mobs/Species/Vox/displacement.rsi/meta.json
Resources/Textures/Mobs/Species/Vox/displacement.rsi/shoes.png [new file with mode: 0644]