Skip to content

Server emulator for the mobile game "Drag Racing: Streets"

License

Notifications You must be signed in to change notification settings

pngdrift/SRServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRServer

Discord

Open-source server for the android game "Drag Racing: Streets" aka "Street racing".

Supported game versions

APK Version Client version Obfuscated Link
v1.8.1 35 No 4PDA (Login required)
v1.8.2 35 Yes (weakly) Apk4Fun
v1.8.5 36 Yes Web Archive
v1.8.6 37 Yes Web Archive

Changelog

Editing APK

The APK needs be modified, for e.g., using MT Manager.

  • In the SRConfig class to replace the content server address from "85.25.237.169" to yours.
  • If needed, clone the APK.
  • Initially, the login works only through Odnoklassniki and Facebook, in order for VKontakte to work you need to change in file resources.arsc vk_api_version from 5.60 to 5.90 or higher. Unfortunately, login via Google Play Games Service is not available in any way.

Building proto files

The game uses protobuf.

mkdir "./proto/out"
protoc --proto_path=proto/src --go_out=./proto/out --go_opt=paths=source_relative proto/src/*.proto

Setup config

Copy conf/Conf.go_example to conf/Conf.go and fill in the required fields for the server ip and mysql database credentials.

Running

go run main.go

Warning

The resources and items are not fully consistent with game version 1.8.x.

Screenshot

Using Git LFS

Please note that this repository uses Git LFS.

About

Server emulator for the mobile game "Drag Racing: Streets"

Topics

Resources

License

Stars

Watchers

Forks