安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
@Triel & oBerry: my prisoners did not recreate, no matter if lights were there or not. i'm using vanilla books expanded.
...i could sob all day long for the good old times in rimworld, when i successfully used security cams, cults, pick up and haul, common sense, while you're up, while you are nearby, prison commons, prisoner recreation, primitive workbenches, revia, thrumkin, forsaken but deactivated all but the dragons and cows, goblins!, and last but not least ROM vampires... the game ain't the same without these.... and only PUAH & CS are left of them v_v
Thank you in advance
I would highly recommend to just have a open prison instead of all those rooms and adding more bloat to your modlist.
If they all in the same room recreationg they all gonne break out at once too, no matter if their cells are individually locked.
Its a duplicate report. You need to copy the first error report to github. This wont be of any use.
Reproduce the bug and copy the first original error message.
This states to be a duplicate and is missing al vital information.
https://pastebin.com/hygnQxxg
I am trying to fix it, and already fixed in my build, just need some check.
The point is using a vanilla method
```C#
pawn.reading = new Pawn_ReadingTracker(pawn);
```
Here is the hugslib log.
I have reported this issue also the VE team via their reporting tool.
Ive noticed prisoners attempting to recreate using books but it causes a endless red error spam via console pausing the game.
Ive tested it by picking up the book, immidantely stopping it
While the error spam was ongoing I deleted the prisoner and it immidantely stopped too.
Colonists do not produce this.
I did test that this is a map wide error. Sadly it is no fix to enclose the books in another room, they somehow still attempting to read it. As soon as the prisoners are sleepy, unc. or dead/ deleted the error immidantely stops and wont ever occur until they actively searching for _another_ type of recreation because they bored.
Storing books in the prison cell sadly does not fix it either.
This mod seems to work fine for me. But out of curiosity, what is WBR?
When prisoners attempt to read a book, it tries to access their (uninitialized) reading policy, causing an error. That'd be why they don't read - and also why I keep getting that error.
Unfortunately it requires an assembly mod or Ludeon to take this situation into account. Here's (the source for) a harmony patch that seems to be working:
https://pastebin.com/Xtbm7x2p