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.