Hi,
Yes, they can. Quite easily actually, you only need to install them and then edit one file.
Seeing there is some interest in these files I've uploaded them to this thread (10 kB!) These will install to GreatNortherner \ Krug in your assets directory and will overwrite the older TimeOfDay blueprints if you already have the latest version of the Big Horn route installed.
Here is the download:
TimeOfDay v2.zip
To use these in your own route, simply install them and then edit your routeproperties.xml in a unicode aware text editor (not IE or Firefox). You may possibly also have to edit this route's associated templateroute bin file. Not sure about the second one, I always do that out of habit but I don't actually know if it's even necessary.
Anyway, open the file(s) and look for the SKIES code section, edit it to so it looks like the one you see below. Now you should already see the new skies. These use the default sky dome, sun and moon.
Please let me know if something doesn't work.
Cheers,
Michael
- Code: Select all
<Skies>
<cRouteBlueprint-sSkies>
<SpringSkyBlueprint>
<iBlueprintLibrary-cAbsoluteBlueprintID>
<BlueprintSetID>
<iBlueprintLibrary-cBlueprintSetID>
<Provider d:type="cDeltaString">GreatNortherner</Provider>
<Product d:type="cDeltaString">Krug</Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString">TimeOfDay\GN-Spring.xml</BlueprintID>
</iBlueprintLibrary-cAbsoluteBlueprintID>
</SpringSkyBlueprint>
<SummerSkyBlueprint>
<iBlueprintLibrary-cAbsoluteBlueprintID>
<BlueprintSetID>
<iBlueprintLibrary-cBlueprintSetID>
<Provider d:type="cDeltaString">GreatNortherner</Provider>
<Product d:type="cDeltaString">Krug</Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString">TimeOfDay\GN-Summer.xml</BlueprintID>
</iBlueprintLibrary-cAbsoluteBlueprintID>
</SummerSkyBlueprint>
<AutumnSkyBlueprint>
<iBlueprintLibrary-cAbsoluteBlueprintID>
<BlueprintSetID>
<iBlueprintLibrary-cBlueprintSetID>
<Provider d:type="cDeltaString">GreatNortherner</Provider>
<Product d:type="cDeltaString">Krug</Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString">TimeOfDay\GN-Autumn.xml</BlueprintID>
</iBlueprintLibrary-cAbsoluteBlueprintID>
</AutumnSkyBlueprint>
<WinterSkyBlueprint>
<iBlueprintLibrary-cAbsoluteBlueprintID>
<BlueprintSetID>
<iBlueprintLibrary-cBlueprintSetID>
<Provider d:type="cDeltaString">GreatNortherner</Provider>
<Product d:type="cDeltaString">Krug</Product>
</iBlueprintLibrary-cBlueprintSetID>
</BlueprintSetID>
<BlueprintID d:type="cDeltaString">TimeOfDay\GN-Winter.xml</BlueprintID>
</iBlueprintLibrary-cAbsoluteBlueprintID>
</WinterSkyBlueprint>
</cRouteBlueprint-sSkies>
</Skies>
You do not have the required permissions to view the files attached to this post.