
Disused Railways and stations
Moderator: Locomotion Moderators
- Loconoob
- Engineer
- Posts: 120
- Joined: 24 Nov 2011 02:04
- Location: Phoenix, AZ... Soon Honolulu, Hawaii!!!
Re: Disused Railways and stations
Thanks
I had the flyover for rail, but didn't think it was made for road. I will immidiatly look for that station.

Re: Disused Railways and stations
You will have to edit ur road and roadtram dats to make it available for the road. I would recommend digidampfan's station pack if you haven't already got it you can download it from amitrains site be warned though it does overrite ur trackst.datLoconoob wrote:ThanksI had the flyover for rail, but didn't think it was made for road. I will immidiatly look for that station.
- Loconoob
- Engineer
- Posts: 120
- Joined: 24 Nov 2011 02:04
- Location: Phoenix, AZ... Soon Honolulu, Hawaii!!!
Re: Disused Railways and stations
I'm not really fond of editing Trackst.DATs, but I'll make an attempt with these 

-
- Engineer
- Posts: 42
- Joined: 25 Oct 2012 22:05
Re: Disused Railways and stations
I like it, tried it last night where i would have an old railway then decided to rebuild it so they didnt last long!
- Trainman888
- Engineer
- Posts: 63
- Joined: 02 May 2011 21:44
Re: Disused Railways and stations
This looks sweet! I have some ideas for this.
- Trainman888
- Engineer
- Posts: 63
- Joined: 02 May 2011 21:44
Re: Disused Railways and stations
This is cool. I made this abandoned branch line. Oh and before anyone asks I used the LocoTrainer on this game.
- Attachments
-
- Ashville Station.jpg (360.73 KiB) Viewed 2921 times
-
- Chairman
- Posts: 779
- Joined: 09 Apr 2008 17:19
- Location: Stockholm, Sweden
Re: Disused Railways and stations
Hey now, that's pretty cool!
- Loconoob
- Engineer
- Posts: 120
- Joined: 24 Nov 2011 02:04
- Location: Phoenix, AZ... Soon Honolulu, Hawaii!!!
Re: Disused Railways and stations
Yeah, on my other large routed games, i would wait till i have money to waste, then i would make huge yards of dormant trains. The trick to get chuncks of them together on the same line is to either putt temp signals to place them there, or remove peices of track for a second, then re-build it after i place both of them.
Re: Disused Railways and stations
Wow, this is a really nice mod for those who like a more realistic style of gameplay!
Nice work Opan
Nice work Opan

-
- Engineer
- Posts: 42
- Joined: 25 Oct 2012 22:05
Re: Disused Railways and stations
Hi Opan, this is great! BTW is there any more news on your mod with the rails and ties?Opan wrote:I might be able to make this work. It turned out much better then I thought. This is the disused track with a overgrown base, then you can add either un-weathered ties or weathered rails.
I tried to record me building it in-game but I couldn't get Fraps, Camstudio or Hypercam to work so I settled with just a screenshot. I'll continue getting as much done as my free time permits, which may get more tricky with my exams looming in the coming weeks. Let me know what you think.
Re: Disused Railways and stations
I'm working on it while I can. I've been studying for exams for the last couple weeks but after I will have about a week of free time that I hope to be able to work on it.chrissykes wrote:Hi Opan, this is great! BTW is there any more news on your mod with the rails and ties?
-
- Engineer
- Posts: 42
- Joined: 25 Oct 2012 22:05
Re: Disused Railways and stations
Thanks for the update, good luck in your exams and i will look forward to an update when it comesOpan wrote:I'm working on it while I can. I've been studying for exams for the last couple weeks but after I will have about a week of free time that I hope to be able to work on it.chrissykes wrote:Hi Opan, this is great! BTW is there any more news on your mod with the rails and ties?
Re: Disused Railways and stations
Just my nickel's worth (inflation)... A missing point with disused tracks is sometimes they do connect with used track.. To do this for those interested requires editing both disused and trackst dat files making them compatable.
- Attachments
-
- Includes disused bridge
- Screenshot89.PNG (133.46 KiB) Viewed 2717 times
-
- Disused bridge and crossing
- Screenshot92.PNG (108.51 KiB) Viewed 2716 times
Re: Disused Railways and stations
Noted, thanks. I'll be sure to make that update when I can get some more work done to it.lsbc wrote:A missing point with disused tracks is sometimes they do connect with used track.. To do this for those interested requires editing both disused and trackst dat files making them compatable.

Re: Disused Railways and stations
Hopefully along with the disused rails trackmodOpan wrote:Noted, thanks. I'll be sure to make that update when I can get some more work done to it.

-
- Chairman
- Posts: 779
- Joined: 09 Apr 2008 17:19
- Location: Stockholm, Sweden
Re: Disused Railways and stations
How would i do that? My track is already compatible with the narrow gauge, tram track and all the roads and i don't want to mess aything up.lsbc wrote:Just my nickel's worth (inflation)... A missing point with disused tracks is sometimes they do connect with used track.. To do this for those interested requires editing both disused and trackst dat files making them compatable.
Re: Disused Railways and stations
You need to edit the "compatible[array]" section of both of the .dat files.
If you mess up, it always keeps a .bak (backup) file under the same name (rename it with the .dat extension).
If you mess up, it always keeps a .bak (backup) file under the same name (rename it with the .dat extension).
Re: Disused Railways and stations
First BACKUP trackst disused1 dat files then read this topic http://www.tt-forums.net/viewtopic.php?f=40&t=10314The Tram man wrote:How would i do that? My track is already compatible with the narrow gauge, tram track and all the roads and i don't want to mess aything up.lsbc wrote:Just my nickel's worth (inflation)... A missing point with disused tracks is sometimes they do connect with used track.. To do this for those interested requires editing both disused and trackst dat files making them compatable.
once you have that read you need to edit as follows
<variable name="numcompat" size="1">8</variable> this is 1 more than the 7 mine showed .. Add 1 to the numver yours shows
then add this line to the xml file for trackst and any others.. notice the 7 it's merely adding 1 to whatever number you have
<useobject desc="compatible[7]" class="17">DISUSED1</useobject>
for the disused1 insert
<useobject desc="compatible[7]" class="17">TRACKST </useobject>
be sure to backup before you attempt and keep the backup somewhere safe
Re: Disused Railways and stations
Backing them up is not necessary. Until the .xml is dropped on Locotool, the original file remains unaltered, and once the file has been changed, it creates a backup automatically.lsbc wrote:First BACKUP trackst disused1 dat files then read this topic http://www.tt-forums.net/viewtopic.php?f=40&t=10314
once you have that read you need to edit as follows
<variable name="numcompat" size="1">8</variable> this is 1 more than the 7 mine showed .. Add 1 to the numver yours shows
then add this line to the xml file for trackst and any others.. notice the 7 it's merely adding 1 to whatever number you have
<useobject desc="compatible[7]" class="17">DISUSED1</useobject>
for the disused1 insert
<useobject desc="compatible[7]" class="17">TRACKST </useobject>
be sure to backup before you attempt and keep the backup somewhere safe
-
- Chairman
- Posts: 779
- Joined: 09 Apr 2008 17:19
- Location: Stockholm, Sweden
Re: Disused Railways and stations
I will try to modify the files and try them tomorrow.
Who is online
Users browsing this forum: No registered users and 6 guests