Hallo,
um in der Bahnhofsgestaltung flexibler zu sein, habe ich versucht, die Bahnsteigabschnittsschilder aus der 3CCR von der Gleisnummer zu trennen. Dazu habe ich mir die .bin-Dateien der originalen Schilder (Bahnsteignummer + Abschnitt) angeschaut - vor allem den Teil des Abschnittsschildes - und die .bin-Datei des Nur-Abschnittsschiles entsprechend angepasst. Trotzdem finde ich das Schild mit nur dem Abschnittsbuchstaben (A,B,C...) nicht in der Auswahlliste.
Kurzum: Könnte sich bitte jemand mal die .bin-Datei anschauen und mir sagen, wo der Fehler liegt? Die .geopcdx hat wegen der 10.000-Zeichen-Regel nicht mehr hier reingepasst.
A.bin:
<?xml version="1.0" encoding="utf-8"?>
<cBlueprintLoader xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0">
<Blueprint>
<cSceneryBlueprint>
<Name d:type="cDeltaString">Schild A</Name>
<BrowseInformation>
<iBrowseableBlueprint-cBrowseInformation>
<DisplayName>
<Localisation-cUserLocalisedString>
<English d:type="cDeltaString">Schild A</English>
<French d:type="cDeltaString">Schild A</French>
<Italian d:type="cDeltaString">Schild A</Italian>
<German d:type="cDeltaString">Schild A</German>
<Spanish d:type="cDeltaString">Schild A</Spanish>
<Dutch d:type="cDeltaString">Schild A</Dutch>
<Polish d:type="cDeltaString">Schild A</Polish>
<Russian d:type="cDeltaString">Schild A</Russian>
<Other/>
<Key d:type="cDeltaString"></Key>
</Localisation-cUserLocalisedString>
</DisplayName>
<Description>
<Localisation-cUserLocalisedString>
<English d:type="cDeltaString">Schild A</English>
<French d:type="cDeltaString">Schild A</French>
<Italian d:type="cDeltaString">Schild A</Italian>
<German d:type="cDeltaString">Schild A</German>
<Spanish d:type="cDeltaString">Schild A</Spanish>
<Dutch d:type="cDeltaString">Schild A</Dutch>
<Polish d:type="cDeltaString">Schild A</Polish>
<Russian d:type="cDeltaString">Schild A</Russian>
<Other/>
<Key d:type="cDeltaString"></Key>
</Localisation-cUserLocalisedString>
</Description>
<Category d:type="cDeltaString">eStations</Category>
<ValidInScenarios d:type="cDeltaString">eFalse</ValidInScenarios>
</iBrowseableBlueprint-cBrowseInformation>
</BrowseInformation>
<RenderComponent>
<cSceneryRenderBlueprint>
<PrimaryNamedTextureSet>
<iBlueprintLibrary-cAbsoluteBlueprintID>
<BlueprintSetID>
<iBlueprintLibrary-cBlueprintSetID>
<Provider d:type="cDeltaString"></Provider>
<Product d:type="cDeltaString"></Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString"></BlueprintID>
</iBlueprintLibrary-cAbsoluteBlueprintID>
</PrimaryNamedTextureSet>
<SecondaryNamedTextureSet>
<iBlueprintLibrary-cAbsoluteBlueprintID>
<BlueprintSetID>
<iBlueprintLibrary-cBlueprintSetID>
<Provider d:type="cDeltaString"></Provider>
<Product d:type="cDeltaString"></Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString"></BlueprintID>
</iBlueprintLibrary-cAbsoluteBlueprintID>
</SecondaryNamedTextureSet>
<GeometryID d:type="cDeltaString">JustTrains\Austriaobjects\Scenery\OEBB_Bahnsteigobjekte\[00]A</GeometryID>
<CollisionGeometryID d:type="cDeltaString">JustTrains\Austriaobjects\Scenery\OEBB_Bahnsteigobjekte\[00]A</CollisionGeometryID>
<Pickable d:type="cDeltaString">eTrue</Pickable>
<CastsShadows d:type="cDeltaString">eTrue</CastsShadows>
<ShadowType d:type="cDeltaString">eShadowType_Blobby</ShadowType>
<ViewType d:type="cDeltaString">ExternalView</ViewType>
<HeatHaze/>
<TexText/>
<ProjectedLightElement/>
<Instancable d:type="bool">0</Instancable>
<DetailLevelGenerationRange>
<cSceneryRenderBlueprint-sDetailLevelGenerationRange>
<HighestLevel_1isHighest d:type="sInt32">1</HighestLevel_1isHighest>
<LowestLevel_10isLowest d:type="sInt32">10</LowestLevel_10isLowest>
</cSceneryRenderBlueprint-sDetailLevelGenerationRange>
</DetailLevelGenerationRange>
</cSceneryRenderBlueprint>
</RenderComponent>
<PosOriComponent>
<cPosOriBlueprint/>
</PosOriComponent>
<ContainerComponent>
<cEntityContainerBlueprint>
<TrackTerrainInEditor d:type="bool">0</TrackTerrainInEditor>
<Children/>
</cEntityContainerBlueprint>
</ContainerComponent>
<CollisionComponent>
<cCollisionComponentBlueprint>
<Boxes/>
<RequiredAtEndOfTrack d:type="bool">0</RequiredAtEndOfTrack>
</cCollisionComponentBlueprint>
</CollisionComponent>
</cSceneryBlueprint>
</Blueprint>
</cBlueprintLoader>
Danke