Don't set population stuff
This commit is contained in:
@@ -138,14 +138,14 @@ function setUpInitialGame() {
|
|||||||
natives.setPlayersDropMoneyInNetworkGame(false);
|
natives.setPlayersDropMoneyInNetworkGame(false);
|
||||||
|
|
||||||
// Population
|
// Population
|
||||||
natives.dontSuppressAnyCarModels(5.0);
|
//natives.dontSuppressAnyCarModels(5.0);
|
||||||
natives.dontSuppressAnyPedModels(5.0);
|
//natives.dontSuppressAnyPedModels(5.0);
|
||||||
natives.forceGenerateParkedCarsTooCloseToOthers(true);
|
//natives.forceGenerateParkedCarsTooCloseToOthers(true);
|
||||||
natives.setParkedCarDensityMultiplier(5.0);
|
//natives.setParkedCarDensityMultiplier(5.0);
|
||||||
natives.setRandomCarDensityMultiplier(5.0);
|
//natives.setRandomCarDensityMultiplier(5.0);
|
||||||
natives.setPedDensityMultiplier(5.0);
|
//natives.setPedDensityMultiplier(5.0);
|
||||||
natives.setCarDensityMultiplier(5.0);
|
//natives.setCarDensityMultiplier(5.0);
|
||||||
natives.setScenarioPedDensityMultiplier(5.0, 5.0);
|
//natives.setScenarioPedDensityMultiplier(5.0, 5.0);
|
||||||
natives.switchRandomTrains(true);
|
natives.switchRandomTrains(true);
|
||||||
natives.switchRandomBoats(true);
|
natives.switchRandomBoats(true);
|
||||||
natives.switchAmbientPlanes(true);
|
natives.switchAmbientPlanes(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user