Stranded: Alien Dawn

Stranded: Alien Dawn

Mod Utility Helpers
53 sonuçtan 41 ile 50 arası gösteriliyor
< 1  2  3  4  5  6 >
Güncelleme: 12 Kas 2023 @ 3:13
Güncelleyen: injto4ka

Added the function ExtractCommonAncestors.

Güncelleme: 7 Kas 2023 @ 11:00
Güncelleyen: injto4ka

Compatibility changes

Güncelleme: 30 Eyl 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

Güncelleme: 23 Eyl 2023 @ 9:01

Dbg visuals are nor persisted in savegames.

Güncelleme: 23 Eyl 2023 @ 7:19

Added functions providing debug visuals.

Güncelleme: 26 Ağu 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.

Güncelleme: 12 Ağu 2023 @ 7:27

Polish.

Güncelleme: 12 Ağu 2023 @ 7:20

Added collision mesh info in ExtractEntityInfo.

Güncelleme: 12 Ağu 2023 @ 5:38

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

Güncelleme: 11 Ağu 2023 @ 16:02

WiP