fix for the class33 joint sound disappearing
On my PC, if I'm running the class33 and pause the game, when I unpause it i no lenger hear the click-clack joint sounds from inside the cab (outside is fine). Now I've found the solution if anybody is intersted.
using RW_Tools open the BG_MODERN.PROXYBIN file (\railworks\Assets\RSC\Class33Pack01\Audio\RailVehicles\Bogies)
scroll down almost to the bottom and find the <ONESHOT> section.
make sure both the INSIDE and OUTSIDE sections both REF to 40224160 for INSTANCE GROUP:
eg:
Save it and give it a try (you may have to make the same changes to the BG_MODERN.PROXYXML file too).
Well, it worked for me :)
using RW_Tools open the BG_MODERN.PROXYBIN file (\railworks\Assets\RSC\Class33Pack01\Audio\RailVehicles\Bogies)
scroll down almost to the bottom and find the <ONESHOT> section.
make sure both the INSIDE and OUTSIDE sections both REF to 40224160 for INSTANCE GROUP:
eg:
- <Oneshot>
- <kLoud-cTriggeredOneshot d:id="88320344">
<PlayState d:type="cDeltaString">OUTSIDE</PlayState>
<Sound d:type="ref">86395648</Sound>
<ModifierChain d:type="ref">88302552</ModifierChain>
<ControllerName d:type="cDeltaString">JointCount</ControllerName>
<TriggerType d:type="cDeltaString">ValueIsChanging</TriggerType>
<TriggerValue d:type="sFloat32" d:alt_encoding="000000000000F03F" d:precision="string">1</TriggerValue>
<ValueIsChangingGateTime d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0</ValueIsChangingGateTime>
<InstanceGroup d:type="ref">40224160</InstanceGroup>
</kLoud-cTriggeredOneshot>
- <kLoud-cTriggeredOneshot d:id="88285400">
<PlayState d:type="cDeltaString">INSIDE</PlayState>
<Sound d:type="ref">88280664</Sound>
<ModifierChain d:type="ref">88302552</ModifierChain>
<ControllerName d:type="cDeltaString">JointCount</ControllerName>
<TriggerType d:type="cDeltaString">ValueIsChanging</TriggerType>
<TriggerValue d:type="sFloat32" d:alt_encoding="000000000000F03F" d:precision="string">1</TriggerValue>
<ValueIsChangingGateTime d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0</ValueIsChangingGateTime>
<InstanceGroup d:type="ref">40224160</InstanceGroup>
</kLoud-cTriggeredOneshot>
</Oneshot>
Save it and give it a try (you may have to make the same changes to the BG_MODERN.PROXYXML file too).
Well, it worked for me :)