ShadowSteel18 wrote:How would you edit the bin file? I am not a big modeler and this is all very new to me. I have only posted one scenario on the Steam Workshop and this will be my second scenario every (and trust me it's hard for my to make these scenarios). Messing around with the bin files, the shape files, or the proxyxml files is very hard to do.
Alright I total understand. Here is how to edit the .bin for the Britkit E8 (The one you copied). First you need to go to the "engine" folder and drag the "x-E8a-ndb.bin" file into serz.exe (Should have shortcut on desktop) If you don't know where serz.exe is, you can find it in your "Railworks" folder. After dragging the .bin file into serz it should make this file: "x-E8a-ndb.xml". Open the .xml file with notepad. When it is opened up, navigate to the top of the page and click "Edit" and then click "Replace...". A box should pop up with two lines called "Find What" and "Replace With". In the "Find What" line you need to put \Default\ (Include the "\" for both) and in the "Replace With" you need to put what you renamed your new folder with such as \Dinky\. Once complete click "Replace All" and the box should go away. Here is an example of what that did. <BlueprintID d:type="cDeltaString">Railvehicles\Diesel\E8\Burlington Northern\Buckeye\Buckeye_coupling.xml</BlueprintID> Notice how "Burlington Northern" replaced "Default". You need to do two more things and you will be finished. Go to the top of the .xml file and you should see this:
<?xml version="1.0" encoding="utf-8"?>
<cBlueprintLoader xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0">
<Blueprint>
<cEngineBlueprint>
<Name d:type="cDeltaString">x-E8A-Default</Name>
<BrowseInformation>
<iRailVehicleBlueprint-cBrowseRVInformation>
<DisplayName>
<Localisation-cUserLocalisedString>
<English d:type="cDeltaString">x-E8A-Default</English>
<French d:type="cDeltaString"></French>
<Italian d:type="cDeltaString"></Italian>
<German d:type="cDeltaString"></German>
<Spanish d:type="cDeltaString"></Spanish>
<Arabic d:type="cDeltaString"></Arabic>
<Basque d:type="cDeltaString"></Basque>
<Bulgarian d:type="cDeltaString"></Bulgarian>
<Catalan d:type="cDeltaString"></Catalan>
<Croatian d:type="cDeltaString"></Croatian>
<Czech d:type="cDeltaString"></Czech>
<Danish d:type="cDeltaString"></Danish>
<Dutch d:type="cDeltaString"></Dutch>
<Finnish d:type="cDeltaString"></Finnish>
<FrenchCA d:type="cDeltaString"></FrenchCA>
<Greek d:type="cDeltaString"></Greek>
<Hungarian d:type="cDeltaString"></Hungarian>
<Indonesian d:type="cDeltaString"></Indonesian>
<Japanese d:type="cDeltaString"></Japanese>
<Korean d:type="cDeltaString"></Korean>
<Norwegian d:type="cDeltaString"></Norwegian>
<Polish d:type="cDeltaString"></Polish>
<Portuguese d:type="cDeltaString"></Portuguese>
<PortugueseBR d:type="cDeltaString"></PortugueseBR>
<Romanian d:type="cDeltaString"></Romanian>
<Russian d:type="cDeltaString"></Russian>
<Serbian d:type="cDeltaString"></Serbian>
<SimpChinese d:type="cDeltaString"></SimpChinese>
<Slovak d:type="cDeltaString"></Slovak>
<Slovenian d:type="cDeltaString"></Slovenian>
<Swedish d:type="cDeltaString"></Swedish>
<Thai d:type="cDeltaString"></Thai>
<TradChinese d:type="cDeltaString"></TradChinese>
<Turkish d:type="cDeltaString"></Turkish>
<Other/>
Where you see "Default" you need to replace that with your new folder name. Here is an example of what mine looks like.
<?xml version="1.0" encoding="utf-8"?>
<cBlueprintLoader xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0">
<Blueprint>
<cEngineBlueprint>
<Name d:type="cDeltaString">x-E8A-Burlington Northern</Name>
<BrowseInformation>
<iRailVehicleBlueprint-cBrowseRVInformation>
<DisplayName>
<Localisation-cUserLocalisedString>
<English d:type="cDeltaString">x-E8A-Burlington Northern</English>
<French d:type="cDeltaString"></French>
<Italian d:type="cDeltaString"></Italian>
<German d:type="cDeltaString"></German>
<Spanish d:type="cDeltaString"></Spanish>
<Arabic d:type="cDeltaString"></Arabic>
<Basque d:type="cDeltaString"></Basque>
<Bulgarian d:type="cDeltaString"></Bulgarian>
<Catalan d:type="cDeltaString"></Catalan>
<Croatian d:type="cDeltaString"></Croatian>
<Czech d:type="cDeltaString"></Czech>
<Danish d:type="cDeltaString"></Danish>
<Dutch d:type="cDeltaString"></Dutch>
<Finnish d:type="cDeltaString"></Finnish>
<FrenchCA d:type="cDeltaString"></FrenchCA>
<Greek d:type="cDeltaString"></Greek>
<Hungarian d:type="cDeltaString"></Hungarian>
<Indonesian d:type="cDeltaString"></Indonesian>
<Japanese d:type="cDeltaString"></Japanese>
<Korean d:type="cDeltaString"></Korean>
<Norwegian d:type="cDeltaString"></Norwegian>
<Polish d:type="cDeltaString"></Polish>
<Portuguese d:type="cDeltaString"></Portuguese>
<PortugueseBR d:type="cDeltaString"></PortugueseBR>
<Romanian d:type="cDeltaString"></Romanian>
<Russian d:type="cDeltaString"></Russian>
<Serbian d:type="cDeltaString"></Serbian>
<SimpChinese d:type="cDeltaString"></SimpChinese>
<Slovak d:type="cDeltaString"></Slovak>
<Slovenian d:type="cDeltaString"></Slovenian>
<Swedish d:type="cDeltaString"></Swedish>
<Thai d:type="cDeltaString"></Thai>
<TradChinese d:type="cDeltaString"></TradChinese>
<Turkish d:type="cDeltaString"></Turkish>
<Other/>
After you have finished the changes you need to save the .xml file and close it. Now drag the .xml file to serz.exe. That should be all you need to do. (I assume you already made a copy of the "Default" folder and pasted the "BN1" textures into the new folder.)
Hope this helped! If you need any more info let me know.