More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=Lua Red | |title=Lua Red | ||
|image= | |image=Luared.png | ||
|description=A scriptable Pokemon Red for N3DS and o3DS! | |description=A scriptable Pokemon Red for N3DS and o3DS! | ||
|author=noahc3 | |author=noahc3 |
Revision as of 11:36, 9 November 2021
Lua Red | |
---|---|
File:Luared.png | |
General | |
Author | noahc3 |
Type | Hack Utilities |
Version | 1.5 |
License | Mixed |
Last Updated | 2017/04/09 |
Links | |
Download | |
Website | |
Source | |
Lua Red, a scriptable Pokemon Red for N3DS and o3DS.
Supported platforms
- New 3DS
- Mac / Linux / Windows
IRC chat
#luared on freenode
Building
For both platforms, you must supply your own symfile and ROM and place them in the rom
directory (create it if it does not exist). The symfile must have the same basename as the rom. So, for example, if your ROM was named example.gb
, your symfile must be named example.sym
.
New 3DS
- Be on Mac or Linux
- Install LuaJIT
- Install devkitARM and ctrulib
- Install aite
- Run
aite 3ds
Then, copy build/luared.3dsx
, build/luared.smdh
, the lua
folder, and the res
folder to the /3ds/luared
folder on your SD card.
Mac / Linux / Windows
- Compile this mGBA edit and then copy libmgba.dll or libmgba.so or libmgba.dylib (depending on your OS) to
deps/lib/love/
in this repo. Create the directories if they don't exist. - Install LuaJIT
- Install zlib
- Windows: Put this .dll in
deps\lib\love
- Install LOVE (0.10.2 or newer)
- Install aite
- Run
aite love
Open the LOVE executable with the repo directory to run it.