Decane

Results 5 issues of Decane

Waypoint path index parsing begins at 1 in gulag_general.script and is performed to the highest contiguous index. That is, in order for path 'mar_smart_terrain_5_12_sleep_3' to be used by NPCs, paths...

enhancement

NPCs are meant to self-heal 60 real seconds after becoming heavily wounded - a state that manifests as them falling to the ground in a fetal position and vying for...

gameplay bug

... soft-locking the player. Fixing this is going to be tricky because we can't use `npc:object(section)` in `release_body_manager.try_to_release()` since some corpses may be on another level and hence won't have...

gameplay bug

This can cause e.g. the main storyline to break per [this Steam thread](https://steamcommunity.com/app/20510/discussions/0/2796124181020741709/#c7336985071477585246): >After inspecting the game's audio scripts, I can see that the sound_end signal does not persist across...

gameplay bug

It turns out `game.time()` wraps around to 0 after ~30¼ game days ((2³² - 1) - 1,679,936,192 game milliseconds). One option would be to convert the C++ struct returned by...

engine bug