Transport Fever 2

Transport Fever 2

94 vurderinger
Asof_'s Small Dirt Roads Pack
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Track/Street: Street
Tags: road, Farm, country, Asof
Filstørrelse:
Offentliggjort:
Opdateret:
23.100 MB
1. aug. 2021 kl. 13:40
1. aug. 2021 kl. 13:45
2 ændringsbemærkninger ( vis )

Abonner for at downloade
Asof_'s Small Dirt Roads Pack

Beskrivelse
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-official 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 kommentarer
Ragno 29. sep. 2024 kl. 1:35 
Crash when loaded with "Street Fine Tuning"
45j54 7. juli 2024 kl. 4:24 
DIRT
☠ Xenith Xenaku ☠ 26. mar. 2023 kl. 0:42 
Seems to conflict with "Street Fine Tuning"...
briansyston 4. sep. 2022 kl. 11:02 
No Tunnel system set up on this ! we need little tunnels !!
Misused chair 26. feb. 2022 kl. 14:00 
a tiny one lane two way, I meant
Misused chair 26. feb. 2022 kl. 14:00 
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 kl. 13:47 
Buss stops stand in the middle can you fix this ? Or am i selecting the wrong type?
themeatballhero 26. okt. 2021 kl. 5:17 
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 kl. 2:38 
Thanks for the solution :)
lollus 12. sep. 2021 kl. 13:48 
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.