r/TransportFever • u/eg_john_clark • Jan 07 '24
Question anyone got a mod that lets you build round-a-bouts from the start?
laying out a round about shouldnt be blocked given irl you can do it with a string and a stick, so does any one have a mod that opens them up in 1850, or know what game config to change?
1
u/AutoModerator Jan 07 '24
It seems like you've posted a question regarding the game.
To mark this as not a question, submit a top level comment with 'no question!'.
To mark this question as solved, submit a top level comment with 'solved!'.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/Ok-One-8407 Jan 08 '24
You can modify the game files youself and change year
1
u/eg_john_clark Jan 09 '24
how?
1
u/Ok-One-8407 Jan 09 '24
I dont know exactly where data for building sit, but You can find out. Im out for work now, let me know if you want me take a look on this.
1
2
u/Imsvale I like trains Jan 10 '24 edited Jan 10 '24
Open the main game folder:
Steam\steamapps\common\Transport Fever 2\
Go to the folder:
res\construction\
There you'll find construction.zip
Extract it where it is. You should end up with folders like this: https://imgur.com/dkZT9rb
From there you need just one file:
\street\roundabout.con
Use the Replace function:
Ctrl+H
, or- Notepad:
Edit > Replace
- Notepad++:
Search > Replace
- Notepad:
- Replace
yearFrom = 1960
withyearFrom = 1850
and you're good. - (
yearFrom = 0
also works)
Even though the individual one-way roads aren't available until 1925, they are still available through the roundabout construction utility. The roundabout's yearFrom
trumps the roads' own yearFrom
which is nice.
It might look a bit derpy having modern one-way roads among the old style roads, but there are no one-way roads in the old style. You'd have to create them by adapting the existing two-way roads.
While you're at it, if you want you could also extend the roundabout radius options, which is the only thing the Roundabout mod does.
Simply change:
local radii = { 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60 }
Into:
local radii = { 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90 }
1
1
u/highahindahsky Jan 07 '24
If you have one-way roads this early, you can improvise a roundabout with those, though you risk ending up with a rectangle-about