Ports - Jetup13/ArkOS-Port-Icons GitHub Wiki
Setup
1. 2048 files are already included and ready to go. Just start 2048 from Ports in the emulationstation menu.
Default Setup
- AM2R files are already included and ready to go. Just start AM2R from Ports in the emulationstation menu.
Portmaster Setup
-
Acquire your own AM2R apk
-
Name the apk
am2r.apk(case-sensitive) and place it in theports\am2r\gamedatafolder
Files Needed
- Copy these files from your own copy of Blood 1.21 to the
Bloodfolder:
BLOOD.INI
BLOOD.RFF
BLOOD000.DEM, ..., BLOOD003.DEM (optional)
CP01.MAP, ..., CP09.MAP (optional, Cryptic Passage)
CPART07.AR_ (optional, Cryptic Passage)
CPART15.AR_ (optional, Cryptic Passage)
CPBB01.MAP, ..., CPBB04.MAP (optional, Cryptic Passage)
CPSL.MAP (optional, Cryptic Passage)
CRYPTIC.INI (optional, Cryptic Passage)
CRYPTIC.SMK (optional, Cryptic Passage)
CRYPTIC.WAV (optional, Cryptic Passage)
GUI.RFF
SOUNDS.RFF
SURFACE.DAT
TILES000.ART, ..., TILES017.ART
VOXEL.DAT
Files Needed
- Demo is include. For the full expeierence use the Amiga or DOS full games and place these files inside the
bluebrothers\gamedata\folder:
*.BIN, *.CK1, *.CK2, *.SQL, *.SQV, *.SQZ
Files Needed
- C-Dogs files are already included and ready to go. Just start C-Dogs from Ports in the emulationstation menu.
Nvidia Setup
-
You'll need to make sure your streaming PC and your rk3326 device with ArkOS are connected to the same network.
-
When you launch Moonlight from the ports menu, you'll be presented with a menu with 2 options, Start Streaming and settings. You'll want to go to settings first and choose the pair option.
-
You'll be presented with a screen asking for the name or IP address of your PC with the Nvidia Geforce Experience app installed.
-
Once you hit the ok button, you should be presented with a pairing dialog box on your PC. Enter the 4 digit PIN displayed on your device into the pairing dialog box and click the Connect button.
-
By default, Moonlight is setup to stream Steam from your PC. There are other options available such as Dolphin if you have that installed and configured on your PC.
AMD Setup
-
For AMD Users use Sunshine
-
Download Sunshine here https://github.com/loki-47-6F-64/sunshine/releases
-
Extract files and open sunshine.exe
-
Now got to your browser and enter
https://xxx.xxx.xxx.xxx:47990wherexxx.xxx.xxx.xxxis the IP address of your computer -
You can find out your computers ip address by opening your cmd and entering
ipconfig/alland look for ipv4 address -
Create username and password
-
On your device open Moonlight in the ports category
-
Settings > Pair PC > enter your computers IP address
-
It will give you a pin to enter
-
On your web browser hit the pin tab and enter the pin your devices gives you
-
You should now be able to start streaming
-
To open steam go to your web browser > applications tab > and the
Steam BigPictureentry toSteam
Files Needed
-
Place Quake 2
pak0.pakinsideports\quake2\baseq2\folder -
For music place
music\track**.oggfolder and files insideports\quake2\base2\folder. ~ Optional -
For videos place
video\***.cinfolder and files insideports\quake2\base2\folder. ~ Optional
Setup
- All files needed are already included
Files Needed
-
Use Steam\GOG versions (PSX and Saturn versions are also supported but I have not tested)
-
Open where Tomb Raider 1 is installed
-
Open
dosbox.confwith a text editor -
Scroll down all the way to
[autoexec]section in thedosbox.conffile -
Add the following under
[autoexec]and save
mount C .
imgmount d ".\game.dat" -t iso -fs iso
xcopy D:\DATA\ C:\DATA\
xcopy D:\FMV\ C:\FMV\
-
Run
dosbox.exe -
Copy both
DATAandFMVto your desktop -
For audio, the .mp3 files need to be converted to .ogg
-
You can use FFmpeg to convert mp3 to ogg with
for f in ./*.mp3; do ffmpeg -i "$f" -c:a libvorbis -q:a 4 "${f/%mp3/ogg}"; done
Or if you like using a gui, use a program like QWinFF
-
Copy the newly created ogg files to your desktop
-
PC version doesn't contain loading or title screens. You can obtain them from the PSX version
-
You can use jPSXdec or CDMage to rip images from
DELDATAthe PSX version. They need to be converted from .raw to .png -
Create these folders in
ports\tombraider1\in the EASYROMS partition:audio\1,level\1,video\1 -
Place .ogg files in the
ports\tombraider1\audio\1folder. -
Place the files inside the
DATAfolder intoports\tombraider1\level\1. Also copy the title and loading screen .png's inside the same directory -
Place the files inside the
FMVfolder intoports\tombraider1\video\1 -
You folders should look like this
ports\tombraider1\audio\1\track_**.ogg or **.ogg
ports\tombraider1\level\1\*.PNG and *.PHD (or *.PSX or *.SAT if using PSX or Saturn version)
ports\tombraider1\video\1\*.RPL (or *.FMV` if using PSX/Saturn version)
OpenLara
Files Needed
-
Use Steam\GOG versions (PSX is also supported but I have not tested)
-
Open where Tomb Raider 2 is installed
-
Locate the
musicfolder. If using the Steam version, they need to be renamed and converted to .ogg. GOG version just need to be renamed -
You can use FFmpeg to convert Steams mp3 tracks to ogg with"
for f in ./*.mp3; do ffmpeg -i "$f" -c:a libvorbis -q:a 4 "${f/%mp3/ogg}"; done
Or if you like using a gui, use a program like QWinFF
- Files need to be renamed to
track_**.ogg(xx representing the track number). You can use a program like File Renamer Basic to batch rename files:
Locate the installed locations music folder.
If using Steam version: Hit select Delete/Remove/Insert > in the insert field enter track_ > click preview > select apply. Tracks 2~9 would need a 0 (example: track_02.ogg, track_03.ogg)
If using GOG version: Hit Find/Replace > in the find field enter Track. In replace field > enter track_ > click preview > select apply.
-
Copy the newly named/converted tracks to your desktop
-
Copy both
DATAandFMVfolders to your desktop -
PC version doesn't include loading/title screens. For loading and title screens they need to be extracted from the PSX version and converted to png. Extract the images with jPSXdec or CDMage. They will be in a 2 folders called
pixandpixus -
Create these folders in
ports\tombraider2\in the EASYROMS partition:audio\2,level\2,video\2 -
Place
track_**.oggfiles andmain.sfx(from theDATAfolder) inside theports\tombraider2\audio\2folder. -
Place the files inside the
DATAfolder intoports\tombraider2\level\2. Also copy the title and loading screen .png's inside the same directory -
Place the files inside the
FMVfolder intoports\tombraider2\video\2 -
You folders should look like this
ports\tombraider2\audio\2\track_**.ogg & main.sfx
ports\tombraider2\level\2\*.PNG and *.TR2 (or *.PSX if using PSX version)
ports\tombraider2\video\2\*.RPL (or *.FMV` if using PSX version)
OpenLara
Files Needed
-
Use Steam\GOG versions (PSX is also supported but I have not tested)
-
Open where Tomb Raider 3 is installed
-
Copy
cdaudio.wadfrom theaudiofolder andmain.sfxfrom thedatafolder to your desktop -
Copy
DATA,FMV,CUTSandPIXfolders to your desktop -
Loading/title screens from the
pixfolder need to be converted to .png -
Create these folders in
ports\tombraider3\in the EASYROMS partition:audio\3,level\3,video\3 -
Place
cdaudio.wadandmain.sfxinside theports\tombraider3\audio\3folder. -
Place the files inside both
DATAandCUTSfolders insides theports\tombraider1\level\3. Also copy the title and loading screen .png's inside the same directory -
Place the files inside the
FMVfolder intoports\tombraider3\video\3 -
You folders should look like this
ports\tombraider3\audio\3\cdaudio.wad & main.sfx
ports\tombraider3\level\3\*.PNG and *.TR2 (or *.PSX if using PSX version)
ports\tombraider3\video\3\*.RPL (or *.FMV` if using PSX version)
OpenLara
GOG Version
-
Download the Linux version
.shfile -
Change file extension from
.shto.gzand open it with 7zip -
Extract the assets folder from
data\noarch\game\assetsand place them into theports\undertale\assetsfolder
Steam Version
-
Open the steam console by pressing windows+r and typing
steam://open/console -
Steam console should open and now you can type
download_depot 391540 391544 -
After the download is finished the Steam Console should give you a location where the downloaded files are located
-
Located files and place the assets folder into the
ports\undertale\assetsfolder
Setup
- All files needed are already included.
Setup
- All files needed are already included.
Files Needed
-
Place the
WW2GI.GRP,WW2DI.RTS, and.CON filesin theports\rednukem-WWII\gamedatafolder -
For music place your
track**.oggfiles in theports\rednukem-WWII\gamedatafolder. ~ Optional