by eyein12 » Fri Jun 24, 2011 10:23 am
you can edit the engine.bin file of your choice by opening it with serz. find your serz.exe in your railworks folder. drag and drop your .bin file to serz.exe. you will notice a .xml file has been created where your .bin file is, which can be opened by notepad or wordpad. open the new .xml file, find the line with hornsound.xml in it and replace the line with the address to the horn.xml you want the loco to use. each of my folders has a unique horn.xml which you will alias the loco to. edit the provider/ product lines replacing with eyein12 and soo-line respectively.
after this save the file and exit. drag and drop the xml to serz and youre done. you should notice that the.bin file date modified and time should be different than when you first started so you know the porcess worked.
example: this is what you will be looking for in the file.
<iBlueprintLibrary-cAbsoluteBlueprintID>
<BlueprintSetID>
<iBlueprintLibrary-cBlueprintSetID>
<Provider d:type="cDeltaString">RSC</Provider>
<Product d:type="cDeltaString">Dash9Pack01</Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString">Audio\RailVehicles\Diesel\Dash9\Cab\Dash9 Horn Sound.xml</BlueprintID>
change the items bolded to the ones mentioned above.
looks like this
<iBlueprintLibrary-cAbsoluteBlueprintID>
<BlueprintSetID>
<iBlueprintLibrary-cBlueprintSetID>
<Provider d:type="cDeltaString">eyein12</Provider>
<Product d:type="cDeltaString">soo-line</Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString">Audio\RailVehicles\Horns\EK K3LA TC\horn.xml</BlueprintID>
repeat folder structure for any other horn just changing the horn folder to whatever horn you want.