Mudborne

Mudborne

Not enough ratings
Toggle Run
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
16.369 KB
24 Mar @ 9:51am
1 Change Note ( view )

Subscribe to download
Toggle Run

Description
Left control button now toggles an auto-run feature.

The speed is set to 150 and is no longer affected by eating bugs while active (for now).

This overrides the player step function and will conflict with other mods that do the same
1 Comments
ellraiser  [developer] 7 Apr @ 1:41am 
Had multiple people report this mod to be as crashing their game with the following error:

Error Message:
ERROR 3451305841/mod.lua:261: Attempt to index global variable 'obj' (a nil value)

You copied the player step script but there's a variable "obj" used in that script that only works within the context of the original player lua file, but not if you take it out of that context.

Changing "obj" to "self" on that line so that it refers to the player object should fix the issue.