Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I'll write down the points that I didn't quite understand at first, so that others can take it as reference.
・Bus lane: If there is an alternative road, AI vehicles will not use it. In other words, it will be exclusive to your trucks and buses.
・ There are two places where locking is mentioned: Locking prevents the AI from automatically creating roads that connect to the locked road.
・On roads with multiple lanes in each direction: trams only run on the outermost lane.
・This mod exists to connect one road to many other roads.
・I tried to write it simply. It might be wrong.
Finally, I'd like to thank the creator for the MOD.
La stazione dei camion la copi dal gioco (è un file *.mdl), la apri con VS Code, togli il contenuto di "lods", salvala come parte di un nuovo mod. Per far prima copia da qualche altro mod perché devi rispettare certe regole, tipo avere una directory "res" e un file "mod.lua". Poi salva il tutto dentro la directory "staging_area".
Anyway, here is another question not related to your mod (i hope you can respond): Is there a way to make a truck station cargo completely invisible for customization? I want to create an industry with an invisible cargo station inside.
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
Try fixing it (instead of deactivating) and see if your game starts.
Are you using https://steamcommunity.com/sharedfiles/filedetails/?id=2563512381 ?
Can you reproduce your error in a test game with only this mod installed?
Lua exception
Exception type: Lua exception
This error is usually caused by modding. Some game resources contain incorrect data.
Details:
Error message: error: F:/SteamLibrary/steamapps/workshop/content/1066780/2563512381/mod.lua:52: bad argument #1 to 'find' (string expected, got nil)
stack traceback:
=[C](-1) :?
=[C](-1): find
@F:/SteamLibrary/steamapps/workshop/content/1066780/2563512381/mod.lua(52): v
@res/scripts/mod.lua(102): origApplyModifiers
@F:/SteamLibrary/steamapps/workshop/content/1066780/2267827829/res/scripts/eatglobal/mod.lua(163): ?
File name: F:/SteamLibrary/steamapps/workshop/content/1066780/2021038808/res/config/street/lollo_ultrathin_street.lua
Minidump: D:/STEAM/userdata/467138915/1066780/local/crash_dump/5d02357c-a794-4a3e-9296-1dbc347e76df.dmp
Mod: "Street fine tuning" (*2021038808, 1) (consider removing this mod and contacting the mod author)
And I just realized I'm blind, because there is a dedicated thread for this in Popular Discussions... Anyway, thanks again!