Just a few suggestions

You may post your suggestions for Capitalism Lab here.
Post Reply
gooseman56
Posts: 3
Joined: Sat Jun 22, 2024 2:34 pm

Just a few suggestions

Post by gooseman56 »

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.
User avatar
cantdownloadit
Community Contributor
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

Post by cantdownloadit »

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.
15 cities is the current max if you use a script.

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
CapLab Advocate
Posts: 32
Joined: Sun Jun 16, 2024 7:50 am
Been thanked: 4 times

Re: Just a few suggestions

Post by Jalwearnshaw22 »

How do you do the 15 city script?
User avatar
Stylesjl
Mod Expert
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

Post by Stylesjl »

Jalwearnshaw22 wrote: Sat Jun 29, 2024 7:42 am How do you do the 15 city script?
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=15
Once you have that text file add it to:
My 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
CapLab Advocate
Posts: 32
Joined: Sun Jun 16, 2024 7:50 am
Been thanked: 4 times

Re: Just a few suggestions

Post by Jalwearnshaw22 »

Do you know how to increase your pops of all cities
niejjel
Posts: 5
Joined: Mon May 27, 2024 9:37 am

Re: Just a few suggestions

Post by niejjel »

Stylesjl 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.
I did not know that. Thanks Stylesjl
User avatar
Stylesjl
Mod Expert
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

Post by Stylesjl »

Jalwearnshaw22 wrote: Tue Jul 02, 2024 5:31 pm Do you know how to increase your pops of all cities
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
Post Reply