Conquer Club

Conditional Ending?

Topics that are not maps. Discuss general map making concepts, techniques, contests, etc, here.

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.

Conditional Ending?

Postby Natewolfman on Tue Jul 08, 2008 5:33 pm

I know we have nothing like this as of now but... would it be possible to say something along the lines of "Once all neutral armies are taken over the game is finished, the winner is the player with the most _____ on the field"

similar to a map like das schlob, but different all the same...

PROBLEMS WITH THIS (as far as i can see)

limiting game types - but so do those with conditional victory
case by case basis of unfair advantages - such as, "winner=player with most territories" the last player has huge advantage to grab the win
User avatar
Sergeant 1st Class Natewolfman
 
Posts: 4599
Joined: Wed Aug 29, 2007 6:37 pm
Location: omaha, NE

Re: Conditional Ending?

Postby t-o-m on Tue Jul 08, 2008 6:01 pm

this could be in the XML mods and variations, but ah well.

I think this has been thought about, but im not sure of the outcome of it - bryguy had a thought a while ago about eliminating a "common threat" so this could work something like that.
T'would be interesting, Nate.
User avatar
Major t-o-m
 
Posts: 2918
Joined: Sat Mar 22, 2008 2:22 pm

Re: Conditional Ending?

Postby InkL0sed on Wed Jul 09, 2008 10:59 am

I think conditional anything is generally not a plausible modification...
User avatar
Lieutenant InkL0sed
 
Posts: 2370
Joined: Sat Jun 23, 2007 4:06 pm
Location: underwater

Re: Conditional Ending?

Postby Natewolfman on Wed Jul 09, 2008 1:15 pm

t-o-m wrote:this could be in the XML mods and variations, but ah well.

I think this has been thought about, but im not sure of the outcome of it - bryguy had a thought a while ago about eliminating a "common threat" so this could work something like that.
T'would be interesting, Nate.

I like this idea... let the players start on half the map, and the other half filled with neutrals, it would be similar to assassin, only everyone is after the same target... this would go really well with the suggestion i saw about zombie neutrals option? when the neutrals naturally attack and spread... like a common threat
User avatar
Sergeant 1st Class Natewolfman
 
Posts: 4599
Joined: Wed Aug 29, 2007 6:37 pm
Location: omaha, NE

Re: Conditional Ending?

Postby TaCktiX on Wed Jul 09, 2008 2:56 pm

InkL0sed wrote:I think conditional anything is generally not a plausible modification...


Conditional anything is actually fairly easy to implement, as programming in any form is based on logical operations (greater than, equals, etc.). I personally wouldn't mind having an expanded conditional everything (conditional bombardment, conditional bonuses, conditional neutrality (killer or otherwise), and so on), and due to the similarity of the underlying code, doing them all at once, it at all, makes sense.
User avatar
Corporal 1st Class TaCktiX
 
Posts: 2392
Joined: Mon Dec 17, 2007 8:24 pm
Location: Rapid City, SD

Re: Conditional Ending?

Postby gimil on Wed Jul 09, 2008 2:59 pm

get over to the XML thread and get suggesting!
What do you know about map making, bitch?

natty_dread wrote:I was wrong


Top Score:2403
User avatar
Corporal 1st Class gimil
 
Posts: 8599
Joined: Sat Mar 03, 2007 12:42 pm
Location: United Kingdom (Scotland)

Re: Conditional Ending?

Postby t-o-m on Wed Jul 09, 2008 3:58 pm

gimil wrote:get over to the XML thread and get suggesting!

merge?
User avatar
Major t-o-m
 
Posts: 2918
Joined: Sat Mar 22, 2008 2:22 pm

Re: Conditional Ending?

Postby TaCktiX on Wed Jul 09, 2008 4:05 pm

He was talking to me I think, and I made good on that urging.
User avatar
Corporal 1st Class TaCktiX
 
Posts: 2392
Joined: Mon Dec 17, 2007 8:24 pm
Location: Rapid City, SD

