eleazar wrote:

Is there anything else i need to alter besides "species.txt"?
eng_stringtable.txt will need text for the names and descriptions noted in species.txt.
Quote:
Trith reads:
Code:
Focus
name = "FOCUS_FARMING"
description = "FOCUS_FARMING_DESC"
location = [b]Planet environment = [Good Adequate Poor Hostile][/b]
graphic = "icons/focus/farming.png"
While the Glysache part reads
Quote:
Focus
name = "FOCUS_FARMING"
description = "FOCUS_FARMING_DESC"
location = Planet
graphic = "icons/focus/farming.png"
Does this difference matter? What does it do? Or is it an omission?
I think Bigjoe5 wrote most of the current content files, so he might need to comment on motivation, but it appears that Trith apparently can't use farming focus on "uninhabitable" planets. Effects can, I think, give bonuses to target population even on uninhabitable planets, so this isn't useless. I don't think it's practically of much relevance, though, and for simplicity, you probably should stick to allowing Farming focus regardless of environment rating unless there's a particular reason to be more specific.
Quote:
The Trith section also have these lines which don't appear in the glysache section:
Code:
EffectsGroup
scope = Source
activation = Not Turn low = 1 high = 99999
effects = SetPlanetType Radiated
EffectsGroup
scope = Source
activation = And [
Planet environment = Hostile
Not Turn low = 1 high = 99999
]
effects = [
SetTargetPopulation Value + 15
SetTargetHealth Value + 25
What does this part do? Should i care?
The first appears to be setting the Trith homeworld to "Radiated". There's currently no other way to ensure a species will end up on a planet of type that it likes, so this is a reasonable thing to do only on turn 0 for planet on which the species is present.
The second is giving moderate bonuses to target health and population on the first turn on planets with hostile environment rating... I'm not sure why this is, but it might be so that the population doesn't starve before the planet type changing effect has a chance to work. I don't know whether this is necessary, but it could make sense...
Quote:
Is there a particular reason the Glysache are set to prefer the "terran" type planets? IIRC they were originally conceived as living on a non-earthly planet (which probably doesn't correspond to any existing EP). I'd like to to give "terran" to humans, and distribute the other aliens more or less evenly around the EP ring.
Terran for humans is fine. I'd guess that this was changed since there aren't any Humans, and neither Trith nor Gyisache are supposed to like Terran planets, but the universe generation assumes that Terran are preferred and Terran being good is intuitive for the default race...