Mudborne

Mudborne

Ei tarpeeksi arvosteluja
Toggle Run
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
16.369 KB
24.3. klo 9.51
1 muutos ( näytä )

Tilaa ladataksesi
Toggle Run

Kuvaus
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 kommenttia
ellraiser  [kehittäjä] 7.4. klo 1.41 
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.