Leaderboard


Popular Content

Showing content with the highest reputation on 05/12/2022 in Posts

  1. 1 point
    2022 OutsideXbox - May 12th, 2022 OutsideXbox's video: 7 Times Fans Had to Fix the Game There are more than a few errors in the video for the TSLRCM section of the video. Feel free to let them know what they are in their video's comments!
  2. 1 point
    Not while stealthed. Try applying Force Speed then turning on Stealth, you won't move any faster.
  3. 1 point
    No. The debug features require the debug build. We have the shipping build in which all the debug features were stripped out. However, there is the SendMessageToPC function, which pipes strings to the in-game message window. You can make use of this for script debugging functionality, although the message window buffer is very small, so during combat especially you will find your messages quickly disappear. Armbands that provide location info (like the WhereAmI armband) are a good example of the use of SendMessageToPC. You can also edit the various debug include functions and switch out their use of PrintString/AurPostString to use SendMessageToPC, then recompile the target script/s.