Transport Fever 2

Transport Fever 2

94 hodnocení
Asof_'s Small Dirt Roads Pack
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Track/Street: Street
Značky: road, Farm, country, Asof
Velikost souboru
Přidáno
Aktualizováno
23.100 MB
1. srp. 2021 v 13.40
1. srp. 2021 v 13.45
Poznámky ke změnám (2) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Asof_'s Small Dirt Roads Pack

Popis
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_ *-*-*
Počet komentářů: 13
Ragno 29. zář. 2024 v 1.35 
Crash when loaded with "Street Fine Tuning"
45j54 7. čvc. 2024 v 4.24 
DIRT
☠ Xenith Xenaku ☠ 26. bře. 2023 v 0.42 
Seems to conflict with "Street Fine Tuning"...
briansyston 4. zář. 2022 v 11.02 
No Tunnel system set up on this ! we need little tunnels !!
Misused chair 26. úno. 2022 v 14.00 
a tiny one lane two way, I meant
Misused chair 26. úno. 2022 v 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. úno. 2022 v 13.47 
Buss stops stand in the middle can you fix this ? Or am i selecting the wrong type?
themeatballhero 26. říj. 2021 v 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. zář. 2021 v 2.38 
Thanks for the solution :)
lollus 12. zář. 2021 v 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.