Stranded: Alien Dawn

Stranded: Alien Dawn

Mod Utility Helpers
正在显示第 41 - 50 项,共 53 项条目
< 1  2  3  4  5  6 >
更新于:2023 年 11 月 12 日 上午 3:13
作者:injto4ka

Added the function ExtractCommonAncestors.

更新于:2023 年 11 月 7 日 上午 11:00
作者:injto4ka

Compatibility changes

更新于:2023 年 9 月 30 日 上午 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

更新于:2023 年 9 月 23 日 上午 9:01

Dbg visuals are nor persisted in savegames.

更新于:2023 年 9 月 23 日 上午 7:19

Added functions providing debug visuals.

更新于:2023 年 8 月 26 日 上午 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.

更新于:2023 年 8 月 12 日 上午 7:27

Polish.

更新于:2023 年 8 月 12 日 上午 7:20

Added collision mesh info in ExtractEntityInfo.

更新于:2023 年 8 月 12 日 上午 5:38

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

更新于:2023 年 8 月 11 日 下午 4:02

WiP