Skip to content

[MegaUpdate] Orehum 2.0!!!#200

Merged
firfaronde merged 23 commits intoBohdanNovikov0207:masterfrom
IsNotAcceptable:Xenos
Feb 11, 2026
Merged

[MegaUpdate] Orehum 2.0!!!#200
firfaronde merged 23 commits intoBohdanNovikov0207:masterfrom
IsNotAcceptable:Xenos

Conversation

@IsNotAcceptable
Copy link
Copy Markdown

@IsNotAcceptable IsNotAcceptable commented Feb 8, 2026

Описание

Кратко: спиздил улучшенных ксеносов с WWDP, но там есть нюанс, там куча зависимостей было у этих 3,14door, что еще +барки в игре будут и много чего =)


TODO

  • Задача
  • Завершенная задача

УЭЭЭЭ, МИГРАНТЫ!!

**МБ они сами пофиксятся, так как у меня при добавления в snapshot, начали сами себя добавлять

  • SQlite:
    • ALTER TABLE "profile" ADD COLUMN "body_type" TEXT NOT NULL DEFAULT '';
    • ALTER TABLE "profile" ADD COLUMN "bark_pause" INTEGER NOT NULL DEFAULT 0;
    • ALTER TABLE "profile" ADD COLUMN "bark_pitch" INTEGER NOT NULL DEFAULT 0;
    • ALTER TABLE "profile" ADD COLUMN "bark_pitch_variance" INTEGER NOT NULL DEFAULT 0;
    • ALTER TABLE "profile" ADD COLUMN "bark_voice" TEXT NOT NULL DEFAULT '';
    • ALTER TABLE "profile" ADD COLUMN "bark_volume" INTEGER NOT NULL DEFAULT 0;
    • ALTER TABLE "loadout" ADD COLUMN "custom_content" TEXT;
  • Postgres:
    • ALTER TABLE profile ADD COLUMN body_type text NOT NULL DEFAULT '';
    • ALTER TABLE profile ADD COLUMN bark_pause integer NOT NULL DEFAULT 0;
    • ALTER TABLE profile ADD COLUMN bark_pitch integer NOT NULL DEFAULT 0;
    • ALTER TABLE profile ADD COLUMN bark_pitch_variance integer NOT NULL DEFAULT 0;
    • ALTER TABLE profile ADD COLUMN bark_voice text NOT NULL DEFAULT '';
    • ALTER TABLE profile ADD COLUMN bark_volume integer NOT NULL DEFAULT 0;
    • ALTER TABLE loadout ADD COLUMN custom_content TEXT;

Ченджлог

  • Я протестировал свои изменения и уверен, что они работают

🆑

  • add: Добавлены barks, барки, лаи, называйте как хотите.
  • add: Полностью переработаны ксеноморфы, теперь они схожи с теми, что имеются на Colonial Marines
  • add: Добавлено телосложение (худое, нормальное)(не у всех рас)
  • add: Добавлен свой щиткод
  • tweak: Добавлен геймрул, позволяющий низшим особям ксеноморфов появится на станции
  • tweak: Изменение редактора персонажа
  • tweak: Отделение Movement и CombatMode в отдельные кнопки
  • remove: Удален чужой щиткод(чей именно это уже не важно)

Spatison and others added 5 commits February 8, 2026 01:57
* init commit

* xenomorph: part 1

* weed heal

* fix Rsi

* fix Yaml linter

* fix
* rebalance

* oh

* looks better

* Finally
* this is definitely one of the commits

* 1

* new facehuggers

* suffix

* Burst egg

* some fix

* Update Content.Server/_White/Xenomorphs/Queen/XenomorphQueenSystem.cs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update Content.Server/_White/Xenomorphs/Queen/XenomorphQueenSystem.cs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update Resources/Locale/en-US/_white/objectives/conditions/steal-target-groups.ftl

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update Content.Server/_White/Xenomorphs/FaceHugger/FaceHuggerSystem.cs

* Update Content.Server/_White/Xenomorphs/FaceHugger/FaceHuggerSystem.cs

* Update Resources/Locale/ru-RU/_white/prototypes/entities/mobs/player/pets.ftl

