Mod Wolf RPG Imouto! Life ~Fantasy~ FFFox Mod

5.00 star(s) 9 Votes

Ragzul

Newbie
Oct 15, 2019
68
74
78
Think there may be an issue with the bathroom missionary scene. It appears that two frames are out of order. Everything animates fine at first, but when it gets to the second to last "speed" of the scene, the thrusting sort of develops dyslexia. And when it gets to the final fastest speed, it goes back to normal. Like, I get that sex is exciting and stuff, but Oneechan kinda forgets how to fuck properly with the sequence as it is.

To clarify, it's a bathroom barge scene where you can choose pussy or mouth, after cunnilingus. There's 4 "speed change" segments by the looks of the scene, and on the third one is where it seems out of order.
 

raizen23

Member
Sep 15, 2020
232
65
151
Do cheats not work for this mod? Because they don't show up for me.

by the way, if someone can create a set of images like loli, big breasts, let them pass it on since I don't know how to do it and I don't want to touch anything and spoil it xD
 
Nov 2, 2021
450
346
196
会有新的模组更新吗?
作者目前没有时间,他正忙于另一个项目。
请用英语写,通过自动翻译器
(Please write in English using an automatic translator.)


If there are no spoilers, then: An overdose of purity. You can buy it in the city. It will appear eventually.


Do cheats not work for this mod? Because they don't show up for me.
The cheats are working, look for konami code instructions in this topic.
by the way, if someone can create a set of images like loli, big breasts, let them pass it on since I don't know how to do it and I don't want to touch anything and spoil it xD
There will be too many images to draw, no one will do it for free. But if he does, it will be nice)
 
Last edited:

xxmetaxx

New Member
Dec 7, 2024
3
0
10
The Konami code doesn't work... I've tried all possible variants... does anyone have an idea how to activate the cheats?
 
Nov 2, 2021
450
346
196
The idea of vials of blood is simply wonderful! However, there is a mistake here. In the store, they are priced correctly at 4000, but if you try to purchase any of them, the purchase price will be displayed incorrectly: at 3000.
You don't have permission to view the spoiler content. Log in or register now.

A small mistake, I think I'll fix it by putting it in the \S45 code instead of the text.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: Arsvaarg and BartzV

babygoal

New Member
Sep 11, 2018
3
3
13
I may have found a solution for low performance bug, it seems to be connected with low performance devices (tested on laptop with 7th gen i3) where base game works perfectly fine, but when your mod is installed it grinds itself to a halt, while on main PC the same set of game files runs smoothly. This mod causes absurdly high frame times wasted on event processing, which indicates infinite loop. Checking with wolf editor I have found that common event #530 ■FFFox Mod is invoking itself on every frame, while most code in this file looks like initialization file checks which should run only once. I have wrapped most of it into additional conditional statement to ensure single run and performance levels went back to vanilla levels.
 
  • Like
Reactions: winceptor

babygoal

New Member
Sep 11, 2018
3
3
13
It's rather quick and dirty fix - I haven't read through all code which I moved to conditional clause, but anyway as a PoC it should be enough:
1) Take unused variable, and add some name to it, it seems that all variables are initialized with 0 (I went with V666)
2) move code meant to run once into conditional chceking if variable is 0
3) set value of variable to non zero

You don't have permission to view the spoiler content. Log in or register now.

Probably it could also be fixed y splitting this event into two with different run conditions to separate stuff which needs to run only once from repeated checks, but that requires more proficiency with engine than I have at the moment.
 
Last edited:
  • Thinking Face
Reactions: Time Killer1981
Nov 2, 2021
450
346
196
It's rather quick and dirty fix - I haven't read through all code which I moved to conditional clause, but anyway as a PoC it should be enough:
Probably it could also be fixed y splitting this event into two with different run conditions to separate stuff which needs to run only once from repeated checks, but that requires more proficiency with engine than I have at the moment.
I tried, and gave up on trying to create a variable) There is always someone who understands the code much worse.
I've been crawling through the code of this game for a long time and I haven't been able to do anything. What to say about other people)
 
Last edited:
5.00 star(s) 9 Votes