hello, sorry but i don't know what file(s) have made that, if someone know feel free to say and i delete and/or replace with the step you have given
i have found plenty of mods here ->I see several mentions of mods for the game. Is there a place where I can see and download mods?
Thank you a ton! I gotta update my game and was dreading looking for the mods for it all over again.i have found plenty of mods here -> Google Drive
(i don't know the order to install them and if i have all the mods possible)
i have put the folders where i see the same name in the games folders (for exemple : if the folder say www i place them in the same directory as www in the game folders and i replace all the files if asked)EDIT: I got some mod folders that say system or commonevents. Where would I put those?
There is no commonevent folder thoui have put the folders where i see the same name in the games folders (for exemple : if the folder say www i place them in the same directory as www in the game folders and i replace all the files if asked)
Because this is a computer thing, and computers are petty like this, you do mean "mods" (with an s), directly under "PPLSS", right?Any proper guidelines on how to utilize the mods included yet or no?
From some testing I did myself, just having them in the "mod" folder does nothing, or I haven't found a way to activate them.
Yes, I do in fact mean all the things in the "mods" folder.Because this is a computer thing, and computers are petty like this, you do mean "mods" (with an s), directly under "PPLSS", right?
Also, how are you testing whether you have mods installed?
Does doing this cause more mods to work?In filewww/js/plugins/MOD_reader.js
, functionloadMods
,
please replacesrc = path.join
withsrc = "file://" + path.join
This prevents nwjs from using the brokenchrome-extension
protocol to load files, and instead use good ol' filesystem access.
DO NOT do this unless you want a broken hazumi install, instead use my patch here
So, after I realized I had no mods at all working I tried your patch, and it made some of the mods work. (Sincerely, thank you very much for that! It's even got a nice installer!) The rest of the mods required the change I listed. And, it's trivially reversible: just go to the same place you changed and change it back. So "DO NOT" is too strong and possibly in the wrong direction. That said, I have only tested my fix on my machine, so YMMV.DO NOT do this unless you want a broken hazumi install, instead use my patch here
https://f95zone.to/threads/hazumi-and-pregnation-v1-11-1-mihiraghi.33392/post-13281238
Any mods that are broken with my patch can be modified on an individual basis (and they *should* be anyway, since they use the wrong path to begin with)
It's not too strong, nor is it the wrong direction, it's possible that your particular platform needs further changes to the patch, but your solution is entirely incorrect, don't force the URI protocol that just leads to subtle bugs that are hard to find and fix.So, after I realized I had no mods at all working I tried your patch, and it made some of the mods work. (Sincerely, thank you very much for that! It's even got a nice installer!) The rest of the mods required the change I listed. And, it's trivially reversible: just go to the same place you changed and change it back. So "DO NOT" is too strong and possibly in the wrong direction. That said, I have only tested my fix on my machine, so YMMV.
MacOS, currently 15.0 "Sequoia", though I was on 14.6 "Sonoma" when I made the change.It's not too strong, nor is it the wrong direction, it's possible that your particular platform needs further changes to the patch, but your solution is entirely incorrect, don't force the URI protocol that just leads to subtle bugs that are hard to find and fix.
What OS are you on?
What is the *exact* error you get? If it's what I think it is, then you need to modify the relevant mods to fix the issues.MacOS, currently 15.0 "Sequoia", though I was on 14.6 "Sonoma" when I made the change.
I mean, I'm no longer getting an error, but if I un-fix my install... I get a lot of, for example,What is the *exact* error you get? If it's what I think it is, then you need to modify the relevant mods to fix the issues.
Some mods erroneously prepend `www` to the filepath which is not only unnecessary, but error prone.
nakaIndex is not defined
, and at home at the sink mirror, isMinBelly is not defined
. I'm aware those are in Expanded Mod, Better Pregnancy Functions.Doesn't seem so, if anything, it breaks the ability to switch between different character versions (Normal, Young, Loli, etc.), leaving only the default one working.
This is for non-Windows operating systems though, correct?DO NOT do this unless you want a broken hazumi install, instead use my patch here
https://f95zone.to/threads/hazumi-and-pregnation-v1-11-1-mihiraghi.33392/post-13281238
Any mods that are broken with my patch can be modified on an individual basis (and they *should* be anyway, since they use the wrong path to begin with)