Ports - Jetup13/ArkOS-Port-Icons GitHub Wiki

2048

Setup
1. 2048 files are already included and ready to go. Just start 2048 from Ports in the emulationstation menu.

AM2R

Default Setup
  1. AM2R files are already included and ready to go. Just start AM2R from Ports in the emulationstation menu.
Portmaster Setup
  1. Acquire your own AM2R apk

  2. Name the apk am2r.apk (case-sensitive) and place it in the ports\am2r\gamedata folder

Blood

Files Needed
  1. Copy these files from your own copy of Blood 1.21 to the Blood folder:
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

Blues Brothers

Files Needed
  1. 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

C-Dogs

Files Needed
  1. C-Dogs files are already included and ready to go. Just start C-Dogs from Ports in the emulationstation menu.

Cannonball (Outrun)

Files Needed
  1. Place Outrun rev. B rom files in the cannonball\gamedata\ folder.

Moonlight

Nvidia Setup
  1. You'll need to make sure your streaming PC and your rk3326 device with ArkOS are connected to the same network.

  2. 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.

  3. You'll be presented with a screen asking for the name or IP address of your PC with the Nvidia Geforce Experience app installed.

  4. 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.

  5. 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
  1. For AMD Users use Sunshine

  2. Download Sunshine here https://github.com/loki-47-6F-64/sunshine/releases

  3. Extract files and open sunshine.exe

  4. Now got to your browser and enter https://xxx.xxx.xxx.xxx:47990 where xxx.xxx.xxx.xxx is the IP address of your computer

  5. You can find out your computers ip address by opening your cmd and entering ipconfig/all and look for ipv4 address

  6. Create username and password

  7. On your device open Moonlight in the ports category

  8. Settings > Pair PC > enter your computers IP address

  9. It will give you a pin to enter

  10. On your web browser hit the pin tab and enter the pin your devices gives you

  11. You should now be able to start streaming

  12. To open steam go to your web browser > applications tab > and the Steam BigPicture entry to Steam

Quake 2

Files Needed
  1. Place Quake 2 pak0.pak inside ports\quake2\baseq2\ folder

  2. For music place music\track**.ogg folder and files inside ports\quake2\base2\ folder. ~ Optional

  3. For videos place video\***.cin folder and files inside ports\quake2\base2\ folder. ~ Optional

SuperTux

Setup
  1. All files needed are already included

Tomb Raider 1

Files Needed
  1. Use Steam\GOG versions (PSX and Saturn versions are also supported but I have not tested)

  2. Open where Tomb Raider 1 is installed

  3. Open dosbox.conf with a text editor

  4. Scroll down all the way to [autoexec] section in the dosbox.conf file

  5. 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\
  1. Run dosbox.exe

  2. Copy both DATA and FMV to your desktop

  3. For audio, the .mp3 files need to be converted to .ogg

  4. 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

  1. Copy the newly created ogg files to your desktop

  2. PC version doesn't contain loading or title screens. You can obtain them from the PSX version

  3. You can use jPSXdec or CDMage to rip images from DELDATA the PSX version. They need to be converted from .raw to .png

  4. Create these folders in ports\tombraider1\ in the EASYROMS partition: audio\1, level\1, video\1

  5. Place .ogg files in the ports\tombraider1\audio\1 folder.

  6. Place the files inside the DATA folder into ports\tombraider1\level\1. Also copy the title and loading screen .png's inside the same directory

  7. Place the files inside the FMV folder into ports\tombraider1\video\1

  8. 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

Tomb Raider 2 (Removed from portmaster / Not completable)

Files Needed
  1. Use Steam\GOG versions (PSX is also supported but I have not tested)

  2. Open where Tomb Raider 2 is installed

  3. Locate the music folder. If using the Steam version, they need to be renamed and converted to .ogg. GOG version just need to be renamed

  4. 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

  1. 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.

  1. Copy the newly named/converted tracks to your desktop

  2. Copy both DATA and FMV folders to your desktop

  3. 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 pix and pixus

  4. Create these folders in ports\tombraider2\ in the EASYROMS partition: audio\2, level\2, video\2

  5. Place track_**.ogg files and main.sfx (from the DATA folder) inside the ports\tombraider2\audio\2 folder.

  6. Place the files inside the DATA folder into ports\tombraider2\level\2. Also copy the title and loading screen .png's inside the same directory

  7. Place the files inside the FMV folder into ports\tombraider2\video\2

  8. 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

Tomb Raider 3 (Removed from portmaster / Not completable)

Files Needed
  1. Use Steam\GOG versions (PSX is also supported but I have not tested)

  2. Open where Tomb Raider 3 is installed

  3. Copy cdaudio.wad from the audio folder and main.sfx from the data folder to your desktop

  4. Copy DATA, FMV, CUTS and PIX folders to your desktop

  5. Loading/title screens from the pix folder need to be converted to .png

  6. Create these folders in ports\tombraider3\ in the EASYROMS partition: audio\3, level\3, video\3

  7. Place cdaudio.wad and main.sfx inside the ports\tombraider3\audio\3 folder.

  8. Place the files inside both DATA and CUTS folders insides the ports\tombraider1\level\3. Also copy the title and loading screen .png's inside the same directory

  9. Place the files inside the FMV folder into ports\tombraider3\video\3

  10. 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

Undertale

GOG Version
  1. Download the Linux version .sh file

  2. Change file extension from .sh to .gz and open it with 7zip

  3. Extract the assets folder from data\noarch\game\assets and place them into the ports\undertale\assets folder

Steam Version
  1. Open the steam console by pressing windows+r and typing steam://open/console

  2. Steam console should open and now you can type download_depot 391540 391544

  3. After the download is finished the Steam Console should give you a location where the downloaded files are located

  4. Located files and place the assets folder into the ports\undertale\assets folder

Ur-Quan Masters

Setup
  1. All files needed are already included.

VVVVVV

Setup
  1. All files needed are already included.

World War II GI

Files Needed
  1. Place the WW2GI.GRP, WW2DI.RTS, and .CON files in the ports\rednukem-WWII\gamedata folder

  2. For music place your track**.ogg files in the ports\rednukem-WWII\gamedata folder. ~ Optional

⚠️ **GitHub.com Fallback** ⚠️