road traffic

rodbasin

Member
could any tell me how to or find imformation on how to create a region for lefthand drive traffic. tried to find information on this is like looking for a needal in a haystack.
Ive tried to modify the sen city region for uk route but it stills stays the same even when ive changed all the car kuids
i found it easy to modify the the denmark region but not sen city .
 
Last edited:
Hi Rod,

I'm not quite sure what you want to modify. Sen City is a drive on the left route.

If you want a region to drive on the RIGHT then you need to add

ontheright 1

to the config file.

Boat
 
When you create a new layout the choice of country controls which side of the road vehicles drive on. Sorry if that's not what you were asking about.

John
 
thanks for your replys

i would like to configre my own regions with my own choice of vechiles for my uk and us routes ant to cover diffrent periods ,and increse the number of diffrent vecihles as much as possiable . I don't know if there is a limit to this.

thanks stuart.
 
thanks for your replys

i would like to configre my own regions with my own choice of vechiles for my uk and us routes ant to cover diffrent periods ,and increse the number of diffrent vecihles as much as possiable . I don't know if there is a limit to this.

thanks stuart.

Hi,

By all means just modify the Sen City region, (which itself is a modification of the Auran UK region)

Just change all the "Sen City UK"s to your own name and the kuid number to one of your own. Then change the kuids of the cars to the cars you want to put in it. There is a limit of 16, (might only be for TRS 2004 - not sure. Anyway, I'd stick to 16.)

The car0, car1 etc is what will change the cars appearing but copy them to the kuid table for good housekeeping.

Code:
username      "Sen City UK"
category-class      "YX"
kind       "region"
region       "Sen City UK"
category-region-0     "UK"
category-era-0      "1900s;1910s;1920s;1930s;1940s;1950s;1960s;1970s;1980s;1990s;2000s;2010s"
trainz-build      2.4
watercolor      70,100,200
defaultjunction      100553
longitude      0,0,0
latitude      51,29,1
altitude      0
car0       <kuid:70030:26013> 
car1       <kuid:70030:26009> 
car2       <kuid2:268304:1368:1> 
car3       <kuid:117608:50329> 
car4       <kuid:92263:8035> 
car5       <kuid:92263:8015> 
car6       <kuid:85441:62> 
car7       <kuid:85441:63> 
car8       <kuid:92263:9001>
car9       <kuid2:84912:29270:2> 
car10       <kuid:225064:401078> 
car11       <kuid:85441:11> // 
car12       <kuid:92263:8033> 
car13       <kuid:85441:17> 
car14       <kuid:225064:4010884> 
car15       <kuid:1942:11025> 
description      "A lush patchwork of verdant fields with gently rolling hills and valleys full of succulent cow pats. A fertile, rain soaked land where everyone complains about the weather.  A land where grass meets water's edge and leaf meets track, making all the trains run late in the autumn
In fact, a bit like Britain really.... only with scenarios controlling bits of it!  Oh and different vehicles!
Created for Sen City UK but feel free to use this Region for your own freeware creations.
Should be suitable for TRS 2004 and TRS 2006 and TC"
asset-filename      "Sen City UK"
kuid       <kuid:76656:1015>
kuid-table 
{
0       <kuid:70030:26013> 
1       <kuid:70030:26009> 
2       <kuid2:268304:1368:1> 
3       <kuid:117608:50329> 
4       <kuid:92263:8035> 
5       <kuid:92263:8015> 
6       <kuid:85441:62> 
7       <kuid:85441:63> 
8       <kuid:92263:9001> 
9       <kuid2:84912:29270:2> 
10       <kuid:225064:401078> 
11       <kuid:85441:11> 
12       <kuid:92263:8033> 
13       <kuid:85441:17> 
14       <kuid:225064:4010884> 
15       <kuid:1942:11025> 
}

As I said earlier, if you want cars to drive on the right, then add the line..

Code:
ontheright 1

...somewhere in the config.

Place the new config file into a new folder in custom/content, (TRS 2004) or 'import content' in TRS 2006 and then the next time you run Trainz, there should be an extra region to use when you select a new map.

Hope that helps,

Boat :wave:
 
Thanks for your help Boat .Ive got my region working now just takes a while for trs2004 to reconise it.


Don't forget, if you put it in Dispatcher/Downloads then you will need to delete TRS2004Chache/world_cache_Dispatcher.chump before Trainz will see the change.

(Or load another cdp - which will delete that file for you)

Boat
 
Back
Top