Moderator: Cartographers
lackattack wrote:So it looks like starting positions is a [Yes]
You can specify a group this way:
- Code: Select all
<position>
<components>
<component start="6">A</component>
</components>
</position>
game initialization would work like this:
1. if players > positions, positions are ignored. otherwise, positions are divided amongst players, any remaining positions are neutral. starting armies for each position compenent is 3 by default.
2. neutral territories are made neutral.
3. remaining non-position and non-neutral territs are are assigned as usual.
@Balsiefen
I think starting positions would suffice for kingdoms. As for "kingdom missions" i.e. different objectives per player, that would be tougher to code because I'd have to keep track of which mission belongs to which player. With starting positions I can randomly assign them during initialization and forget about it which is easier. You might get a similar effect to "kingdom missions" with Assassin gametype.
DiM wrote:ah ok the fact that you get the bonus in the next turn makes it different.
the only resemblance is the fact that you get the bonus in the middle of the turn.
meh in my defence it was 5 am when i posted
now it's 6am and i'm still at work
natty_dread wrote:I was wrong
Balsiefen wrote:I'm afraid my browser didn't show any new posts in this thread so i'm rather late with a reply.lackattack wrote:Kingdoms Care to provide an example of how this xml would work, because I can't picture it. [No] (or [Maybe] if we can spec it out).
Kingdom Missions Objectives exist and should do the trick [No]
Kingdoms: take a look at my and tel's Medieval Europe map. What i want is for each player sto start off with one kingdom each at random and nothing else. That way, they can then expand their own kingdom, starting off from a single point. Basicly, its like age of might but the player starts off with four connecting territories instead of only one. Elijah S has suggested the same thing, which he needs for his maps as well
As for xml, i'm a little inexperianced in how this works having only done it once but it should work a bit like continents
- Code: Select all
<starting kingdom>
<name>England</name>
<components>
<component>Wessex</component>
<component>Northumbria</component>
<component>Mercia</component>
<component>Normandy</component>
</components>
</starting kingdom>
<starting kingdom>
<name>The Republic of Venice</name>
<components>
<component>Venice</component>
<component>Croatia</component>
<component>Crete</component>
<component>Cyprus</component>
</components>
</starting kingdom>
I'm not sure how you keep players from starting with more than one kingdom but it should be the same way you stop players having more than one castle in 2 plaayer age of might.
Kingdom Missions: this is not nearly as important as i can just have a general objective but i was hoping to have a unique objective for each kingdom [and therefore each player in the game] (for instance, the Holy Roman Empires might be to hold Germany, Genoa and Scandinavia while the objective for The Byzantine Empire may be to hold the Byzantine lands, the venetian republic and The turkish lands.
Both of these ideas have met a large amount of support in my map thread and i feel they could revolutionise gameplay for a new type of map.
gimil wrote:DiM wrote:ah ok the fact that you get the bonus in the next turn makes it different.
the only resemblance is the fact that you get the bonus in the middle of the turn.
meh in my defence it was 5 am when i posted
now it's 6am and i'm still at work
that no defence since you sleep during the day and wotk at night . . .
Elijah S wrote:Lack, thx for directing me to the right thread. You said nothing was set in stone, so here's my bid to see if this is possible...
First, I concur with Balsiefen that this "could revolutionise gameplay for a new type of map."
I know that seems like a lot to back up, but I firmly feel that this would take CC to the next level.
Reasons?
Okay, we (players) spend a lot of the game posturing for continent bonuses.
But with the type of map I'm thinking of (and I believe Balsiefen is too), the board would not provide continent bonuses. Other bonuses would still be up for grabs, (i.e.-owning the capitals, castles, etc.) but the boards would be designed so that on the initial drop a single color already occupies an entire region.
The main thing that would make this type of map a real departure from other maps is that at the onset of the game each player already has an "identity"; Unique objectives could be given, but wouldn't be necessary, as the goal is still board domination.
It's important to say that this probably wouldn't apply to existing maps, as trying to determine what territories to group together, etc., would be a nightmare to figure out, but... speaking solely from my own perspective, I'd very much enjoy beginning a game already owning Patton's army, or the entire Japanese fleet, etc., and I think this would become a very popular board type because it eliminates the many rounds it takes to "group" your armies, hence allowing players to get straight to the task of expanding their territory and obtaining other types of bonuses.
If this is something that is within the spectrum of xml, with the graphic and script writing talents found here in the Foundry, the possibilities are enormous and this would be yet another thing that keeps CC on the cutting edge of Risk-type gaming.
Herakilla wrote:starting missions is actually possible.
just make multiple objectives. currently for your england map you can make an objective that includes the castles. so each player has an objective to work on. one player's objective is to hold their castle and take some1 else's maybe but you know what i mean. the only thing is it would be possible to complete an objective that isnt yours to start with
yeti_c wrote:Herakilla wrote:starting missions is actually possible.
just make multiple objectives. currently for your england map you can make an objective that includes the castles. so each player has an objective to work on. one player's objective is to hold their castle and take some1 else's maybe but you know what i mean. the only thing is it would be possible to complete an objective that isnt yours to start with
Wouldn't quite work - because someone else could take both castles and win with what is supposed to be "your" mission... unless of course you have 1 starting territory that is impossible to take.
C.
yeti_c wrote:OK then - it looks like at least 3 people want the complex version of starting positions similar toooyeti_c wrote:
- Code: Select all
<position>
<components>
<component>A</component>
</components>
</position>
So Lack - is that OK with you?
Carto's... you will need to be very careful about the usage of this... perhaps we (foundry) need to discuss balance of starting locations and a possible formula to determine it?
C.
Elijah S wrote:yeti_c wrote:OK then - it looks like at least 3 people want the complex version of starting positions similar toooyeti_c wrote:
- Code: Select all
<position>
<components>
<component>A</component>
</components>
</position>
So Lack - is that OK with you?
Carto's... you will need to be very careful about the usage of this... perhaps we (foundry) need to discuss balance of starting locations and a possible formula to determine it?
C.
I'm kindof unclear as to whether or not we're able to start the game with a single player owning each continent?
If so, and if the above script is how to do it, can someone elaborate on the script a little more?
<continent>
<name>Maghreb</name>
<bonus>5</bonus>
<components>
<territory>Algiers</territory>
<territory>Tunisia</territory>
<territory>Algeria</territory>
<continent>Subcontinent A</continent>
<continent>Subcontinent B</continent>
</components>
<required>3</required>
</continent>
<continent>
<name>Maghreb</name>
<bonus>5</bonus>
<territories required="2">
<territory>Algiers</territory>
<territory>Tunisia</territory>
<territory>Algeria</territory>
</territories>
<continents required="1">
<continent>Subcontinent A</continent>
<continent>Subcontinent B</continent>
</continents>
</continent>
Coleman wrote:I think you'd have to be really creative for everyone starting with a continent to be balanced and interesting.
All I want start positions for is making sure everyone has at least one of a key territory.
Elijah S wrote:Coleman wrote:I think you'd have to be really creative for everyone starting with a continent to be balanced and interesting.
All I want start positions for is making sure everyone has at least one of a key territory.
To make it fair at the start the map would really need to be designed with this type of gameplay in mind... but I think it would be relatively simple to make the map balanced.
7 regions, 6 territories each, and each region having the same number of borders with adjacent regions.
yeti_c wrote:Herakilla wrote:starting missions is actually possible.
just make multiple objectives. currently for your england map you can make an objective that includes the castles. so each player has an objective to work on. one player's objective is to hold their castle and take some1 else's maybe but you know what i mean. the only thing is it would be possible to complete an objective that isnt yours to start with
Wouldn't quite work - because someone else could take both castles and win with what is supposed to be "your" mission... unless of course you have 1 starting territory that is impossible to take.
C.
Herakilla wrote:Elijah S wrote:Coleman wrote:I think you'd have to be really creative for everyone starting with a continent to be balanced and interesting.
All I want start positions for is making sure everyone has at least one of a key territory.
To make it fair at the start the map would really need to be designed with this type of gameplay in mind... but I think it would be relatively simple to make the map balanced.
7 regions, 6 territories each, and each region having the same number of borders with adjacent regions.
the problem is that that is a symmetrical map!
lackattack wrote:For nested continents, I prefer to have different tag names:
- Code: Select all
<continent>
<name>Maghreb</name>
<bonus>5</bonus>
<components>
<territory>Algiers</territory>
<territory>Tunisia</territory>
<territory>Algeria</territory>
<continent>Subcontinent A</continent>
<continent>Subcontinent B</continent>
</components>
<required>3</required>
</continent>
I realized that the <required> tag is ambiguous in such a case. Would it apply to territories or both territories and continents? What if you want separate <required> e.g. Maghreb requires 2/3 territs and 1/2 continents? Something like this would do the trick:
- Code: Select all
<continent>
<name>Maghreb</name>
<bonus>5</bonus>
<territories required="2">
<territory>Algiers</territory>
<territory>Tunisia</territory>
<territory>Algeria</territory>
</territories>
<continents required="1">
<continent>Subcontinent A</continent>
<continent>Subcontinent B</continent>
</continents>
</continent>
I would take care of updating existing maps and "required" would be optional. What do you guys think about this xml?
<continent>
<name>Maghreb</name>
<bonus>5</bonus>
<components>
<continent>territories</continent>
<continent>continents</continent>
</component>
</continent>
<continent>
<name>territories</name>
<components>
<territory>Algiers</territory>
<territory>Tunisia</territory>
<territory>Algeria</territory>
</components>
<required>2</required>
</continent>
<continent>
<name>territories</name>
<components>
<continent>subContinent A</continent>
<continent>subContinent B</continent>
</components>
<required>1</required>
</continent>
No worries, I love recursive stuff.oaktown wrote:nice catch on the "required" tag on the nested continents, lack.
It won't be a problem then having a "continent" line with a "continent" entry? I know it'll make for some confusing XML checking (all you coleman)!
Users browsing this forum: No registered users