Sonrat on 16/3/2005 at 20:14
UnDox transforms UnrealScript source code into easily-readable HTML documentation which is completely cross-reference. Very Cool.
Here's how it's done with Thief 3:
a) downloaded lastest UnDox from (
http://www.planetunreal.com/undox/)
b) place unzipped UnDox in a folder that is convenient to get to from the 'Command Prompt' or "Run"
c) Start Thief 3 Editor
d) In View Menu goto 'Show Actor Browser'
e) In File Menu of Actor Browser goto 'Export All Scripts'
f) Wait for all the scripts to export.
g) create folder for UnDox html, for example "Thief3undox"
h) run undox by commandline 'undox.exe c:\Thief c:\Thief3undox inifile=c:\Thief3\System\DEFAULT.INI'
i) Wait for UnDox to parse uscript
j) locate index.html in c:\Thief3undox and double-click
I was trying to see if the html output could be wikified for Fleshworks but it looked like it might be a lot of work. Most likely it's that I don't know how to do it. Anyway have fun.
-Sonrat
Fafhrd on 16/3/2005 at 20:46
Thief 3 doesn't use standard UScript, though.