techage/settingtypes.txt

43 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

2019-09-15 14:30:04 -07:00
# Maximim number of Forceload Blocks per player (default 20)
techage_max_num_forceload_blocks (Max. number of Forceload Blocks) int 20
2019-03-02 03:24:48 -08:00
# Enable Basalt Stone (and disable ore generation via cobble generator)
techage_basalt_stone_enabled (Basalt Stone enabled) bool false
2019-03-02 03:24:48 -08:00
# Rarity factor to find ores when sieving with the Gravel Sieve
# 1.0 is according to the mapgen generator
# 2.0 means half as many ores as result
# 0.5 means twice as many ores as result
techage_ore_rarity (Rarity factor to find ores) float 1.0
# Enable alternative recipes for steel and bronze.
# Instead of the furnace the player has to use the Coal Burner.
2020-03-29 13:07:05 -07:00
techage_modified_recipes_enabled (Enable alternative recipes for steel and bronze) bool false
# Seed for the oil exploration random function.
# Change this for your server in order not to be able to predict the oil reserves!
techage_oil_exploration_seed (techage oil exploration seed) int 1234
# Use the external Lua library 'lua-marshal' for faster serialization/deserialization
2020-05-23 05:11:35 -07:00
# of node meta data. See also 'README.md'.
techage_use_marshal (use lua-marshal as serialize/deserialize functions) bool false
2020-05-23 05:11:35 -07:00
# Use the external library 'lsqlite3' for for faster storing of data.
# See also 'README.md'.
techage_use_sqlite (use sqlite database) bool false
# To reduce the server CPU load, the number of sent techage commands
# per player and minute can be limited.
2021-12-11 11:15:55 -08:00
techage_command_limit (Max. number of commands sent per minute) int 1200
# Colliders are huge systems and should not be built on the surface.
# 'techage_collider_min_depth specifies' the min. depth (Y) to build a TA4 Collider
techage_collider_min_depth (Min. depth to build a TA4 Collider) int -30
# Average waiting time in minutes to get one Collider expoint.
# Default value is 60, which means one point per hour.
2022-08-03 13:19:46 -07:00
techage_expoint_rate_in_min (average waiting time for one expoint) int 60
# For testing purpuses only
techage_recipe_checker_enabled (test techage recipes) bool false