LUA Script: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
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>

Revision as of 11:54, 24 June 2022

Back to index | Edit this page

LUA

  • Format Type : Script
  • Endian Order : Little Endian
  • Signature : 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:

  • Baba Is You (PC) (*.LUA) - uncompiled, uncompressed scripts
  • FIFA 16 Mobile (Android?) (*.LUA) - compiled

QuickBMS Script

None.

Compatible Programs

  • Notepad++