Difference between revisions of "Scripts"

From UODemo Wiki
Jump to: navigation, search
(Created page with 'The '''scripts''' subdirectory contains many files with a .m extension. The files contain binary data and cannot be read by hand. There is also one text file named sdb.txt. Th...')
 
Line 1: Line 1:
The '''scripts''' subdirectory contains many files with a .m extension.  The files contain binary data and cannot be read by hand.  There is also one text file named sdb.txt.
+
The '''scripts''' subdirectory contains many files with a .m extension.  The files contain binary data and cannot be read by hand.  There is also one text file named [[sdb.txt]].
  
 
The .m files are not encrypted but they do contain a sort of obfusicated, intermediate binary language between the original script files and the runtime engine of [[uodemo.exe]].  How the original scripts looked like is unknown but similar output can be re-generated by walking through the tokens created by the parser inside [[uodemo.exe]].
 
The .m files are not encrypted but they do contain a sort of obfusicated, intermediate binary language between the original script files and the runtime engine of [[uodemo.exe]].  How the original scripts looked like is unknown but similar output can be re-generated by walking through the tokens created by the parser inside [[uodemo.exe]].

Revision as of 12:11, 29 May 2009

The scripts subdirectory contains many files with a .m extension. The files contain binary data and cannot be read by hand. There is also one text file named sdb.txt.

The .m files are not encrypted but they do contain a sort of obfusicated, intermediate binary language between the original script files and the runtime engine of uodemo.exe. How the original scripts looked like is unknown but similar output can be re-generated by walking through the tokens created by the parser inside uodemo.exe.