Re: Conditional Ending?

Postby InkL0sed on Thu Jul 10, 2008 5:29 am

TaCktiX wrote:
InkL0sed wrote:I think conditional anything is generally not a plausible modification...


Conditional anything is actually fairly easy to implement, as programming in any form is based on logical operations (greater than, equals, etc.). I personally wouldn't mind having an expanded conditional everything (conditional bombardment, conditional bonuses, conditional neutrality (killer or otherwise), and so on), and due to the similarity of the underlying code, doing them all at once, it at all, makes sense.


Well yes, I know plenty of programming and what it entails, thank you very much ;)

However, XML involves absolutely no conditionals (which makes it a poor excuse for a programming language IMO. Then again I don't exactly know much of the uses of XML in general). I never said such a suggestion was impossible, but generally disfavored...
User avatar
Lieutenant InkL0sed
 
Posts: 2370
Joined: Sat Jun 23, 2007 4:06 pm
Location: underwater

Re: Conditional Ending?

Postby yeti_c on Thu Jul 10, 2008 5:44 am

InkL0sed wrote:
TaCktiX wrote:
InkL0sed wrote:I think conditional anything is generally not a plausible modification...


Conditional anything is actually fairly easy to implement, as programming in any form is based on logical operations (greater than, equals, etc.). I personally wouldn't mind having an expanded conditional everything (conditional bombardment, conditional bonuses, conditional neutrality (killer or otherwise), and so on), and due to the similarity of the underlying code, doing them all at once, it at all, makes sense.


Well yes, I know plenty of programming and what it entails, thank you very much ;)

However, XML involves absolutely no conditionals (which makes it a poor excuse for a programming language IMO. Then again I don't exactly know much of the uses of XML in general). I never said such a suggestion was impossible, but generally disfavored...


XML isn't a programming language... it is more a transport language.

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Conditional Ending?

Postby TaCktiX on Thu Jul 10, 2008 12:04 pm

XML is interpreted by PHP in CC's case, if I'm not mistaken. PHP most certainly is a programming language.
User avatar
Corporal 1st Class TaCktiX
 
Posts: 2392
Joined: Mon Dec 17, 2007 8:24 pm
Location: Rapid City, SD

Re: Conditional Ending?

Postby yeti_c on Thu Jul 10, 2008 1:41 pm

TaCktiX wrote:XML is interpreted by PHP in CC's case, if I'm not mistaken. PHP most certainly is a programming language.


PHP - is a programming language - in a fashion... it's more a scripting language. (i.e. it's runtime - never compiled)

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Conditional Ending?

Postby InkL0sed on Tue Jul 15, 2008 7:11 am

yeti_c wrote:
TaCktiX wrote:XML is interpreted by PHP in CC's case, if I'm not mistaken. PHP most certainly is a programming language.


PHP - is a programming language - in a fashion... it's more a scripting language. (i.e. it's runtime - never compiled)

C.


I smile because I understand this completely...

But - I thought scripting languages were a subset of programming languages?
User avatar
Lieutenant InkL0sed
 
Posts: 2370
Joined: Sat Jun 23, 2007 4:06 pm
Location: underwater

Re: Conditional Ending?

Postby yeti_c on Tue Jul 15, 2008 7:36 am

InkL0sed wrote:
yeti_c wrote:
TaCktiX wrote:XML is interpreted by PHP in CC's case, if I'm not mistaken. PHP most certainly is a programming language.


PHP - is a programming language - in a fashion... it's more a scripting language. (i.e. it's runtime - never compiled)

C.


I smile because I understand this completely...

But - I thought scripting languages were a subset of programming languages?


Depends on how you look at it...

"Generally" most scripting languages require other "languages" or markup to work in tandem with them...

Whereas a "full" programming language doesn't necessarily do that -> Of course - a lot of languages these days rely on Browsers to house their applications?!

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am


Return to Foundry Discussions

Who is online

Users browsing this forum: No registered users