Difference between revisions of "Debug Dumps"

3 bytes added ,  08:16, 21 July 2014
→‎Load Order: numtohex supports width
imported>Odessa
(→‎File naming: link to strings tutorial)
imported>Odessa
(→‎Load Order: numtohex supports width)
Line 63: Line 63:
     let iIndex := 0
     let iIndex := 0
     while iIndex < iTotalMods
     while iIndex < iTotalMods
         Print (NumToHex iIndex) + " (" + $iIndex + "): " + (GetNthModName iIndex)
         Print (NumToHex iIndex, 2) + " (" + $iIndex + "): " + (GetNthModName iIndex)
         let iIndex += 1
         let iIndex += 1
     loop
     loop
Anonymous user