Skip to content

Commit 188ad4a

Browse files
author
Titus Studios Media Group
authored
Update config.txt
1 parent 73b7a9a commit 188ad4a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ if(first()){
3535
#Air Compressor
3636
Compressor_CFM = 254
3737
MainReservoirVolume = 33.8
38+
FeedPressure = 90 #Max Pressure for the BP/EQ
39+
MainReservoirPressure = 140 #Max Pressure for the MR
40+
MainReservoirRechragePressure = 130 #Min Pressure for the MR (This is the pressure that once it drops down it will rechrage from, ex, <130 = recharge to 140.)
3841
CompressorStart = "opencontrol/compressors/wbo/wbo6_loop.wav"
3942
CompressorShutdown = "opencontrol/compressors/wbo/wbo6_end.wav"
4043

@@ -72,6 +75,8 @@ if(first()){
7275
BrakeSqueal = "gsgtrainsounds/wheels/brake_3_loud.wav"
7376
RollSoundWelded = "gsgtrainsounds/misc/wheels_welded.wav"
7477
RollSoundJointed = "gsgtrainsounds/misc/wheels_jointed.wav"
78+
WheelSlipLoop = "gsgtrainsounds/wheels/wheelslip_loop.wav"
79+
WheelSlipEnd = "gsgtrainsounds/wheels/wheelslip_end.wav"
7580

7681
AlarmBellStart = "gsgtrainsounds/misc/alarmbell_loop.wav"
7782
AlarmBellEnd = "gsgtrainsounds/misc/alarmbell_end.wav"
@@ -146,7 +151,8 @@ CONFIGURATION_DATA = array(Shift,LeverBased,ReverserFS,ReverserNS,ReverserRS,Thr
146151
CompressorStart,CompressorShutdown,AutomaticApply,AutomaticRelease,AutomaticEmergency,AutomaticEmergencyRelease,IndependentApply,IndependentRelease,IndependentBailOn,IndependentBailOff,
147152
AutomaticBrakeType,IndependentBrakeType,TractionMotor,RadiatorFanStart,RadiatorFanEnd,DynamicFanStart,DynamicFanEnd,BrakeSqueal,RollSoundWelded,RollSoundJointed,AlarmBellStart,
148153
MaxGeneratorCurrent,Motors,Axles,MaxTractionMotorCurrent,MaxContinuousTractionMotorCurrent,TractionMotorType,MaxDynamicCurrent,MaxContinuousDynamicCurrent,EngineIdleRPM,
149-
EngineRedlineRPM,NumNotches,Horsepower,Weight,BaseSpeed,TopSpeed,ClaspBrakes,AlarmBellEnd,TransitionFS,TransitionNS,TransitionRS)
154+
EngineRedlineRPM,NumNotches,Horsepower,Weight,BaseSpeed,TopSpeed,ClaspBrakes,AlarmBellEnd,TransitionFS,TransitionNS,TransitionRS,FeedPressure,MainReservoirPressure,MainReservoirRechragePressure,
155+
WheelSlipLoop,WheelSlipEnd)
150156

151157
CONFIGURATION_CONTROL_DATA = Controls
152158
CONFIGURATION_ROUTING_DATA = Routing

0 commit comments

Comments
 (0)