Page 1 of 1

[Mod] SimpleSprint [1.0] [simplesprint]

PostPosted: Sat Jul 02, 2016 21:55
by whitephoenix
SimpleSprint is a minimal sprinting mod. It allows you to run by holding the "e" key.

Image

Code License - LGPL 2.1
Art License - CC0
Mod version - v1.0
Dependencies - None
Download - https://github.com/whitephoenix0/simplesprint/archive/master.zip
Github Repo - https://github.com/whitephoenix0/simplesprint

To install, simply extract the .zip folder downloaded from above to your minetest mods folder, then rename it to "simplesprint".
Sprint speed is easily configurable on the first line of the init.lua file.
If you have any suggestions or questions be sure to let me know.

Re: [Mod] SimpleSprint [1.0] [simplesprint]

PostPosted: Sun Jul 03, 2016 10:05
by Krock
What's exactly better than with the other sprint mod or the fast privilege?
This looks like you duplicated the effects of fast into a mod with a different speed.

Re: [Mod] SimpleSprint [1.0] [simplesprint]

PostPosted: Sun Jul 03, 2016 16:03
by whitephoenix
Krock wrote:What's exactly better than with the other sprint mod or the fast privilege?
This looks like you duplicated the effects of fast into a mod with a different speed.

I wanted a sprint mod but didn't want the stamina system or HUD changes, so I made one for myself and then figured I might as well share it. Fast privelege speed is way too high, it's impractical for people playing survival.

Re: [Mod] SimpleSprint [1.0] [simplesprint]

PostPosted: Sun Jul 03, 2016 18:02
by everamzah
I made this one to demonstrate the anticheat reset position syndrome. However, the original sprint mod, unlike ours, uses a table instead of constantly setting physics overrides. I think that may be the main difference.

Re: [Mod] SimpleSprint [1.0] [simplesprint]

PostPosted: Sun Jul 03, 2016 18:06
by whitephoenix
everamzah wrote:I made this one to demonstrate the anticheat reset position syndrome. However, the original sprint mod, unlike ours, uses a table instead of constantly setting physics overrides. I think that may be the main difference.

I tried it on a private server and mine worked fine for me. I searched for a while before I made this trying to find a sprint mod, somehow I never saw yours with almost the same name, sorry, now I feel like I copied you and need to change the name / delete this.

Re: [Mod] SimpleSprint [1.0] [simplesprint]

PostPosted: Sun Jul 03, 2016 18:17
by everamzah
Not at all. Welcome to Minetest.

Re: [Mod] SimpleSprint [1.0] [simplesprint]

PostPosted: Sun Jul 03, 2016 20:57
by Wuzzy
Fast privelege speed is way too high, it's impractical for people playing survival.

I am pretty sure you can change the fast speed somewhere in the advanced configuration.

Re: [Mod] SimpleSprint [1.0] [simplesprint]

PostPosted: Sun Jul 03, 2016 23:37
by everamzah
Wuzzy wrote:I am pretty sure you can change the fast speed somewhere in the advanced configuration.


Yes, and with fly mode disabled and fast mode active, one only moves at _fast speed while AUX1 [E] is depressed.

Re: [Mod] SimpleSprint [1.0] [simplesprint]

PostPosted: Mon Jul 04, 2016 07:47
by TenPlus1
Check hbhunger mod's init.lua file and how I set sprint code in there, it checks to see if fast is active before sprinting: https://github.com/tenplus1/hudbars