Data Dump V1.0

December 09, 2024 Other V1.4 0 Comments
Data Dump V1.0

The main purpose of this mod is to save the global tables, functions, classes and variables from Farming Simulator to well-formed Lua files. Use these files to better understand the Farming Simulator object model through reverse engineering (especially useful until the official documentation is released).

With these global objects as a starting point, you can then use the console command ‘dtSaveTable’ from the mod ‘Developer PowerTools’ to save whole Lua tables (and full table hierarchies) for further analysis.

E.g. if the output of Data Dump contains a global table called ‘g_gui’ you can then execute the console command ‘dtSaveTable g_gui g_gui.lua 10’ to save the g_gui table to a file called g_gui.lua with a max dept of 10 levels.

USAGE:
1. Open the developer console in FS.
2. Type ‘ddDump’ and hit [ENTER] 3. Review the files in the ‘..\Documents\My Games\FarmingSimulator2022\modSettings\FS25_000_DataDump’ folder
4. (optional) Execute ‘ddSaveGlobalTables {maxDepth} {forceDeep}’ – this will automatically export all global “g_*” tables as well as specifically the “g_currentMission” and “g_localPlayer” in deeper table structures (the ddDump command exports a shallow strucutre for performance reasons)
5. (optional) Run ‘dtSaveTable {tableName} {luaFileName} {maxDepth}’ – this will export the specified table {tableName} with {maxDepth} number of levels to the file {luaFileName}

Credits: w33zl

Download Mod (FS25 1.3.x, Mod version 1.0 – 09.12.24)

How to Install Mods in Farming Simulator 25?

  • To install the mod in the game, download the .zip file and place it into the "Mods" folder located inside Documents > My Games > FarmingSimulator2025.
  • When starting a new game or loading a saved game, you must activate the newly added mod in the Mods & DLCs screen.
  • To purchase the installed mod in the game, press the "P" key to open the store. Then, navigate to the "Mods & DLCs" section from the left tabs. Here, you will see the newly installed mod.

Similar FS25 Mods

Volvo ECR58F V1.0

June 16, 2025 Forklifts and Excavators V1.9

Volvo ECR58F V1.0

Hitachi 135 V1.1

August 22, 2025 Forklifts and Excavators V1.10

Hitachi 135 V1.1

Blockade of Contract Machines V1.0

November 22, 2024 Other V1.4

Blockade of Contract Machines V1.0

Slovak Radio V1.0

November 17, 2024 Other V1.4

Slovak Radio V1.0

Zielonka Hay Farm SaveGame V1.0

November 16, 2024 Other V1.4

Zielonka Hay Farm SaveGame V1.0

Enhanced Filltype Categories V1.0

November 29, 2024 Other V1.4

Enhanced Filltype Categories V1.0

FillType Extender V1.0

August 19, 2025 Other V1.10

FillType Extender V1.0

Cultivator Field Creator V1.0

November 21, 2024 Other V1.4

Cultivator Field Creator V1.0

No Comment

There are no comments on this post yet. Would you like to make one right away?

Leave a Comment