Transport Fever

Transport Fever

New Industry 2.54
Kuzo 2017 年 12 月 2 日 上午 1:51
Industry doesn't grow
Lor's of people including myself, having a problem, that industries doesn't work properly. They are being so to say lazy, producing something, but in really small amount, that doesn't fullfill cities need. Will we have a fix for that or we can scrap out saves and start over with out this mod?

Много людей столкнулись с багом так называемых "Ленивых заводов". Они практически не производят товары, в очень малом количестве, которого недостаточно для потребностей городов. Будет ли исправление этой проблемы или можно забить на сохранения и начать сначала без этого мода?
< >
正在显示第 1 - 15 条,共 57 条留言
RedOctober-SUI- 2017 年 12 月 7 日 上午 2:51 
Can second this. Can get industries to produce in any sort of quantity...
Soylent_Greene 2017 年 12 月 7 日 上午 10:08 
I tried building chain, from a fertilzer factory to a Cotton and Grain farms. From there to a feed lot and dairy with grain and textile mill with the cotton.
Using a hex editor for $$$ I made sure all the industries are at least level 3 (where applicable) but specifically the Fertilizer Factories took FOREVER to fill a big rig truck (19 slots).
So is it the factories being slow?
Or did I do something wrong?
CROISIS 2017 年 12 月 10 日 下午 10:18 
ya i love feight trains and the put out is much less then the reguar game
Ash 2017 年 12 月 14 日 上午 10:52 
I think I've solved this issue. They made it so the industries have a random production capacity per level, but that seems to mess with the game and industries won't seem to steadily produce for a route. In the mod config file there is a boolean for this function, if you change it to "false" it seems to fix the problem.

I had a game with an oil->fuel->town route that wouldn't even steadily produce 1/4 full trains (even after years of being set up), after the config change I loaded up the game and within about a year the production had ramped up to where I needed to add more trains.
Soylent_Greene 2017 年 12 月 15 日 上午 1:07 
In the mod config file there is a boolean for this function, if you change it to "false" it seems to fix the problem.


ASH, if you don't mind, Where is this mod config file stored (the default as I store mine on a standard HDD because I don't want to clutter up my boot SSD)

=======================================================================

OK, so after playing for over six hours with the modified Config file I STILL am not seeing the production or growth!

I must have done something wrong, so please enlighten me!

EDITED 12-23-2017 0818PST
========================================================================
Ok so I went and modified the second file, and set up the fertilzer-grain-dairy-food processor.
STILL was not producing more than a couple of fertilizer a month, same for the grain.
Since it is a dependent chain it was VERY frustrating.
I am getting similar results out of the Mail & Waste mods as well.

I am going to start a clean game with JUST this mod installed. See if perhaps the is a mod conflict. Will report back afterwards.

EDITED 12-23-2017 1213PST
=======================================================================
Stripped out the other mods, just this one.

Same results. I rechecked the SETTING.LUA and the MOD.LUA, followed the directions precisely. Still no growth.

I think the DEV should look into this a bit more.

Maybe I am still screwing it up?

Any advice will be welcome!
最后由 Soylent_Greene 编辑于; 2017 年 12 月 23 日 下午 12:16
Manbot 2017 年 12 月 22 日 下午 1:17 
Ok so I continued to have this issue as well and did the boolean change for Random to False... which did not work as it continued to show the same result... no industry growth. But I looked further into the code of the mod.lua and there is a if options.Random_Capacity, that falls under the
settings = NI_options,

runFn = function (settings)
...
if options.Random_Capacity then
print("NI mod: Random capacity enable")
else
print("NI mod: Random capacity disable")
end

so think you have to change this in 2 places, also in settings.lua

