[V] IdolNinja
Volition Staff
This is an updated version of Rick's hook dll that will display debug_print statements from any lua that srtt runs. This is handy in both showing the original Volition debug_print statements and also adding your own to trace the flow of functions and see what is happening.
HOW TO USE:
Download the new version of the dll attached to this OP.
To install, simply move this file to your srtt install folder where the exe is:
..\steam\steamapps\common\saints row the third\
On launch of SRTT, a command prompt window will also open displaying any debug_print statements as they run.
The syntax to add your own is:
debug_print("highlighted_handle: " .. to_string(current_target_handle) .. "\n")
* Anything within quotes will print as it looks
* \n is a line break
* to_string([variable name]) will convert any variable to a string value and print that
* .. is concatenation
Any update to the srtt exe will break this, so remember to remove it when the next patch hits (until I can build a new version.)
HOW TO USE:
Download the new version of the dll attached to this OP.
To install, simply move this file to your srtt install folder where the exe is:
..\steam\steamapps\common\saints row the third\
On launch of SRTT, a command prompt window will also open displaying any debug_print statements as they run.
The syntax to add your own is:
debug_print("highlighted_handle: " .. to_string(current_target_handle) .. "\n")
* Anything within quotes will print as it looks
* \n is a line break
* to_string([variable name]) will convert any variable to a string value and print that
* .. is concatenation
Any update to the srtt exe will break this, so remember to remove it when the next patch hits (until I can build a new version.)