This may have been better suited for the development section, but here it is. Some Programs have been release for the gp2x that require the user to go to utilities to play the game. While others will have more then one .gpe file listed in games making it harder for the user to select the right one.
For all those interested in programing for the gp2x I think we need to set some standards .
1. Extensions are for the GUI only not for the OS. If you name a script (name).gpe then it will show up in Games if you name it (name).gpu it willl show up in utilties. But it will run the same regardless of the extension or what menu its under.
2. If your program requires a script to return to the menu (most do I think) then you can name the main executable something like (game).bin, or (game).exec, or (game).exe, and even just (game). Then write the script you need and name it (game).gpe now you'll only have one file the users can pick from the menu and you know it will work correctly.
Im sure those who read this can add more so I leave it to you.
For all those interested in programing for the gp2x I think we need to set some standards .
1. Extensions are for the GUI only not for the OS. If you name a script (name).gpe then it will show up in Games if you name it (name).gpu it willl show up in utilties. But it will run the same regardless of the extension or what menu its under.
2. If your program requires a script to return to the menu (most do I think) then you can name the main executable something like (game).bin, or (game).exec, or (game).exe, and even just (game). Then write the script you need and name it (game).gpe now you'll only have one file the users can pick from the menu and you know it will work correctly.
Im sure those who read this can add more so I leave it to you.