* Update Resources/Locale/ru-RU/WWDP_TRANSLATION/_white/prototypes/entities/structures/storage/glass_box.ftl

* Update Resources/Locale/ru-RU/_white/objectives/conditions/steal-target-groups.ftl

* Update Content.Server/_White/Xenomorphs/FaceHugger/FaceHuggerSystem.cs

* some fix

* SelfUnBuckleDelay

* Neurotoxin now stun

* PlasmaAmmoProvider

* some fix

* fix

* some number

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* test

* test

* test

* fix

* Update Content.Server/Weapons/Melee/MeleeWeaponSystem.cs

* Update Resources/Locale/en-US/_white/game-tiking/game-rules/xenomorphs.ftl
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 8, 2026

RSI Diff Bot; head commit e3e87c7 merging into f57b8ea
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/_White/Interface/Actions/xenomorph.rsi

State Old New Status
acid Added
egg Added
evolve Added
evolve_praetorian Added
evolve_queen Added
harm Added
help Added
leap_off Added
leap_on Added
plant_seed Added
plasma_transfer_off Added
plasma_transfer_on Added
promote Added
tail_attack Added
vision_off Added
vision_on Added

Resources/Textures/_White/Interface/Alerts/plasma_counter.rsi

State Old New Status
0 Added
1 Added
2 Added
3 Added
4 Added
5 Added
6 Added
7 Added
8 Added
9 Added
plasma_display Added

Resources/Textures/_White/Interface/Alerts/queen_finder.rsi

State Old New Status
close Added
far Added
medium Added
queen_finder Added

Edit: diff updated after e3e87c7

BohdanNovikov0207 and others added 3 commits February 8, 2026 11:15
Signed-off-by: Bogdan Novikov <150541068+BohdanNovikov0207@users.noreply.github.com>
* - add: bark

* - tweak: Bark now in client side

* - add: bark config in options

* - add: migration prepare

* - add: Migrations

* - add: more barks

* - add: bark preference in character profile

* - add: knob

* - add: change value by mouse wheel

* - tweak: optimise WWDP thinks

* - tweak: improve NeoTabContainer optimisation

* - add: limit of barks

* - fix: кролькины фиксы

* - fix: change things in tab id

* Update Content.Client/_White/TTS/TTSSystem.cs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* - fix: спатисон дурак блин ты сломал что то..

* - fix: спатисонов фиксы

* Update Content.Server/_White/Bark/BarkSystem.cs

* - fix: буковки

* Apply suggestions from code review

---------

Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
IsNotAcceptable and others added 8 commits February 8, 2026 17:34
* feature: body types

* feature: body types: 2

* add: loc

* fix: rsi validate

* tweak: displasment jumpsuit

* tweak: clean up

* tweak: displasment shoes

* tweak: displasment gloves

* tweak: clean up

* tweak: displasment outerClothing

* Revert "tweak: displasment outerClothing"

This reverts commit 698fd688591a6c00a4cd19eebac7a204dce18e98.

* fix

* fix

* fix

* fix

* tweak: dwarf, Oni and Felenid now can choose slim body type

* add: outer displacement

* some fix

* some fix

* no more tags shitcode

* Reptilian body type

* harpy body type

* some fix

* rsi validator fix

* Update ClientClothingSystem.cs

* Update Model.cs

* Update MarkingManager.cs

* Update ClientClothingSystem.cs

* Update reptilian.yml
@IsNotAcceptable IsNotAcceptable changed the title [WIP] Xenos [WIP] Orehum 2.0!!! Feb 10, 2026
@IsNotAcceptable IsNotAcceptable marked this pull request as ready for review February 11, 2026 16:10
@IsNotAcceptable IsNotAcceptable changed the title [WIP] Orehum 2.0!!! [MegaUpdate] Orehum 2.0!!! Feb 11, 2026
@firfaronde firfaronde merged commit e73b4e4 into BohdanNovikov0207:master Feb 11, 2026
9 of 11 checks passed
@IsNotAcceptable IsNotAcceptable deleted the Xenos branch March 1, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants