From ebc780add61e811d103e5e7e9ef81eb191fb1043 Mon Sep 17 00:00:00 2001 From: jfisher446 Date: Sat, 9 Jan 2016 22:47:38 -0600 Subject: [PATCH] Replaced broken links Replaced broken links to user:nlight and ModTools mod from skylinesmodding.com to steam links. --- docs/source/modding/Workflow/Reverse-Engineering.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -------------------------------