1 in the mod.lua the "Random_Capacity" on about row 17 change the default = true to false
Random_Capacity = {
type = "boolean",
default = false,
order = 2,
name = _("Enable random production amount"),

2. in the settings.lua the "Random_Capacity" on about row 3 change the Random_Capacity = true to false
Random_Capacity = false,

I am going to test this out and see if ti works.

Also FYI my mod and settings lua files were in...
\SteamLibrary\SteamApps\workshop\content\446800\1165791968\
Vitaro  [开发者] 2017 年 12 月 23 日 上午 5:23 
引用自 manbot_v007
Also FYI my mod and settings lua files were in...
\SteamLibrary\SteamApps\workshop\content\446800\1165791968\

It's option for TPFMM. Use him.
Rei'No Otoko 2017 年 12 月 24 日 下午 6:34 
I've noticed a new problem with industry loads I'm getting paid for delivering 50 but only 17 or 18 are being depositied.. this is with ships, I have 6 of them running atm and they are all nearly bringing 50 a trip but at the grain to livestock the grain is disappearing. there's not supposed to be any timers anymore, but the game clearly still has them. so my cattle are crawling out to the ship when it drops at the butcher factory its not getting all the cattle that is being shipped and so I end up with a total of 3 - 10 food .. it stinks of timers.. that are not supposed to be there!!
SoftwareSimian 2018 年 1 月 1 日 上午 7:38 
引用自 manbot_v007
1 in the mod.lua the "Random_Capacity" on about row 17 change the default = true to false
2. in the settings.lua the "Random_Capacity" on about row 3
Changing the default value in mod.lua isn't going to do anything, that just affects the presentation in TPFMM. The options in the mod are only controlled by the values in settings.lua
最后由 SoftwareSimian 编辑于; 2018 年 1 月 1 日 上午 7:39
TMK 2018 年 1 月 1 日 上午 8:43 
I think I'll need to remove this mod until it gets fixed. I usually start with oil>fuel>city line and without this mod it gives huuuuge amount of profit at the beginning, but with this mod after Oil source gets 2nd level upgrade, production falls below 60-70 and thus blocks whole line
Tokoso Tomimo 2018 年 1 月 7 日 上午 6:53 
I confirm the same issues: fertilizers, grain, livestock industries doesn't grow. Oil industry upgrades to lvl 2 and then drops production.
Drehverschluss 2018 年 1 月 9 日 上午 10:00 
For me still with the changed setting my Fertilzer-> Wheat -> Coal -> Alcohol production are horrible. And the Train Station loading speed is also very slow.

EDIT: Hmm maby i need to start over so this changes take effect?
最后由 Drehverschluss 编辑于; 2018 年 1 月 9 日 上午 10:05
Rei'No Otoko 2018 年 1 月 10 日 下午 7:20 
NO it not TPF. if I use TPF I make money hand over feet I'm rolling in it, But your mod does not play nice at all. The biggest issue is the vehicles unload get paid but no product is on the dock.
secondly the industry does not respond at all to need or orders , I've done everything I can to make it work but it just falls flat. that is the second issue no product from any of the starting producers in the chain just nothing but very little amounts.. if you can't fix this to work with train faver we can't use it, at all. Inz Tomek has the right of it. mine did exactly the same thing made up grade 2 and died.. very few industries are starting industry in the mod . if you have food in the right place it runs if not you loose. I'm still looking for something that produces as well as food, and you dont need the fertilizer either that is just extra money if you have it..
Dingbat 2018 年 1 月 10 日 下午 8:43 
Same. Want to share my dismay, especially the clothes production line. I am running 3 coupled-Consolidations with 12 tanks each on a crude oil line but once it's refined and sent to the chemical plant, I can only get about 3 tanks worth of chemicals. I'm exhausting oil supplies and I can't even pull out a profit for clothes.
Rei'No Otoko 2018 年 1 月 10 日 下午 9:39 
I have found something funny, sort of this mod works well, if the 4X slower mod is installed. why I have no idea, but it does.. but that drags on your game to no end..
< >
正在显示第 1 - 15 条,共 57 条留言
每页显示数: 1530 50