Changes

Jump to navigation Jump to search
223 bytes added ,  21:24, 11 July 2017
m
→‎Member IDs: replace dead link with download
Line 23: Line 23:  
The scripting language often makes use of member IDs. These are quite similar to [[Class IDs|chunk IDs]]: they are a 32-bit unsigned integer that indicates an engine, a class, and a part of that class. The difference is that the last three digits do not refer to a chunk but to a class member, which can be a field or a method.
 
The scripting language often makes use of member IDs. These are quite similar to [[Class IDs|chunk IDs]]: they are a 32-bit unsigned integer that indicates an engine, a class, and a part of that class. The difference is that the last three digits do not refer to a chunk but to a class member, which can be a field or a method.
   −
The entire tree of engines and their classes has been extracted and is available [[Class IDs|on this wiki]]. All of the class members have *also* been extracted, however this results in a huge file which is too large for a wiki article. Instead, you can download it [http://www.mediafire.com/?vcf8hjk70fambf1 here].{{deadlink}}
+
The entire tree of engines and their classes has been extracted and is available [[Class IDs|on this wiki]]. All of the class members have *also* been extracted, however this results in a huge file which is too large for a wiki article. Instead, you can download it [[:File:Member IDs.zip|here]].
    
===Enumerations===
 
===Enumerations===
Line 910: Line 910:     
==Tools==
 
==Tools==
* [http://forum.mania-creative.com/thread-2379.html TMPakTool] is an open source tool that can read scripts from [[PAK|.pak]] files and decompile them to readable source code.{{deadlink}}
+
* {{ArchiveOrg|http://forum.mania-creative.com/thread-2379.html|TMPakTool|https://web.archive.org/web/20121007000654/http://forum.mania-creative.com/thread-2379.html}} - an open source tool which can read scripts from [[PAK|.pak]] files and decompile them to readable source code. [http://www.mediafire.com/file/y4klvl2op6cpd4p/TMPakTool-v0.2.zip Download] & [http://www.mediafire.com/file/lq3j99k4tk6uav9/TMPakTool-v0.2+src.zip Source code]
    
[[Category:Internals]]
 
[[Category:Internals]]

Navigation menu