Hi,
I'd like to make a scenario where Brits, Gauls and Ibers make an alliance to push back the Roman expansion.
I wanted a single player to control these 3 different civilisations.
However the Alpha 0.0.25 engine does not allow me to do that, and it crashes when I alter the "Civ" variable as a list of strings.
This is how I've done it, to no avail :
"PlayerData": [
{
"Civ": {
"brit",
"gaul",
"iber"
},
"Color": {
"b": 149,
"g": 55,
"r": 21
},
"Resources": {
"food": 300,
"metal": 300,
"stone": 300,
"wood": 300
},
"etc": etc
},
By the way, this might allow players to produce the original units from captured buildings in mutliplayer games.
Thanks for eventual help.