Some Short Random Questions
Posted: Sun Oct 25, 2015 10:51 am
I have a couple quick questions I hope you guys can answer.
-In the planet information page (F7), what does the species in brackets under the population number mean? Most dominant species? Native species?
-Are any of the people you interact with in-game (pilots, station crew, planet population) non-humans? And if so, are they humanoid?
-How does this work? (from Comms Pack A)
Does it pick one from each list (example: Beta Delta Apus Red) to generate a code name? Does it pick one from a few random lists (example: Charlie Blue)? Or something else entirely?
-In the planet information page (F7), what does the species in brackets under the population number mean? Most dominant species? Native species?
-Are any of the people you interact with in-game (pilots, station crew, planet population) non-humans? And if so, are they humanoid?
-How does this work? (from Comms Pack A)
Code: Select all
"commsPackA_codename" = ("[commsPackA_codename_greek]","[commsPackA_codename_nato]","[commsPackA_codename_constellation]","[commsPackA_codename_colour]");
"commsPackA_codename_greek" = ("Alpha","Beta","Gamma","Delta","Epsilon",...);
"commsPackA_codename_nato" = ("Alpha","Bravo","Charlie","Delta",...);
"commsPackA_codename_constellation" = ("Andromeda","Antlia","Apus","Aquarius","Aquila",...);
"commsPackA_codename_colour" = ("White","Black","Red","Green","Blue",...);