You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2021. It is now read-only.
So, here is the simple version of getting this emulator works.
Download the zip file below. It contains Photon, compiled Uberstroke Server, and also modded Patcher, WebService and etc.
Tutorial
Open the patcher after downloading Uberstrike from steam. (steam://install/291210). Then copy the patched dll to the game folder from .patched folder.
Then open PhotonControl.exe from whatever Win32 or 64 according to your PC. The photon have no lisence hence it can only support max 20 connections. You can get one lisence here .You have to register an account for it.
At the system tray, find Photon Controler and find Uberstrok. Start it as appication
Find the webService.exe inside the zip file too. Start it.
Go to host (C:/Windows/System32/drivers/etc) file and add line uberstrike 127.0.0.1
Start the game and BAM!
LAN tutorial
If you need to play LAN here, go to your host (C:/Windows/System32/drivers/etc) file and modify your original uberstrike 127.0.0.1 to uberstrike 192.168.1.1 (your local ip. Might be any so check it in Photon).
Go back to the zip folder, if you had followed the tutorial up there, (started the web service) You will contains a configs folder. Go into it (./configs/game), modify the server.json 's GameServers ip to your local ip, same as just now you modified in host file.
Go to your friend's PC or someone else PC you don't know. Add line on host same with yours.
Do the patches for their Uberstrike.
Start game on theirs PC and also yours. BAM!
Warning
Things that are different with original source code
I had modified the codes inside of all these dlls or systems. But not for harming your PC. It just removes linking with Steam and generate a fake steam for the game. Which means you do not need steam to play it anymore!
The patcher will also create the .uberstrok for you. Do not modify it else the tutorial above will be more complex.
The name will be random generated in the game. Including your steam account which was faked. The items will be unlocked until id 100 which you no need bought them again anymore. (Maybe I will fix this later to directly unlock all?)
The money will all becomes 999999.
The webservice will not bind on localhost, which is now on http://uberstrike/2.0/. So we need to modify the host file to redirect it to anyplace else.
IF ANY COPYRIGHT OWNER DON'T WANT THEIR THINGS INSIDE MY FORKED REPOS PLEASE CONTACT ME! I WILL REMOVE IT AS SOON AS POSSIBLE! THIS IS JUST FOR LEARNING PURPOSE
So, here is the simple version of getting this emulator works.
Download the zip file below. It contains Photon, compiled Uberstroke Server, and also modded Patcher, WebService and etc.
Tutorial
.patchedfolder.uberstrike 127.0.0.1LAN tutorial
uberstrike 127.0.0.1touberstrike 192.168.1.1(your local ip. Might be any so check it in Photon).server.json'sGameServersip to your local ip, same as just now you modified in host file.Warning
Things that are different with original source code
Download
IF ANY COPYRIGHT OWNER DON'T WANT THEIR THINGS INSIDE MY FORKED REPOS PLEASE CONTACT ME! I WILL REMOVE IT AS SOON AS POSSIBLE! THIS IS JUST FOR LEARNING PURPOSE