8000 GitHub - eliukblau/riffapi-local: Local basic server for Riff Racer.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eliukblau/riffapi-local

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiffApi Local

This project is a basic local server for the Riff Racer game. Since the servers of the game have been shut down, it is now impossible to create and play new tracks even if you wish to play in single player - thus a server implementation is necessary.

Requirements

  • Python 3.6+
  • Flask

(Or Docker)

Usage

Patching ParseOctane.dll

Patch ParseOctane.dll to use RiffApi Local changing "https://parseapi.back4app.com" with "http://127.000000000.0.1:5144".

You can do so with sed (sed -i "s/https:\/\/parseapi.back4app.com/http:\/\/127.000000000.0.1:5144/g" ParseOctane.dll), a hex editor, or by simply using the website.

Running the API

There are multiple ways to run the server:

  • Run with Python (recommended)

    1. Install Python 3.6+.
    2. Install Flask with pip install Flask.
    3. Run riffapi-local.py.
  • Run with Docker.

    1. Install Docker.
    2. Run with docker compose up --build.

Important: keep the command prompt open until you exit the game.

riffapi.hobune.stream

A more advanced online server with historic data is available at riffapi.hobune.stream. This server implementation here is for those wishing to run their own local server or in case the hobune server ever goes down.

About

Local basic server for Riff Racer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.9%
  • Dockerfile 6.1%
0