RimWorld

RimWorld

21,799 ratings
HugsLib
104
308
37
22
98
54
20
10
14
14
7
7
20
17
17
8
9
8
7
6
3
5
4
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
File Size
Posted
Updated
2.176 MB
Dec 15, 2016 @ 9:06am
Mar 23 @ 5:26am
59 Change Notes ( view )

Subscribe to download
HugsLib

Description
This is a library that provides shared functionality for other mods.
For best results, make sure that HugsLib comes right after Core in your mod load order.

Also includes the Log Publisher: press Ctrl+F12 to upload your Rimworld logs and get a link to easily share them with others.

Can be safely added to existing games.

For more info on what this mod does or to report issues, check out the official forum post: https://ludeon.com/forums/index.php?topic=28066

The B19 version is still available, and can be found here: HugsLib (B19)

My other mods: Allow Tool · Map Reroll · Defensive Positions · Remote Tech
Popular Discussions View All (40)
397
Jun 10 @ 9:26am
Bugs
Kolljak
19
Mar 19, 2024 @ 2:07am
Bug over night
petra_w
9
Jan 25 @ 2:58am
Successful troubleshooting of black screen during RimWorld startup ~ [NEW VERSION OF TUTORIAL]
KASZA
1,864 Comments
Monkey Magic 21 hours ago 
@Symbolic - Heads up for issues with 1.6

https://pastebin.com/e86gCNNp
SerichVan Jun 13 @ 7:21am 
1.6?
ZacryZean Jun 4 @ 6:30am 
does this work on steamdeck
jimothy69billiams May 10 @ 8:53am 
additionally, every time I try it adds a new "Workshop mod XXXXXXXXX" (string of 9 random numbers) to my library, with a listed game version of "None" and that I cant remove from my in game library.
jimothy69billiams May 10 @ 8:51am 
Really weird issue, I cannot get this mod (and only this mod for some reason) to Install. Every other mod comes in fine, I sub and it gets added to the library, able to be activated in game, but Hugslib Specifically wont for some reason? just doesnt show up in the library.
Alu May 6 @ 3:52pm 
It'd a windows setting you have off causing that
Read below
Maticalfikt May 6 @ 1:42pm 
Hugs ribs sucks as hell, glitching and makes black screen EVERY F TIME
Maple38 May 3 @ 8:22am 
@pajora24 yeah it can
pajora24 Apr 27 @ 6:49pm 
Can this be used at the same time as Harmony? Different mods require either this or that
InkyEmber Apr 12 @ 10:56pm 
@sinsforeal - I made a post with a fix that worked for me instantly, but I'm sharing it here too to give it a bit more visibility. Some people might not check the discussions and miss it.

(credit to fiyin34312 from Reddit)

Here's how to fix HugsLib black screen on startup:

Method 1 – Through Windows Security:

• Open Windows Security from the Start menu
• Click on App & browser control
• Scroll down and click Exploit protection settings
• Go to the System settings tab
• Find Randomize memory allocations (Bottom-up ASLR)
• Set it to Use default (On)
• Click Apply
• Restart your PC

Method 2 – PowerShell (advanced users):

• Open PowerShell as Administrator
• Type: Get-ProcessMitigation -System
• Look for: ASLR: BottomUp: OFF or NOTSET
• If it’s OFF or NOTSET, then type: Set-ProcessMitigation -System -Enable BottomUp
• Restart your PC