Stranded: Alien Dawn

Stranded: Alien Dawn

Mod Utility Helpers
Mostrando 41-50 de 53 aportaciones
< 1  2  3  4  5  6 >
Actualización: 12 NOV 2023 a las 3:13

Added the function ExtractCommonAncestors.

Actualización: 7 NOV 2023 a las 11:00

Compatibility changes

Actualización: 30 SEP 2023 a las 3:37

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

Actualización: 23 SEP 2023 a las 9:01

Dbg visuals are nor persisted in savegames.

Actualización: 23 SEP 2023 a las 7:19

Added functions providing debug visuals.

Actualización: 26 AGO 2023 a las 9:09

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.

Actualización: 12 AGO 2023 a las 7:27

Polish.

Actualización: 12 AGO 2023 a las 7:20

Added collision mesh info in ExtractEntityInfo.

Actualización: 12 AGO 2023 a las 5:38

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

Actualización: 11 AGO 2023 a las 16:02

WiP