Quick solution for those who need sandboxed Techmino before this is finished #1
Not-A-Normal-Robot
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This project will take a while to finish. If you want to do it manually, assuming you already have the
git
repository configured, have love2d installed, and are comfortable with command-line tools, you can follow this guide instead.Selecting the version
You can use
git checkout <version>
to "check out" a version.Injecting the Lua code
You'll want to inject the following Lua code to the start of
main.lua
:You can do so using your favorite text editor by just pasting the code in at the very start.
Running the code
You'll have to run from source:
Alternative for steps 2 and 3 in Bash one-liner
A minified version of the Lua script is used.
Beta Was this translation helpful? Give feedback.
All reactions