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
a mod for more industry levels exists, too
I actually had another idea that I'm gonna test tomorrow, which hopefully isn't too dangerous stability-wise: creating industries that produce a ressource that I remove after the map is created. That should make the entity basically a blank building/plot with no function, just a name and an id.
For the industry levels: Are there some that let you set the IL yourself? So far, those I could find only increase the standard max level to some new value, but nothing customizable
"game.interface.setPlayer( <entity id>, nil)"
most likely just assigning the entity to a non-existent player
However, using the command myself leaves me with a crash and an "Assertion `false' failed" error.
And I can't find any other settings in those mods that refer to that command that I could be missing.
One can define a new player by
"<variable name> = game.interface.addPlayer()"
which one can then assign the industry to with aforementioned
"game.interface.setPlayer(<entity id> , <variable name>)"
The entity can then be reassigned to the player by
"game.interface.setPlayer(<entity id>, player)"
again
Wowies, took me freaking 5 full workdays to get this ♥♥♥♥ together - hope I can soon present results and not run into more obstacles :)