More actions
(Created page with "{{Infobox homebrew | title = DSLua | image = File:Dalua.gif | type = Utilities | version = 0.7 | licence = Mixed | author = Sypherce, Dalto...") |
No edit summary |
||
Line 15: | Line 15: | ||
==Installation== | ==Installation== | ||
#Download and unzip the file. | #Download and unzip the file. | ||
#Patch the DSLua ROM (either DSLua.nds or DSLua.sc.nds or DSLua.ds.gba) with DLDI. | #Patch the DSLua ROM (either DSLua.nds or DSLua.sc.nds or DSLua.ds.gba) with #[http://chishm.drunkencoders.com/DLDI/ DLDI]. | ||
#Copy the scripts directory, which was in the download, to the root directory of card. User only need scripts/main.lua which is a file browser to execute lua scripts (DSLua won't work without it.) All the other files are just example programs. | #Copy the scripts directory, which was in the download, to the root directory of card. User only need scripts/main.lua which is a file browser to execute lua scripts (DSLua won't work without it.) All the other files are just example programs. | ||
#Copy the DSLua ROM to flashcard. | #Copy the DSLua ROM to flashcard. |
Revision as of 01:25, 6 November 2012
DSLua | |
File:Dalua.gif | |
General | |
---|---|
Author(s) | Sypherce, Daltonlaffs, Jeremysr (originally by Waruwaru) |
Type | Utilities |
Version | 0.7 |
Licence | Mixed |
Links | |
[Media:Dslua07.zip Download] | |
Website |
<htmlet>adsense</htmlet>
DSLua is a port of the Lua scripting language to the Nintendo DS.
Installation
- Download and unzip the file.
- Patch the DSLua ROM (either DSLua.nds or DSLua.sc.nds or DSLua.ds.gba) with #DLDI.
- Copy the scripts directory, which was in the download, to the root directory of card. User only need scripts/main.lua which is a file browser to execute lua scripts (DSLua won't work without it.) All the other files are just example programs.
- Copy the DSLua ROM to flashcard.
User guide
Lua Manual for previous versions are available here.
For programming in Lua, more information can be found here.
Changelog
Version 0.7
- Keyboard functions added. Now DSLua can access PALib's internal keyboard functions.
- 3D functions added. 3D graphics are now possible.
- Support for unconverted BMP, JPG, and GIF images is now possible.
- For Slot-1 device users, you can now access an official Nintendo DS Rumble Pak with DSLua.
- DLDI support added in full! Patch with a DLDI of your choice.
- 16-bit backgrounds added.
- GBFS version fully removed -- emulator testing is now sadly impossible. PACK.BAT is no longer part of the package.
- The multiboot menu has been removed due to coding problems -- now DSLua automatically starts /scripts/main.lua (currently is a new multibooter).