RimWorld

RimWorld

Male Maru
OdysseyLotus  [udvikler] 17. juni 2022 kl. 18:19
Bugs/Issues/Typos
If you are having any bugs/issues/types, tell me here. Please provide an in-depth description as well as an error log (if possible) so I can help you the best that I can. If it's a typo, you just need to provide me with the context (like if it's in a certain backstory).
< >
Viser 1-10 af 10 kommentarer
Arnopolitan 23. juni 2022 kl. 7:45 
I don't know much about modding. But shouldn't the LoadFolders.xml contain something like "<li IfModActive="VAMV.Furmaru">Furry</li>"?
I got an error: "Failed to find any textures at marulike/HeadsF/Female_MRhead_4 while constructing Multi" in log[gist.github.com], row 8476.
Please, do correct me if I'm wrong.
OdysseyLotus  [udvikler] 23. juni 2022 kl. 14:22 
You are absolutely right, I apologize for that. Strangely, I've had that in my playtesting version, but I must have mixed some things up because it wasn't uploaded. I'll upload a fix for it soon.
Agent16purple 31. dec. 2022 kl. 6:04 
when i try to change the male rate on the XML extensions it does not show a bar and instead show "Error drawing settting: slider" and i can't change the rate, how do i fix this?or you fix this?
Agent16purple 31. dec. 2022 kl. 6:15 
IDK how but my problem got solved when i reseted rimworld while ajusting a race mod, wow
OdysseyLotus  [udvikler] 31. dec. 2022 kl. 11:48 
@Agent16purple Well, I'm glad that it fixed itself! Sometimes XML Extensions can get a little bit finicky.
Gorlath 31. juli 2023 kl. 13:59 
Can back up Agent16purple on this, running Male Maru as my only XML Extensions mod causes a generic error. In addition, Male Maru will cease to spawn entirely as long as XML Extensions is loaded.
Gorlath 31. juli 2023 kl. 14:11 
A hacky solution is to go into the XML config file (in Appdata/LocalLow/Ludeon Studios/Rimworld/Config/Mod_2574315206_XmlMod.xml) and find the line <li IsNull="True" />. Replace it with <li>0.5</li> to get a 50% chance of Male Maru spawning. You still won't get a slider in-game, but at least it functions.

Edit: After reloading the game a few times while building my modpack, I now have a slider. Seems after applying this fix it's possible the slider can appear without error? Idk
Sidst redigeret af Gorlath; 31. juli 2023 kl. 15:27
ましろ 19. maj 2024 kl. 1:56 
Hello,

During testing, I only installed Harmony, CORE, [DLC] Biotech, HugsLib, Humanoid Alien Races, and Male Maru. However, I still encountered the following red error messages:

"Could not resolve cross-reference to Verse.ThingDef named Apparel_BodyStrap (wanter=individualPaths)
Could not resolve cross-reference to Verse.ThingDef named Apparel_Collar (wanter=individualPaths)
Failed to load key/value pair: , System.Xml.XmlElement"

Detailed log below:
https://gist.github.com/HugsLibRecordKeeper/cbdf96450674c4c8fea82ef0e7648c0d
Ace Azzermeen 18. aug. 2024 kl. 15:58 
Oprindeligt skrevet af Gorlath:
A hacky solution is to go into the XML config file (in Appdata/LocalLow/Ludeon Studios/Rimworld/Config/Mod_2574315206_XmlMod.xml) and find the line <li IsNull="True" />. Replace it with <li>0.5</li> to get a 50% chance of Male Maru spawning. You still won't get a slider in-game, but at least it functions.

Edit: After reloading the game a few times while building my modpack, I now have a slider. Seems after applying this fix it's possible the slider can appear without error? Idk

The slider is still broken.

Remove the line with default number from the settings def and in patches/settings replace <maleGenderProbability>{MaleMaruProbSlider}</maleGenderProbability> with just <maleGenderProbability>0.5</maleGenderProbability>
Sidst redigeret af Ace Azzermeen; 18. aug. 2024 kl. 16:42
For anyone still struggling with the slider being broken. Simply add this line to Settings.xml in the mod's files:
<defaultValue>0.5</defaultValue>
Under this line:
<key>MaleMaruProbSlider</key>

Slider will start working, as if this is your first time loading the mod, there is no value properly initialized yet.
< >
Viser 1-10 af 10 kommentarer
Per side: 1530 50