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'm using combat extended but not setting up any CE loadouts. My pawns will equip all the things in their Awesome inventory loadout but sometimes get stuck in this loop where they are trying to do two things it seems. If I remove the heavy things they continue. Is there a fix for this??? Thanks."
However removing heavy things doesn't even fix it for me. What happens is it picks it up from storage, puts it back in storage, and loop that, forever.
With both installed i cant use CE Any Medicine or Stockup the pawn will stay in a loop getting and dropping the med.
AwesomeInventoryLoadout.Add is being called before the ThingDef is set to AllowedThing in ThingGroupSelector, which is why null is being given to SetAllow.
I had a problem with my mod due to this. I got around this with a null check, but fundamentally I think it would be better to fix this.
Maybe you should scribe AllowedThing in ThingGroupSelector.ExposeData, even when loading.