forked from Baystation12/Baystation12
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port Infinity voidsuit and hardsuit icons (#1717)
- Loading branch information
1 parent
4a31779
commit 5b49e29
Showing
27 changed files
with
376 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
/obj/machinery/suit_cycler/medical/alt | ||
available_modifications = list(/singleton/item_modifier/space_suit/sol/medical) | ||
available_modifications = list(/singleton/item_modifier/space_suit/sol/sierra/medical) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/obj/item/rig/exploration | ||
chest_type = /obj/item/clothing/suit/space/rig/command/exploration | ||
boot_type = /obj/item/clothing/shoes/magboots/rig/command/exploration | ||
glove_type = /obj/item/clothing/gloves/rig/command/exploration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
|
||
#### Список PRов: | ||
|
||
- https://github.com/SierraBay/SierraBay12/pull/1717 | ||
<!-- | ||
Ссылки на PRы, связанные с модом: | ||
- Создание | ||
- Большие изменения | ||
--> | ||
|
||
<!-- Название мода. Не важно на русском или на английском. --> | ||
## Hardsuits | ||
|
||
ID мода: HARDSUITS | ||
<!-- | ||
Название модпака прописными буквами, СОЕДИНЁННЫМИ_ПОДЧЁРКИВАНИЕМ, | ||
которое ты будешь использовать для обозначения файлов. | ||
--> | ||
|
||
### Описание мода | ||
|
||
Порт спрайтов и функционала костюмов ВКД и ИКС, доступных на Infinity | ||
- Добавляет более качественные спрайты войдсьютов и ИКС для унати | ||
- Добавляет спрайты ИКС ЛЭКа для унати, таяра, скреллов | ||
<!-- | ||
Что он делает, что добавляет: что, куда, зачем и почему - всё здесь. | ||
А также любая полезная информация. | ||
--> | ||
|
||
### Изменения *кор кода* | ||
|
||
- `code/game/machinery/suit_cycler_units.dm`: | ||
- `/obj/machinery/suit_cycler/engineering/var/available_modifications` | ||
- `/obj/machinery/suit_cycler/security/var/available_modifications` | ||
- `/obj/machinery/suit_cycler/pilot/var/available_modifications` | ||
<!-- | ||
Если вы редактировали какие-либо процедуры или переменные в кор коде, | ||
они должны быть указаны здесь. | ||
Нужно указать и файл, и процедуры/переменные. | ||
Изменений нет - напиши "Отсутствуют" | ||
--> | ||
|
||
### Оверрайды | ||
|
||
- `mods/_master_files/maps/sierra/items/rigs.dm`: | ||
- `/obj/item/rig/exploration/var/chest_type` | ||
- `/obj/item/rig/exploration/var/boot_type` | ||
- `/obj/item/rig/exploration/var/glove_type` | ||
|
||
<!-- | ||
Если ты добавлял новый модульный оверрайд, его нужно указать здесь. | ||
Здесь указываются оверрайды в твоём моде и папке `_master_files` | ||
Изменений нет - напиши "Отсутствуют" | ||
--> | ||
|
||
### Дефайны | ||
|
||
Отсутствуют | ||
<!-- | ||
Если требовалось добавить какие-либо дефайны, укажи файлы, | ||
в которые ты их добавил, а также перечисли имена. | ||
И то же самое, если ты используешь дефайны, определённые другим модом. | ||
Не используешь - напиши "Отсутствуют" | ||
--> | ||
|
||
### Используемые файлы, не содержащиеся в модпаке | ||
|
||
- `packs/infinity/icons/obj/clothing/species/erosan/hats.dmi` | ||
- `packs/infinity/icons/obj/clothing/species/erosan/suits.dmi` | ||
<!-- | ||
Будь то немодульный файл или модульный файл, который не содержится в папке, | ||
принадлежащей этому конкретному моду, он должен быть упомянут здесь. | ||
Хорошими примерами являются иконки или звуки, которые используются одновременно | ||
несколькими модулями, или что-либо подобное. | ||
--> | ||
|
||
### Авторы: | ||
|
||
UEDHighCommand | ||
<!-- | ||
Здесь находится твой никнейм | ||
Если работал совместно - никнеймы тех, кто помогал. | ||
В случае порта чего-либо должна быть ссылка на источник. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/singleton/modpack/modpack_hardsuits | ||
name = "Костюмы ВКД" | ||
desc = "Портирование спрайтов и функционала костюмов ВКД и ИКС, доступных на Infinity" | ||
author = "UEDHighCommand" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#ifndef MODPACK_HARDSUITS | ||
#define MODPACK_HARDSUITS | ||
|
||
#include "_hardsuits.dm" | ||
|
||
#include "code/void.dm" | ||
#include "code/rigs.dm" | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/obj/item/clothing/head/helmet/space/rig/command/exploration/New() | ||
. = ..() | ||
species_restricted |= list(SPECIES_HUMAN,SPECIES_SKRELL,SPECIES_TAJARA,SPECIES_UNATHI,SPECIES_IPC) | ||
sprite_sheets ^= list( | ||
SPECIES_SKRELL, | ||
SPECIES_UNATHI | ||
) | ||
sprite_sheets |= list( | ||
SPECIES_SKRELL = 'mods/hardsuits/icons/rigs/onmob_head_solgov_skrell.dmi', | ||
SPECIES_UNATHI = 'mods/hardsuits/icons/rigs/onmob_head_solgov_unathi.dmi' | ||
) | ||
|
||
/obj/item/clothing/suit/space/rig/command/exploration | ||
species_restricted = list(SPECIES_HUMAN,SPECIES_SKRELL,SPECIES_TAJARA,SPECIES_UNATHI,SPECIES_IPC) | ||
icon_state = "command_exp_rig" | ||
sprite_sheets = list( | ||
SPECIES_UNATHI = 'mods/hardsuits/icons/rigs/onmob_suit_solgov_unathi.dmi' | ||
) | ||
|
||
/obj/item/clothing/gloves/rig/command/exploration | ||
species_restricted = list(SPECIES_HUMAN,SPECIES_SKRELL,SPECIES_TAJARA,SPECIES_UNATHI,SPECIES_IPC) | ||
icon_state = "command_exp_rig" | ||
sprite_sheets = list( | ||
SPECIES_UNATHI = 'mods/hardsuits/icons/rigs/onmob_hands_solgov_unathi.dmi' | ||
) | ||
|
||
/obj/item/clothing/shoes/magboots/rig/command/exploration | ||
species_restricted = list(SPECIES_HUMAN,SPECIES_SKRELL,SPECIES_TAJARA,SPECIES_UNATHI,SPECIES_IPC) | ||
icon_state = "command_exp_rig" | ||
sprite_sheets = list( | ||
SPECIES_UNATHI = 'mods/hardsuits/icons/rigs/onmob_feet_solgov_unathi.dmi' | ||
) |
Oops, something went wrong.