Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opinion/slowroads-handling-editor
(ABANDONED) Opinion's Handling Editor is a mod for slowroads.io which gives you access to a simple handling editor. Get more out of your vehicle by customizing it on the fly.
https://github.com/opinion/slowroads-handling-editor
browser-game-mod game-mod game-modding greasemonkey greasemonkey-script handling-editor javascript slowroads-io slowroads-mod userscript vehicle-handling violentmonkey violentmonkey-script
Last synced: 11 days ago
JSON representation
(ABANDONED) Opinion's Handling Editor is a mod for slowroads.io which gives you access to a simple handling editor. Get more out of your vehicle by customizing it on the fly.
- Host: GitHub
- URL: https://github.com/opinion/slowroads-handling-editor
- Owner: Opinion
- License: mit
- Archived: true
- Created: 2022-10-29T09:45:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T00:20:46.000Z (about 2 years ago)
- Last Synced: 2024-10-02T06:01:47.981Z (4 months ago)
- Topics: browser-game-mod, game-mod, game-modding, greasemonkey, greasemonkey-script, handling-editor, javascript, slowroads-io, slowroads-mod, userscript, vehicle-handling, violentmonkey, violentmonkey-script
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Opinion's Handling Editor for slowroads.io](/resources/img/header.png)
Opinion's Handling Editor is a mod for slowroads.io which gives you access to a simple handling editor. Get more out of your vehicle by customizing it on the fly.# --- Project abandoned by request from the SlowRoads creator ---
> I wish you good luck with your game!
> - Opinion## How it works
- You install a *userscript* in Violentmonkey or Greasemonkey (similar extensions not tested).
- The *userscript* will attempt to block the original *game script* and replace it with a *modified game script* (hosted here).
- The modified *game script* exposes a variable containing the game's state.
- Because we now have acces to the game's state, we can modify game settings on the fly.
- The *userscript* adds an in-game menu for the handling editor.## Installation
Go to the [latest release](https://github.com/Opinion/slowroads-handling-editor/releases/latest) and follow our installation guide.## Mod preview
![Preview of Opinion's Handling Editor](/resources/img/preview.png)## Things you might want to know
> Setting values too high or too low can cause the game to crash.
> If the game crashes or freezes, just reload the page.> After a crash, sometimes reloading the page isn't enough and the game can get laggier
> over time.
> To resolve this, simply open the game in a new tab.> Switching vehicle does not update values shown in the handling editor. Recommended to
> reload the page after switching vehicles.> The default vehicle handling is currently stored when the handling editor starts. In
> order to update the stored default handling you must reload the page after switching
> vehicles.
> Switching vehicle and pressing "reset handling" without reloading the page will not
> restore the correct handling for your chosen vehicle.> Editing values or pressing the "reset handling" button will steal the focus from the
> game. For best results, click anywhere inside the game after interacting with the
> handling editor.