边缘世界 RimWorld

边缘世界 RimWorld

110 个评价
Possessions For Everyone
2
   
奖励
收藏
已收藏
取消收藏
Mod, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
1.083 MB
2023 年 3 月 5 日 上午 11:36
6 月 13 日 上午 6:31
12 项改动说明 ( 查看 )

订阅以下载
Possessions For Everyone

描述
Allows all pawns to generate with possessions in their inventory. This includes visitors and raiders! You can configure the chance that either of these groups has possessions in the mod settings.

Vanilla possessions are limited to a maximum of 2 possessions, only available for the initial pawns that you generate when you start a game.

Changes include:
- Removal of the 2 possession limit imposed by the game
- Possession are generated in the inventory of pawns instead of being thrown on the map
- Configurable possession chance for pawns

GitLab: https://gitlab.com/nightcorp/possessionsforeveryone
热门讨论 查看全部(2)
3
7 月 10 日 上午 8:34
Errors alongside VEF 1.6 release
moo
2
2023 年 12 月 6 日 上午 8:01
Bugged naked brutality scenario
Maboy
63 条留言
Farbott 7 月 14 日 下午 2:55 
Could we perchance get a slider to blacklist some things if thats possible? I love the mod, not so much when a raider carries 5 isotopic wastepacks from vanilla recycling resulting in everyone dying to radiation
vin 7 月 11 日 上午 11:59 
i fucking love the mod title image, peak
moo 7 月 9 日 下午 5:01 
Just in case you didn't see it, there's a discussion thread open by me for 1.6
dracoix 🐉 6 月 15 日 下午 10:17 
Thank you for 1.6.
NightmareCorporation  [作者] 1 月 15 日 上午 1:07 
@Farbott
This mod uses the base games possession generation logic. If you want pawns to generate with ammo, you should suggest to the mod author of the ammo mod to change how pawn possessions are generated.
Farbott 1 月 14 日 下午 7:45 
Compat chance for generic ammo experience maybe? Saw that it works with CE base, but doesn't generate the weapons with the generic ammo type if its enabled https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3284460811
csfireworks 2024 年 12 月 5 日 上午 7:11 
very funny mod ,they always carry eggs in bags lollll
NightmareCorporation  [作者] 2024 年 11 月 20 日 上午 12:06 
@Mitchel Vories
The exception stems from this line in base games code:

PawnBioAndNameGenerator.GiveAppropriateBioAndNameTo(pawn, faction.def, request, xenotypeDef);

I assume the faction has NULLed out instead of being a valid value, which coughs up the NullReferenceException in your case. But PfE doesn't touch the pawns faction except for reading it to figure out whether or not to generate possessions. And all the PfE patches are wrapped into try-catch blocks so you would never get a "natural" exception thrown by them.

A simple search over your hugslib did provide multiple different mods that modify faction generation behavior, so I am inclined to suspect one of those are at fault. Specifically faction manager seems like it may be a prime candidate to break factions on pawn generation.

Thanks for the extra details at the top of the link btw, the bugs that you can't reliably reproduce tend to be the hardest ones to fix.
irrelevantredundancy 2024 年 11 月 19 日 下午 3:48 
Try again today. I had included a URL inside of the paste and it didn't like that. I took it out and re-saved it as public so they should work.
NightmareCorporation  [作者] 2024 年 11 月 19 日 上午 12:59 
@Mitchel Vories
The links are sadly not available, you could try using this site instead:
https://rentry.co/