Support different Initial Settlements #375
Replies: 2 comments 12 replies
-
@mokun did you previously mention something about defining the settlements externally? An old discussion? |
Beta Was this translation helpful? Give feedback.
-
@mokun What do you think about having the concept of a "scenario" that bootstraps the initial Simulation? This would contain a set of initial Settlements, potentially new specialised Reporting Authorities and special defined crews. The work I've been doing on #363 on improving the flexibility of ReportingAuthority has made me realise we no longer need to have the Sponsors as a fixed enum |
Beta Was this translation helpful? Give feedback.
-
The creation of the
SettlementBuilder
as part #355 has isolated the logic to create new Settlements at the simulation start. This could now be extended to allow the different initial settlements to be saved as a local XML file and then used again. This would add a new command line argument -initial that selects a different initial Settlement set.The existing Config Editor would be extended with the ability to save load different configurations.
With the reworking of the
CrewConfig
it could also be possible to allow multiple Crews to be used where each one is assigned to a different Settlement.Beta Was this translation helpful? Give feedback.
All reactions