Change Scenario Editor Starting Population Cap

Started by O Negative, December 10, 2017, 10:48:33 PM

Previous topic - Next topic

O Negative

Right now, the scenario editor limits you to a pool of 10 people (or, and from). It would be nice if the scenario editor wasn't so restrictive.

It's not a huge deal, because you can edit the scenario xml to be whatever you want. But, if you want to share a scenario on the Steam Workshop which has a pool larger than 10, it just gets put back down to 10. For example:

<?xml version="1.0" encoding="utf-8"?>
<savedscenario>
<meta>
<gameVersion>0.18.1722 rev1198</gameVersion>
<modIds>
<li>Core</li>
</modIds>
<modNames>
<li>Core</li>
</modNames>
</meta>
<scenario>
<name>The 25</name>
<summary>25 Survivors - Start With Nothing</summary>
<description>The civilian ship you were all on has suffered a fatal malfunction. You and most of the others managed to make it to the escape pods. Unfortunately, your pods have gone astray, and you have been separated from the other survivors and materials.

What will you do?</description>
<publishedFileId>1228241610</publishedFileId>
<playerFaction>
<def>PlayerFaction</def>
<factionDef>PlayerColony</factionDef>
</playerFaction>
<parts>
<li Class="ScenPart_ConfigPage_ConfigureStartingPawns">
<def>ConfigPage_ConfigureStartingPawns</def>
<pawnCount>25</pawnCount>
<pawnChoiceCount>100</pawnChoiceCount>
</li>
<li Class="ScenPart_PlayerPawnsArriveMethod">
<def>PlayerPawnsArriveMethod</def>
<method>DropPods</method>
</li>
<li Class="ScenPart_DisableIncident">
<def>DisableIncident</def>
<incident>WandererJoin</incident>
</li>
<li Class="ScenPart_DisableIncident">
<def>DisableIncident</def>
<incident>SelfTame</incident>
</li>
<li Class="ScenPart_DisableIncident">
<def>DisableIncident</def>
<incident>FarmAnimalsWanderIn</incident>
</li>
</parts>
</scenario>
</savedscenario>


This is the XML of a scenario that I've made which allows you to start with 25 people, and absolutely no resources. It's chaotic, but fun in my opinion :)

I understand there's the issue with the UI involved, though. There's only enough room on the left-hand side for 10 portraits/cards.