Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

RF2ETHOS (V2.04)

Compare
Choose a tag to compare
@robthomson robthomson released this 18 Jul 15:35
· 319 commits to main since this release

New updates enable compilation - this results in the scripts being a bit lighter on the host operating system (ethos)

Notable things to consider:

In main.lua you will find a variable

config.useCompiler = true

If you plan to do dev work - set this to off. It means you dont have to keep purging the bytecache.

If you want to re-enable compiled file use - you need to delete the .luac files from /scripts/widgetname/compiled/*.luac

Good luck!