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
https://pastebin.com/gCxaNwrw
Another small issue regards prisoner jobs.
Mod added jobs are always disabled by this mod. For example, I have Nurse Job, [WYD] Separate Deconstruction , and Separate Tee Chopping enabled. All are disabled by this mod, which is fine for the first two, but the last (a job split off from Plant Cut ) which is enabled) is not. I'd like to have my prisoners clear trees, but not cut down every plant they see.
Also, why is Patient and Bed Rest disabled for prisoners?.
@Maux - joy object? Oo What kind of prison are you running? D:
My slav-ah, prisoners are just forced to work, dammit! The get a little free time, but that's it. :D
To fix it, all you need to do is change that check to: if ((NeedLevelFull(pawn.needs.joy)) && !curJob.doUntilGatheringEnded).
I posted about this issue on GitHub seven months ago, but it seems like no one’s really looked at it, so I’m bringing it up here.
This error popped up just after depositing a captured pirate raider into a prison cell. I figured you might want to take a look:
https://pastebin.com/NXmg5uW9
EDIT - I narrowed this down to just occur when these mods are active - Harmony, Core, Prison Labour . Below is the full error report
https://pastebin.com/cMX3YTHH
EDIT II - I meant to add that this error happens the first time (possibly each seassion?), but does not reoccur. Likely only shows up in Dev mode
This issue appears to present itself when your mod (or Mlines mod) is enabled, but the mod Research Reinvented is not enabled. Enabling that mod stops the issue.
EDIT - I figured out why. That mod changes info in the config file, so when it's disabled it throws up this error. Deleting the config file fixed it
@Monkey Magic are you sure that you do not have more mods? Def mentioned in logs don't start with PL_ prefix which I use for my defs
Pastebin of issue: https://pastebin.com/4hvfzm53
Even with just Core, Harmony, Hugs Lib and Prison Labour the error persisted to some degree.