这个好这个好!
Its easy go to iDOS/packages.
lets say you downloaded the game supaplex.
Unzip it and put all those files in a folder called SUPAPLEX and zip it normally and name it supaplex.pkg and save it to that dir
Create a image 188x214 and save it as supaplex.jpg to that folder.
then create a file called SUPAPLEX.CFG do the stuff here under and save it to that folder
U can copy the info from a other file like (Since after u can change controls with iDOS self):
Code:
#-----------------------------------------------------
# GamePad Key Bindings
#-----------------------------------------------------
[gamepad.keybinding]
button0=ATL,ALT
button1=CTRL,CTRL
button2=SPC,SPACE
button3=ENTR,ENTER
button4=ESC,ESC
button5=y,y
[start.iphone]
cycles=2500
cd \3drealms\duke2\duke2
NUKEM2.EXE
[start.ipad]
cycles=3000
cd \3drealms\duke2\duke2
NUKEM2.EXE
so u could change it to (U could leave 3drealms out or change it to but i kept it)
Code:
#-----------------------------------------------------
# GamePad Key Bindings
#-----------------------------------------------------
[gamepad.keybinding]
button0=ATL,ALT
button1=CTRL,CTRL
button2=SPC,SPACE
button3=ENTR,ENTER
button4=ESC,ESC
button5=y,y
[start.iphone]
cycles=2500
cd \3drealms\SUPAPLEX\SUPAPLEX
SUPAPLEX.EXE
[start.ipad]
cycles=3000
cd \3drealms\SUPAPLEX\SUPAPLEX
SUPAPLEX.EXE
Edit games.plist listed in the folder with Plist editor or somekind.
Add after the last </dict> a new game as example for supaplex this:
Code:
<dict>
<key>ConfigFile</key>
<string>SUPAPLEX.CFG</string>
<key>CoverImage</key>
<string>supaplex.jpg</string>
<key>PackageFile</key>
<string>supaplex.pkg</string>
<key>TargetFolder</key>
<string>3drealms/SUPAPLEX</string>
<key>Title</key>
<string>Supaplex</string>
<key>UUID</key>
<string>supa1</string>
</dict>
the UUID doesnt matter as long as its unique. save and put it back in the folder and close idos completly and restart. and u can find and install it from the iDOS store Yep i suck at writing 'tutorials' if you can even call this that. but for who wants to know its proberly clear how to do it then