Mods / StepUp

Category: #QoL
Author: copygirl
Side: Client
Created: Feb 16th 2021 at 8:45 AM
Last modified: Feb 16th 2021 at 8:46 AM
Downloads: 9068
Follow Unfollow 189

Latest file for v1.16.0:
StepUp-v1.2.0.cs 1-click install


Doubles step height of players (0.6 to 1.2 blocks) to allow stepping up whole blocks by just walking forward.

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v1.2.0 9068 Feb 16th 2021 at 8:46 AM Show StepUp-v1.2.0.cs Install now

28 Comments (oldest first | newest first)

💬 Laerinok, Sep 28th at 7:49 AM

Ailith

That's why SpearAndFang has made a fork

😉

💬 Ailith, Sep 28th at 5:17 AM

[log removed to save space]

Looks like we'll need something new in 1.20.x (on Pre-4 myself).

Laerinok

Thanks for the heads up n.n. amusingly I just found that a few minutes ago. That link will prolly help more coming back to try 1.20 tho.

💬 John_roflol, Sep 3rd at 12:05 PM

Works with v1.19.8 (Stable). If not you must have conflicting mods.

(put the StepUp-v1.2.0.cs file straight into the mod folder (C:\Users\yourname\AppData\Roaming\VintagestoryData\Mods).

💬 TheNiteFox, Aug 1st at 5:16 PM

@TedTheAtheist You must have a conflicting mod installed. I never remove this mod from my mods folder and have just checked to make sure, and it is infact still working :)

💬 TedTheAtheist, Jul 26th at 3:17 PM

This is not working.

💬 DanaCraluminum, Jun 5th at 12:22 PM

MadreCherry Move Like Kaji mod is conflicting 100%

💬 MadreCherry, Jun 5th at 12:07 PM

this mod will not work with the 50 some mods we have on our server. plz update

💬 Mchl, Apr 24th at 9:32 AM

@Doomstrike53 Yes it does

I've looked at the source code of this mod. It's pretty much a oneliner, and it would take a serious change to core game for it to stop working (something that would break many other mods too).

💬 Doomstrike53, Mar 31st at 6:06 AM

Still working in 1.19.5?

💬 Edel_Recke, Feb 4th at 5:41 PM

works till 1.19.3 with some minor bugs (sometimes you can get into solid blocks)

💬 Pervy_Sage, Jan 21st at 7:02 AM

Ailith Thank you.

💬 Ailith, Dec 23rd 2023 at 10:34 AM

1.19.0-rc.1 working.

💬 EX0stasis, Dec 4th 2023 at 12:39 AM

Incompatible with the mod called "Move like Kaji" by Dante.

 
 
 
💬 iodide, Dec 3rd 2023 at 6:39 PM

Can anyone confirm if this works using v.1.19pre?

💬 WillDig, Oct 4th 2023 at 3:00 AM

Working without issue for me on 1.18.14.

💬 Jozhin_z_bazhin, Sep 22nd 2023 at 3:44 PM

Dont works on 1.18.13.

There is a bunch of errors in the log:

22.9.2023 18:38:40 [Error] [StepUp-v1.2.0.cs] CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
22.9.2023 18:38:40 [Error] [StepUp-v1.2.0.cs] CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
22.9.2023 18:38:40 [Error] [StepUp-v1.2.0.cs] CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
22.9.2023 18:38:40 [Error] [StepUp-v1.2.0.cs] CS0012: The type 'IReadOnlyList<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
22.9.2023 18:38:40 [Error] [StepUp-v1.2.0.cs] CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
22.9.2023 18:38:40 [Error] [StepUp-v1.2.0.cs] CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
22.9.2023 18:38:40 [Error] [StepUp-v1.2.0.cs] CS1545: Property, indexer, or event 'IClientEventAPI.PlayerEntitySpawn' is not supported by the language; try directly calling accessor methods 'IClientEventAPI.add_PlayerEntitySpawn(PlayerEventDelegate)' or 'IClientEventAPI.remove_PlayerEntitySpawn(PlayerEventDelegate)'
22.9.2023 18:38:40 [Error] [StepUp-v1.2.0.cs] An exception was thrown trying to to load the ModInfo:
System.ArgumentNullException: Value cannot be null. (Parameter 'element')
at System.ArgumentNullException.Throw(String paramName)
at System.Attribute.GetCustomAttributes(Assembly element, Type attributeType, Boolean inherit)
at System.Attribute.GetCustomAttribute(Assembly element, Type attributeType, Boolean inherit)
at System.Reflection.CustomAttributeExtensions.GetCustomAttribute[T](Assembly element)
at Vintagestory.Common.ModContainer.LoadModInfoFromAssembly(Assembly assembly, ModWorldConfiguration& modWorldConfig, String& iconPath) in C:\Users\Tyron\Documents\vintagestory\game\VintagestoryLib\Common\API\ModContainer.cs:line 545
at Vintagestory.Common.ModContainer.LoadModInfoFromCode(ModCompilationContext compilationContext, ModAssemblyLoader loader, ModWorldConfiguration& modWorldConfig, String& iconPath) in C:\Users\Tyron\Documents\vintagestory\game\VintagestoryLib\Common\API\ModContainer.cs:line 354
at Vintagestory.Common.ModContainer.LoadModInfo(ModCompilationContext compilationContext, ModAssemblyLoader loader) in C:\Users\Tyron\Documents\vintagestory\game\VintagestoryLib\Common\API\ModContainer.cs:line 307

💬 wile1411, Aug 24th 2023 at 4:01 AM

also works on 1.18.8

💬 Akitake, Apr 21st 2023 at 10:22 AM

Works perfectly on 1.18 stable.
Makes sense given the simplicity of the code that only changes step height!

💬 Caliber76, Apr 5th 2023 at 11:50 AM

can confirm StepUp works for 1.18.0 rc.2. notsure how stable it is with other mods, but it works!

💬 RobinHood, Mar 11th 2023 at 12:29 PM

it works also for the 1.18 versions ... great tool

💬 DanaCraluminum, Sep 3rd 2022 at 10:18 PM

Hallowwe It works without any problem on 1.17 versions

💬 Hallowwe, Sep 3rd 2022 at 9:55 PM

1.17 pls

💬 Tajin, Jul 1st 2022 at 11:15 AM

Not having to constantly jump around makes the game so much more enjoyable. :D

💬 copygirlAuthor, Jan 21st 2022 at 2:26 PM

Vallen No idea to be honest. I assume it will only come into play when we might get an in-game mod browser. I will mark it as compatible with 1.16 though.

💬 VallenModerator, Jan 12th 2022 at 12:50 PM

I've noticed this is only listed as good through version 1.15.6. I know it's viable through more recent versions. Will the lack of this listing effect server > client downloads?

💬 l33tmaan, May 13th 2021 at 3:49 PM

Just place it with your other mods, the game will know what to do.

💬 Stargazer, May 13th 2021 at 2:33 PM

How do i install this :)?

I dont know ifit was intented, but theres no zip.file download

💬 Tossonen, Mar 17th 2021 at 6:39 PM

Amazing! Thanks!!!

(edit comment delete)