Skip to content

Angelix1/dayr

Repository files navigation

DAY R SURVIVAL Hacking tools or Modding tools, or whatever lol

Required Files

Name How to get Description
Resource.car Can be retrieve from the game (assets/resource.car) Game's Data
Corona-archiver.py Github Used to Extract resource.car
Unluac.jar souceforge | GitHub Used to Convert .lu to .lua
Java Install on the machine (Google on how, bruh) Used to run unluac.jar
Python Install on the machine (google on how, lol) Used to run corona-archiver.py
Lua 5.1.X Install on the machine (google on how, ;-;) Used to run clean.lua and other lua scripts
LuaC 5.1.X Preferably from Solar2D, can be located <Solar2dRoot>/Native\Corona\win\bin Used to Repack to resource.car

Repositories Contents

Name Type Description Usage
clean.lua Lua Script Script to clean dirty lua from Unluac.jar decryption. lua clean.lua <file [lib.items.armor.lua]>
en.lua Local Module check explanation.md why it's needed -
auto_pack.bat Batch Script Use to automatically repack everything check howto.md Need windows CMD to run

Markdown files

  • explanation.md = Will explains how scripts works or some modules needed.
  • howto.md = will explains how to modify something or add somethings.
  • known_issue.md = welp, issue that i already know.
  • README.md = you literally reading it right now.

Interested?

  • Join Discord Server where i do the modding (you can help if you want).

To-Do

  • Fix the issue of "cannot read nil of "strings"" and usable to clean most files(clean.lua).
  • Fix the issue of "cannot read nil of "main"'.
  • Automate the cleaning process.
  • Automate repacking.

About

DAY R source probably

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages