Is there an easy way to change the ground texture

General discussion about Train Simulator, your thoughts, questions, news and views!

Moderator: Moderators

Post Reply
User avatar
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

Post by 749006 »

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
Screenshot_Great Western Mainline_51.47448--0.86645_18-31-55.jpg
I would like something a bit darker - like this off the MML
Screenshot_MML - London St Pancras to Bedford_51.70859--0.32474_13-43-05.jpg
I think I did it in the past using RWTools but I cannot remember

Peter
http://peter749.piwigo.com/
My Railway Pictures
User avatar
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

Post by longbow »

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.
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

Post by brysonman46 »

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.
The path Provider\Route\Environment\Terrain\Texturing.bin was used in earlier routes, but now it seems to be Provider\Route\Environment\Terrain.bin.
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>
It has to be in the same place in the list, as the game stores the entry number in the Mixmap tiles.
Beware, this will cause all instances of the texture to be changed, not just under the track!
User avatar
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

Post by 749006 »

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
http://peter749.piwigo.com/
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

Post by brysonman46 »

Peter and I are working on this
Post Reply

Return to “[TS] General Discussion”