Transport Fever

Transport Fever

Adjustable Capacity
16 条留言
ThinhHB 2023 年 1 月 28 日 下午 9:43 
it's also raise the price + running cost
1BlankBullet 2019 年 12 月 14 日 上午 3:14 
Will this ported to Transport Fever 2?
andoblock 2019 年 10 月 20 日 下午 6:00 
Could you please update this mod so it is compatible with industry DLC. As they both dont work together and crash the game.
gompierr 2018 年 11 月 17 日 上午 6:29 
auf deuchts
TornBreeze 2018 年 10 月 9 日 上午 8:22 
da dieser mod nicht bei allen anderen Mods aufgeistet wird ist es unmöglich ihn zu konfigurieren. Ich habe alles versucht was mir eingefallen ist. Ich habe das spiel mehrfach gestartet so das ich sichergehen kann das der Mod installiert ist. ich konnte sogar mit ihm eine neue Map starten. Selbst ein neustart von Steam hat nichts gebracht. Aus diesem Grund habe ich diesen Mod wieder deinstalliert.

Mit freundlichen Grüßen
TornBreeze
mdlamme 2018 年 5 月 21 日 上午 10:52 
got it
mdlamme 2018 年 5 月 21 日 上午 10:45 
This is found in: \Steam\steamapps\workshop\content\446800\1357368737\mod.lua
How do you find this? Where is it?
GrandT  [作者] 2018 年 4 月 29 日 上午 4:49 
Yes, it maintains the same cost calculations as the base game. There are balancing mods out there which work with this to balance things out further.
phonebook 2018 年 4 月 29 日 上午 1:09 
The cost and mainainance of the vehicles aslo rises by the increased factor- this is intended yes?
GrandT  [作者] 2018 年 4 月 11 日 上午 6:36 
I use the auto-balance mod. I could do the same in this mod, but then not everyone wants to adjust the prices, so I left it out since there's a mod that does it.
aleksander1234 2018 年 4 月 11 日 上午 3:51 
does it have a running cost
pupkin& 2018 年 4 月 10 日 下午 2:51 
thank!, super!
TrainswithNick 2018 年 4 月 10 日 上午 1:14 
Local multiplier x4 here i come lol. No more will class 101s be redunadant as soon as I unlock them
davidrussell52 2018 年 4 月 10 日 上午 12:04 
thanks will try that looks interesting this mod
GrandT  [作者] 2018 年 4 月 9 日 下午 3:38 
Where it says:
local Multiplier = 2

Change the 2 to desired setting.
davidrussell52 2018 年 4 月 9 日 下午 3:36 
not too sure where to change this is how the lua file looks likefunction data()
local i
local comp
local compi
local cargo
local cargoi
local cargoTable
local cargoType

-- Change the below variable (Multiplier)
-- 0.75 = 75% << why!
-- 1.25 = 125%
-- 1.5 = 150%
-- 2 = 200%
-- 3 = 300%
-- 4 = 400%
-- etc
local Multiplier = 2

return {
info = {
minorVersion = 0,
severityAdd = "NONE",
severityRemove = "NONE",
name = _("Adjustable Capacity"),
description = _(info_desc),
tags = {"Misc","Script Mod"},
authors = {
{
name = 'GrandT',
role = 'CREATOR',
text = 'For myself',
},
},

visible = true,


which one to change please have taken the bottom layer out to get it on the screen