Risk of Rain 2
Install

Details

Last Updated
First Uploaded
Downloads
1
Likes
0
Size
22KB
Dependency string
Brynzananas-Put_Ziprail_Vehicle_Unused_Field_Named_Speed_To_Use-1.0.0
Dependants

Categories

Makes unused ingame float field _speed for ZiprailVehicle class contibute to movementSpeed property

How movementSpeed is calculated without this mod: this._initializationParams.direction / (this.path.totalLength / this.parentController.speed

How movementSpeed is calculated with this mod: this._initializationParams.direction / (this.path.totalLength / (this.parentController.speed * this._speed)

Also hooks onto ctor of ZiprailVehicle to set _speed field to 1

Before doing changes checks if ZiprailVehicle class has field named "_speed" and return if detects none

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.