Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Lazy setup tutorial #36

@PoH98

Description

@PoH98

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

  1. Open the patcher after downloading Uberstrike from steam. (steam://install/291210). Then copy the patched dll to the game folder from .patched folder.
  2. 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.
  3. At the system tray, find Photon Controler and find Uberstrok. Start it as appication
  4. Find the webService.exe inside the zip file too. Start it.
  5. Go to host (C:/Windows/System32/drivers/etc) file and add line uberstrike 127.0.0.1
  6. Start the game and BAM!

LAN tutorial

  1. 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).
  2. 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.
  3. Go to your friend's PC or someone else PC you don't know. Add line on host same with yours.
  4. Do the patches for their Uberstrike.
  5. 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.

Download

So here is the zip file. The source code which is modified are here too!
https://github.com/PoH98/uberstrok/releases

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions