New Release XRSound 1.0 and Updated XR Vessels Released

dbeachy1

O-F Administrator
Administrator
Orbiter Contributor
Addon Developer
Donator
Beta Tester
Joined
Jan 14, 2008
Messages
9,216
Reaction score
1,562
Points
203
Location
VA
Website
alteaaerospace.com
Preferred Pronouns
he/him
the file "RCS sustain.wav" isn't playing at all anyway.

(I didn't make a new Orbiter install yet)

OK, that is interesting! That explains why the RCS Attack sound keeps playing: currently, if RCS Sustain is NOT playing, the code will replay RCS Attack because it thinks that the RCS sound just started, and in fact I was able to reproduce what you are seeing (the RCS Attack sound looping continuously) by setting RCSSustain = some_bugus_filename in my XRSound.cfg file. That behavior is a bug that I'll fix shortly with the rewrite of the RCS logic, but that still leaves the question of why the RCS Sustain sound is not playing for you (which, in turn, is what is causing the RCS Attack sound to loop for you).

Given that your XRSound.log shows that the system is not even attempting to play the RCS Sustain sound, that points to the RCS Sustain sound either being disabled or that wav file not being able to load successfully. Can you please check your XRSound.log file and look for a line like the one shown below in red?

Code:
03.06.2018 18:16:26.260 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
[COLOR="red"]03.06.2018 18:16:26.260 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav'][/COLOR]
03.06.2018 18:16:26.260 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']

The RCS Sustain sound should be loaded right after RCS Attack, and it should be loaded right when the scenario starts. Do you see any error messages there? Also, can you please double-check that your $ORBITER_ROOT\XRSound\Default\RCS Sustain.wav file exists and can play successfully in a media player? The goal here is to figure out why that sound is not loading/playing for you.
 

Ripley

Tutorial translator
Donator
Joined
Sep 12, 2010
Messages
3,133
Reaction score
407
Points
123
Location
Rome
Website
www.tuttovola.org
Yes, the LoadWav success: ... 'XRSound\Default\RCS Sustain.wav'] line is in the log.
And yes again, I've just opened and played that file in VLC with no problems.

This is a whole (few seconds gameplay) verbose log, where I kept down Numpad6.

Code:
03.07.2018 07:26:25.127 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 07:26:25.127 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 07:26:42.539 - ----------------------------------------------------------------------------
03.07.2018 07:26:42.539 - XRSound 1.00 BETA-5 (Build Date: Feb 19 2018) initialized using sound driver DirectSound8; irrKlang version = 1.6.0.  XRSound UpdateInterval = 0.050 (20.0 updates per second)
03.07.2018 07:26:42.541 - [XR1-01][class DeltaGliderXR1] Using configuration file(s): XRSound\XRSound.cfg (no override found [XRSound\XRSound-DeltaGliderXR1.cfg])
03.07.2018 07:26:42.541 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 07:26:42.542 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 07:26:42.544 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 07:26:42.547 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 07:26:42.550 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 07:26:42.636 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 07:26:42.639 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 07:26:42.639 - [XR1-01][0.000] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 07:26:42.641 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 07:26:42.644 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 07:26:42.646 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:42.647 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:42.647 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:42.648 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
[B]03.07.2018 07:26:42.655 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav'][/B]
03.07.2018 07:26:42.658 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 07:26:42.660 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 07:26:42.664 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Touchdown.wav']
03.07.2018 07:26:42.666 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 07:26:42.671 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 07:26:42.674 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 07:26:42.676 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 07:26:42.678 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 07:26:42.678 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:42.680 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:42.680 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:42.680 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:42.683 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 07:26:42.685 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 07:26:42.686 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:42.686 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 11 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:42.686 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'XR1-01' [class name 'DeltaGliderXR1'], bInvokedByClientVessel = 1, dwThrusterCount = 22, bShouldHaveDefaultSounds = 1
03.07.2018 07:26:42.686 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 1, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 07:26:42.686 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 2, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 07:26:42.689 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 3, playbackType = Radio (5), filename = 'XRSound\Default\Off.wav']
03.07.2018 07:26:42.692 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 4, playbackType = Radio (5), filename = 'XRSound\Default\Rotation.wav']
03.07.2018 07:26:42.694 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 5, playbackType = Radio (5), filename = 'XRSound\Default\Translation.wav']
03.07.2018 07:26:42.696 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 8, playbackType = Radio (5), filename = 'XRSound\Default\Error1.wav']
03.07.2018 07:26:42.696 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 9, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 07:26:42.698 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10, playbackType = Radio (5), filename = 'XRSound\Default\V1.wav']
03.07.2018 07:26:42.701 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 11, playbackType = Radio (5), filename = 'XRSound\Default\Rotate.wav']
03.07.2018 07:26:42.703 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 6, playbackType = Radio (5), filename = 'XRSound\Default\Gear Up.wav']
03.07.2018 07:26:42.706 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 7, playbackType = Radio (5), filename = 'XRSound\Default\Gear Down.wav']
03.07.2018 07:26:42.708 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 14, playbackType = Radio (5), filename = 'XRSound\Default\Pitch.wav']
03.07.2018 07:26:42.710 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 15, playbackType = Radio (5), filename = 'XRSound\Default\On.wav']
03.07.2018 07:26:42.713 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 16, playbackType = InternalOnly (1), filename = 'XRSound\Default\BeepHigh.wav']
03.07.2018 07:26:42.715 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 17, playbackType = InternalOnly (1), filename = 'XRSound\Default\BeepLow.wav']
03.07.2018 07:26:42.715 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 18, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 07:26:42.715 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 19, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 07:26:42.717 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 20, playbackType = InternalOnly (1), filename = 'XRSound\Default\Retro doors are closed.wav']
03.07.2018 07:26:42.717 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 23, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 07:26:42.720 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 27, playbackType = BothViewFar (2), filename = 'XRSound\Default\ScramJet.wav']
03.07.2018 07:26:42.722 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 13, playbackType = InternalOnly (1), filename = 'XRSound\Default\Warning Beep.wav']
03.07.2018 07:26:42.725 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 28, playbackType = InternalOnly (1), filename = 'XRSound\Default\Gear Whine.wav']
03.07.2018 07:26:42.727 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 29, playbackType = InternalOnly (1), filename = 'XRSound\Default\Gear Locked Thump.wav']
03.07.2018 07:26:42.727 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 30, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 07:26:42.730 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 31, playbackType = BothViewFar (2), filename = 'XRSound\Default\Error Sound File Missing.wav']
03.07.2018 07:26:42.732 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 43, playbackType = InternalOnly (1), filename = 'XRSound\Default\Fuel Flow.wav']
03.07.2018 07:26:42.732 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 44, playbackType = InternalOnly (1), filename = 'XRSound\Default\Fuel Flow.wav']
03.07.2018 07:26:42.732 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 45, playbackType = InternalOnly (1), filename = 'XRSound\Default\Fuel Flow.wav']
03.07.2018 07:26:42.734 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 46, playbackType = InternalOnly (1), filename = 'XRSound\Default\Door Opened Thump.wav']
03.07.2018 07:26:42.737 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 50, playbackType = InternalOnly (1), filename = 'XRSound\Default\Hover doors are closed.wav']
03.07.2018 07:26:42.739 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 51, playbackType = InternalOnly (1), filename = 'XRSound\Default\SCRAM doors are closed.wav']
03.07.2018 07:26:42.741 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 52, playbackType = InternalOnly (1), filename = 'XRSound\Default\Airlock.wav']
03.07.2018 07:26:42.745 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 61, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheel Chirp.wav']
03.07.2018 07:26:42.774 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 62, playbackType = BothViewClose (4), filename = 'XRSound\Default\Tires Rolling.wav']
03.07.2018 07:26:42.800 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 07:26:42.800 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.055 - [ISS][class ProjectAlpha_ISS] Using configuration file(s): XRSound\XRSound.cfg (no override found [XRSound\XRSound-ProjectAlpha_ISS.cfg])
03.07.2018 07:26:43.055 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.056 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 07:26:43.056 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 07:26:43.057 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Touchdown.wav']
03.07.2018 07:26:43.057 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 07:26:43.057 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 07:26:43.057 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 07:26:43.057 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 07:26:43.057 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 07:26:43.057 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.057 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.057 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.058 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.058 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 07:26:43.058 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 07:26:43.058 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.058 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 11 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.058 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'ISS' [class name 'ProjectAlpha_ISS'], bInvokedByClientVessel = 0, dwThrusterCount = 18, bShouldHaveDefaultSounds = 1
03.07.2018 07:26:43.058 - XRSoundDLL::GetXRSoundEngineInstance: returning NULL for vessel 'Mir' [class name 'Mir'], bInvokedByClientVessel = 0, dwThrusterCount = 0, bShouldHaveDefaultSounds = 0
03.07.2018 07:26:43.058 - XRSoundDLL::GetXRSoundEngineInstance: returning NULL for vessel 'Luna-OB1' [class name 'Wheel'], bInvokedByClientVessel = 0, dwThrusterCount = 0, bShouldHaveDefaultSounds = 0
03.07.2018 07:26:43.061 - [SH-03][class ShuttleA] Using configuration file(s): XRSound\XRSound.cfg + XRSound\XRSound-ShuttleA.cfg
03.07.2018 07:26:43.061 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.061 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.061 - Parsing config file 'XRSound\XRSound-ShuttleA.cfg'
03.07.2018 07:26:43.073 - Successfully parsed configuration file 'XRSound\XRSound-ShuttleA.cfg'
03.07.2018 07:26:43.073 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 07:26:43.073 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 07:26:43.073 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 07:26:43.073 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 07:26:43.073 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 07:26:43.073 - [SH-03][0.010] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 07:26:43.073 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 07:26:43.073 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 07:26:43.073 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.073 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Touchdown.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 07:26:43.074 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.074 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.075 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.075 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.075 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 07:26:43.075 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 07:26:43.075 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.075 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 11 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.075 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'SH-03' [class name 'ShuttleA'], bInvokedByClientVessel = 0, dwThrusterCount = 20, bShouldHaveDefaultSounds = 1
03.07.2018 07:26:43.078 - [PB-01][class ShuttlePB] Using configuration file(s): XRSound\XRSound.cfg (no override found [XRSound\XRSound-ShuttlePB.cfg])
03.07.2018 07:26:43.078 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.078 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.078 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 07:26:43.078 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 07:26:43.078 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 07:26:43.078 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Touchdown.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 07:26:43.079 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.080 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.080 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.080 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.080 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 07:26:43.080 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 07:26:43.081 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.081 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 11 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.081 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'PB-01' [class name 'ShuttlePB'], bInvokedByClientVessel = 0, dwThrusterCount = 16, bShouldHaveDefaultSounds = 1
03.07.2018 07:26:43.083 - [GL-02][class DeltaGlider] Using configuration file(s): XRSound\XRSound.cfg + XRSound\XRSound-DeltaGlider.cfg
03.07.2018 07:26:43.083 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.084 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.084 - Parsing config file 'XRSound\XRSound-DeltaGlider.cfg'
03.07.2018 07:26:43.087 - XRSoundConfigFileParser: using landing gear animation ID 7
03.07.2018 07:26:43.095 - Successfully parsed configuration file 'XRSound\XRSound-DeltaGlider.cfg'
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 07:26:43.096 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 07:26:43.099 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Wheels Down.wav']
03.07.2018 07:26:43.099 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 07:26:43.101 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10025, playbackType = Radio (5), filename = 'XRSound\Default\Wheels Up.wav']
03.07.2018 07:26:43.101 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10020, playbackType = BothViewMedium (3), filename = 'XRSound\Default\Wheel Chirp.wav']
03.07.2018 07:26:43.104 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10022, playbackType = Radio (5), filename = 'XRSound\Default\Wheel Stop.wav']
03.07.2018 07:26:43.104 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10023, playbackType = BothViewClose (4), filename = 'XRSound\Default\Tires Rolling.wav']
03.07.2018 07:26:43.104 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 07:26:43.104 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 07:26:43.104 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 07:26:43.104 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 07:26:43.104 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.104 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.105 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.105 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.105 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 07:26:43.105 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 07:26:43.105 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.106 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 11 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.106 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'GL-02' [class name 'DeltaGlider'], bInvokedByClientVessel = 0, dwThrusterCount = 21, bShouldHaveDefaultSounds = 1
03.07.2018 07:26:43.108 - [SH-01][class ShuttleA] Using configuration file(s): XRSound\XRSound.cfg + XRSound\XRSound-ShuttleA.cfg
03.07.2018 07:26:43.108 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.108 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 07:26:43.108 - Parsing config file 'XRSound\XRSound-ShuttleA.cfg'
03.07.2018 07:26:43.109 - Successfully parsed configuration file 'XRSound\XRSound-ShuttleA.cfg'
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Touchdown.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 07:26:43.109 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 07:26:43.110 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 07:26:43.110 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 07:26:43.110 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 07:26:43.110 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.110 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.110 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.111 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.111 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 07:26:43.111 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 07:26:43.111 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 301 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.111 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 11 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 07:26:43.111 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'SH-01' [class name 'ShuttleA'], bInvokedByClientVessel = 0, dwThrusterCount = 20, bShouldHaveDefaultSounds = 1
03.07.2018 07:26:43.145 - [XR1-01][0.010] XRSoundEngine::PlayWav playing sound [soundID = 10000, playbackType = InternalOnly (1), bLoop = 1, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 07:26:46.057 - [XR1-01][1.001] XRSoundEngine::LoadWav success: [soundID = 26, playbackType = Radio (5), filename = 'XRSound\Default\All XR1 Systems Nominal.wav']
03.07.2018 07:26:46.057 - [XR1-01][1.001] XRSoundEngine::PlayWav playing sound [soundID = 26, playbackType = Radio (5), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\All XR1 Systems Nominal.wav']
03.07.2018 07:26:51.022 - [XR1-01][5.967] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:51.576 - [XR1-01][6.521] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:52.128 - [XR1-01][7.075] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:52.682 - [XR1-01][7.629] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:52.888 - [XR1-01][7.831] XRSoundEngine::LoadWav success: [soundID = 11001, playbackType = InternalOnly (1), filename = 'XRSound\Default\Cabin Ambience\amb1.wav']
03.07.2018 07:26:52.888 - [XR1-01][7.831] XRSoundEngine::PlayWav playing sound [soundID = 11001, playbackType = InternalOnly (1), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\Cabin Ambience\amb1.wav']
03.07.2018 07:26:53.237 - [XR1-01][8.184] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:53.789 - [XR1-01][8.736] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:54.344 - [XR1-01][9.291] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:54.899 - [XR1-01][9.846] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:55.453 - [XR1-01][10.400] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:56.006 - [XR1-01][10.953] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:56.562 - [XR1-01][11.509] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:26:57.116 - [XR1-01][12.063] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 07:27:01.278 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'XR1-01'
03.07.2018 07:27:01.278 - [XR1-01][16.129] XRSoundEngine::StopWavImpl: stopping sound [soundID = 10000, playbackType = InternalOnly (1), bLoop = 1, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 07:27:01.281 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'ISS'
03.07.2018 07:27:01.283 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'PB-01'
03.07.2018 07:27:01.286 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'SH-03'
03.07.2018 07:27:01.288 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'GL-02'
03.07.2018 07:27:01.291 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'SH-01'
03.07.2018 07:27:01.295 - XRSound 1.00 BETA-5 (Build Date: Feb 19 2018) terminating.
 
Last edited:

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,604
Reaction score
2,324
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
Any recommendations how to implement the ignition sound of a Titan II? Its no true "Attack" sound, but rather keeps on going on for a few milliseconds after the the final thruster sound by the combustion chambers is heard. Also, it should not be heard when loading a scenario with engines already running.


And how to get a good recording of it? The Youtube sources are sadly in a rather poor audio quality, this might end rather disappointing in Orbiter.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,604
Reaction score
2,324
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
Yeah, those sound better, much more balanced. :)
 

dbeachy1

O-F Administrator
Administrator
Orbiter Contributor
Addon Developer
Donator
Beta Tester
Joined
Jan 14, 2008
Messages
9,216
Reaction score
1,562
Points
203
Location
VA
Website
alteaaerospace.com
Preferred Pronouns
he/him
Yes, the LoadWav success: ... 'XRSound\Default\RCS Sustain.wav'] line is in the log.
And yes again, I've just opened and played that file in VLC with no problems.

Hmm...that is very odd -- from a code standpoint, the logic that plays the RCS sustain sound is right alongside the RCS attack sound, and it's dirt-simple. I'll likely have the new XRSound 1.1 patch release ready within a few days, but I could send you a special debug version with extra logging if it comes to it. However, as a test first, can you please download the latest XRSound 1.0 from my site and install it in a clean Orbiter 2016 installation? Then run a test with the default DeltaGlider.
 

Ripley

Tutorial translator
Donator
Joined
Sep 12, 2010
Messages
3,133
Reaction score
407
Points
123
Location
Rome
Website
www.tuttovola.org
...However, as a test first, can you please download the latest XRSound 1.0 from my site and install it in a clean Orbiter 2016 installation? Then run a test with the default DeltaGlider.
Ok, I'll do that and report back in a few hours.

---------- Post added at 18:56 ---------- Previous post was at 16:45 ----------

SUCCESS!!!
A new O2016 install (with XRSound as the only add-on) solved it: default DG sounds ok!

Who knows what the problem was. Sorry for wasting your time, should have tried it first, but I was low on time and energies.

After adding your fleet, this is the usual log, same scenario:
Code:
03.07.2018 19:51:04.142 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 19:51:04.143 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.307 - ----------------------------------------------------------------------------
03.07.2018 19:51:17.307 - XRSound 1.00 (Build Date: Feb 20 2018) initialized using sound driver DirectSound8; irrKlang version = 1.6.0.  XRSound UpdateInterval = 0.050 (20.0 updates per second)
03.07.2018 19:51:17.313 - [XR1-01][class DeltaGliderXR1] Using configuration file(s): XRSound\XRSound.cfg (no override found [XRSound\XRSound-DeltaGliderXR1.cfg])
03.07.2018 19:51:17.313 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.313 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.314 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Touchdown.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 19:51:17.315 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 19:51:17.316 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 19:51:17.316 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.316 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.316 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.316 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.316 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 19:51:17.316 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.317 - [XR1-01][0.000] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 1 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.317 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'XR1-01' [class name 'DeltaGliderXR1'], bInvokedByClientVessel = 1, dwThrusterCount = 22, bShouldHaveDefaultSounds = 1
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 1, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 2, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 3, playbackType = Radio (5), filename = 'XRSound\Default\Off.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 4, playbackType = Radio (5), filename = 'XRSound\Default\Rotation.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 5, playbackType = Radio (5), filename = 'XRSound\Default\Translation.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 8, playbackType = Radio (5), filename = 'XRSound\Default\Error1.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 9, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 10, playbackType = Radio (5), filename = 'XRSound\Default\V1.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 11, playbackType = Radio (5), filename = 'XRSound\Default\Rotate.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 6, playbackType = Radio (5), filename = 'XRSound\Default\Gear Up.wav']
03.07.2018 19:51:17.317 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 7, playbackType = Radio (5), filename = 'XRSound\Default\Gear Down.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 14, playbackType = Radio (5), filename = 'XRSound\Default\Pitch.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 15, playbackType = Radio (5), filename = 'XRSound\Default\On.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 16, playbackType = InternalOnly (1), filename = 'XRSound\Default\BeepHigh.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 17, playbackType = InternalOnly (1), filename = 'XRSound\Default\BeepLow.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 18, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 19, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 20, playbackType = InternalOnly (1), filename = 'XRSound\Default\Retro doors are closed.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 23, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 27, playbackType = BothViewFar (2), filename = 'XRSound\Default\ScramJet.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 13, playbackType = InternalOnly (1), filename = 'XRSound\Default\Warning Beep.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 28, playbackType = InternalOnly (1), filename = 'XRSound\Default\Gear Whine.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 29, playbackType = InternalOnly (1), filename = 'XRSound\Default\Gear Locked Thump.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 30, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 31, playbackType = BothViewFar (2), filename = 'XRSound\Default\Error Sound File Missing.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 43, playbackType = InternalOnly (1), filename = 'XRSound\Default\Fuel Flow.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 44, playbackType = InternalOnly (1), filename = 'XRSound\Default\Fuel Flow.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 45, playbackType = InternalOnly (1), filename = 'XRSound\Default\Fuel Flow.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 46, playbackType = InternalOnly (1), filename = 'XRSound\Default\Door Opened Thump.wav']
03.07.2018 19:51:17.318 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 50, playbackType = InternalOnly (1), filename = 'XRSound\Default\Hover doors are closed.wav']
03.07.2018 19:51:17.319 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 51, playbackType = InternalOnly (1), filename = 'XRSound\Default\SCRAM doors are closed.wav']
03.07.2018 19:51:17.319 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 52, playbackType = InternalOnly (1), filename = 'XRSound\Default\Airlock.wav']
03.07.2018 19:51:17.319 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 61, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheel Chirp.wav']
03.07.2018 19:51:17.319 - [XR1-01][0.000] XRSoundEngine::LoadWav success: [soundID = 62, playbackType = BothViewClose (4), filename = 'XRSound\Default\Tires Rolling.wav']
03.07.2018 19:51:17.336 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.336 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.479 - [ISS][class ProjectAlpha_ISS] Using configuration file(s): XRSound\XRSound.cfg (no override found [XRSound\XRSound-ProjectAlpha_ISS.cfg])
03.07.2018 19:51:17.479 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.479 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.479 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 19:51:17.479 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 19:51:17.479 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 19:51:17.479 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 19:51:17.479 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 19:51:17.479 - [ISS][0.010] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Touchdown.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 19:51:17.480 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.481 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.481 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.481 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.481 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 19:51:17.481 - [ISS][0.010] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 19:51:17.482 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.482 - [ISS][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 1 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.482 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'ISS' [class name 'ProjectAlpha_ISS'], bInvokedByClientVessel = 0, dwThrusterCount = 18, bShouldHaveDefaultSounds = 1
03.07.2018 19:51:17.482 - XRSoundDLL::GetXRSoundEngineInstance: returning NULL for vessel 'Mir' [class name 'Mir'], bInvokedByClientVessel = 0, dwThrusterCount = 0, bShouldHaveDefaultSounds = 0
03.07.2018 19:51:17.482 - XRSoundDLL::GetXRSoundEngineInstance: returning NULL for vessel 'Luna-OB1' [class name 'Wheel'], bInvokedByClientVessel = 0, dwThrusterCount = 0, bShouldHaveDefaultSounds = 0
03.07.2018 19:51:17.485 - [SH-03][class ShuttleA] Using configuration file(s): XRSound\XRSound.cfg + XRSound\XRSound-ShuttleA.cfg
03.07.2018 19:51:17.485 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.485 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.485 - Parsing config file 'XRSound\XRSound-ShuttleA.cfg'
03.07.2018 19:51:17.485 - Successfully parsed configuration file 'XRSound\XRSound-ShuttleA.cfg'
03.07.2018 19:51:17.485 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 19:51:17.485 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 19:51:17.485 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Touchdown.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 19:51:17.486 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.487 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.487 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.487 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.487 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 19:51:17.487 - [SH-03][0.010] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 19:51:17.488 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.488 - [SH-03][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 1 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.488 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'SH-03' [class name 'ShuttleA'], bInvokedByClientVessel = 0, dwThrusterCount = 20, bShouldHaveDefaultSounds = 1
03.07.2018 19:51:17.491 - [PB-01][class ShuttlePB] Using configuration file(s): XRSound\XRSound.cfg (no override found [XRSound\XRSound-ShuttlePB.cfg])
03.07.2018 19:51:17.491 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.491 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.491 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 19:51:17.491 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 19:51:17.491 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 19:51:17.491 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Touchdown.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 19:51:17.492 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.493 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.493 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.493 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.493 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 19:51:17.493 - [PB-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 19:51:17.494 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.494 - [PB-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 1 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.494 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'PB-01' [class name 'ShuttlePB'], bInvokedByClientVessel = 0, dwThrusterCount = 16, bShouldHaveDefaultSounds = 1
03.07.2018 19:51:17.497 - [GL-02][class DeltaGlider] Using configuration file(s): XRSound\XRSound.cfg + XRSound\XRSound-DeltaGlider.cfg
03.07.2018 19:51:17.497 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.497 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.497 - Parsing config file 'XRSound\XRSound-DeltaGlider.cfg'
03.07.2018 19:51:17.497 - XRSoundConfigFileParser: using landing gear animation ID 7
03.07.2018 19:51:17.498 - Successfully parsed configuration file 'XRSound\XRSound-DeltaGlider.cfg'
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 19:51:17.498 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Wheels Down.wav']
03.07.2018 19:51:17.499 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 19:51:17.499 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10025, playbackType = Radio (5), filename = 'XRSound\Default\Wheels Up.wav']
03.07.2018 19:51:17.499 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10020, playbackType = BothViewMedium (3), filename = 'XRSound\Default\Wheel Chirp.wav']
03.07.2018 19:51:17.499 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10022, playbackType = Radio (5), filename = 'XRSound\Default\Wheel Stop.wav']
03.07.2018 19:51:17.499 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10023, playbackType = BothViewClose (4), filename = 'XRSound\Default\Tires Rolling.wav']
03.07.2018 19:51:17.499 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 19:51:17.499 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 19:51:17.499 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 19:51:17.499 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 19:51:17.499 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.499 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.499 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.500 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.500 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 19:51:17.500 - [GL-02][0.010] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 19:51:17.500 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.500 - [GL-02][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 1 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.500 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'GL-02' [class name 'DeltaGlider'], bInvokedByClientVessel = 0, dwThrusterCount = 21, bShouldHaveDefaultSounds = 1
03.07.2018 19:51:17.503 - [SH-01][class ShuttleA] Using configuration file(s): XRSound\XRSound.cfg + XRSound\XRSound-ShuttleA.cfg
03.07.2018 19:51:17.503 - Parsing config file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.504 - Successfully parsed configuration file 'XRSound\XRSound.cfg'
03.07.2018 19:51:17.504 - Parsing config file 'XRSound\XRSound-ShuttleA.cfg'
03.07.2018 19:51:17.504 - Successfully parsed configuration file 'XRSound\XRSound-ShuttleA.cfg'
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10009, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOn1.wav']
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10010, playbackType = InternalOnly (1), filename = 'XRSound\Default\SwitchOff1.wav']
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10000, playbackType = InternalOnly (1), filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10001, playbackType = Wind (6), filename = 'XRSound\Default\Landed Wind.wav']
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10002, playbackType = Radio (5), filename = 'XRSound\Default\Welcome Aboard All Systems Nominal.wav']
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::AddDefaultSound INFO: default sound ID 10014 disabled via config file.
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10032, playbackType = BothViewClose (4), filename = 'XRSound\Default\Wheelbrakes Noise.wav']
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10033, playbackType = InternalOnly (1), filename = 'XRSound\Default\Docking Radar Beep.wav']
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10004, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10005, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10006, playbackType = BothViewFar (2), filename = 'XRSound\Default\Main Engines.wav']
03.07.2018 19:51:17.504 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10007, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 19:51:17.505 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10008, playbackType = BothViewMedium (3), filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 19:51:17.505 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10018, playbackType = BothViewFar (2), filename = 'XRSound\Default\Crash.wav']
03.07.2018 19:51:17.505 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10019, playbackType = BothViewFar (2), filename = 'XRSound\Default\Metal Crunch.wav']
03.07.2018 19:51:17.505 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10021, playbackType = Radio (5), filename = 'XRSound\Default\Touchdown.wav']
03.07.2018 19:51:17.505 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10024, playbackType = Radio (5), filename = 'XRSound\Default\100 Knots.wav']
03.07.2018 19:51:17.505 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10034, playbackType = BothViewFar (2), filename = 'XRSound\Default\Flight Wind.wav']
03.07.2018 19:51:17.505 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10035, playbackType = BothViewFar (2), filename = 'XRSound\Default\Reentry Plasma.wav']
03.07.2018 19:51:17.505 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10037, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot On.wav']
03.07.2018 19:51:17.505 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10038, playbackType = InternalOnly (1), filename = 'XRSound\Default\Autopilot Off.wav']
03.07.2018 19:51:17.505 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Cabin Ambience' for soundID 11001: 12 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.505 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Altea STS' for soundID 11000: 141 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.506 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11003: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.506 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11004: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.506 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10036, playbackType = BothViewFar (2), filename = 'XRSound\Default\Sonic Boom.wav']
03.07.2018 19:51:17.506 - [SH-01][0.010] XRSoundEngine::LoadWav success: [soundID = 10039, playbackType = Radio (5), filename = 'XRSound\Default\Subsonic.wav']
03.07.2018 19:51:17.506 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default' for soundID 11002: 299 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.506 - [SH-01][0.010] DefaultSoundGroupPreStep::SetFolder INFO: successfully scanned folder path 'XRSound\Default\Music' for soundID 11005: 1 sound file(s) found with extensions [.wav .ogg  .mp3 .flac .mod .it .s3d .xm].
03.07.2018 19:51:17.506 - XRSoundDLL::GetXRSoundEngineInstance: creating new XRSound engine instance for vessel 'SH-01' [class name 'ShuttleA'], bInvokedByClientVessel = 0, dwThrusterCount = 20, bShouldHaveDefaultSounds = 1
03.07.2018 19:51:17.521 - [XR1-01][0.010] XRSoundEngine::PlayWav playing sound [soundID = 10000, playbackType = InternalOnly (1), bLoop = 1, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 19:51:19.265 - [XR1-01][1.001] XRSoundEngine::LoadWav success: [soundID = 26, playbackType = Radio (5), filename = 'XRSound\Default\All XR1 Systems Nominal.wav']
03.07.2018 19:51:19.265 - [XR1-01][1.001] XRSoundEngine::PlayWav playing sound [soundID = 26, playbackType = Radio (5), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\All XR1 Systems Nominal.wav']
[B]03.07.2018 19:51:19.965 - [XR1-01][1.701] XRSoundEngine::PlayWav playing sound [soundID = 10007, playbackType = BothViewMedium (3), bLoop = 0, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Attack.wav']
03.07.2018 19:51:19.965 - [XR1-01][1.701] XRSoundEngine::PlayWav playing sound [soundID = 10008, playbackType = BothViewMedium (3), bLoop = 1, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Sustain.wav']
03.07.2018 19:51:23.365 - [XR1-01][5.102] XRSoundEngine::StopWavImpl: stopping sound [soundID = 10008, playbackType = BothViewMedium (3), bLoop = 1, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\RCS Sustain.wav'][/B]
03.07.2018 19:51:24.495 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'SH-03'
03.07.2018 19:51:24.499 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'XR1-01'
03.07.2018 19:51:24.499 - [XR1-01][6.085] XRSoundEngine::StopWavImpl: stopping sound [soundID = 10000, playbackType = InternalOnly (1), bLoop = 1, volume = 1.00, bPaused = 0, bEnabled = 1, filename = 'XRSound\Default\Air Conditioning.wav']
03.07.2018 19:51:24.502 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'SH-01'
03.07.2018 19:51:24.504 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'ISS'
03.07.2018 19:51:24.507 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'GL-02'
03.07.2018 19:51:24.510 - XRSoundEngine::DestroyInstance: destroying XRSound engine instance for vessel 'PB-01'
03.07.2018 19:51:24.515 - XRSound 1.00 (Build Date: Feb 20 2018) terminating.
 
Last edited:

dbeachy1

O-F Administrator
Administrator
Orbiter Contributor
Addon Developer
Donator
Beta Tester
Joined
Jan 14, 2008
Messages
9,216
Reaction score
1,562
Points
203
Location
VA
Website
alteaaerospace.com
Preferred Pronouns
he/him
Awesome, that's great news! :tiphat: And no worries, it happens. :)
 

dbeachy1

O-F Administrator
Administrator
Orbiter Contributor
Addon Developer
Donator
Beta Tester
Joined
Jan 14, 2008
Messages
9,216
Reaction score
1,562
Points
203
Location
VA
Website
alteaaerospace.com
Preferred Pronouns
he/him
XRSound 1.1 has now been released. Release notes are:

  • Disabled AF Ctrl callouts for the Shuttle Atlantis via its XRSound config file to work around Orbiter core bug (reported by AssemblyLanguage).
  • Further tweaked the RCS sustain sound wav file to be more seamless at its loop point.
  • Refactored the RCS sound effects logic to use six independent sound slots for the RCS attack sounds (requested by DaveS). There is now a separate sound slot for each axis direction, plus one more slot used exclusively for the RCS sustain sound. This allows multiple, simultaneous RCS attack sounds to overlap. Each of the six new RCS attack sounds are independently configurable via the XRSound.cfg file and/or the XRSound C++ API just like any other sounds:
    Code:
    #--------------------------------------------------------------------------
    # RCS jets attack sounds; these do not loop, and their volume varies 
    # by thrust level for that particular axis direction's jets.  
    # There is a separate sound slot for each axis direction.
    # Sound IDs = 10040 - 10045
    # Default = XRSound\Default\RCS Attack.wav
    #--------------------------------------------------------------------------
    RCSAttackPlusX = XRSound\Default\RCS Attack.wav
    RCSAttackPlusY = XRSound\Default\RCS Attack.wav
    RCSAttackPlusZ = XRSound\Default\RCS Attack.wav
    RCSAttackMinusX = XRSound\Default\RCS Attack.wav
    RCSAttackMinusY = XRSound\Default\RCS Attack.wav
    RCSAttackMinusZ = XRSound\Default\RCS Attack.wav
  • Reduced default XRSound.log verbosity by only writing the DefaultSoundGroupPreStep::SetFolder INFO … logging calls if verbose logging is enabled.

Happy Orbiting! :tiphat:
 

Face

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 18, 2008
Messages
4,398
Reaction score
578
Points
153
Location
Vienna
Sound bridge updated. As usual, just rename /modules/plugin/OrbiterSound.dll and drop it in there.

Besides using the new libs, the bridge now translates the single RCSAttack OS4 slot for option setting and replacement calls to 6 calls for the new attack slots. I.e. if an OS4 vessels switches the attack sound on/off or replaces it with a different wave, it will affect the 6 slots on the XRSound side simultaneously. I don't know if this will reproduce the OS experience 1:1, but there is no single RCSAttack slot or "group" in the XRSound header anymore.
 

Ripley

Tutorial translator
Donator
Joined
Sep 12, 2010
Messages
3,133
Reaction score
407
Points
123
Location
Rome
Website
www.tuttovola.org
Hi Doug.
I noticed a file called "XR2-01_temp" (no extension) in ORBITER_ROOT\CONFIG folder.
Its date changes according to last sim session.

Its content is:
Code:
  STATUS Landed Earth
  HEADING 150
  GEAR 1 1.000000
  POS -80.70571400002123141348 28.63227400001467870538


---------- Post added at 17:57 ---------- Previous post was at 17:54 ----------

And I also noticed a distinct difference in output volume between orbiter_ng.exe and plain orbiter.exe.
Orbiter.exe is quite louder.
 

dbeachy1

O-F Administrator
Administrator
Orbiter Contributor
Addon Developer
Donator
Beta Tester
Joined
Jan 14, 2008
Messages
9,216
Reaction score
1,562
Points
203
Location
VA
Website
alteaaerospace.com
Preferred Pronouns
he/him
I noticed a file called "XR2-01_temp" (no extension) in ORBITER_ROOT\CONFIG folder.
Its date changes according to last sim session.

Its content is:
Code:
  STATUS Landed Earth
  HEADING 150
  GEAR 1 1.000000
  POS -80.70571400002123141348 28.63227400001467870538

That file is normal (for now); it is necessary for the hack that works around the Orbiter core bug with vessels constantly sliding around while parked -- it forces the XR vessel to be stationary when the parking brakes are engaged. It is not related to XRSound.

And I also noticed a distinct difference in output volume between orbiter_ng.exe and plain orbiter.exe.
Orbiter.exe is quite louder.

I have never seen that (I just retested it now), and TBH that would make no sense, because the exact same module code and XRSound.cfg is used in both cases. Are you testing in a clean Orbiter 2016 installation?
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,434
Reaction score
688
Points
203
Yes, the one just created a couple of days ago to debug my XRSound problems.
Anyway, it's a minor issue to me.
Have you checked the Windows Volume Control? Starting with Win 7 it is possible to adjust the volume for individual applications. It is possible that one of them is set to a lower volume level.
 

Loru

Retired Staff Member
Retired Staff
Addon Developer
Donator
Joined
Sep 30, 2008
Messages
3,731
Reaction score
6
Points
36
Location
Warsaw
No problems on Focusrite Scarlet Solo and Maya44 audio interfaces (Win10 Pro).
 

camelopardis

Donator
Donator
Joined
Mar 18, 2009
Messages
19
Reaction score
0
Points
1
Working great XRSound and Sound Bridge on Wine under Kubuntu (Pylon using sounds)
 

Ripley

Tutorial translator
Donator
Joined
Sep 12, 2010
Messages
3,133
Reaction score
407
Points
123
Location
Rome
Website
www.tuttovola.org
I need some simple "instructions" about Face's soundbridge module (I'm not at my pc so I can't test it for myself).
Ok, his dll overwrites Dansteph's original one, and that's clear.

But does it "need" OrbiterSound installed, or is it enough to itself? I'm thinking here to a new install, with no OrbiterSound at all.

I remember dbeachy1 wrote in the betatest thread to "disable OrbiterSound, otherwise 2 concurrent sound modules would play at the same time".
So does Face's module need to be enabled?
 

camelopardis

Donator
Donator
Joined
Mar 18, 2009
Messages
19
Reaction score
0
Points
1
I need some simple "instructions" about Face's soundbridge module (I'm not at my pc so I can't test it for myself).
Ok, his dll overwrites Dansteph's original one, and that's clear.

But does it "need" OrbiterSound installed, or is it enough to itself? I'm thinking here to a new install, with no OrbiterSound at all.

I remember dbeachy1 wrote in the betatest thread to "disable OrbiterSound, otherwise 2 concurrent sound modules would play at the same time".
So does Face's module need to be enabled?

You need XRSound installed, but not the original OrbiterSound.
 

Face

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 18, 2008
Messages
4,398
Reaction score
578
Points
153
Location
Vienna
But does it "need" OrbiterSound installed, or is it enough to itself? I'm thinking here to a new install, with no OrbiterSound at all.

Yes, it is enough. You need it activated in the modules tab, though.

Also note that not everything is working currently. Especially the old ABI (pre 3.x) and the MFD ABI is not implemented yet.
 
Top