Yeah, unless there's a mod that I'm not aware of besides the small workarounds folks on the discord created the original mod with a female playable char died long before SilverBard and NG took off.Not really but okay.
Yeah, unless there's a mod that I'm not aware of besides the small workarounds folks on the discord created the original mod with a female playable char died long before SilverBard and NG took off.Not really but okay.
Yeah, and I really think nowadays it still have good potential.Yeah, unless there's a mod that I'm not aware of besides the small workarounds folks on the discord created the original mod with a female playable char died long before SilverBard and NG took off.
The main mod can be found in fenoxo forum the last update is around 2019 so it is deadYeah, unless there's a mod that I'm not aware of besides the small workarounds folks on the discord created the original mod with a female playable char died long before SilverBard and NG took off.
Does anyone has this file? I think I've lost itIDEA IDE is super easy, great tip! I tried compiling it with Eclipse and it just wouldn't work.
In case anyone is trying & struggled like me, I've compiled the mod into a JAR & attached it here. Not entirely vanilla though, as I made a couple of my own text edits, added in the premium art from the main file, fitted a recolored strapon to Valerie (paint.net ftw lol) and wrote a new scene for Valerie & Samantha each.
You must be registered to see the links
I wanted to see the differences about the one you pointed on fenoxo (is the one I have too) and the one in the post I found here, because the git reference is different.@xRoguex I'm sorry to say that I do not have the file that you're looking for (still checked for you, but everything I got is from Fenoxo/GDRIVE unfortunately).
However I wish you Godspeed if you intend to revive the mod. I believe many people would be (very) pleasantly surprised given how popular the mod used to be (still is?).
I believe there was an attempt to do that long ago, but nothing ever came of it from what I remember. Not likely to happen unless someone new picks up work on the mod again.Somebody needs to combine the mod with the latest version...
I managed to build it with ant, it put a playable jar file in the nightgamesmod-stable\out\stage folder.The most recent version of the mod i could find isYou must be registered to see the links, but inside there isn't the .jar or the .exe and I can't create one.
If anyone can do it feel free to put your hands on it.
Thanks, but it doesn't work for me.I managed to build it with ant, it put a playable jar file in the nightgamesmod-stable\out\stage folder.
You must be registered to see the links
I had to play around with it for a bit... Make sure your Java is up to date. I also had to install the JDK kit found here -Thanks, but it doesn't work for me.
I tried to put that jar everywhere but it say a big no-no with two error windows.
Did you try the game? Works fine for you?
Ok it was the jdk kit.I had to play around with it for a bit... Make sure your Java is up to date. I also had to install the JDK kit found here -You must be registered to see the links
Honestly not tech savvy enough to tell you why it worked, but installing that and updating my Java got it to work.
I couldn't get any of the Advanced Starts to work though. Even so, finally getting to try the mod has been great. I wish there was a way for me to figure out what all was changed with it, since there have been a few things that I don't quite understand
Thank you for making this existI managed to build it with ant, it put a playable jar file in the nightgamesmod-stable\out\stage folder.
You must be registered to see the links
I tried my best, but I truly have no coding knowledge at all... I decided to follow your idea and see if ChatGPT could help me and I thought it was going well... made a copy of the entire game folder, changed a line in one of the .java files in the hopes that it would spit out a more detailed error message and tried to compile it all again... but it was spitting out thousands of errors when I got there, and I that's about when I decided I had no idea what I was doing and it was time to stop. This is waaaay too much for someone who hasn't coded a single thing before. And here I was hoping that it was just a button, how hard could it be? Heh...I've pinpointed what's causing the Advanced Start button to do nothing. It's, as Java complains:
You don't have permission to view the spoiler content. Log in or register now.
The entire error isn't a game code error, it's messing up trying to draw the UI. I understand that the HashMaps it's referring to are associated with the CreationGUI.java script located in NightgamesMod\nightgames\gui. However I can't make sense of the code, really to find the typo or whatever is confusing it.
I even asked ChatGPT for help, and while it didn't help me find the solution, it helped translate some of the Java code.
You don't have permission to view the spoiler content. Log in or register now.
Sadly only a person with a lot of trial and error patience or Java knowledge can fix it and recompile it. That or it can possibly be compared with another older/newer version of the mod file that works and is made to be compatible somehow.