forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Новая голова для КПБ с визорами #1472
Merged
Merged
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d7fccd5
New Robo Head EI
Sirstaniya 467461d
Update robolimbs.dm
Sirstaniya 6a41efb
Update modular_ss220/robolimbs/code/robolimbs.dm
Sirstaniya 3606903
Update modular_ss220/robolimbs/code/robolimbs.dm
Sirstaniya b222067
Я что-то сделал
Dekupich 76e5f37
Code clean up
m-dzianishchyts 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
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -17,3 +17,29 @@ | |||
parts = list("head") | ||||
selectable = 0 | ||||
has_subtypes = null | ||||
|
||||
/datum/robolimb/etaminindustry/etaminindustry_alt3 | ||||
company = "Etamin Industry King Series" | ||||
icon = 'modular_ss220/robolimbs/icons/etaminindustry_alt3.dmi' | ||||
parts = list("head") | ||||
selectable = 0 | ||||
has_subtypes = null | ||||
|
||||
/datum/sprite_accessory/body_markings/head/optics | ||||
Sirstaniya marked this conversation as resolved.
Show resolved
Hide resolved
|
||||
icon = 'icons/mob/sprite_accessories/ipc/ei_optic.dmi' | ||||
Sirstaniya marked this conversation as resolved.
Show resolved
Hide resolved
|
||||
name = "EI Optics" | ||||
species_allowed = list("Machine") | ||||
icon_state = "ei_standart" | ||||
models_allowed = list("Etamin Industry King Series") | ||||
|
||||
/datum/sprite_accessory/body_markings/head/optics/altoptic2 | ||||
icon = 'icons/mob/sprite_accessories/ipc/ei_optic_alt.dmi' | ||||
name = "EI Optics Alt" | ||||
icon_state = "altoptics1" | ||||
models_allowed = list("Etamin Industry King Series") | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||
|
||||
/datum/sprite_accessory/body_markings/head/optics/altoptic3 | ||||
icon = 'icons/mob/sprite_accessories/ipc/ei_optic_alt2.dmi' | ||||
name = "EI Optics Alt 2" | ||||
icon_state = "altoptics2" | ||||
models_allowed = list("Etamin Industry King Series") |
Binary file not shown.
Binary file added
BIN
+335 Bytes
modular_ss220/robolimbs/icons/mob/sprite_accessories/ipc/ei_optic.dmi
Binary file not shown.
Binary file added
BIN
+379 Bytes
modular_ss220/robolimbs/icons/mob/sprite_accessories/ipc/ei_optic_alt.dmi
Binary file not shown.
Binary file added
BIN
+316 Bytes
modular_ss220/robolimbs/icons/mob/sprite_accessories/ipc/ei_optic_alt2.dmi
Binary file not shown.
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.
Надо сложить всю оптику в один dmi, файлов уже слишком много для одного лишь вида кпб
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.
Мы пытались, но с одного файла не читает остальные. Почему, так и не поняли
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.
Стоит начать с фикса пути к файлу
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.
Мы пробовали, но не работает. Оно видит только первый визор. В другом варианте он видит все визоры, но выбирает лишь первый. Несколько часов пробовали разные способы, сработал лишь этот
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.
У нас на паре нет моделей с двумя или более визорами вообще, поэтому мы перепробовали большинство методов, остановились на этом, ведь работает