Developer PowerTools

simulator-owner-img

Author w33zl

Size 0,100MB

Data 17.03.2025

Uploaded by admin

Version 1.1.0.0

Category Miscellaneous / Scripts

  • truck-icon
    14
  • truck-icon
    84
  • There are no reviews
  • 0

Developer PowerTools is a quality-of-life mod for modders that enhances the Farming Simulator 25 experience. It offers improved visualization of in-game tables and the ability to save these tables as well-structured Lua files, facilitating a deeper understanding of the FS object model.

Features:

  • New console commands to restart the game.
  • Console command to print Lua table contents to the console/log or a separate file.
  • Console command to clear the log file.

Console Commands:

  • dtRestart (or 'r'): Restarts the game client using a soft restart (slightly faster than a hard reset).
  • dtRestartHard (or 'rr'): Performs a hard reset, ensuring everything is unloaded from memory.
  • dtTable: Prints the contents of a Lua table to the console/log.
  • dtSaveTable: Saves the contents of a Lua table to a file (3-4 times faster than printing a table to the log).
  • dtVisualizeTable [beta]: An improved method for printing tables to the log, offering faster performance, better memory efficiency, and enhanced visualization.
  • dtClearLog (or 'cls'): Clears the log.txt file to start a fresh log (especially useful when using the restart command).

Note: Due to new limitations in FS25, automatic restart of the current savegame is disabled until Giants re-enables this feature.