Page 1 of 1
Just a few suggestions
Posted: Sat Jun 22, 2024 2:51 pm
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.
Re: Just a few suggestions
Posted: Sat Jun 22, 2024 3:06 pm
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)
Re: Just a few suggestions
Posted: Sat Jun 29, 2024 7:42 am
by Jalwearnshaw22
How do you do the 15 city script?
Re: Just a few suggestions
Posted: Sat Jun 29, 2024 11:49 am
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.
Re: Just a few suggestions
Posted: Tue Jul 02, 2024 5:31 pm
by Jalwearnshaw22
Do you know how to increase your pops of all cities
Re: Just a few suggestions
Posted: Wed Jul 03, 2024 3:16 am
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
Re: Just a few suggestions
Posted: Wed Jul 03, 2024 7:39 am
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