diff --git a/config/TecTech/tectech.cfg b/config/TecTech/tectech.cfg deleted file mode 100644 index dfedb2671d..0000000000 --- a/config/TecTech/tectech.cfg +++ /dev/null @@ -1,38 +0,0 @@ -# Configuration file - -debug { - # Enables logging and other purely debug features [default: false] - B:DebugMode=false - - # Enable debug output to fml-client-latest.log [default: false] - B:DoDebugMessages=false -} - - -features { - # Set to false to disable explosions on everything bad that you can do [default: true] - B:BoomEnable=true - - # Enables tricorder to scan EM i/o hatches directly, too CHEEKY [default: false] - B:EasyScan=false - - # Set to true to enable removal of plasmas heavier than Fe and other weird ones [default: false] - B:NerfFusion=false - - # Set to false to disable explosions caused by EM turrets [default: true] - B:TurretBoomEnable=true - - # Damage is multiplied by this number [range: 0.0 ~ 32767.0, default: 10.0] - S:TurretDamageFactor=10.0 - - # Explosion strength is multiplied by this number [range: 0.0 ~ 32767.0, default: 1.0] - S:TurretExplosionFactor=1.0 -} - - -modules { - # If set to true, every op/admin will receive all errors occurred during the startup phase as in game message on join [default: false] - B:AdminErrorLog=false -} - - diff --git a/config/tectech.cfg b/config/tectech.cfg new file mode 100644 index 0000000000..df4492c5ba --- /dev/null +++ b/config/tectech.cfg @@ -0,0 +1,29 @@ +# Configuration file + +general { + + ########################################################################################################## + # debug + #--------------------------------------------------------------------------------------------------------# + # Debug section + ########################################################################################################## + + debug { + # Enables logging and other purely debug features [default: false] + B:DEBUG_MODE=false + } + + ########################################################################################################## + # teslatweaks + #--------------------------------------------------------------------------------------------------------# + # Tesla tweaks section + ########################################################################################################## + + teslatweaks { + # Set true to enable the cool visual effect when tesla tower running. [default: true] + B:TESLA_VISUAL_EFFECT=true + } + +} + +