Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
t0stiman committed Feb 19, 2024
1 parent 4bca686 commit 1afc177
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All features are off by default and can be enabled from the mod's settings menu
- Enable bunny hopping (hold space to keep jumping)
- Show a timestamp on every message in the console
- Car push force multiplier. Higher number -> bigger YEET.
- By default, the speed of pushed cars is limited to 3 mph and the distance to 5 m. This tweak removes those limitations
- Disable derailing
- Disable damage to rolling stock
- Report damage to rolling stock and derailments in the console
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Id": "tostilities",
"Version": "0.0.2",
"Version": "0.0.3",
"DisplayName": "Tostilities",
"Author": "Tostiman",
"EntryMethod": "tostilities.Main.Load",
Expand Down
5 changes: 5 additions & 0 deletions repository.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"Releases": [
{
"Id": "tostilities",
"Version": "0.0.3",
"DownloadUrl": "https://github.com/t0stiman/rr_tostilities/releases/download/v0.0.3/tostilities.zip"
},
{
"Id": "tostilities",
"Version": "0.0.2",
Expand Down

0 comments on commit 1afc177

Please sign in to comment.