DayZ
InediaStamina
Showing 31-40 of 48 entries
< 1  2  3  4  5 >
Update: 4 Aug, 2023 @ 2:59pm

Hotfix after previous update.

Update: 4 Aug, 2023 @ 2:36pm

Now you can set stamina consumption multipliers depending on the clothes the character is wearing.
More information:
https://github.com/ysaroka/InediaStamina/wiki/Description#clothing

Update: 2 Aug, 2023 @ 2:13pm

Client side performance optimization.

Update: 28 Jul, 2023 @ 6:48pm

Fixed bug with range of comfortable places.

Update: 26 Jul, 2023 @ 3:55pm

New features:
- Now type of surface (road, grass, forest, etc.) also affects consumption of general stamina. Multipliers for each type of surface are set in configuration file, by default:
InediaStaminaGeneralOptions.SurfaceRoadMultiplier = 0.9;
InediaStaminaGeneralOptions.SurfaceGrassMultiplier = 1;
InediaStaminaGeneralOptions.SurfaceGrassTallMultiplier = 1.1;
InediaStaminaGeneralOptions.SurfaceForestMultiplier = 1.1;
InediaStaminaGeneralOptions.SurfaceStoneMultiplier = 1;
InediaStaminaGeneralOptions.SurfaceSandMultiplier = 1.5;
InediaStaminaGeneralOptions.SurfaceWaterMultiplier = 2;

Fixed:
- Sleeping inside tent worked like sleeping outside.

Update: 22 Jul, 2023 @ 11:19am

1) Now slope of terrain also affects the consumption of general stamina. Increases consumption on InediaStaminaGeneralOptions.OneDegreeOfSlopeUpMultiplierPercent percent per one degree up and decreases consumption on InediaStaminaGeneralOptions.OneDegreeOfSlopeDownMultiplierPercent percent per one degree down. Consumption cannot be increased by more than 400% up and decreased by more than 50% down.
Short video: YouTube

2) Now building consume general stamina: -3% per attempt (assembly and disassembly).

Update: 17 Jul, 2023 @ 2:21pm

Hotfix.

Update: 17 Jul, 2023 @ 2:15pm

Now when mining firewood and small stone - only 30% of CostPerMinePercent is spent, when mining wooden log and stone - 100%.

Update: 17 Jul, 2023 @ 9:57am

Hotfixes.

Update: 17 Jul, 2023 @ 9:24am

Added consumption of general stamina and sleep stamina when mining planks, respectively, parameters were added to config:
StaminaGeneralOptions.CostPerMinePlanksFromPileOfWoodenPlanksPercent (default: -3)
StaminaGeneralOptions.CostPerMinePlanksFromWoodenLogPercent (default: -15, it's very difficult work)
StaminaSleepOptions.CostPerMinePlanksFromPileOfWoodenPlanksPercent (default: -0.01)
StaminaSleepOptions.CostPerMinePlanksFromWoodenLogPercent (default: -0.05)