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
I am running LWotC.
This is because the MCM listener is used AS the settings page, which should be avoided.
class RWU_MCMListener extends UIScreenListener config(ResistanceWeaponUpgradesWotC) dependson(RWU_Utilities);
should be;
class RWU_MCMListener extends Object config(ResistanceWeaponUpgradesWotC) dependson(RWU_Utilities);
with a separate UIScreenListener to manage the MCM page load
It just meant that upgrades from Grimy's Loot Mod wouldn't be applied. In any case, Ginger was kind enough to quickly resolve the issue.
@teh1archon
If you preferred soldiers only coming with base game upgrades, you can set the weights of the other upgrades to 0.
@Dragon32
You're welcome :)