GunshipPenguin / sprint

Sprint mod for Minetest
Creative Commons Zero v1.0 Universal
10 stars 10 forks source link

Cannot run Sprint mod on Minetest 0.4.14 #5

Closed CrusoeDaWolf closed 7 years ago

CrusoeDaWolf commented 7 years ago

I am running Fedora 24 (x86_64) and I get this error while trying to load up a map:

2016-11-19 14:44:42: ERROR[Main]: ModError: Failed to load and run script from /home/ssardiko/.minetest/mods/sprint_mod/init.lua: 2016-11-19 14:44:42: ERROR[Main]: /home/ssardiko/.minetest/mods/sprint_mod/init.lua:30: attempt to concatenate a nil value 2016-11-19 14:44:42: ERROR[Main]: stack traceback: 2016-11-19 14:44:42: ERROR[Main]: /home/ssardiko/.minetest/mods/sprint_mod/init.lua:30: in main chunk 2016-11-19 14:44:42: ERROR[Main]: Check debug.txt for details.

BrunoMine commented 7 years ago

Rename the folder of the mod to "sprint" only.

Close this issue If your problema is fixed.

CrusoeDaWolf commented 7 years ago

Seems to work now, but I can't sprint by double tapping W. I have to press the use key.

BrunoMine commented 7 years ago

Open the minetest.conf file and insert the line below (If it already exists, make sure it is set to 0):

sprint_method = 0

All possible settings are in the README.txt

CrusoeDaWolf commented 7 years ago

Ah. I missed that! Thank you. c:

CrusoeDaWolf commented 7 years ago

For some reason, on a couple of maps, sprinting doesn't affect speed at all. :|

BrunoMine commented 7 years ago

This may be related to the normal speed and fast speed of the world.

Anyway, I do not know this helps you solve your problem.

CrusoeDaWolf commented 7 years ago

Alright. Thank you anyways!