stamina needs adjustments regarding sprint speed and jump height #1772

Open
opened 2022-04-16 08:13:11 +00:00 by AliasAlreadyTaken · 2 comments

The new stamina uses settings for all th stuff the old stamina used global varliables for.

default in new stamina:
sprint_speed = get_setting("sprint_speed", 0.8),
sprint_jump = get_setting("sprint_jump", 0.1),

Fix here:

2022-04-16 10:08:03: WARNING[Main]: Undeclared global variable "SPRINT_SPEED" accessed at .../5.5.0/Minetest_test/bin/../mods/yl_commons/bugfixes.lua:223

settings:

stamina.sprint_speed
stamina.sprint_jump

The new stamina uses settings for all th stuff the old stamina used global varliables for. default in new stamina: sprint_speed = get_setting("sprint_speed", 0.8), sprint_jump = get_setting("sprint_jump", 0.1), Fix here: ``` 2022-04-16 10:08:03: WARNING[Main]: Undeclared global variable "SPRINT_SPEED" accessed at .../5.5.0/Minetest_test/bin/../mods/yl_commons/bugfixes.lua:223 ``` settings: stamina.sprint_speed stamina.sprint_jump
AliasAlreadyTaken added the
1. kind/bug
label 2022-04-16 08:13:27 +00:00
flux added this to the flux's TODO list project 2022-07-02 20:51:20 +00:00
flux added
1. kind/balancing
1. kind/other
and removed
1. kind/bug
labels 2022-10-27 00:32:44 +00:00
flux added the
5. result/cannot reproduce
label 2023-03-09 19:01:15 +00:00
flux removed this from the flux's TODO list project 2023-03-09 19:01:26 +00:00
Member

yl_commons doesn't currently do anything w/ stamina. i'm not sure why it used to. closing this.

yl_commons doesn't currently do anything w/ stamina. i'm not sure why it used to. closing this.
flux closed this issue 2023-03-09 19:02:26 +00:00
flux removed the
5. result/cannot reproduce
label 2023-03-09 19:02:48 +00:00
Member

oh i see, this is about changing the settings.

what needs to happen instead is that the speed monoid needs better a composition rule than just "multiply all the boosts".

oh i see, this is about changing the settings. what needs to happen instead is that the speed monoid needs better a composition rule than just "multiply all the boosts".
flux reopened this issue 2023-03-09 19:03:51 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#1772
No description provided.