About this mod
Changes the player's running speed and the running speed in Low Ready state
- Requirements
- Permissions and credits
- Donations
There was a recent incident where ChuckSharts obtained my source code without my permission.
In accordance with the new rules of the RoN Modding Discord, I would like to state the following : "Do not obtain my source code without my permission."
This mod changes the player's running speed and the running speed in Low Ready state
You can choose between two versions
1. The version to change running speed for all players
-> This version only works on the host side.
"\AppData\Local\ReadyOrNot\Saved\Config\Windows\Engine.ini" and paste these values at the bottom of the list
* You can easily go the path of AppData folder by typing %appdata% in the address bar of File Explorer.
;Engine.ini
[/Game/Mods/_SBLdata/BP_AllowSprint_Server.BP_AllowSprint_Server_C]
;Define the desired speed value
RunSpeed=320.0
LowReadyRunSpeed=420.0
2. The version to change running speed for only your character
"\AppData\Local\ReadyOrNot\Saved\Config\Windows\Engine.ini" and paste these values at the bottom of the list
* You can easily go the path of AppData folder by typing %appdata% in the address bar of File Explorer.
;Engine.ini
[/Game/Mods/_SBLdata/BP_AllowSprint_Client.BP_AllowSprint_Client_C]
;Define the desired speed value
RunSpeed=320.0
LowReadyRunSpeed=420.0