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
Thank you!
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3354086860
Hopefully it can be reviewed.
Swimming is an Odyssey-specific game system. If you want to use this code please check ModLister.OdysseyInstalled before calling it.
ChillOut: Didnt find method TryGivePlayJobUseDBHSwimmingPool
When loading the mod MD.ChillOut with HugsLib, RimWorld throws the following error:
[HugsLib][ERR] Exception while parsing manifest file:
packageId:MD.ChillOut, path:...\About\Manifest.xml
System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
The issue is caused by the Manifest.xml file containing a UTF-8 BOM (Byte Order Mark) or other invisible characters before the <?xml ...?> declaration. This makes the XML parser in HugsLib fail.
After saving in clean UTF-8 without BOM, the error disappears and the mod loads normally.
Thank you for the mod!
im not sure if its related... but this mods name popped up in an error that triggered when removing armor from the outfit stand. whenever someone tries equipping it, or even if its just dropped on the ground it disappears. parsing hugslib whatever that means
they will actually park their buts in a chair to read now rather then walking to the chair and dumping the book on the floor
thx
what they have been doing is picking the book up dropping it on the ground and walking off
not sure if this is something on the mods end or something else?
However i tried but can't force them to play, nor did they ever play on their own.
When you get the time, could you look into wether you can fix it?
Could meditation be added to this or as a separate mod, be nice to be able to force the pawns to meditate
"Steam\steamapps\workshop\content\294100\3523235444\About"
Open About.xml in Notepad or Notepad++
Find this section:
<modDependencies>
<li>
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
</li>
</modDependencies>
and change it to this
<modDependencies>
<li>
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</modDependencies>
It's really simple. For those who want a simple copy and paste you can copy it from here: https://pastebin.com/uMCTuuvJ