Files
imr6-patches-testing/config/immersivetechnology-client.toml
2026-07-26 13:21:37 +01:00

57 lines
2.0 KiB
TOML

#Render options
[render]
#This modifies the distance a special multiblock renderer is visible from (Default: 2.5).
#Range: 0.0 ~ 1.7976931348623157E308
multiblockSpecialRenderDistanceModifier = 2.5
#This controls if the animations and special client rendering applies to the Gas Turbine (Default: true).
gas_turbine_renderer = true
#This controls if the animations and special client rendering applies to the Steam Turbine (Default: true).
steam_turbine_renderer = true
#This controls if the animations and special client rendering applies to the Solar Reflector (Default: true).
solar_reflector_renderer = true
#Disables most lighting code for certain models that are rendered dynamically (TESR). May improve FPS. Affects various multiblocks.
disableFancyTESR = false
#Solar Reflector options
[solar_reflector]
#Disable the dance animation and sound for untaken solar reflectors (Default: false).
disable_dance = false
#Loop the dance animation and sound for untaken solar reflectors (Default: false).
loop_dance = false
#Base frequency for the sine-wave based 'dance' animation (higher = faster movement).
#Range: 0.1 ~ 10.0
base_frequency = 2.09
#Full cycle duration of the dance animation in seconds.
#Range: 10.0 ~ 300.0
dance_duration = 63.0
#Experimental options
[experimental]
#Display trash can OSD as per tick average instead of per second (Default: false).
per_tick_trash_cans = false
#Particle options
[particles]
#Enable particle collisions with blocks (Default: false).
collide = false
#Height scale for colored smoke particles (Default: 0.7).
#Range: 0.0 ~ 3.0
colored_smoke_height = 0.7
#Height scale for custom smoke particles (Default: 1.0).
#Range: 0.0 ~ 3.0
custom_smoke_height = 1.0
#Advanced Coke Oven Base Heater options
[advanced_coke_oven_baseheater]
#Maximum fan speed for the base heater animation.
#Range: 1.0 ~ 100.0
max_fan_speed = 35.0
#Fan acceleration rate for the base heater.
#Range: 0.1 ~ 20.0
fan_accel = 5.0
#Fan deceleration rate for the base heater.
#Range: 0.1 ~ 10.0
fan_decel = 1.0