I have been looking at the old GWR route from Paddington to Oxford and one thing that stands out is the ground texture near the track - not the track ballast
I would like something a bit darker - like this off the MML
I think I did it in the past using RWTools but I cannot remember
Peter
Is there an easy way to change the ground texture
Moderator: Moderators
- 749006
- Very Active Forum Member
- Posts: 9862
- Joined: Fri Mar 30, 2012 11:17 am
- Location: England
- Contact:
Is there an easy way to change the ground texture
http://peter749.piwigo.com/
My Railway Pictures
My Railway Pictures
- longbow
- Very Active Forum Member
- Posts: 3608
- Joined: Mon Mar 18, 2002 12:00 am
- Location: Noosa, Australia
- Contact:
Re: Is there an easy way to change the ground texture
The textures available in the route are defined in this file in the relevant assets folder: Provider\Route\Environment\Terrain\Texturing.bin
Using RW Tools you can edit the relevant texture file entry to reference the texture you want. What I don't know is whether this replaces the texture already applied in game.
Using RW Tools you can edit the relevant texture file entry to reference the texture you want. What I don't know is whether this replaces the texture already applied in game.
-
brysonman46
- Very Active Forum Member
- Posts: 2047
- Joined: Sun Jul 21, 2013 10:30 am
- Location: Larbert Central Scotland
Re: Is there an easy way to change the ground texture
The path Provider\Route\Environment\Terrain\Texturing.bin was used in earlier routes, but now it seems to be Provider\Route\Environment\Terrain.bin.longbow wrote:The textures available in the route are defined in this file in the relevant assets folder: Provider\Route\Environment\Terrain\Texturing.bin
Using RW Tools you can edit the relevant texture file entry to reference the texture you want. What I don't know is whether this replaces the texture already applied in game.
You can, indeed, exchange textures by replacing the entry in the Oxford-Paddington Texturing.bin to the relevant one in the BedPanLine, such as
Code: Select all
<cMixTexDescriptor d:id="13381">
<BaseTextureName d:type="cDeltaString">DTG\BedPanLine\Environment\Terrain\Rock\grav_000</BaseTextureName>
<BaseSpringTextureName d:type="cDeltaString"></BaseSpringTextureName>
<BaseSummerTextureName d:type="cDeltaString"></BaseSummerTextureName>
<BaseAutumnTextureName d:type="cDeltaString"></BaseAutumnTextureName>
<BaseWinterTextureName d:type="cDeltaString">DTG\BedPanLine\Environment\Terrain\Urban\Tarmac002_Wi</BaseWinterTextureName>
<DisplayName d:type="cDeltaString">Gravel Dark</DisplayName>
<LocalisedDisplayName>
<Localisation-cUserLocalisedString>
<English d:type="cDeltaString">Gravel Dark</English>
<French d:type="cDeltaString"></French>
<Italian d:type="cDeltaString"></Italian>
<German d:type="cDeltaString"></German>
<Spanish d:type="cDeltaString"></Spanish>
<Dutch d:type="cDeltaString"></Dutch>
<Polish d:type="cDeltaString"></Polish>
<Russian d:type="cDeltaString"></Russian>
<Other/>
<Key d:type="cDeltaString"></Key>
</Localisation-cUserLocalisedString>
</LocalisedDisplayName>
<Wang d:type="cDeltaString">eTrue</Wang>
<FloraIndex d:type="sUInt32">0</FloraIndex>
<FloraDensity d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0</FloraDensity>
<Category d:type="cDeltaString">eGravel</Category>
</cMixTexDescriptor>Beware, this will cause all instances of the texture to be changed, not just under the track!
- 749006
- Very Active Forum Member
- Posts: 9862
- Joined: Fri Mar 30, 2012 11:17 am
- Location: England
- Contact:
Re: Is there an easy way to change the ground texture
Thanks Nick,
I changed the tracks yesterday with those from the Bristol - Cardiff route but I have yet to do a complete run to see if thing look ok but the terrain texture stands out too much.
I will give this ago later
Peter
I changed the tracks yesterday with those from the Bristol - Cardiff route but I have yet to do a complete run to see if thing look ok but the terrain texture stands out too much.
I will give this ago later
Peter
http://peter749.piwigo.com/
My Railway Pictures
My Railway Pictures
-
brysonman46
- Very Active Forum Member
- Posts: 2047
- Joined: Sun Jul 21, 2013 10:30 am
- Location: Larbert Central Scotland
Re: Is there an easy way to change the ground texture
Peter and I are working on this