Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
For each ship design it is missing a section to feed the AI a probability that they will build one of the civilian ships. So it defaults to a 0% build probability.
For instance, under the colony ship one needs to add the following code:
ai_ship_data = {
min = value:desired_colonizers
}
The mod is running in parallel with (does not fully replace) the vanilla game file 00_ship_sizes
That file already has the civilian ships on it, and a probability the AI will each of build them.
The game is being fed two files telling it how to manage civilian ships. I think that's why if you manually set up a civilian ship design, then delete the auto-generated design, after a while the game will again set up new auto-generated designs.
Using console commands to view whats happening in the other Empires I notice:
- They have designs for civilian ships, and the designs are available to build at their starbases.
- However, they will not build ANY civilian ships. No colony ships, construction ships or science ships. They just have 1 science ship and 1 construction ship, the ones they start the game with.
- They will build new warships. And they will research new ship classes and components as normal. Their warship templates will auto-update with new engines, power cores, shields and armour as normal.
- However, their warships all have level 1 weapons, and will not upgrade their ships even if they have the tech and power to do so.