Stranded: Alien Dawn
Mod Utility Helpers
Εμφάνιση 41-50 από 53 καταχωρίσεις
< 1  2  3  4  5  6 >
Ενημέρωση: 12 Νοε 2023 στις 3:13
από injto4ka

Added the function ExtractCommonAncestors.

Ενημέρωση: 7 Νοε 2023 στις 11:00
από injto4ka

Compatibility changes

Ενημέρωση: 30 Σεπ 2023 στις 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

Ενημέρωση: 23 Σεπ 2023 στις 9:01

Dbg visuals are nor persisted in savegames.

Ενημέρωση: 23 Σεπ 2023 στις 7:19

Added functions providing debug visuals.

Ενημέρωση: 26 Αυγ 2023 στις 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.

Ενημέρωση: 12 Αυγ 2023 στις 7:27

Polish.

Ενημέρωση: 12 Αυγ 2023 στις 7:20

Added collision mesh info in ExtractEntityInfo.

Ενημέρωση: 12 Αυγ 2023 στις 5:38

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

Ενημέρωση: 11 Αυγ 2023 στις 16:02

WiP