Skip to content

Releases: cantorsdust/UnlimitedFatigue

UnlimitedFatigue (UnlimitedStamina more properly) 1.1

18 Nov 03:32
Compare
Choose a tag to compare

Version 1.1 of UnlimitedFatigue (Now renamed UnlimitedStamina internally).

UnlimitedFatigue

A mod for Wurm Unlimited. Has two options. Option 1 prevents all creatures' stamina from ever lowering. Option 2 prevents all creatures' stamina from lowering during movement. The options can be configurated using the mod's .properties file. This affects all creatures including players. It does so by adding modloader code.

UnlimitedStaminaFunction intercepts modifyStamina() in com.wurmonline.server.creatures.CreatureStatus and sets it so that any negative modifier is turned into a positive one, then the regular native code is allowed to run. UnlimitedStaminaMovingFunction intercepts modifyStamina() when called as part of the move() function in com.wurmonline.server.creatures.MovementScheme and prevents it from being called.

It should remain up to date for any Wurm Unlimited version.

Installation instructions:

Make sure you have Ago's Modloader
Unzip UnlimitedFatigue.zip to the Wurm Unlimited Dedicated Server folder so that modloader.bat and the mods folder are in the same directory as WurmServerLauncher.exe.
Start the game.

Unlimited Fatigue 1.0

16 Nov 15:36
Compare
Choose a tag to compare

Version 1.0 of UnlimitedFatigue.

UnlimitedFatigue

A mod for Wurm Unlimited. Prevents all creatures' fatigue from ever lowering. This all creatures including players. It does so by adding modloader code. UnlimitedFatigueFunction intercepts modifyStamina() in com.wurmonline.server.creatures.CreatureStatus and sets it so that any negative modifier is turned into a positive one, then the regular native code is allowed to run.

It should remain up to date for any Wurm Unlimited version.

Installation instructions:

Make sure you have Ago's Modloader
Unzip UnlimitedFatigue.zip to the Wurm Unlimited Dedicated Server folder so that modloader.bat and the mods folder are in the same directory as WurmServerLauncher.exe.
Start the game.