diff --git a/docs/source/modding/Workflow/Reverse-Engineering.rst b/docs/source/modding/Workflow/Reverse-Engineering.rst index 0fa357f..9036915 100644 --- a/docs/source/modding/Workflow/Reverse-Engineering.rst +++ b/docs/source/modding/Workflow/Reverse-Engineering.rst @@ -39,12 +39,12 @@ Remember that you can **search**! Using the ModTools mod ---------------------- -Thanks to `nlight `__ we now have a mod that can help with reverse engineering. +Thanks to `nlight `__ we now have a mod that can help with reverse engineering. This mod has a scene explorer which allows you to examine all objects in the scene. It doesn't just list the objects it also shows all the components, fields, properties and methods. This will help you a lot with understanding how the game works and find the parts of the code you need. It also has some other useful features like logging exceptions in the console so make sure to check it out! -`ModTools by nlight. `__ +`ModTools by nlight. `__ More things to reverse engineer -------------------------------