claypole Posted September 6, 2013 Share Posted September 6, 2013 Will the campaign editor allow for the addition and deletion of electoral divisions? These change every now and again and being able to change them in the game would allow the creation of, say, a 1996 or 1983 scenario. Quote Link to comment Share on other sites More sharing options...
Anthony_270 Posted September 6, 2013 Share Posted September 6, 2013 Yes, it will. I can't say at this point when that will happen, though. I would like to see it added within the next month or so, however. Quote Link to comment Share on other sites More sharing options...
mithcd Posted September 26, 2013 Share Posted September 26, 2013 Thanks for confirming this. Next month is actually earlier than I anticipated. +1 Quote Link to comment Share on other sites More sharing options...
PhoenixGreen Posted March 30, 2014 Share Posted March 30, 2014 Would love to see this go in! *Bump* Quote Link to comment Share on other sites More sharing options...
robjenkinson Posted May 2, 2015 Share Posted May 2, 2015 This still hasn't happened,the only reason I bought this game was due to being able to create my own campaign. Extremely disappointed there haven't been any updates. Quote Link to comment Share on other sites More sharing options...
robjenkinson Posted May 2, 2015 Share Posted May 2, 2015 This still hasn't happened,the only reason I bought this game was due to being able to create my own campaign. Extremely disappointed there haven't been any updates. Quote Link to comment Share on other sites More sharing options...
PhoenixGreen Posted May 10, 2015 Share Posted May 10, 2015 This still hasn't happened,the only reason I bought this game was due to being able to create my own campaign. Extremely disappointed there haven't been any updates. This functionality has been added to the latest version of the engine for the UK game, but unless I'm missing a patch it doesn't seem to have been added to the Australian game (Which is a pity). That said, I have been able to add and remove constituencies by editing the game files directly. In my Tasmanian State Election scenario, I attempt to explain how I managed to do this. This method would absolutely allow for changing boundaries or vote shares across the Australia map, and even adding or removing entire divisions. The current political circumstances in Australia are unstable and precarious and we may either have a double dissolution election (As soon as a few months from now) or at most the scheduled general election in a bit over a year. So if you're hoping for easy constituency adding/removing in the editor, I imagine that functionality will be rolled into the Australia 2016 game. Quote Link to comment Share on other sites More sharing options...
PhoenixGreen Posted May 10, 2015 Share Posted May 10, 2015 To summarise: the electoral divisions of a scenario are set out in the file called 'political_units.xml', which is in your scenario folder.In this file the states are referred to as 'Abstracts', and the electoral divisions or seats are referred to as 'Fundamentals'.There must always be at least 13 Abstracts (For no apparent reason), and I would presume at least one Fundamental under each Abstract. But you can add or remove those Fundamentals (Seats) or even add totally new Abstracts (States / Regions) with their own brand new seats, simply by copy-pasting stuff around. An example of a 'fundamental' political unit, the seat of Farrer, can be seen below. <political_unit id="farrer_fundamental"> <name>Farrer</name> <type>fundamental</type> <layer>regional_fundamental</layer> <population>149500</population> <eligible_voters>94061</eligible_voters> <election_events> <event> <type>General</type> <open_closed>open</open_closed> <date>11/6/2016</date> <!-- does this matter? --> <ballot> <party id="liberal" candidate="Sussan Ley" strength="1" fundraising="1" initial_funds="0"/> <party id="labor" candidate="Gavin Hickey" strength="1" fundraising="1" initial_funds="0"/> <party id="greens" candidate="Christina Sobey" strength="1" fundraising="1" initial_funds="0"/> <party id="katters_australian_party" candidate="Ken Trewin" strength="1" fundraising="1" initial_funds="0"/> <party id="palmer_united_party" candidate="Ronald Emmerton" strength="1" fundraising="1" initial_funds="0"/> </ballot> <seat incumbent_party="liberal"> <type>FPP</type> <number>1</number> </seat> </event> </election_events> </political_unit> If you wanted to create a new seat you could simply copy-paste that code into a different spot and change the details. If you want to delete a seat, you can just delete that code and the seat disappears (Just make sure you've always got at least 1 seat in each 'abstract').Be very careful with the indentations, I suggest you use Notepad ++ to get everything to line up properly. Quote Link to comment Share on other sites More sharing options...
Patine Posted May 12, 2015 Share Posted May 12, 2015 Is this scenario actually finished? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.