mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Update minetest.conf.example and dummy file
This commit is contained in:
parent
568157d9fb
commit
a9abeab7ee
2 changed files with 640 additions and 439 deletions
|
@ -17,6 +17,10 @@ fake_function() {
|
|||
gettext("Double-tapping the jump key toggles fly mode.");
|
||||
gettext("Always fly fast");
|
||||
gettext("If disabled, \"Aux1\" key is used to fly fast if both fly and fast mode are\nenabled.");
|
||||
gettext("Toggle Sneak key");
|
||||
gettext("If enabled, the \"Sneak\" key will toggle when pressed.\nThis functionality is ignored when fly is enabled.");
|
||||
gettext("Toggle Aux1 key");
|
||||
gettext("If enabled, the \"Aux1\" key will toggle when pressed.");
|
||||
gettext("Place repetition interval");
|
||||
gettext("The time in seconds it takes between repeated node placements when holding\nthe place button.");
|
||||
gettext("Minimum dig repetition interval");
|
||||
|
@ -34,23 +38,168 @@ fake_function() {
|
|||
gettext("Enable mouse wheel (scroll) for item selection in hotbar.");
|
||||
gettext("Hotbar: Invert mouse wheel direction");
|
||||
gettext("Invert mouse wheel (scroll) direction for item selection in hotbar.");
|
||||
gettext("Keybindings");
|
||||
gettext("Move forward");
|
||||
gettext("Key for moving the player forward.");
|
||||
gettext("Move backward");
|
||||
gettext("Key for moving the player backward.\nWill also disable autoforward, when active.");
|
||||
gettext("Move left");
|
||||
gettext("Key for moving the player left.");
|
||||
gettext("Move right");
|
||||
gettext("Key for moving the player right.");
|
||||
gettext("Jump");
|
||||
gettext("Key for jumping.");
|
||||
gettext("Sneak");
|
||||
gettext("Key for sneaking.\nAlso used for climbing down and descending in water if aux1_descends is disabled.");
|
||||
gettext("Dig/punch/use");
|
||||
gettext("Key for digging, punching or using something.\n(Note: The actual meaning might vary on a per-game basis.)");
|
||||
gettext("Place/use");
|
||||
gettext("Key for placing an item/block or for using something.\n(Note: The actual meaning might vary on a per-game basis.)");
|
||||
gettext("Open inventory");
|
||||
gettext("Key for opening the inventory.");
|
||||
gettext("Aux1");
|
||||
gettext("Key for moving fast in fast mode.");
|
||||
gettext("Open chat");
|
||||
gettext("Key for opening the chat window.");
|
||||
gettext("Command");
|
||||
gettext("Key for opening the chat window to type commands.");
|
||||
gettext("Local command");
|
||||
gettext("Key for opening the chat window to type local commands.");
|
||||
gettext("Range select");
|
||||
gettext("Key for toggling unlimited view range.");
|
||||
gettext("Toggle fly");
|
||||
gettext("Key for toggling flying.");
|
||||
gettext("Toggle pitchmove");
|
||||
gettext("Key for toggling pitch move mode.");
|
||||
gettext("Toggle fast");
|
||||
gettext("Key for toggling fast mode.");
|
||||
gettext("Toggle noclip");
|
||||
gettext("Key for toggling noclip mode.");
|
||||
gettext("Hotbar: select next item");
|
||||
gettext("Key for selecting the next item in the hotbar.");
|
||||
gettext("Hotbar: select previous item");
|
||||
gettext("Key for selecting the previous item in the hotbar.");
|
||||
gettext("Mute");
|
||||
gettext("Key for muting the game.");
|
||||
gettext("Increase volume");
|
||||
gettext("Key for increasing the volume.");
|
||||
gettext("Decrease volume");
|
||||
gettext("Key for decreasing the volume.");
|
||||
gettext("Toggle automatic forward");
|
||||
gettext("Key for toggling autoforward.");
|
||||
gettext("Toggle cinematic mode");
|
||||
gettext("Key for toggling cinematic mode.");
|
||||
gettext("Toggle minimap");
|
||||
gettext("Key for toggling display of minimap.");
|
||||
gettext("Screenshot");
|
||||
gettext("Key for taking screenshots.");
|
||||
gettext("Toggle fullscreen");
|
||||
gettext("Key for toggling fullscreen mode.");
|
||||
gettext("Drop item");
|
||||
gettext("Key for dropping the currently selected item.");
|
||||
gettext("Zoom");
|
||||
gettext("Key to use view zoom when possible.");
|
||||
gettext("Toggle HUD");
|
||||
gettext("Key for toggling the display of the HUD.");
|
||||
gettext("Toggle chat log");
|
||||
gettext("Key for toggling the display of chat.");
|
||||
gettext("Large chat console");
|
||||
gettext("Key for toggling the display of the large chat console.");
|
||||
gettext("Toggle fog");
|
||||
gettext("Key for toggling the display of fog.");
|
||||
gettext("Toggle debug info");
|
||||
gettext("Key for toggling the display of debug info.");
|
||||
gettext("Toggle profiler");
|
||||
gettext("Key for toggling the display of the profiler. Used for development.");
|
||||
gettext("Toggle block bounds");
|
||||
gettext("Key for toggling the display of mapblock boundaries.");
|
||||
gettext("Toggle camera mode");
|
||||
gettext("Key for switching between first- and third-person camera.");
|
||||
gettext("Increase view range");
|
||||
gettext("Key for increasing the viewing range.");
|
||||
gettext("Decrease view range");
|
||||
gettext("Key for decreasing the viewing range.");
|
||||
gettext("Hotbar slot 1");
|
||||
gettext("Key for selecting the first hotbar slot.");
|
||||
gettext("Hotbar slot 2");
|
||||
gettext("Key for selecting the second hotbar slot.");
|
||||
gettext("Hotbar slot 3");
|
||||
gettext("Key for selecting the third hotbar slot.");
|
||||
gettext("Hotbar slot 4");
|
||||
gettext("Key for selecting the fourth hotbar slot.");
|
||||
gettext("Hotbar slot 5");
|
||||
gettext("Key for selecting the fifth hotbar slot.");
|
||||
gettext("Hotbar slot 6");
|
||||
gettext("Key for selecting the sixth hotbar slot.");
|
||||
gettext("Hotbar slot 7");
|
||||
gettext("Key for selecting the seventh hotbar slot.");
|
||||
gettext("Hotbar slot 8");
|
||||
gettext("Key for selecting the eighth hotbar slot.");
|
||||
gettext("Hotbar slot 9");
|
||||
gettext("Key for selecting the ninth hotbar slot.");
|
||||
gettext("Hotbar slot 10");
|
||||
gettext("Key for selecting the tenth hotbar slot.");
|
||||
gettext("Hotbar slot 11");
|
||||
gettext("Key for selecting the 11th hotbar slot.");
|
||||
gettext("Hotbar slot 12");
|
||||
gettext("Key for selecting the 12th hotbar slot.");
|
||||
gettext("Hotbar slot 13");
|
||||
gettext("Key for selecting the 13th hotbar slot.");
|
||||
gettext("Hotbar slot 14");
|
||||
gettext("Key for selecting the 14th hotbar slot.");
|
||||
gettext("Hotbar slot 15");
|
||||
gettext("Key for selecting the 15th hotbar slot.");
|
||||
gettext("Hotbar slot 16");
|
||||
gettext("Key for selecting the 16th hotbar slot.");
|
||||
gettext("Hotbar slot 17");
|
||||
gettext("Key for selecting the 17th hotbar slot.");
|
||||
gettext("Hotbar slot 18");
|
||||
gettext("Key for selecting the 18th hotbar slot.");
|
||||
gettext("Hotbar slot 19");
|
||||
gettext("Key for selecting the 19th hotbar slot.");
|
||||
gettext("Hotbar slot 20");
|
||||
gettext("Key for selecting the 20th hotbar slot.");
|
||||
gettext("Hotbar slot 21");
|
||||
gettext("Key for selecting the 21st hotbar slot.");
|
||||
gettext("Hotbar slot 22");
|
||||
gettext("Key for selecting the 22nd hotbar slot.");
|
||||
gettext("Hotbar slot 23");
|
||||
gettext("Key for selecting the 23rd hotbar slot.");
|
||||
gettext("Hotbar slot 24");
|
||||
gettext("Key for selecting the 24th hotbar slot.");
|
||||
gettext("Hotbar slot 25");
|
||||
gettext("Key for selecting the 25th hotbar slot.");
|
||||
gettext("Hotbar slot 26");
|
||||
gettext("Key for selecting the 26th hotbar slot.");
|
||||
gettext("Hotbar slot 27");
|
||||
gettext("Key for selecting the 27th hotbar slot.");
|
||||
gettext("Hotbar slot 28");
|
||||
gettext("Key for selecting the 28th hotbar slot.");
|
||||
gettext("Hotbar slot 29");
|
||||
gettext("Key for selecting the 29th hotbar slot.");
|
||||
gettext("Hotbar slot 30");
|
||||
gettext("Key for selecting the 30th hotbar slot.");
|
||||
gettext("Hotbar slot 31");
|
||||
gettext("Key for selecting the 31st hotbar slot.");
|
||||
gettext("Hotbar slot 32");
|
||||
gettext("Key for selecting the 32nd hotbar slot.");
|
||||
gettext("Touchscreen");
|
||||
gettext("Touchscreen controls");
|
||||
gettext("Enables the touchscreen controls, allowing you to play the game with a touchscreen.\n\"auto\" means that the touchscreen controls will be enabled and disabled\nautomatically depending on the last used input method.");
|
||||
gettext("Interaction style");
|
||||
gettext("The kind of digging/placing controls used.\n\n* Tap\nLong/short tap anywhere on the screen to interact.\nInteraction happens at finger position.\n\n* Tap with crosshair\nLong/short tap anywhere on the screen to interact.\nInteraction happens at crosshair position.\n\n* Buttons with crosshair\nUse dedicated dig/place buttons to interact.\nInteraction happens at crosshair position.");
|
||||
gettext("Punch gesture");
|
||||
gettext("The gesture for punching players/entities.\nThis can be overridden by games and mods.\n\n* Short tap\nEasy to use and well-known from other games that shall not be named.\n\n* Long tap\nKnown from the classic Luanti mobile controls.\nCombat is more or less impossible.");
|
||||
gettext("Touchscreen sensitivity");
|
||||
gettext("Touchscreen sensitivity multiplier.");
|
||||
gettext("Movement threshold");
|
||||
gettext("The length in pixels after which a touch interaction is considered movement.");
|
||||
gettext("Threshold for long taps");
|
||||
gettext("The delay in milliseconds after which a touch interaction is considered a long tap.");
|
||||
gettext("Use crosshair for touch screen");
|
||||
gettext("Use crosshair to select object instead of whole screen.\nIf enabled, a crosshair will be shown and will be used for selecting object.");
|
||||
gettext("Fixed virtual joystick");
|
||||
gettext("Fixes the position of virtual joystick.\nIf disabled, virtual joystick will center to first-touch's position.");
|
||||
gettext("Virtual joystick triggers Aux1 button");
|
||||
gettext("Use virtual joystick to trigger \"Aux1\" button.\nIf enabled, virtual joystick will also tap \"Aux1\" button when out of main circle.");
|
||||
gettext("Punch gesture");
|
||||
gettext("The gesture for punching players/entities.\nThis can be overridden by games and mods.\n\n* short_tap\nEasy to use and well-known from other games that shall not be named.\n\n* long_tap\nKnown from the classic Luanti mobile controls.\nCombat is more or less impossible.");
|
||||
gettext("Graphics and Audio");
|
||||
gettext("Graphics");
|
||||
gettext("Screen");
|
||||
|
@ -71,8 +220,8 @@ fake_function() {
|
|||
gettext("If FPS would go higher than this, limit it by sleeping\nto not waste CPU power for no benefit.");
|
||||
gettext("VSync");
|
||||
gettext("Vertical screen synchronization. Your system may still force VSync on even if this is disabled.");
|
||||
gettext("FPS when unfocused or paused");
|
||||
gettext("Maximum FPS when the window is not focused, or when the game is paused.");
|
||||
gettext("FPS when unfocused");
|
||||
gettext("Maximum FPS when the window is not focused.");
|
||||
gettext("Viewing range");
|
||||
gettext("View distance in nodes.");
|
||||
gettext("Undersampling");
|
||||
|
@ -87,8 +236,6 @@ fake_function() {
|
|||
gettext("Arm inertia, gives a more realistic movement of\nthe arm when the camera moves.");
|
||||
gettext("View bobbing factor");
|
||||
gettext("Enable view bobbing and amount of view bobbing.\nFor example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.");
|
||||
gettext("Fall bobbing factor");
|
||||
gettext("Multiplier for fall bobbing.\nFor example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.");
|
||||
gettext("Camera");
|
||||
gettext("Field of view");
|
||||
gettext("Field of view in degrees.");
|
||||
|
@ -262,8 +409,6 @@ fake_function() {
|
|||
gettext("In-game chat console background color (R,G,B).");
|
||||
gettext("Console alpha");
|
||||
gettext("In-game chat console background alpha (opaqueness, between 0 and 255).");
|
||||
gettext("Chat weblinks");
|
||||
gettext("Clickable weblinks (middle-click or Ctrl+left-click) enabled in chat console output.");
|
||||
gettext("Weblink color");
|
||||
gettext("Optional override for chat weblink color.");
|
||||
gettext("Chat font size");
|
||||
|
@ -323,7 +468,7 @@ fake_function() {
|
|||
gettext("Remote media");
|
||||
gettext("Specifies URL from which client fetches media instead of using UDP.\n$filename should be accessible from $remote_media$filename via cURL\n(obviously, remote_media should end with a slash).\nFiles that are not present will be fetched the usual way.");
|
||||
gettext("IPv6 server");
|
||||
gettext("Enable/disable running an IPv6 server.\nIgnored if bind_address is set.");
|
||||
gettext("Enable IPv6 support for server.\nNote that clients will be able to connect with both IPv4 and IPv6.\nIgnored if bind_address is set.");
|
||||
gettext("Server Security");
|
||||
gettext("Default password");
|
||||
gettext("New users need to input this password.");
|
||||
|
@ -836,10 +981,6 @@ fake_function() {
|
|||
gettext("Engine profiling data print interval");
|
||||
gettext("Print the engine's profiling data in regular intervals (in seconds).\n0 = disable. Useful for developers.");
|
||||
gettext("Advanced");
|
||||
gettext("IPv6");
|
||||
gettext("Enable IPv6 support (for both client and server).\nRequired for IPv6 connections to work at all.");
|
||||
gettext("Ignore world errors");
|
||||
gettext("If enabled, invalid world data won't cause the server to shut down.\nOnly enable this if you know what you are doing.");
|
||||
gettext("Graphics");
|
||||
gettext("OpenGL debug");
|
||||
gettext("Enables debug and error-checking in the OpenGL driver.");
|
||||
|
@ -864,7 +1005,7 @@ fake_function() {
|
|||
gettext("World-aligned textures mode");
|
||||
gettext("Textures on a node may be aligned either to the node or to the world.\nThe former mode suits better things like machines, furniture, etc., while\nthe latter makes stairs and microblocks fit surroundings better.\nHowever, as this possibility is new, thus may not be used by older servers,\nthis option allows enforcing it for certain node types. Note though that\nthat is considered EXPERIMENTAL and may not work properly.");
|
||||
gettext("Autoscaling mode");
|
||||
gettext("World-aligned textures may be scaled to span several nodes. However,\nthe server may not send the scale you want, especially if you use\na specially-designed texture pack; with this option, the client tries\nto determine the scale automatically basing on the texture size.\nSee also texture_min_size.\nWarning: This option is EXPERIMENTAL!");
|
||||
gettext("World-aligned textures may be scaled to span several nodes. However,\nthe server may not send the scale you want, especially if you use\na specially-designed texture pack; with this option, the client tries\nto determine the scale automatically based on the texture size.\nSee also texture_min_size.\nWarning: This option is EXPERIMENTAL!");
|
||||
gettext("Base texture size");
|
||||
gettext("When using bilinear/trilinear filtering, low-resolution textures\ncan be blurred, so this option automatically upscales them to preserve\ncrisp pixels. This defines the minimum texture size for the upscaled textures;\nhigher values look sharper, but require more memory.\nThis setting is ONLY applied if any of the mentioned filters are enabled.\nThis is also used as the base node texture size for world-aligned\ntexture autoscaling.");
|
||||
gettext("Client Mesh Chunksize");
|
||||
|
@ -919,14 +1060,16 @@ fake_function() {
|
|||
gettext("Light curve boost spread");
|
||||
gettext("Spread of light curve boost range.\nControls the width of the range to be boosted.\nStandard deviation of the light curve boost Gaussian.");
|
||||
gettext("Networking");
|
||||
gettext("IPv6");
|
||||
gettext("Enable IPv6 support (for both client and server).\nRequired for IPv6 connections to work at all.");
|
||||
gettext("Prometheus listener address");
|
||||
gettext("Prometheus listener address.\nIf Luanti is compiled with ENABLE_PROMETHEUS option enabled,\nenable metrics listener for Prometheus on that address.\nMetrics can be fetched on http://127.0.0.1:30000/metrics");
|
||||
gettext("Maximum size of the outgoing chat queue");
|
||||
gettext("Maximum size of the outgoing chat queue.\n0 to disable queueing and -1 to make the queue size unlimited.");
|
||||
gettext("Prometheus listener address.\nIf Luanti is compiled with Prometheus support, this setting\nenables the metrics listener for Prometheus on that address.\nBy default you can fetch metrics from http://127.0.0.1:30000/metrics.\nAn empty value disables the metrics listener.");
|
||||
gettext("Maximum size of the client's outgoing chat queue");
|
||||
gettext("Maximum size of the client's outgoing chat queue.\n0 to disable queueing and -1 to make the queue size unlimited.");
|
||||
gettext("Mapblock unload timeout");
|
||||
gettext("Timeout for client to remove unused map data from memory, in seconds.");
|
||||
gettext("Mapblock limit");
|
||||
gettext("Maximum number of mapblocks for client to be kept in memory.\nSet to -1 for unlimited amount.");
|
||||
gettext("Maximum number of mapblocks for client to be kept in memory.\nNote that there is an internal dynamic minimum number of blocks that\nwon't be deleted, depending on the current view range.\nSet to -1 for no limit.");
|
||||
gettext("Maximum simultaneous block sends per client");
|
||||
gettext("Maximum number of blocks that are simultaneously sent per client.\nThe maximum total count is calculated dynamically:\nmax_total = ceil((#clients + max_users) * per_client / 4)");
|
||||
gettext("Delay in sending blocks after building");
|
||||
|
@ -1007,7 +1150,22 @@ fake_function() {
|
|||
gettext("Limits number of parallel HTTP requests. Affects:\n- Media fetch if server uses remote_media setting.\n- Serverlist download and server announcement.\n- Downloads performed by main menu (e.g. mod manager).\nOnly has an effect if compiled with cURL.");
|
||||
gettext("cURL file download timeout");
|
||||
gettext("Maximum time a file download (e.g. a mod download) may take, stated in milliseconds.");
|
||||
gettext("Client Debugging");
|
||||
gettext("Toggle camera update");
|
||||
gettext("Key for toggling the camera update. Only usable with 'debug' privilege.");
|
||||
gettext("Quicktune: select previous entry");
|
||||
gettext("Key for switching to the previous entry in Quicktune.");
|
||||
gettext("Quicktune: select next entry");
|
||||
gettext("Key for switching to the next entry in Quicktune.");
|
||||
gettext("Quicktune: decrement value");
|
||||
gettext("Key for decrementing the selected value in Quicktune.");
|
||||
gettext("Quicktune: increment value");
|
||||
gettext("Key for incrementing the selected value in Quicktune.");
|
||||
gettext("Miscellaneous");
|
||||
gettext("Chat weblinks");
|
||||
gettext("Clickable weblinks (middle-click or Ctrl+left-click) enabled in chat console output.");
|
||||
gettext("Ignore world errors");
|
||||
gettext("If enabled, invalid world data won't cause the server to shut down.\nOnly enable this if you know what you are doing.");
|
||||
gettext("Display Density Scaling Factor");
|
||||
gettext("Adjust the detected display density, used for scaling UI elements.");
|
||||
gettext("Enable console window");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue