Transport Fever 2

Transport Fever 2

94 rating
Asof_'s Small Dirt Roads Pack
   
Penghargaan
Favorit
Difavoritkan
Batalkan favorit
Track/Street: Street
Ukuran File
Diposting
Diperbarui
23.100 MB
1 Agu 2021 @ 1:40pm
1 Agu 2021 @ 1:45pm
2 Catatan Perubahan ( lihat )

Berlangganan untuk mengunduh
Asof_'s Small Dirt Roads Pack

Deskripsi
Description
This mod adds new narrow dirt country roads of fourteen new widths, with four speed limits each.



Variants
One-way roads come in widths of 2.5, 3.0, and 3.5m. Bidirectional roads come in widths of 3.0, 3.5, 4.0, 4.5, 5.0, 5.5, 6.0, 6.5, 7.0, 7.5, 8.0, 8.5, and 9.0m. Every road comes in speeds of 20, 30, 40, and 50 km/h.



Search Codes
Roads can be conveniently searched using a uniform search code applied to their titles. Search with the format: AZ_1_<road width>_<speed>K.

For example, "AZ_1_4.5_30K" means 4.5m wide road with 30km/h speed limit, and "AZ_1_7_50K" means 7m wide road with 50km/h speed limit.

One-way roads have an 'O' added to the search code before the road width. For example, "AZ_1_o2.5_20K" means 2.5m wide one-way road with 20km/h speed limit.

All roads are added under the "[AZ_1] Small Dirt Roads" category in the street construction menu, as seen in preview image #3.



Savegame Safety
This mod is safe to add to an existing savegame. To remove this mod from a savegame, you must demolish or replace all small dirt roads you built with roads from the base game or other mods. It is only safe to remove this mod from a savegame once all small dirt roads are removed or converted.

At some point in the future, the UI icons for the roads will be updated to include indicators of the road widths. This change will not break your savegames.



License
You may modify or derive from this mod only for private use. Do not distribute or publish your derived mods without my express permission first. I can be contacted easiest through direct messaging on Discord. My username is Asof_#3666. You can likely find me on the the semi-♥♥♥♥♥♥♥♥ Transport Fever 2 server (discord.gg/BEY8zEu). Attempting to contact me through Steam generally does not work, as I usually decline friend requests from people I don't recognize.


*-*-* Mod created by Asof_ *-*-*
13 Komentar
Ragno 29 Sep 2024 @ 1:35am 
Crash when loaded with "Street Fine Tuning"
45j54 7 Jul 2024 @ 4:24am 
DIRT
☠ Xenith Xenaku ☠ 26 Mar 2023 @ 12:42am 
Seems to conflict with "Street Fine Tuning"...
briansyston 4 Sep 2022 @ 11:02am 
No Tunnel system set up on this ! we need little tunnels !!
Misused chair 26 Feb 2022 @ 2:00pm 
a tiny one lane two way, I meant
Misused chair 26 Feb 2022 @ 2:00pm 
can you add a two way version of the tiny one, too? a one lane two way dirt road is very common, and none ore on the workshop
briansyston 4 Feb 2022 @ 1:47pm 
Buss stops stand in the middle can you fix this ? Or am i selecting the wrong type?
themeatballhero 26 Okt 2021 @ 5:17am 
For the code below, if anyone isn't sure of what file to alter, its the mod.lua at the bottom
Hossum 13 Sep 2021 @ 2:38am 
Thanks for the solution :)
lollus 12 Sep 2021 @ 1:48pm 
Hello, a small nit: if you change your code to:

setPriorityModifier = function (fileName, data)
if data and data.name then -- THIS IS WHAT I ADDED
for prefix, priority in pairs(streetPriorityLookupTable) do
if string.find(data.name , prefix) == 1 then
data.priority = priority
end
end
end -- AND THIS OF COURSE

return data
end

you will avoid crashes when street fine tuning, and possibly other mods with roads, are installed.