Beyond the Hive crash fix + expedition pocketables + missing bosses#30
Open
Backup158 wants to merge 8 commits into
Open
Beyond the Hive crash fix + expedition pocketables + missing bosses#30Backup158 wants to merge 8 commits into
Backup158 wants to merge 8 commits into
Conversation
Contributor
Author
|
|
Backup158
commented
Mar 22, 2026
Contributor
Author
There was a problem hiding this comment.
Update: Added more missing enemies
- Scab Radio Operator (ranged Elite)
- Scab Plasma Gunner (ranged Elite)
- Armoured Pox Hound (Disabler)
- Hexbound Daemonhost (Boss)
- Pack Master (Boss)
For users
Download these files
SoraTehk
added a commit
to SoraTehk/Sync-Darktide
that referenced
this pull request
Apr 11, 2026
added 2 commits
April 12, 2026 10:14
Contributor
Author
|
Update: Merged PR from xsSplater which contained updated Russian localization and positional sliders for the Tactical Overlay position Download (for users) |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Beyond the Hive Crash
When dropping a Hive Scum Stim Crate, the
drop_cratefunction from the animation_events integration causes a crash. It tries to use thepickups_text[crate]value as the key for the Localize function, to use for display later. The issue is that when there's no crate equipped and the Scum drops a crate, this usesnot_equippedas the key, which has no entry in themod.crates_equipedandmod.pickups_texttables.This passes
nilintoLocalizewhich causes the crash.I added a check to not localize if it's nil. I didn't make entries into the 2 tables above because I didn't think of that.
<<Script Error>>scripts/managers/localization/localization_manager.lua:323: bad argument #2 to 'lookup' (string expected, got nil)<</Script Error>>Expedition Pocketables
I added an option to add a message when someone picks up the Expedition Pocketables.
Missing Enemies
Added Dreg Captain, Hexbound Daemonhost, and Ogryn Pack Master to the
mod.bossestracking table inscoreboard_default_plugins.lua.In
scoreboard_rows.lua, added