Page 2 of 2

Re: Best UK Terrain Set

PostPosted: Fri May 12, 2017 7:16 am
by gougha
I had this problem with my route. I started with the default Kuju textures but then decided I wanted to use some of the freeware pack textures. To save repainting everything I just added the new textures to the list in route properties underneath the old textures. That way the previously painted textures stayed where the were but the new textures were also available.

Sent from my SM-G930F using Tapatalk

Re: Best UK Terrain Set

PostPosted: Fri May 12, 2017 8:23 am
by Rockdoc2174
That's handy to know. Now I just need a tutorial on modifying the right files! LOL!

Keith

Re: Best UK Terrain Set

PostPosted: Fri May 12, 2017 6:54 pm
by brysonman46
gougha wrote:I had this problem with my route. I started with the default Kuju textures but then decided I wanted to use some of the freeware pack textures. To save repainting everything I just added the new textures to the list in route properties underneath the old textures. That way the previously painted textures stayed where the were but the new textures were also available.

Sent from my SM-G930F using Tapatalk


Do you mean open up RouteProperties.xml, and add an extra set in here
Code: Select all
   <BlueprintID>
      <iBlueprintLibrary-cAbsoluteBlueprintID>
         <BlueprintSetID>
            <iBlueprintLibrary-cBlueprintSetID>
               <Provider d:type="cDeltaString">UKTS_FP</Provider>
               <Product d:type="cDeltaString">Terrain_Textures</Product>
            </iBlueprintLibrary-cBlueprintSetID>
         </BlueprintSetID>
         <BlueprintID d:type="cDeltaString">TemplateRoutes\Default.xml</BlueprintID>
      </iBlueprintLibrary-cAbsoluteBlueprintID>
   </BlueprintID>

ie another BlueprintSetID?

Nick