Giter Site home page Giter Site logo

bigbangracingrevival's Introduction

BigBangRacing Revival

A WIP custom server for a game called Big Bang Racing, released by TraplightGames in 2016. As of late 2022, the game servers were shut down.

Project state

Using a modified apk (with a few aditional checks patched out (uploading apk soon)), you should be able to get into the main menu and click around. I will work on it from time to time, any help is wanted. At the moment, I am stuck at replicating the ServerInitialData file (that file contains nodes and lanes with the game data like assets, vehicles, etc...). Also, please ignore the Server project (it was only meant for testing, before i rewrote it in Services).

Patching the apk (change url, remove encryption and hash checking)

  • Decompile the original apk
  • go to assets\bin\Data\Managed
  • open Assembly-CSharp.dll in dnspy
  • go to psstate.cs at line 122 and replace the url with your one
  • go to woeurl.cs at line 12 and replace the url with your one
  • go to clienttools.cs at line 454, replace the function content with just " return s; "
  • go to clienttools.cs at line 454, replace the function content with just " return _string; "
  • go to clienttools.cs at line 459, replace the function return with just " return Encoding.Default.GetString(array); "
  • go to clienttools.cs at line 475, replace the function return with just " return Encoding.Default.GetString(array); "
  • go to errorhandler.cs at line 114, replace all the returns with "return true";
  • file -> save module -> ok
  • recompile the apk
  • sign with apktool on android

Contact

@JurijG on Discord [email protected]

bigbangracingrevival's People

Contributors

jurijdev2 avatar jurij15 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.