Wuzzy/Glitch
3
12
Fork
You've already forked Glitch
11

Use correct movement settings by default #41

Open
opened 2024年07月12日 19:07:28 +02:00 by Wuzzy · 0 comments
Owner
Copy link

The game uses custom movement settings (movement_*) but they can be overridden by the player's minetest.conf. The game's movement settings are very important as the levels have been carefully designed around them. They are sensitive to any user overrides.

Currently, if any user override is detected, it triggers a modal warning message in the game, strongly suggesting to manually fix this. But this is not ideal.

It would be better if the game actually forces those movement settings, at least by default. It's ugly the player must manually fix their settings to make this game work. And then remove the glitch_check_movement_settings mod (which was surprisingly complex).

I don't know how to force Minetest to use the movement settings without resorting to ugly hacks (like literally changing the player's minetest.conf which is an absolute no-go).

The game uses custom movement settings (`movement_*`) but they can be overridden by the player's `minetest.conf`. The game's movement settings are very important as the levels have been carefully designed around them. They are sensitive to any user overrides. Currently, if any user override is detected, it triggers a modal warning message in the game, strongly suggesting to manually fix this. But this is not ideal. It would be better if the game actually *forces* those movement settings, at least by default. It's ugly the player must manually fix their settings to make this game work. And then remove the `glitch_check_movement_settings` mod (which was surprisingly complex). I don't know how to force Minetest to use the movement settings without resorting to ugly hacks (like literally changing the player's minetest.conf which is an absolute no-go).
Sign in to join this conversation.
No Branch/Tag specified
master
pages
weblate_test
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
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
Wuzzy/Glitch#41
Reference in a new issue
Wuzzy/Glitch
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?