Factories - I love the ability to expand farms....can you implement that ability for factories (or add floors in factories)?
Cities: can you increase the number of starting cites to say 1 - 15(or 20) starting cities?
Also, can you make it so the game automatically looks for, and updates automatically? (mods included)
I love this game. I have all of the capitalism games. I would love to have a mega game where you could use all the products in the entire game (including mods) that could last like 500 -1000 years. make the info in the game printable.
Just a few suggestions
- cantdownloadit
- Community Contributor

- Posts: 1114
- Joined: Sat Aug 30, 2014 12:14 pm
- Has thanked: 18 times
- Been thanked: 35 times
Re: Just a few suggestions
15 cities is the current max if you use a script.gooseman56 wrote: Sat Jun 22, 2024 2:51 pm Factories - I love the ability to expand farms....can you implement that ability for factories (or add floors in factories)?
Cities: can you increase the number of starting cites to say 1 - 15(or 20) starting cities?
Also, can you make it so the game automatically looks for, and updates automatically? (mods included)
I love this game. I have all of the capitalism games. I would love to have a mega game where you could use all the products in the entire game (including mods) that could last like 500 -1000 years. make the info in the game printable.
You can also mod the factory capacity with scipts. i dont see multi floor factories as that common compared to shops but who knows.
the game does auto patch, dont know how it works though, sometimes it does, but i think this is because i dont install the game, i just extract the files using 7zip so it doesnt register for the patching to work (though i have installed the auto patch disable tweak now as I dont want to lose my game im playing due to an update)
-
Jalwearnshaw22
- CapLab Advocate

- Posts: 32
- Joined: Sun Jun 16, 2024 7:50 am
- Been thanked: 4 times
- Stylesjl
- Mod Expert

- Posts: 1022
- Joined: Sun Oct 29, 2023 4:01 am
- Location: Sydney, Australia
- Has thanked: 71 times
- Been thanked: 117 times
Re: Just a few suggestions
Basically you need to create a script as noted in this guide:
https://www.capitalismlab.com/scripts/script-basics/
Create a txt file and put in the following text:
Code: Select all
[HEADER]
Title=15 Cities
Description= You start with 15 Cities
Reset All Settings=Yes
[ENVIRONMENT]
Number of Cities=15My Documents\My Games\Capitalism Lab\SCRIPT
Wherever My Documents is located on your computer.
Note that the line:
Reset All Settings=Yes
Resets the game to the default settings. If you don't want that to happen get rid of that line and it will use the settings that it remembers from previous games.
-
Jalwearnshaw22
- CapLab Advocate

- Posts: 32
- Joined: Sun Jun 16, 2024 7:50 am
- Been thanked: 4 times
-
niejjel
- Posts: 5
- Joined: Mon May 27, 2024 9:37 am
Re: Just a few suggestions
I did not know that. Thanks StylesjlStylesjl wrote: Sat Jun 29, 2024 11:49 am Note that the line:
Reset All Settings=Yes
Resets the game to the default settings. If you don't want that to happen get rid of that line and it will use the settings that it remembers from previous games.
- Stylesjl
- Mod Expert

- Posts: 1022
- Joined: Sun Oct 29, 2023 4:01 am
- Location: Sydney, Australia
- Has thanked: 71 times
- Been thanked: 117 times
Re: Just a few suggestions
You'll have to set them one by one. Basically each city needs their population set one by one. I have provided an example for the first 3 cities but for a full 15 you will need to specify all of them:
Code: Select all
[HEADER]
Title=15 Cities high pop
Description=High pop cities
Reset All Settings=Yes
[ENVIRONMENT]
Number of Cities=15
[CITIES]
City=One
Population=1000000
Globe X=10
Globe Y=10
City=To
Population=1000000
Globe X=15
Globe Y=15
City=Three
Population=1000000
Globe X=20
Globe Y=20