Page 1 of 1

DRB_Simstuff F40PH repaint problem

Unread postPosted: Wed Aug 13, 2014 9:36 pm
by TJ2002
Ok, so i am making a repaint for the F40PH, and it is a Metrolink. (it is based off of the DRB_Simstuff one)
and when i go to save the texture file in RSBintool, it saved just fine. (by the way, i am doing the texture in the body_nmc)
and i go to test it in-game, and it shows up as the default Amtrak F40PH.
Could someone help me out here?
*!!thnx!!* in advance!

Re: DRB_Simstuff F40PH repaint problem

Unread postPosted: Wed Aug 13, 2014 10:04 pm
by buzz456
Yes your game is not looking at the nmc, it's either looking at the one with no designation or the nm one.

Re: DRB_Simstuff F40PH repaint problem

Unread postPosted: Thu Aug 14, 2014 11:46 am
by TJ2002
well, that did not work, as the other repaints for it were all in the nmc.

Re: DRB_Simstuff F40PH repaint problem

Unread postPosted: Thu Aug 14, 2014 12:54 pm
by buzz456
Then the bin is not looking at the right texture. That's the other thing that can cause this problem.

Re: DRB_Simstuff F40PH repaint problem

Unread postPosted: Thu Aug 14, 2014 2:47 pm
by TJ2002
That did the trick! *!greengrin!*
*!!thnx!!* Buzz!

Re: DRB_Simstuff F40PH repaint problem

Unread postPosted: Mon Sep 15, 2014 7:24 pm
by UPSD70ACe
Quick off topic question I want to replace the DRB Stuff Horn Sound I usually just rename the Horn Sound File,I cannot find the horn sound file what file is it using?

Re: DRB_Simstuff F40PH repaint problem

Unread postPosted: Mon Sep 15, 2014 8:00 pm
by Chacal
It's mapped to the default SD40 horn.

Code: Select all
                  <cEntityContainerBlueprint-sChild d:id="15032824">
                     <ChildName d:type="cDeltaString">Horn</ChildName>
                     <BlueprintID>
                        <iBlueprintLibrary-cAbsoluteBlueprintID>
                           <BlueprintSetID>
                              <iBlueprintLibrary-cBlueprintSetID>
                                 <Provider d:type="cDeltaString">Kuju</Provider>
                                 <Product d:type="cDeltaString">RailSimulatorUS</Product>
                              </iBlueprintLibrary-cBlueprintSetID>
                           </BlueprintSetID>
                           <BlueprintID d:type="cDeltaString">Audio\RailVehicles\Diesel\SD40\Cab\Class SD40 Horn Sound.xml</BlueprintID>
                        </iBlueprintLibrary-cAbsoluteBlueprintID>
                     </BlueprintID>
                     <Matrix>
                        <cHcRMatrix4x4>
                           <Element/>
                        </cHcRMatrix4x4>
                     </Matrix>
                  </cEntityContainerBlueprint-sChild>

Re: DRB_Simstuff F40PH repaint problem

Unread postPosted: Mon Sep 15, 2014 8:30 pm
by UPSD70ACe
That Worked Thanks. *!!thnx!!*