View Single Post
Old 04-25-2006   #2 (permalink)
Ace High
GamingCrazy Rookie
 
Ace High's Avatar
 
Join Date: Aug 2005
Age: 21
Posts: 158
Credits: 317
Re: LUA Snippets/Help Section

If you want to make your Lua app launch from the memory stick menu under game then you:

1. Create one or two folders (depending on what version you have) under PSP\Game directory. Name them whatever you want it doesn't matter except if you use 1.5 then add a % on the end of the second folder.

2. Copy the eboot from the luaplayer folder into your new folder.

3. Copy all your lua files to the same folder as the eboot.

4. rename your Index.lua file to script.lua (make sure it doesn't screw up anything in the code by renaming the file)

Now your game will launch from the menu but launch screen will look like the luaplayer one. To fix this one you down load a eboot editor program. I use PSPbrew. you can find it online, google it. I'll upload it in awhile. with this program you can change the background of the eboot, the icon, and the music that plays in the background (atrac3) you can also have an animation play but I haven't figured out how to use a custom one.

note: with the eboot editor the pictures have to be the right dimensions and they have to have the right file name.

voila, custom eboot for your app!

Last edited by Ace High; 05-07-2006 at 04:59 AM..
Ace High is offline   Reply With Quote