sometimes but only fighting against fiends. not that often though.Are you fighting on the border of fogs? These fights can reduce strength much more than they train it.
sometimes but only fighting against fiends. not that often though.Are you fighting on the border of fogs? These fights can reduce strength much more than they train it.
Yeah it's the D+ tier training that she runs awaysIs it the first one that's refused, or a later one? It's been some time since I did spider-mating, but one of the levels (second one, if I remember right) is hard-coded to fail, I think. She doesn't refuse, but accidentally scares the spider away. She still gets some experience for it, just not much, so you'll have to slowly get through that.
If so I'm in a pickle then. I've trained my slave to S tier all of the attributes except exoticism and now I always fail at casting Domini Dictum, lol. Guess I'm going to have to grind her training then. Thanks for info!Casting Domini Dictum might skip that and progress training at normal speed.
Domini Dictum is guaranteed to fail if the slave's Nature is at least as high as your Mage Skills. That is, the only way to cast Domini Dictum on a slave with an S+ Nature is to have your own S+ Mage Skills and wear Wizard Robes.I've trained my slave to S tier all of the attributes except exoticism and now I always fail at casting Domini Dictum, lol. Guess I'm going to have to grind her training then. Thanks for info!
Just repeat the training until she levels up. She still gets some experience.Yeah it's the D+ tier training that she runs aways
If so I'm in a pickle then. I've trained my slave to S tier all of the attributes except exoticism and now I always fail at casting Domini Dictum, lol. Guess I'm going to have to grind her training then. Thanks for info!
So that's how it works, thanks!Domini Dictum is guaranteed to fail if the slave's Nature is at least as high as your Mage Skills. That is, the only way to cast Domini Dictum on a slave with an S+ Nature is to have your own S+ Mage Skills and wear Wizard Robes.
Use Domini Dictum. If you can't, then train magic and equip wizard clothes.How can i increase xenophily? My slave still afraid of spiders
Thanks, I'll try itUse Domini Dictum. If you can't, then train magic and equip wizard clothes.
Have you tried the script within the game files?anyone have this tool ? https://f95zone.to/threads/jack-o-nine-tails-gamepics-modifying-tool-for-ver-2-2.102538/
links are dead
I didn't know there is one, thx.Have you tried the script within the game files?
I have made a PR in the repo (sorry can't post links yet, so removed it in the quote to be sure), to update the version to compile with more recent Qt. Since noone seemed to watch the repo I wanted to ask if this is the right place to post this, or if there are other repos that are actively maintained. Maybe qwertyu12359 is the right one to ask that question to?nvm i figured it out:
repo:You must be registered to see the links
Compiling on debian:
Deps:
sudo apt install qt5-qmake libonig-dev
Modify the .pro file in the top directory of the engine:
# Detect GCC
QMAKE_CXXFLAGS += -O2
QMAKE_LFLAGS += -Wl,-O1
# Detect MSVC (if needed)
win32-msvc* {
QMAKE_CXXFLAGS += /O2 /GL
}
Do the same forh the .pro file in qsp/ and gui/
qmake
make
cd build/release/bin/
LD_LIBRARY_PATH=$pwd:$PATH ./jack
file>open
browse to this downloaded game
open the game jack.qsp
Done
Good initiative, I absolutely encourage.I have made a PR in the repo (sorry can't post links yet, so removed it in the quote to be sure), to update the version to compile with more recent Qt. Since noone seemed to watch the repo I wanted to ask if this is the right place to post this, or if there are other repos that are actively maintained. Maybe qwertyu12359 is the right one to ask that question to?
Want me to test it on linux? My suggestion was a minimal attempt to keep windows support with the linux build requirements.I have made a PR in the repo (sorry can't post links yet, so removed it in the quote to be sure), to update the version to compile with more recent Qt. Since noone seemed to watch the repo I wanted to ask if this is the right place to post this, or if there are other repos that are actively maintained. Maybe qwertyu12359 is the right one to ask that question to?
Not currently. We could add support for it in most interactions by updating a single function, display_pic.qsrc. It looks for image sets based on hair color, hair length and age. We could add a check for specific slave id before that. So the filenames would be of the form scene_12345_1 _2 _3 etc where 12345 is the slave id (same as their json file).Is there a way to add a new full picture and then bind specific acts to that character/full pictures. Say I add Phoenix Marie and then want sex scenes to be specific Phoenix Marie gifs/png. Is it possible? I feel like it would give a better immersion.
I personally like the idea and think it would help with immersion. I am up for making some characters. Maybe some real people as well, but without the crazy stuff of courseNot currently. We could add support for it in most interactions by updating a single function, display_pic.qsrc. It looks for image sets based on hair color, hair length and age. We could add a check for specific slave id before that. So the filenames would be of the form scene_12345_1 _2 _3 etc where 12345 is the slave id (same as their json file).