Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Find the correct Lua Compiler - New World

Featured Replies

  • Author
  • Localization

Pepita, posted Wed Oct 10, 2018 9:16 am (39366)


Greetings,

so new World using LUA Files, currently they using Lua Compiled Files ("LuaQ Header"). However, they still have propper LUA Files in as well, sadly I was not able to recompile the Source File to LUA Bytecode, since they use a different compiler.

I am curious if anyone can help me to Compile the files propperly so the game will accept them?

I uploaded both files as refference:

https://www36.zippyshare.com/v/OdnQilat/file.html
https://www36.zippyshare.com/v/BuaqbayZ/file.html
  • Author
  • Localization

atom0s, posted Fri Oct 12, 2018 6:42 pm (39469)


Based on the start of the header, it shows LuaQ which is usually Lua 5.1.x. The Q is 51 in hex, which is the LUAC_VERSION id that it was compiled with.
The next 0 is the LUAC_FORMAT which is standard to be 0.

The rest of the header looks normal. The only difference is there is a 03 00 at the start of the file that is normally not there. So you may need to manually add that back after you recompile the Lua.
  • Author
  • Localization

Pepita, posted Sat Oct 13, 2018 8:03 pm (39512)


Got it working with a real Lua Compiler thanks :) 5.1 was the Hint I needed.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.