Mudborne

Mudborne

Ikke nok vurderinger
Toggle Run
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
16.369 KB
24. mar. kl. 9:51
1 ændringsbemærkning ( vis )

Abonner for at downloade
Toggle Run

Beskrivelse
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 kommentarer
ellraiser  [udvikler] 7. apr. kl. 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.