Page 1 of 1

Aliasing GEVO Lights to Another Engine

Unread postPosted: Sat Oct 15, 2016 7:12 pm
by ZekTheKid
So in the Any Route Any Era thread, I saw Buzz post this picture of the WP F7 with the GEVO lights:
Image
I'd like to do this on other locomotives, but I don't know how to. If someone could tell me how, I'd appreciate it. *!!thnx!!*

Re: Aliasing GEVO Lights to Another Engine

Unread postPosted: Sun Oct 16, 2016 4:08 pm
by buzz456
All I did was go into the engine bin file and replace this:
<cEntityContainerBlueprint-sChild d:id="310276">
<ChildName d:type="cDeltaString">Fwd_Headlight_01</ChildName>
<BlueprintID>
<iBlueprintLibrary-cAbsoluteBlueprintID>
<BlueprintSetID>
<iBlueprintLibrary-cBlueprintSetID>
<Provider d:type="cDeltaString">DTG</Provider>
<Product d:type="cDeltaString">FeatherRiver</Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString">RailVehicles\Diesel\F7\Default\Lights\F7_Main_Headlight_wFlare.xml</BlueprintID>
</iBlueprintLibrary-cAbsoluteBlueprintID>
</BlueprintID>

With this:
<cEntityContainerBlueprint-sChild d:id="310276">
<ChildName d:type="cDeltaString">Fwd_Headlight_01</ChildName>
<BlueprintID>
<iBlueprintLibrary-cAbsoluteBlueprintID>
<BlueprintSetID>
<iBlueprintLibrary-cBlueprintSetID>
<Provider d:type="cDeltaString">MLWAudio</Provider>
<Product d:type="cDeltaString">GE-GEVO-12</Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString">GEVO-12\HeadlightFlareEnhancement\Headlight_Flare_Bright.xml</BlueprintID>
</iBlueprintLibrary-cAbsoluteBlueprintID>
</BlueprintID>

Re: Aliasing GEVO Lights to Another Engine

Unread postPosted: Sun Oct 16, 2016 5:02 pm
by ZekTheKid
Thanks Buzz, I'll try that out ASAP. !!*ok*!!

Re: Aliasing GEVO Lights to Another Engine

Unread postPosted: Sun Oct 16, 2016 9:14 pm
by jalsina
Very interesting information!
*!!thnx!!*