Stranded: Alien Dawn

Stranded: Alien Dawn

Mod Utility Helpers
53개 중 41~50개 표시 중
< 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