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









Thanks a lot! Actually, I’ve already managed to finish a working mod that adds more vanguards, but there’s a huge issue with compatibility, so I haven't published it yet.
You see, the game values are usually hardcoded (they use the value “3” instead of something like a “vanguardsCount” variable). To make the mod work, I had to replace about half of the game files. Because of that, this mod is simply not compatible with literally anything else.
That’s why I’m now working on a custom mod loader that solves this problem once and for all. Instead of relying on file replacements, it replaces specific code fragments. It’s almost done, so once I polish it (and then update everything to 1.6), I’ll share it here :D
Don't give up bro, you can do it.