RimWorld
267 beoordelingen
Nightmare Core
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Mod, 1.3, 1.4, 1.5, 1.6
Bestandsgrootte
Geplaatst op
Bijgewerkt op
1.676 MB
7 okt 2023 om 2:53
27 jul om 5:36
39 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Nightmare Core

Omschrijving
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 opmerkingen
RAAMPEAK 19 mei om 14:34 
i doubt its this mod but i cant open wildlife tab
NightmareCorporation  [auteur] 13 mei om 8:20 
@Solarius Scorch
Yup, you are totally right, I forgot to update the list when I released Aquariums! Thanks for the reminder!
Solarius Scorch 13 mei om 6:19 
Aquariums! supposedly use this, could you please add it to the list?
Zedd 9 mei om 10:51 
Wow so fast! Thank you - fix is working for me.
NightmareCorporation  [auteur] 9 mei om 10:14 
@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 9 mei om 10:01 
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  [auteur] 9 mei om 9:35 
@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ı 9 mei om 9:21 
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  [auteur] 16 apr om 4:44 
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  [auteur] 15 apr om 15:08 
@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.