Description:
Moin,
Model 1.0.0.1
Repair bug in chV command (gfind changed by gmatch)
This mod is a little bit helper to debug mods or scripts simpler. With the three instructions values could be learn and written, features could be referred to as and tables could be learn recursively. Every thing that’s output within the console can be straight out there within the logfile.
the next instructions can be found:
Command: chT
Learn tables recursively , optionally you’ll be able to specify the utmost depth (no specification = depth 1).
examples
chT _G
chT g_currentMission
chT g_currentMission 10 (higher not do that as a result of it takes perpetually…)
Command: chF
Name features/strategies, optionally move as much as 3 arguments.
Examples
chF g_currentMission.controlledVehicle:getFullName
chF g_currentMission.controlledVehicle:setCruiseControlMaxSpeed 20
chF g_currentMission.controlledVehicle:getCruiseControlMaxSpeed
Command: chV
Learn or write the worth of a discipline.
Examples
chV g_currentMission.controlledVehicle.value
chV g_currentMission.controlledVehicle.value 999999
chV g_missionManager.missions.1.reward
chV g_missionManager.missions.1.reward 50000
After all, many different issues could be referred to as or displayed utilizing the ConsoleHelper’s instructions as properly.
Have enjoyable with this
BigBlueHH
Credit:
BigBlueHH