mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Update minetest.conf.example, and settings_translation_file.cpp
This commit is contained in:
parent
e323ba4f27
commit
24ca754bd5
2 changed files with 35 additions and 6 deletions
|
@ -83,6 +83,20 @@
|
|||
# type: bool
|
||||
# continuous_forward = false
|
||||
|
||||
# Enable Joysticks
|
||||
# type: bool
|
||||
# enable_joysticks = false
|
||||
|
||||
# The time in seconds it takes between repeated events
|
||||
# when holding down a joystick button combination.
|
||||
# type: float
|
||||
# repeat_joystick_button_time = 0.17
|
||||
|
||||
# The sensitivity of the joystick axes for moving the
|
||||
# ingame view frustum around.
|
||||
# type: float
|
||||
# joystick_frustum_sensitivity = 170
|
||||
|
||||
# Key for moving the player forward.
|
||||
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
|
||||
# type: key
|
||||
|
@ -732,6 +746,12 @@
|
|||
# type: string
|
||||
# serverlist_url = servers.minetest.net
|
||||
|
||||
# Disable escape sequences, e.g. chat coloring.
|
||||
# Use this if you want to run a server with pre-0.4.14 clients and you want to disable
|
||||
# the escape sequences generated by mods.
|
||||
# type: bool
|
||||
# disable_escape_sequences = false
|
||||
|
||||
## Network
|
||||
|
||||
# Network port to listen (UDP).
|
||||
|
@ -1527,3 +1547,4 @@
|
|||
|
||||
# type: string
|
||||
# modstore_details_url = https://forum.minetest.net/mmdb/mod/*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue