forked from SierraBay/SierraBay12
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Обновление спрайтов Скреллов #71
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
|
||
#### Список PRов: | ||
|
||
- https://github.com/SierraBay/SierraBay12/pull/#### | ||
<!-- | ||
Ссылки на PRы, связанные с модом: | ||
- Создание | ||
- Большие изменения | ||
--> | ||
|
||
<!-- Название мода. Не важно на русском или на английском. --> | ||
## Спрайт-аксессуары | ||
|
||
ID мода: SKRELL_RESPRITE | ||
<!-- | ||
Название модпака прописными буквами, СОЕДИНЁННЫМИ_ПОДЧЁРКИВАНИЕМ, | ||
которое ты будешь использовать для обозначения файлов. | ||
--> | ||
|
||
### Описание мода | ||
|
||
Модулярно добавленные в билд прически для скреллов, а так же кградиенты. | ||
<!-- | ||
Что он делает, что добавляет: что, куда, зачем и почему - всё здесь. | ||
А также любая полезная информация. | ||
--> | ||
|
||
### Изменения *кор кода* | ||
|
||
- Отсутствуют | ||
<!-- | ||
Если вы редактировали какие-либо процедуры или переменные в кор коде, | ||
они должны быть указаны здесь. | ||
Нужно указать и файл, и процедуры/переменные. | ||
|
||
Изменений нет - напиши "Отсутствуют" | ||
--> | ||
|
||
### Оверрайды | ||
|
||
- Отсутствуют | ||
<!-- | ||
Если ты добавлял новый модульный оверрайд, его нужно указать здесь. | ||
Здесь указываются оверрайды в твоём моде и папке `_master_files` | ||
|
||
Изменений нет - напиши "Отсутствуют" | ||
--> | ||
|
||
### Дефайны | ||
|
||
- Отсутствуют | ||
<!-- | ||
Если требовалось добавить какие-либо дефайны, укажи файлы, | ||
в которые ты их добавил, а также перечисли имена. | ||
И то же самое, если ты используешь дефайны, определённые другим модом. | ||
|
||
Не используешь - напиши "Отсутствуют" | ||
--> | ||
|
||
### Используемые файлы, не содержащиеся в модпаке | ||
|
||
- Отсутствуют | ||
<!-- | ||
Будь то немодульный файл или модульный файл, который не содержится в папке, | ||
принадлежащей этому конкретному моду, он должен быть упомянут здесь. | ||
Хорошими примерами являются иконки или звуки, которые используются одновременно | ||
несколькими модулями, или что-либо подобное. | ||
--> | ||
|
||
### Авторы: | ||
|
||
Vinnie cпрайты взяты с https://github.com/Aurorastation/Aurora.3 | ||
<!-- | ||
Здесь находится твой никнейм | ||
Если работал совместно - никнеймы тех, кто помогал. | ||
В случае порта чего-либо должна быть ссылка на источник. | ||
--> |
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,7 @@ | ||
#ifndef MODPACK_SKRELL_RESPRITE | ||
#define MODPACK_SKRELL_RESPRITE | ||
|
||
#include "code/skrell_acessory.dm" | ||
#include "code/skrell_fade.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,66 @@ | ||
// HAIR | ||
|
||
/datum/sprite_accessory/hair/skr/newhair | ||
name = "Very Long Tentacles" | ||
icon = 'mods/_fd/skrell_resprite/icons/skrell_hair.dmi' | ||
icon_state = "skrell_verylong" | ||
gender = FEMALE | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/short | ||
name = "Very Short Tentacles" | ||
icon_state = "skrell_veryshort" | ||
gender = MALE | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/behind | ||
name = "Long Tentacles, behind (left)" | ||
icon_state = "skrell_lbehind" | ||
gender = FEMALE | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/behind/long | ||
name = "Very Long Tentacles, behind (left)" | ||
icon_state = "skrell_lbehind_long" | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/behind/right | ||
name = "Long Tentacles, behind (right)" | ||
icon_state = "skrell_rbehind" | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/behind/right/long | ||
name = "Very Long Tentacles, behind (right)" | ||
icon_state = "skrell_rbehind_long" | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/behind/both | ||
name = "Long Tentacles, behind (both)" | ||
icon_state = "skrell_bbehind" | ||
gender = FEMALE | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/behind/both/long | ||
name = "Very Long Tentacles, behind (both)" | ||
icon_state = "skrell_bbehind_long" | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/behind/both/short | ||
name = "Short Tentacles, behind (both)" | ||
icon_state = "skrell_bbehind_short" | ||
gender = MALE | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/gesture | ||
name = "Long Tentacles, gesture (insulted)" | ||
icon_state = "skrell_insulted" | ||
gender = FEMALE | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/gesture/excited | ||
name = "Long Tentacles, gesture (excited)" | ||
icon_state = "skrell_excited" | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/gesture/reserved | ||
name = "Long Tentacles, gesture (reserved)" | ||
icon_state = "skrell_reserved" | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/tuux | ||
name = "Short Tentacles, Tuux" | ||
icon_state = "skrell_tuux" | ||
gender = MALE | ||
|
||
/datum/sprite_accessory/hair/skr/newhair/ltuux | ||
name = "Long Tentacles, Tuux" | ||
icon_state = "skrell_ltuux" | ||
gender = FEMALE |
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,3 @@ | ||
/datum/sprite_accessory/marking/hair_fade/New() | ||
. = ..() | ||
species_allowed += SPECIES_SKRELL |
Binary file not shown.
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/skrell_resprite | ||
name = "Респрайт скреллов" | ||
desc = "Модулярно добавленные в билд прически для скреллов, легкое изменение тел" | ||
author = "vinnie" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Мелочь, но я бы добавил сюда авторов оригинального коммита с этими спрайтами, а не ссылку на репу