- A merge of me and mattkc's Sonic Runners Decomps but also a port of the decomps to Unity 2018
By: SnesFX/YoPhlox
-
Download files from this repo using
git clone https://github.com/yophlox/SRU18.git --recursive
-
Download Unity 2018.2.19f1 if you don't have it (you can still use 2018.2.18f1 since there's no major differences lol)
-
Open the project in Unity
-
Build or Download Outrun
-
Navigate to Assets/Scripts/ and open NetBaseUtil.cs with VSC
-
Find the variable
mActionServerUrlTable
-
Edit every string in the
mActionServerUrlTable
array tohttp://<IP>:<PORT>/
where<IP>
is replaced by the IP for your instance and<PORT>
is replaced by the port for your instance (Default: 9001) -
Repeat step 7 for
mSecureActionServerUrlTable
-
Click File -> Save File
-
Enjoy!
- This is still a work in progress and this is being done by one person only, so expect development to be slow.
-
YoPhlox - Decomp & Porter
-
MattKc - Decomp