From 802458d910a836cddb60d1b8ee2f2bde0aa1dcb8 Mon Sep 17 00:00:00 2001 From: siimav <1120038+siimav@users.noreply.github.com> Date: Sun, 18 Aug 2024 14:09:36 +0300 Subject: [PATCH] Let the planet pack handle aeroFX constants These were all moved into RSS at some point. --- GameData/RealismOverhaul/RO_Physics.cfg | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/GameData/RealismOverhaul/RO_Physics.cfg b/GameData/RealismOverhaul/RO_Physics.cfg index 360e59af5a..f86ca72289 100644 --- a/GameData/RealismOverhaul/RO_Physics.cfg +++ b/GameData/RealismOverhaul/RO_Physics.cfg @@ -1,14 +1,5 @@ @PHYSICSGLOBALS:FOR[RealismOverhaul] -{ - // AeroFX - @aeroFXDensityScalar1 = 0.00004 - @aeroFXDensityExponent1 = 0.7 - @aeroFXDensityScalar2 = 0.0036 - @aeroFXDensityExponent2 = 2 - @aeroFXStartThermalFX = 4 - @aeroFXFullThermalFX = 8 - @aeroFXVelocityExponent = 4.0 - +{ // Gauges @temperatureGaugeThreshold = 0.8 @temperatureGaugeHighlightThreshold = 0.8