Skip to content
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 6 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions modular_ss220/robolimbs/code/robolimbs.dm
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Надо сложить всю оптику в один dmi, файлов уже слишком много для одного лишь вида кпб

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Мы пытались, но с одного файла не читает остальные. Почему, так и не поняли

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Стоит начать с фикса пути к файлу

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Мы пробовали, но не работает. Оно видит только первый визор. В другом варианте он видит все визоры, но выбирает лишь первый. Несколько часов пробовали разные способы, сработал лишь этот

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

У нас на паре нет моделей с двумя или более визорами вообще, поэтому мы перепробовали большинство методов, остановились на этом, ведь работает

Original file line number Diff line number Diff line change
Expand Up @@ -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")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
models_allowed = list("Etamin Industry King Series")


/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 not shown.
Binary file not shown.
Binary file not shown.
Loading