Skip to content

Commit

Permalink
Update minetest.conf.example and settings_translation_file.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Dec 13, 2016
1 parent 6461591 commit 211d919
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
35 changes: 11 additions & 24 deletions minetest.conf.example
Expand Up @@ -615,7 +615,7 @@
# inventory_items_animations = false

# Fraction of the visible distance at which fog starts to be rendered
# Range 0 - 0.99
# type: float min: 0 max: 0.99
# fog_start = 0.4

### Menus
Expand Down Expand Up @@ -936,26 +936,6 @@
# type: float
# server_map_save_interval = 5.3

# Set the maximum character length of a chat message sent by clients. (0 to disable)
# type: integer
# chat_message_max_size = 500

# Limit a single player to send X messages per 10 seconds. (0 to disable)
# type: float
# chat_message_limit_per_10sec = 8.0

# Kick player if send more than X messages per 10 seconds. (0 to disable)
# type: integer
# chat_message_limit_trigger_kick = 50

# At this distance the server will aggressively optimize which blocks are sent to clients.
# Small values potentially improve performance a lot, at the expense of visible rendering glitches.
# (some blocks will not be rendered under water and in caves, as well as sometimes on land)
# Setting this to a value greater than max_block_send_distance disables this optimization.
# Stated in mapblocks (16 nodes)
# type: int
# block_send_optimize_distance = 4

### Physics

# type: float
Expand Down Expand Up @@ -1060,6 +1040,14 @@
# type: float
# liquid_update = 1.0

# At this distance the server will aggressively optimize which blocks are sent to clients.
# Small values potentially improve performance a lot, at the expense of visible rendering glitches.
# (some blocks will not be rendered under water and in caves, as well as sometimes on land)
# Setting this to a value greater than max_block_send_distance disables this optimization.
# Stated in mapblocks (16 nodes)
# type: int min: 2
# block_send_optimize_distance = 4

## Mapgen

# Name of map generator to be used when creating a new world.
Expand Down Expand Up @@ -1246,8 +1234,7 @@
# Floatlands are currently experimental and subject to change.
# Flags that are not specified in the flag string are not modified from the default.
# Flags starting with 'no' are used to explicitly disable them.
# type: flags possible values: mountains, ridges, floatlands,
# nomountains, noridges, nofloatlands
# type: flags possible values: mountains, ridges, floatlands, nomountains, noridges, nofloatlands
# mgv7_spflags = mountains,ridges

# Controls width of tunnels, a smaller value creates wider tunnels.
Expand Down Expand Up @@ -1571,7 +1558,7 @@
# profiler.default_report_format = txt

# The file path relative to your worldpath in which profiles will be saved to.
#
#
# type: string
# profiler.report_path = ""

Expand Down
22 changes: 18 additions & 4 deletions src/settings_translation_file.cpp
Expand Up @@ -196,7 +196,7 @@ fake_function() {
gettext("FPS in pause menu");
gettext("Maximum FPS when game is paused.");
gettext("Viewing range");
gettext("View distance in nodes.\nMin = 20");
gettext("View distance in nodes.");
gettext("Screen width");
gettext("Width component of the initial window size.");
gettext("Screen height");
Expand Down Expand Up @@ -257,6 +257,8 @@ fake_function() {
gettext("The strength (darkness) of node ambient-occlusion shading.\nLower is darker, Higher is lighter. The valid range of values for this\nsetting is 0.25 to 4.0 inclusive. If the value is out of range it will be\nset to the nearest valid value.");
gettext("Inventory items animations");
gettext("Enables animation of inventory items.");
gettext("Fog Start");
gettext("Fraction of the visible distance at which fog starts to be rendered");
gettext("Menus");
gettext("Clouds in menu");
gettext("Use a cloud animation for the main menu background.");
Expand Down Expand Up @@ -434,6 +436,8 @@ fake_function() {
gettext("The time (in seconds) that the liquids queue may grow beyond processing\ncapacity until an attempt is made to decrease its size by dumping old queue\nitems. A value of 0 disables the functionality.");
gettext("Liquid update tick");
gettext("Liquid update interval in seconds.");
gettext("block send optimize distance");
gettext("At this distance the server will aggressively optimize which blocks are sent to clients.\nSmall values potentially improve performance a lot, at the expense of visible rendering glitches.\n(some blocks will not be rendered under water and in caves, as well as sometimes on land)\nSetting this to a value greater than max_block_send_distance disables this optimization.\nStated in mapblocks (16 nodes)");
gettext("Mapgen");
gettext("Mapgen name");
gettext("Name of map generator to be used when creating a new world.\nCreating a world in the main menu will override this.");
Expand Down Expand Up @@ -490,18 +494,28 @@ fake_function() {
gettext("Mapgen v6 apple trees noise parameters");
gettext("Mapgen v7");
gettext("Mapgen v7 flags");
gettext("Map generation attributes specific to Mapgen v7.\nThe 'ridges' flag controls the rivers.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
gettext("Map generation attributes specific to Mapgen v7.\nThe 'ridges' flag enables the rivers.\nFloatlands are currently experimental and subject to change.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
gettext("Mapgen v7 cave width");
gettext("Controls width of tunnels, a smaller value creates wider tunnels.");
gettext("Mapgen v7 floatland mountain density");
gettext("Controls the density of floatland mountain terrain.\nIs an offset added to the 'np_mountain' noise value.");
gettext("Mapgen v7 floatland mountain height");
gettext("Typical maximum height, above and below midpoint, of floatland mountain terrain.");
gettext("Mapgen v7 floatland level");
gettext("Y-level of floatland midpoint and lake surface.");
gettext("Mapgen v7 shadow limit");
gettext("Y-level to which floatland shadows extend.");
gettext("Mapgen v7 terrain base noise parameters");
gettext("Mapgen v7 terrain altitude noise parameters");
gettext("Mapgen v7 terrain persistation noise parameters");
gettext("Mapgen v7 height select noise parameters");
gettext("Mapgen v7 filler depth noise parameters");
gettext("Mapgen v7 mount height noise parameters");
gettext("Mapgen v7 ridge water noise parameters");
gettext("Mapgen v7 river course noise parameters");
gettext("Mapgen v7 floatland base terrain noise parameters");
gettext("Mapgen v7 floatland base terrain height noise parameters");
gettext("Mapgen v7 mountain noise parameters");
gettext("Mapgen v7 ridge noise parameters");
gettext("Mapgen v7 river channel wall noise parameters");
gettext("Mapgen v7 cave1 noise parameters");
gettext("Mapgen v7 cave2 noise parameters");
gettext("Mapgen flat");
Expand Down

0 comments on commit 211d919

Please sign in to comment.