Stranded: Alien Dawn

Stranded: Alien Dawn

Mod Utility Helpers
Showing 41-50 of 53 entries
< 1  2  3  4  5  6 >
Update: 12 Nov, 2023 @ 3:13am

Added the function ExtractCommonAncestors.

Update: 7 Nov, 2023 @ 11:00am

Compatibility changes

Update: 30 Sep, 2023 @ 3:37am

Added function DbgBreak that simulates a debug breakpoint in the code.

function DbgBreak(value, silent)
Simulates a debug breakpoint. Stops the game, prints the argument, the call stack and the local variables in the debug output.
The execution will continue after unpausing the game. If not silent, displays a message on the screen with the contents of the argument.
Arguments:
  1. value - value to be displayed
  2. silent - no message on the screen

Update: 23 Sep, 2023 @ 9:01am

Dbg visuals are nor persisted in savegames.

Update: 23 Sep, 2023 @ 7:19am

Added functions providing debug visuals.

Update: 26 Aug, 2023 @ 9:09am

Search for a mod with a given title or id and extracts the strings for translation form it. Does NOT parse the code files though.

Update: 12 Aug, 2023 @ 7:27am

Polish.

Update: 12 Aug, 2023 @ 7:20am

Added collision mesh info in ExtractEntityInfo.

Update: 12 Aug, 2023 @ 5:38am

Moved the hierarchy information to a separate function named ExtractHierarchyInfo. Added a function GetObjectByHandle(handle) to get objects references by handle.

Update: 11 Aug, 2023 @ 4:02pm

WiP