LUA Script: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(12 intermediate revisions by the same user not shown)
Line 4: Line 4:
* ''' Format Type ''':    Script <br>  
* ''' Format Type ''':    Script <br>  
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
* ''' Signature ''':    LUAQ (only if compiled)<br>  
* ''' Signature ''':    LUAQ / LuaQ  (only if compiled)<br>  




Line 11: Line 11:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
// LUA file format (compiled)
1 byte - unknown  // 0x1B
5 bytes (char) - signature  // "LuaQ"  (4C 75 61 51)
// TODO
// TODO
</pre>
</pre>
Line 21: Line 26:
=== Games ===  
=== Games ===  
List of games using this file format:
List of games using this file format:
* Antecrypt (PC) (*.LUA) (Modified LUA for SUGAR Engine, "LJ" signature)
* Baba Is You (PC) (*.LUA) - uncompiled, uncompressed scripts
* Baba Is You (PC) (*.LUA) - uncompiled, uncompressed scripts
* FIFA 16 Mobile (Android?) (*.LUA) - compiled


=== QuickBMS Script ===  
=== QuickBMS Script ===  
Line 29: Line 36:
=== Compatible Programs ===  
=== Compatible Programs ===  


* Notepad++
* Notepad++ (only if not compiled)
* [https://sourceforge.net/projects/unluac/ unluac]
<br/><br>
<br/><br>



Latest revision as of 20:22, 14 August 2022

Back to index | Edit this page

LUA

  • Format Type : Script
  • Endian Order : Little Endian
  • Signature : LUAQ / LuaQ (only if compiled)


Format Specifications

// LUA file format (compiled)

1 byte - unknown  // 0x1B
5 bytes (char) - signature  // "LuaQ"  (4C 75 61 51)

// TODO

Notes and Comments

None.

Games

List of games using this file format:

  • Antecrypt (PC) (*.LUA) (Modified LUA for SUGAR Engine, "LJ" signature)
  • Baba Is You (PC) (*.LUA) - uncompiled, uncompressed scripts
  • FIFA 16 Mobile (Android?) (*.LUA) - compiled

QuickBMS Script

None.

Compatible Programs

  • Notepad++ (only if not compiled)
  • unluac