Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
- Ship Armor Regeneration Speed - Ship Fleet Limit
- Ship Hull Regeneration Speed - Ship Health
- Ship Shield Regeneration Speed - Ship Experience
cheatinterface_population_habitability_t1 = {pop_habitability = @t1n_mult}
change all <@t1p_mult~@t10p_mult> under text code <@t1n_mult~@t10n_mult>.
```
cheatinterface_buildings_starbase_module_build_speed_t1 = {
starbase_module_build_speed_mult = @t1n_mult
starbase_module_build_speed_mult = @t1p_mult
}
```
Is it supposed to be this instead?
```
cheatinterface_buildings_starbase_module_build_speed_t1 = {
starbase_module_build_time_mult = @t1n_mult
starbase_module_build_speed_mult = @t1p_mult
}
```
Original code:
cheatinterface_population_habitability_t1 = {
pop_habitability = @t1p_mult
}
The correct effect is:
cheatinterface_population_habitability_t1 = {
pop_habitability = @t1n_mult
}
I do in fact use this in the latest patch and it seems to work fine while I use as well.
@TheQuietKid, I'm not entirely sure I can add that but I'll look into it!