Page 1 of 1

Company cargo change

Posted: 05 Aug 2014 09:45
by MortenLoof
Hello friends.

I have an idea for a company mod, as a "build in" to Scandinavia mod. The idea is that there should be different Danish trailers in Denmark, Swedish in Sweden and so on.

The way I would do it is to change what goods are in the companies. example:
Let's say that we want Danske Fragtmænd in Aarhus:

Trailer: (I know how to do this)

cargo_data: cargo.electronics
{
name: "@@cn_electronics@@"

vehicles []: trailer.reefer

And this is where I need help:

Company:

company_permanent: company.permanent.trameri
{
name: "Danske Fragtmænd"

in_cargo[]: cargo.electronics

out_cargo[]: cargo.electronics

city_names[]: Aarhus


How/where do I change the comany cargo in/for ProMods?

/Morten