PDA

View Full Version : Big Blue Ball


dick8299
02-13-2008, 09:22 AM
I thought I had followed the instructions correctly, however after creating a route template and generating a new route, all I got was a big blue ball.

Here is a cut and paste of most of the the route template using Context (Specifically the route name, Lat and Long, and Terrain entries:

<?xml version="1.0" encoding="utf-8"?>
<cRouteBlueprint>
<Element>
<Value>
<Attribute name="DisplayName">
<Localisation-cUserLocalisedString>
<Element>
<Value>
<Attribute name="English">
<cDeltaString>
<Element>
<Value>Louisville</Value>
</Element>
</cDeltaString>
</Attribute>

<Attribute name="OriginLongitude">
<sFloat64>
<Element>
<ToolData>
<Tool name="tool_cWinToolFloatDatum">
<cWinToolFloatDatum>
<Element>
<Value>
<Attribute name="mUnits">
<cFxString8>
<Element>
<Value></Value>
</Element>
</cFxString8>
</Attribute>
<Attribute name="mTypedIn">
<cFxString8>
<Element>
<Value>-86</Value>
</Element>
</cFxString8>
</Attribute>
</Value>
</Element>
</cWinToolFloatDatum>
</Tool>
</ToolData>
<Value>-86</Value>
</Element>
</sFloat64>
</Attribute>
<Attribute name="OriginLatitude">
<sFloat64>
<Element>
<ToolData>
<Tool name="tool_cWinToolFloatDatum">
<cWinToolFloatDatum>
<Element>
<Value>
<Attribute name="mUnits">
<cFxString8>
<Element>
<Value></Value>
</Element>
</cFxString8>
</Attribute>
<Attribute name="mTypedIn">
<cFxString8>
<Element>
<Value>38</Value>
</Element>
</cFxString8>
</Attribute>
</Value>
</Element>
</cWinToolFloatDatum>
</Tool>
</ToolData>
<Value>38</Value>
</Element>
</sFloat64>
</Attribute>

Attribute name="TerrainBlueprint">
<iBlueprintLibrary-cAbsoluteBlueprintID>
<Element>
<Value>
<Attribute name="BlueprintSetID">
<iBlueprintLibrary-cBlueprintSetID>
<Element>
<Value>
<Attribute name="Provider">
<cDeltaString>
<Element>
<Value>Kuju</Value>
</Element>
</cDeltaString>
</Attribute>
<Attribute name="Product">
<cDeltaString>
<Element>
<Value>RailSimulator</Value>
</Element>
</cDeltaString>
</Attribute>
</Value>
</Element>
</iBlueprintLibrary-cBlueprintSetID>
</Attribute>
<Attribute name="BlueprintID">
<cDeltaString>
<Element>
<Value>Environment\Terrain\Texturing.xml</Value>
</Element>
</cDeltaString>
</Attribute>
</Value>
</Element>
</iBlueprintLibrary-cAbsoluteBlueprintID>
</Attribute>
</Value>
</Element>
</cRouteBlueprint>

dick8299
02-13-2008, 01:08 PM
Although I followed directions in my second attempt, I had missed the operation to right click and choose new route template on my first attempt. It appears that in my flailing around, I had corrupted my copy of C:\Program Files\Rail Simulator\Source\Developer\Addon\TemplateRoutes\Ro ute.xml

Having finally realized this, I uninstalled and reinstalled the developer tools, and all is OK now.