RimWorld
269 평점
Nightmare Core
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod, 1.3, 1.4, 1.5, 1.6
파일 크기
게시일
업데이트일
1.682 MB
2023년 10월 7일 오전 2시 53분
2025년 8월 26일 오전 6시 26분
업데이트 노트 40개 (보기)

다운로드 위해 구독하기
Nightmare Core

설명
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
RAAMPEAK 2025년 5월 19일 오후 2시 34분 
i doubt its this mod but i cant open wildlife tab
NightmareCorporation  [작성자] 2025년 5월 13일 오전 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 2025년 5월 13일 오전 6시 19분 
Aquariums! supposedly use this, could you please add it to the list?
Zedd 2025년 5월 9일 오전 10시 51분 
Wow so fast! Thank you - fix is working for me.
NightmareCorporation  [작성자] 2025년 5월 9일 오전 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 2025년 5월 9일 오전 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  [작성자] 2025년 5월 9일 오전 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ı 2025년 5월 9일 오전 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  [작성자] 2025년 4월 16일 오전 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  [작성자] 2025년 4월 15일 오후 3시 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.