[Fairbanks Morse H-16-44] horn issue The Repostening

Discussion of rolling-stock creation & re-painting.

[Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby IvanTheRussianDood » Wed Oct 13, 2021 11:47 pm

I realize there is an audio help section but I made this post over there nearly three days ago and haven't gotten a response, and this help section seems to be more active so here goes.

REEEEEEEPOST

I am having issues getting the horn I've made for my FM H-16-44 to work. The horn is a WABCO E2B1. I have created the horn controller, and horn blueprints within the audio folder and referenced them within the engine blueprint under the children section. I have a functioning horn control button on my HUD which I can click and it responds to said click. However, it will not play any audio when I push the horn button. I used the Davdecoder program to check the dav files to make sure they weren't empty and sure enough they all have sound. I've been cross referencing the audio controller and engine blueprints sections of the developer docs but I can't figure out where the issue is. If someone more experienced is able to help find where the issue is that would be greatly appreciated.

Blueprint xml files and Screenshot Tax below:
You do not have the required permissions to view the files attached to this post.
IvanTheRussianDood
 

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby bnsfsubdivision » Thu Oct 14, 2021 3:55 am

Your "WABCOE2B1 Horn.xml" is the issue. The file path under the "SoundComponent" entry is incorrect.

ThIs:
Code: Select all
<SoundComponent>
   <cSoundComponentBlueprint>
      <ProxyName d:type="cDeltaString">Audio\Horns\Horn\WABCOE2B1_HornControl.xml</Value>
      <Type d:type="cDeltaString">RailVehicle</Type>
   </cSoundComponentBlueprint>
</SoundComponent>


Should read this:
Code: Select all
<SoundComponent>
   <cSoundComponentBlueprint>
      <ProxyName d:type="cDeltaString">TESTSTUFF\FM H-16-44 Phase 1\Audio\Horns\Horn\WABCOE2B1_HornControl</Value>
       <Type d:type="cDeltaString">RailVehicle</Type>
   </cSoundComponentBlueprint>
</SoundComponent>
Kevin Schulz
Artist - Searchlight Simulations
User avatar
bnsfsubdivision
 
Posts: 822
Joined: Sun Feb 20, 2011 5:27 am

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby IvanTheRussianDood » Thu Oct 14, 2021 11:24 am

I tried exporting the horn blueprint files with the updated line of code like you said. The blueprint editor threw an error message saying referenced file not found but it still exported without failing. However the horn still isn't playing.

heres the updated horn xml file and a zip with the horn audio.
You do not have the required permissions to view the files attached to this post.
IvanTheRussianDood
 

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby bnsfsubdivision » Thu Oct 14, 2021 11:34 am

Change the line to read:
Code: Select all
<ProxyName d:type="cDeltaString">TESTSTUFF\FM H-16-44 Phase 1\Audio\Horns\Horn\WABCOE2B1_HornControl.xml</Value>
(Thought you were making changes on the exported files and not the source).

You may also want to delete the "EditorRenderComponent" entry in that sound blueprint as it's not required.
Kevin Schulz
Artist - Searchlight Simulations
User avatar
bnsfsubdivision
 
Posts: 822
Joined: Sun Feb 20, 2011 5:27 am

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby suzukisk » Thu Oct 14, 2021 12:58 pm

W !!*ok*!! ill you be making any North American versions of this Loco it looks great.
suzukisk
 
Posts: 258
Joined: Fri Nov 11, 2016 12:21 pm
Location: Port Hope Ontario

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby mindenjohn » Thu Oct 14, 2021 1:23 pm

The only ones sold outside the US (209) and Canada (58) were 32 to Mexico so the model under construction is by definition North American.
I agree it looks superb.
John

I've a good memory for whatever I can remember!
If you wait for perfection you will never do anything but it doesn’t stop you wanting it.
Age doesn’t stop you, it just slows you down.
If you only learn one thing in life - learn to think how your actions and words affect others BEFORE doing or saying.
mindenjohn
 
Posts: 1693
Joined: Fri Oct 05, 2018 4:34 am
Location: West Yorkshire, UK

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby IvanTheRussianDood » Thu Oct 14, 2021 2:27 pm

So I used TS-Tools to edit the output bin files to go to the directory TESTSTUFF\FM H-16-44 Phase 1\Audio\Horns\Horn\WABCOE2B1_HornControl.xml as you suggested, and also found that in the engine blueprint the file directory for the horn blueprint was not set correctly, and was updated to be the same format above. However despite this the horn still isn't blowing in game.

Updated xml files and horn sound zip below:
You do not have the required permissions to view the files attached to this post.
IvanTheRussianDood
 

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby IvanTheRussianDood » Thu Oct 14, 2021 2:29 pm

Also some eye candy for anyone else who stumbles in here.
You do not have the required permissions to view the files attached to this post.
IvanTheRussianDood
 

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby bnsfsubdivision » Thu Oct 14, 2021 3:10 pm

Make the following changes in your source blueprints, do NOT edit the exported xml files.

Within your "Engine blueprint 1", under the "ContainerComponent" section and your "Horn" child entry, the "BlueprintID" path is incorrect. Instead of:
Code: Select all
TESTSTUFF\FM H-16-44 Phase 1\Audio\Horns\Horn\WABCOE2B1 Horn.xml
it should read:
Code: Select all
Audio\Horns\Horn\WABCOE2B1 Horn.xml
.

Furthermore. The "Proxyname" path is once more incorrect in your exported "WABCOE2B1 Horn" file. Instead of:
Code: Select all
TESTSTUFF\FM H-16-44 Phase 1\Audio\Horns\Horn\WABCOE2B1_HornControl.xml
it should read:
Code: Select all
TESTSTUFF\FM H-16-44 Phase 1\Audio\Horns\Horn\WABCOE2B1_HornControl


Do NOT apply the above change to your source file that you export through the blueprint editor. The correct path within your BPE source file should read:
Code: Select all
TESTSTUFF\FM H-16-44 Phase 1\Audio\Horns\Horn\WABCOE2B1_HornControl.xml
When you export it, the BPE will automatically assign the correct extension to the proxy entry.
Kevin Schulz
Artist - Searchlight Simulations
User avatar
bnsfsubdivision
 
Posts: 822
Joined: Sun Feb 20, 2011 5:27 am

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby IvanTheRussianDood » Sun Oct 17, 2021 1:31 am

Image
The Horn machine...
It does the dooting now
https://youtu.be/IvPvHHgr8ZI
IvanTheRussianDood
 

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby BNSFdude » Sun Oct 17, 2021 3:11 am

That's some proper maritime sounds. Nice work
Anthony Wood
Audio Engineer - Searchlight Simulations
User avatar
BNSFdude
 
Posts: 2721
Joined: Tue Nov 29, 2011 1:46 am

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby mindenjohn » Sun Oct 17, 2021 5:07 am

That should clear the road ahead. !!*ok*!! !*salute*!
John

I've a good memory for whatever I can remember!
If you wait for perfection you will never do anything but it doesn’t stop you wanting it.
Age doesn’t stop you, it just slows you down.
If you only learn one thing in life - learn to think how your actions and words affect others BEFORE doing or saying.
mindenjohn
 
Posts: 1693
Joined: Fri Oct 05, 2018 4:34 am
Location: West Yorkshire, UK

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby pkz19 » Mon Oct 18, 2021 6:42 pm

I am so excited for this you have no idea!
pkz19
 
Posts: 310
Joined: Sun Mar 08, 2015 5:41 pm

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby IvanTheRussianDood » Tue Oct 19, 2021 9:44 pm

Well thanks for the interest in this project, just throwing this out to clear some stuff up.

There is no team behind this. Just me by myself, and I am a fourth year engineering student as well so expect progress to come slowly or possibly glacially. I am not DTM or another bigger team so I don't have the resources to push this thing forward at the speed of sound. However I am keeping myself moving by doing little things to keep the project moving forward slowly.

Some Slavic Madlad in way over his head but surviving somehow

Ivan

-P.S. also if you have questions send me a P.M. on the forum I'll try to answer them when I can
IvanTheRussianDood
 

Re: [Fairbanks Morse H-16-44] horn issue The Repostening

Unread postby jpetersjr » Mon Dec 13, 2021 11:33 pm

Can't wait to see progress in the cab as well.
Jonathan Burton Peters Jr, Big J

The Legend Of The New York Central System Shall Live Again In TS2021.


Website

https://jpetersjr1.wixsite.com/big-j-productions

3D Freeware Scenery Developer Since 2011
User avatar
jpetersjr
 
Posts: 4010
Joined: Tue Apr 26, 2011 6:31 pm
Location: Mobile, Alabama, United States,

Next

Return to Rolling-Stock Design

Who is online

Users browsing this forum: No registered users and 1 guest