RimWorld

RimWorld

214 ratings
Nightmare Core
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.3, 1.4, 1.5
File Size
Posted
Updated
1.502 MB
Oct 7, 2023 @ 2:53am
May 11 @ 4:56am
34 Change Notes ( view )

Subscribe to download
Nightmare Core

Description
What is this?
This is a framework mod created by NightmareCorporation to contain functionality that will be shared across mods.

It contains various past lessons-learnt and features that I deem necessary for all future mods of my own and helps to off-load potentially shared code between multiple mods, like for settings.

Can I use this?
Certainly, respect the license and you may use any feature to any extent you desire.

Can I request a feature?
Not really, the framework is mostly for personal use, with free usage rights for everyone else. If you have a feature you'd like to see, feel free to fork and provide a pull request for me to merge, but please don't just ask for features.

Does this work in 1.X?
Maybe. I compile mods for both the current and previous major RW version. I don't test the previous version, so if there are issues, please report them with the issues.

Usage
Currently used in these mods:
40 Comments
RAAMPEAK May 19 @ 2:34pm 
i doubt its this mod but i cant open wildlife tab
NightmareCorporation  [author] May 13 @ 8:20am 
@Solarius Scorch
Yup, you are totally right, I forgot to update the list when I released Aquariums! Thanks for the reminder!
Solarius Scorch May 13 @ 6:19am 
Aquariums! supposedly use this, could you please add it to the list?
Zedd May 9 @ 10:51am 
Wow so fast! Thank you - fix is working for me.
NightmareCorporation  [author] May 9 @ 10:14am 
@Zedd
I was able to reproduce the issue and have pushed a fix. The fixed version is 2.0.4. Thank you for the report!
Zedd May 9 @ 10:01am 
FYI I'm having a similar problem where I can't open any mod settings (except weather) and ChatGPT identified this mod as the problem. If I click on any mod settings other than weather nothing happens. Not sure if I did the pastebin thing correctly but here it is. https://pastebin.com/Byfs4xCz I cleared the log before clicking on mod settings, then copied the log after I clicked on any mod's settings.
NightmareCorporation  [author] May 9 @ 9:35am 
@Güneş Contaları
Navigate to this file: C:\Users\<yourusernamehere>\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Player.log

And upload its contents to a site like https://pastebin.com/
Güneş Contaları May 9 @ 9:21am 
Bro,a terrible conflict happened and I cant change my mods settings in the options.As soon as I click on a mod,an error pops up and I cant open it :(
NightmareCorporation  [author] Apr 16 @ 4:44am 
Okay, so what happened is that XMLExtensions force calls the NightmareCore settings to draw, which really really don't like that, because NightmareCore settings are drawn from an entirely different window. NightmareCore doesn't like it so much that any time the settings are drawn "normally" it force opens the special window instead, and thus you have this issue. I have fixed this by only force-opening the window once per mod and adding a button that you need to click for it to open the window, so hopefully no more lock-outs! Apologies!
NightmareCorporation  [author] Apr 15 @ 3:08pm 
@Learnign
Aha! That is probably the issue then, that mod messes with the vanilla settings and so does my mod, thank you so much for pointing this out to me! I will work on a fix as soon as I can.