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
error: error: ...team/steamapps/workshop/content/446800/850852117/mod.lua:14 : attempt to index field 'capacities' (a nil value)
stack traceback:
[C](-1): __index
...team/steamapps/workshop/content/446800/850852117/mod.lua(14) : v
res/scripts/mod.lua(69): ?
Possibly the same reason?
However, if I run that mod I don't get the reduction on passenger wagons, and only get a reduction with cargo wagons if I set WPA to load first.
It looks like I am just going to have to get used to running longer and more frequent trains ((chuckles))
I have had a reduction in the price of cargo wagons, to $111 per wagon. But the passenger wagon is still coming in at $524 per wagon. These are the opening 1850 US starting wagons.
However, I am wondering if there is a clash with another Mod as I have to set the WPA Mod to the first to load because if it is in another position then I am being charged $222 per cargo wagon.
I will try a clean mod free (with the exception of WPA,) game to see if that works.
However. Yup, there is also an however. ((grins))
I can't get it to take with passenger wagons. When setting the new value, do I need to leave the values for passenger wagons as a negative number, or do they need changing to a positive fraction?
I play with a +100% capacity mod which makes prices extortionate, we are talking about half a million for basic US passenger carrages. I'd like to reduce that by a fifth, to say around the 100k mark for each carrage.
As I say, it has worked fine with the cargo types, I just cannot get it to change the passenger side of things.
Thanks in advance
Dave
P.S. Подобное сообщение/пожелание я написала вам в личку на другом сайте, где выложены ваши моды.
С уважением и благодарностью за Ваш труд, Аня.
Пожелание: Есть ли возможность сделать подобный мод и для всей другой техники начиная с самого начала (дилижансы, повозки, автобусы, трамваи и др.техника)?
Мод NoCost, конечно, хорош, но... Если его использовать всю игру, то весь интерес в зарабатывании денег быстро пропадет... Я обычно использую его при генерации новой карты, смотрю карту, заранее строю туннели/мосты в сложных местах (которые обошлись бы слишком дорого при обычной игре), сохраняюсь и отключаю... ->>>
Great mods, thanks!
So, in general. Positive values from 0.0 to 1.0 reduce prices. Positive values, that are higher than 1.0, increase prices.
I see no changes in game......
I do have an extensive list of mods active and am playing on the custom Whiplash map.
Not sure if any of that would be overriding this mod.
I'll keep messing with it and get a list of my active mods...
Change line 13 in mod from
"if not data.metadata.railVehicle.engines then"
to
"if not data.metadata.railVehicle.engines and data.metadata.transportVehicle.capacities and data.metadata.transportVehicle.capacities[1] then"
from
[code] if not data.metadata.railVehicle.engines then [/code]
to
[code] if not data.metadata.railVehicle.engines and data.metadata.transportVehicle.capacities then [/code]
The error message reads:
File: [...]/774375759/res/models/model/vehicle/waggon/speed120.mdl [if I remove the 120 one, it mentions another one from the folder]
error: ...[...]/850852117/mod.lua:14: attempt to index field '?' (a nil value)
stack traceback:
[C](-1): __index
...[...]/850852117/mod.lua(14): v
res/scripts/mod.lua(69): ?