Results 1 to 4 of 4

Thread: Lua for Wii

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    52
    Posts
    139,858
    Blog Entries
    3209
    Rep Power
    50

    Rev Lua for Wii

    Feesh has released Lua for the Nintendo Wii:

    Lua is a small and powerful scripting language that is perfect for use in projects that require changes in logic without the hassle of recompiling the program's source code. Lua can be told to load a file and execute functions from that file to create a dynamic program flow. Being extensible, Lua allows the programmer to define new functions for use in the script files they create.

    The source code comes with a functioning example. To use the example, you need to copy the 'test.lua' to the root of your SD card, then run the lua.elf, either from Wiiload, the HBC menu, or (possibly- not tested yet) any other homebrew bootloader.

    Reasons To Use Lua
    To poke at a few popular uses of Lua; Lua was used in World of Warcraft for the GUI, in Farcry for the console system and all of the programmed user materials in Gmod(the famous retail HL2 sandbox mod) are made with it. It's been used in a bunch of open source game engines because it is simple to use and pretty versatile.

    Bugs
    FAT system needs to be initialised by the user before calling any file loading functions (such as luaL_dofile(...)).

    Download and give feedback via comments

  2. #2

    Default

    1 more step towards WoWii! (WoW Wii)

  3. #3
    PSP User Psyberjock's Avatar
    Join Date
    Sep 2005
    Location
    Osaka, Japan
    Age
    43
    Posts
    328
    Rep Power
    70

    Default

    There's no .elf in that archive.

  4. #4

    Default

    How do I extract a tar.tar??

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •