More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
| title = DSLua | | title = DSLua | ||
| image = [[File:Dalua.gif]] | | image = [[File:Dalua.gif]] | ||
| type = | | type = Utility | ||
| version = 0.7 | | version = 0.7 | ||
| licence = Mixed | | licence = Mixed | ||
Line 14: | Line 14: | ||
==Installation== | ==Installation== | ||
Download and unzip the file. | |||
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. You 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== | ==User guide== | ||
Line 26: | Line 29: | ||
==Changelog== | ==Changelog== | ||
'''Version 0.7''' | '''Version 0.7''' | ||
*Keyboard functions added. Now DSLua can access PALib's internal keyboard functions. | * Keyboard functions added. Now DSLua can access PALib's internal keyboard functions. | ||
*3D functions added. 3D graphics are now possible. | * 3D functions added. 3D graphics are now possible. | ||
*Support for unconverted BMP, JPG, and GIF images is 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. | * 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. | * DLDI support added in full! Patch with a DLDI of your choice. | ||
*16-bit backgrounds added. | * 16-bit backgrounds added. | ||
*GBFS version fully removed -- emulator testing is now sadly impossible. PACK.BAT is no longer part of the package. | * 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). | * The multiboot menu has been removed due to coding problems -- now DSLua automatically starts /scripts/main.lua (currently is a new multibooter). | ||
[[Category: | <br> | ||
[[Category:DS homebrew applications]] | |||
[[Category:Utility homebrews on DS]] |
Revision as of 06:29, 19 Mayıs 2021
DSLua | |
File:Dalua.gif | |
General | |
---|---|
Author(s) | Sypherce, Daltonlaffs, Jeremysr (originally by Waruwaru) |
Type | Utility |
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. You 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).