/dayr-unpacker

DayR resource unpacker.

Primary LanguagePythonMIT LicenseMIT

DayR Unpacker

Unpacks the resource.car file within the assets/ folder of DayR's APK.

Using

git clone https://github.com/yntha/dayr-unpacker
cd dayr-unpacker
python dayr-unpacker <resource.car path>

Three new directories will be created:

  • dis: Disassembled Lua 5.1 bytecode
  • res: Raw unpacked and compiled lua files
  • src: Decompiled Lua 5.1 files

Lua module names are represented as paths in dis and src. Ex:
lib.config.enemy_config.lu -> lib/config/enemy_config.lua

Credit

This project requires corona-archiver.py. LICENSE
This project requires unluac. LICENSE