GC2IDE
Scenario/CampaignEditor finished
from
GalCiv2 Forums
Hi everybody,
I've almost finished a DA compatible ScenarioEditor. I could need a little information on the RelationConditionStates since the wikientry is not accurate I think?
this is what i got :
private enum Relations : int {
AtWar = -1,
Unknown = 0,
Hostile = 1,
Wary = 2,
Cool = 3,
Neutral = 4,
Warm = 5,
Friendly = 6,
Close = 7,
Ally = 8,
Team = 9,
}
Is this correct?
Any Help would be appreciated.I'd like to move on coding the CampaignEditor part
I expand my question:
for Events:
How many types exist?
Conquer a star (0), defeat a race (1), get a relation with a race (2)
in question: place #agents on planet x (3)? reach sector x,y (4), defeat racex/teamx (5)?
I've almost finished a DA compatible ScenarioEditor. I could need a little information on the RelationConditionStates since the wikientry is not accurate I think?
this is what i got :
private enum Relations : int {
AtWar = -1,
Unknown = 0,
Hostile = 1,
Wary = 2,
Cool = 3,
Neutral = 4,
Warm = 5,
Friendly = 6,
Close = 7,
Ally = 8,
Team = 9,
}
Is this correct?
Any Help would be appreciated.I'd like to move on coding the CampaignEditor part

I expand my question:
for Events:
How many types exist?
Conquer a star (0), defeat a race (1), get a relation with a race (2)
in question: place #agents on planet x (3)? reach sector x,y (4), defeat racex/teamx (5)?
thx kryo completely forgot about that 
