Console Helper v 1.0.0.1

FS22 mods

What do you think about this mod? Write in comments!

1 Star2 Stars3 Stars4 Stars5 Stars
About mod:

This mod is a little helper to debug mods or scripts easier. With the 3 commands, values can be read and written, functions can be called and tables can be read recursively. Everything that is output in the console is also directly available in the logfile.

The following commands are available:

Command: chT
– Read tables recursively, optionally you can specify the maximum depth (no specification = depth 1).

Examples:
– chT _G
– chT g_currentMission
– chT g_currentMission 10 (better not do this because it takes forever…)

Command: chF
– Call functions/methods, optionally pass up to 3 arguments.

Examples:
– chF g_currentMission.controlledVehicle:getFullName
– chF g_currentMission.controlledVehicle:setCruiseControlMaxSpeed 20
– chF g_currentMission.controlledVehicle:getCruiseControlMaxSpeed

Command: chV
– Read or write the value of a field.

Examples:
– chV g_currentMission.controlledVehicle.price
– chV g_currentMission.controlledVehicle.price 999999
– chV g_missionManager.missions.1.reward
– chV g_missionManager.missions.1.reward 50000

Version 1.0.0.1:
* Fix Bug in chV Command (gfind replaced by gmatch)

Credits:

BigBlueHH

Game version:

Farming Simulator 22

* By clicking Download button you agree to leave this website. The link opens in the new tab. File is hosted in the external website. We are not responsible for the content of the external page and the possibility of free download of the file.

How do I install Farming Simulator mods?
Find a mod that you like and want to download first. Then, on your PC, download a mod. Mods are typically in.zip format. However, it is sometimes in.rar format. If the mod file is in.zip format, no additional actions are required. If a file is in.rar format, you must unarchive it using software such as WinRar or Zip7. Windows 10 users do not need to use archive software; Win10 includes an unarchive feature.

The next step is to locate the mods folder on your computer. It is typically found in Documents/My Games/Farming Simulator [Your FS game version, e.g. 2022]. Open the "mods" folder and place the downloaded.zip archive or unarchived.rar file there.

The final step. Have fun with Farming Simulator mods!

Leave a Reply

Your email address will not be published. Required fields are marked *