on the to do
Arystus
I would highly appreciate any feedback.
What of the functions are you using.
What functions are missing.
If you would be so kind to make screenshots of your Messages that you defined, I would be very happy.
Thank you for using my mod.
Tanktrucks only drive once and then stop working.
I am on it
Done comes with the next upload
Hi, thanks for pointing this out! These are two different localization mechanisms.
Translations is the directory used by Captain of Industry’s built-in localization system and by mods that integrate with it directly. The lang directory is specific to MultiLangLib; the library loads these files itself from <Mod>/lang/<language>.json.
So the different folder name is intentional and not p…
UNMA Benutzeranleitung
Diese Anleitung gilt für UNMA 0.10.3 und
Captain of Industry 0.8.6c.
UNMA – die Universelle Nachrichten-Meldeanlage – ergänzt Captain of Industry
um eine frei konfigurierbare industrielle Schlitzmelder-Tafel. Sie spiegelt
Spielmeldungen, führt einen dauerhaften Verlauf, überwacht wichtige globale
Spielwerte und ermöglicht eigene Meldungsregeln für Spielobjekt…
UNMA User Guide
This guide applies to UNMA 0.10.3 and Captain of Industry 0.8.6c.
UNMA (Universal Alarm Annunciator) adds a configurable industrial annunciator
to Captain of Industry. It mirrors game notifications, keeps a persistent alarm
history, monitors important settlement values, and lets you build custom alarm
rules for game objects or global game variables.
Required depende…
MultiLangLib in einer eigenen Mod verwenden
Diese Anleitung bindet MultiLangLib als gemeinsame Übersetzungsbibliothek in eine Captain-of-Industry-Mod ein. Im Beispiel heißt die Consumer-Mod MyMod.
1. Abhängigkeit deklarieren
Ergänze die manifest.json deiner Mod um MultiLangLib. Der Eintrag verwendet absichtlich keine Leerzeichen um >=:
{
"id": "MyMod",
"versio…
Using MultiLangLib in your own mod
This guide explains how to add MultiLangLib as a shared translation library to a Captain of Industry mod. The consumer mod in the examples is named MyMod.
1. Declare the dependency
Add MultiLangLib to your mod's manifest.json. The dependency deliberately contains no spaces around >=:
{
"id": "MyMod",
"version": "1.0.0",
"p…