Hi all. Just a quick note, the assets for Castle Rock Railroad have been .ap'd the wrong way. The correct way is Assets\Provider\Product\assets.ap This is packed as Assets\Castlerock\CastlerockAssets.ap - so the Product path is missing. It should be Assets\Castlerock\Scenery\SceneryAssets.ap (the ap only containing the Scenery subfolders!) The way it is done you're missing assets like whistle signs and the station buildings - the .ap contents will not be loaded! Quick fix: just unpack them. DTG Jamie, could you pass this on to the team? Depot 208306 would need to be updated (US Loco & Assets Pack):
As seeing is believing, here's a comparison: Larkspur, default installation: Station building (middle of screen) missing Larkspur, unpacked assets: Note, to get the retro feel and get rid of the dark mountains on Cajon and CastleRock, I have switched off Dynamic Lighting here. This switch actually does more than you'd expect - it reverts the rendering to the default Kuju RailSimulator method, disabling light sources, rain effects, PostProcessing and the mountains fade to white in the distance instead of black. The sky used for this route is not really compatible with the actual engine (back then introduced as TSX with RailWorks 3). The sun will be drawn only on the first scenario played, after that restarting TS is needed. (Of course you can apply AP Sky here if you wish to, fixing all those issues - or just use 3D weather. At the moment I'm in a retro 'vanilla' mood playing on an extra installation)
The AP does contain the Scenery subfolder inside, so according your appropriate description at the very top, the Provider itself is missing (Kuju or RSC). You might be correct but then the path in the route is like Assets / CastleRock / Scenery / Scenery / ... At least it's good to know just in case someone goes smartiepants like I just did and fixes it the wrong way! I don't have any screenie of Larkspur, but I suspect the Monument station building was also missing, here.
No. No double "Scenery" folder. It must be as I have described. The issue is not the name but the folder level on which the .ap resides. Provider is "Castlerock" and Product is "Scenery". Code: + [Assets] + [Castlerock] + [Scenery] + [textures] castlerockwhistlepost.bin castlerockwhistlepost.GeoPcDx larkspurstation.bin larkspurstation.GeoPcDx MonumentStation.bin MonumentStation.GeoPcDx Correctly .ap'd it is then the "textures" folder plus the 6 files in an archive - the ap must NOT contain the "Scenery" folder itself. Hope that's clear now.
Oki, I said because my AP looks like this: I understand now what you meant by the AP containing the subfolders. So without editing the picture above, the route should change like this: ...\RailWorks\Assets\Castlerock\CastlerockAssets.ap\Scenery\ original, wrong ...\RailWorks\Assets\Castlerock\Scenery\CastlerockAssets.ap\ supposedly fine Meaning, it's not just moving the AP but also changing its contents.
Yes you have to repack the ap of course - else you'd have the double Scenery folders. I've pointed that out in the original post.