Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский — Испания)
Español - Latinoamérica (испанский — Латинская Америка)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский — Португалия)
Português-Brasil (португальский — Бразилия)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
If however, you install another mod that does the same and that happens to place its species at the same spot then it'll cause conflicts, as the
portraits = {
"human"
"humanoid_02"
"humanoid_03"
"humanoid_04"
"humanoid_05"
"xevil"
would get overwritten by
portraits = {
"human"
"humanoid_02"
"humanoid_03"
"humanoid_04"
"humanoid_05"
"other race added by another mod"
or vice versa, depending on your loadorder.
A mod that does that for example would be the morjan humanoid mod, you'd have to decide which one you want and couldn't play with both.
And there is always a possibility that someone else makes a great looking humanoid mod and it would be a shame if people would be forced to decide on which one they want.
Putting this mod into its seperate phenotype however ensures that the only way to cause conflicts would be if someone releases a species mod with the exact same phenotype, which is far less likely.
As for the part of being playable by the AI, I know mods that add their own phenotype for their races like silfae's and still appear as AI empires, but I still have to figure out where the difference to my mod lies.
Their species_classes.txt is the same as mine (apart from the names and stuff) and the other txt files just define graphical things like bodytypes, hairs and clothing for different jobs. :/