MrNice88

Member
May 28, 2022
112
139
This game was confusing. I just walked around forever trying to learn the controls and I hit too many dead ends. No intro, no readable text.
I found it helped to have played succubus affection first, which I think had a small team working on it so it's perhaps a bit more polished, where FOBS was made solely by Zell.
FOBS plays very similarly though, so if you've played SA I can't imagine you having too much trouble.
Despite it being a bit less refined than SA, I actually prefer FOBS in some ways, I think it has some of the best animations.
 

yesz

Active Member
Jul 11, 2019
633
321
ive tried the version b saves here but the gallery is still empty, in version 1.05 (but it says 1.02 after it?)

also is the saves folder supposed to be inside the readme folder?
 

DarkLabs02

Member
Jun 10, 2018
197
298
Here ya' go:
[Full] FOBS:
- - -
[Full] All Zell Games:
- - -
All games have a complete save (except Succubus Affection)

For Succubus Affection :
I dunno if it can help but here is my actual save.

Note : Its been a while that I didn't played it so u can expect it to not be a full save.
Btw IDK if I put all the requiered files in the archive so if it have some missing files for the save, just ping me by Replying or Quoting my post.
Also this save is from version 1.09E (Kagura Version) of the game bought on DLsite.
 
  • Like
Reactions: Succubus Hunter

MrNice88

Member
May 28, 2022
112
139
For Succubus Affection :
I dunno if it can help but here is my actual save.

Note : Its been a while that I didn't played it so u can expect it to not be a full save.
Btw IDK if I put all the requiered files in the archive so if it have some missing files for the save, just ping me by Replying or Quoting my post.
Also this save is from version 1.09E (Kagura Version) of the game bought on DLsite.
I started again a while back on Succubus Affection myself but I backed up my full save, so here it is if anyone wants it, same version.
 

jegg890

Newbie
Nov 18, 2017
63
72
does anyone else have framerate issues with shiro no yakata? version A runs smoothly but B and the "player demo" runs really slowly
 

TheUnsaid

Active Member
Game Developer
Dec 28, 2019
644
846
Nope, actual version is the 1.11.
U can check it and stay tune on it by checking on his .
Incorrect. SnY is being developed on the Ci-En.
The game on Fantia is that weird Mysterious Mansion game. Forgot if it got a title.
 
  • Like
Reactions: DarkLabs02

Esamxdx3

New Member
Jul 18, 2022
3
0
This is sounding similar to the .dll issue I was having earlier in the thread, though it was a different .dll (d3dx9_39 instead of MSVCR110). Like I'm assuming you did, I found and downloaded the specific .dll I needed, but then a new error would pop up instead ('0xc000007b' for me, instead of 'ox000007b').

I outlined my eventual successful solution to these issues earlier in the thread, but I'll restate the problem and potential solution a bit differently here since, y'know, different .dll and all. If the underlying problem you're having is the same as what I had, then I think it's that the specific .dll you downloaded trying to fix the issue might be right, but is perhaps incompatible with some different, later revision that is already on your system. Moreover, the game or its engine wasn't equipped to accept or expect the later revision, and what the game actually wants is, specifically, a .dll that works with your framework but which is named what it was initially asking you for. Like, maybe the .dll you got as part of your framework is technically the correct .dll for that era, but the game is dumb and thinks it has to have the specific older version when it really doesn't – that was the impression I got when I looked and saw I already had an installation of DirectX9, but the game didn't like the D3DX9_43.dll that came with it and kept asking for d3dx9_39.dll, the earlier revision.

I solved my problem by going and finding the version of the .dll that I had – D3DX9_43.dll for me, probably MSVCR###-something for you, though I'm not sure where you'd look to find that – and then copying and pasting it into the game folder. After that, I just renamed it to the filename that the game first asked for, so my 'D3DX9_43.dll' became 'd3dx9_39.dll', and presumably your 'MSVCR###-whatever.dll' should be renamed to 'MSVCR110.dll'. After I did that, I had no more issues.

Sorry for the wall of text, but I hope it makes enough sense and that a solution like this can work for you.
Can you upload your edited game file please? I couldn’t figure it out.
 

BuPa

Newbie
Aug 21, 2017
29
21
Can you upload your edited game file please? I couldn’t figure it out.
Not certain what you're asking me for… I didn't edit any game files – I just copied and renamed a DirectX9 .dll file. Are you saying that the game is asking you for that same specific file ('d3dx9_39.dll') yourself? If so, I can get you mine, but it might not be compatible with what you've already got since the point of the process I outlined was copying and renaming what's already installed on your system. You'd need to have the rest of a working DirectX9 installation anyway.
 

luigipetty02

Newbie
Jul 9, 2021
51
10
This is sounding similar to the .dll issue I was having earlier in the thread, though it was a different .dll (d3dx9_39 instead of MSVCR110). Like I'm assuming you did, I found and downloaded the specific .dll I needed, but then a new error would pop up instead ('0xc000007b' for me, instead of 'ox000007b').

I outlined my eventual successful solution to these issues earlier in the thread, but I'll restate the problem and potential solution a bit differently here since, y'know, different .dll and all. If the underlying problem you're having is the same as what I had, then I think it's that the specific .dll you downloaded trying to fix the issue might be right, but is perhaps incompatible with some different, later revision that is already on your system. Moreover, the game or its engine wasn't equipped to accept or expect the later revision, and what the game actually wants is, specifically, a .dll that works with your framework but which is named what it was initially asking you for. Like, maybe the .dll you got as part of your framework is technically the correct .dll for that era, but the game is dumb and thinks it has to have the specific older version when it really doesn't – that was the impression I got when I looked and saw I already had an installation of DirectX9, but the game didn't like the D3DX9_43.dll that came with it and kept asking for d3dx9_39.dll, the earlier revision.

I solved my problem by going and finding the version of the .dll that I had – D3DX9_43.dll for me, probably MSVCR###-something for you, though I'm not sure where you'd look to find that – and then copying and pasting it into the game folder. After that, I just renamed it to the filename that the game first asked for, so my 'D3DX9_43.dll' became 'd3dx9_39.dll', and presumably your 'MSVCR###-whatever.dll' should be renamed to 'MSVCR110.dll'. After I did that, I had no more issues.

Sorry for the wall of text, but I hope it makes enough sense and that a solution like this can work for you.

you did give me kind of a idea of "what to do" HOWEVER..
Im on a laptop and this is confsing..

i can't find this "game" folder here.
plus how do make the uninstalled game "search" for it.. er.. like rename what version its looking for..?
(or are you just renaming your latest version of .dlll?)
...since whenever i tried to installl .dlll it can't find any window apps to work with..

sorry, its so confusing and without a good "step-By-Step process" on this method.. in... i guess.
im kinda new to this thing..

(edit: Wait, is DirectX9 not d3dx9_39.dlll ?
or is it and i never downloaded it... urgh...

but if you can send a download or something that can help thanks.)
(or even the FOBS game you "renamed" the .dlll on... whatever is the easiest/best way.)
 
Last edited:

oofwagon

Member
Oct 29, 2018
175
145
Can you upload your edited game file please? I couldn’t figure it out.
Not the OP but I had a very similar issue with my laptop a while ago, just download and drag whatever .dll files you need into the game folder for the game to work, that at least solved my issues with it.
It should pop up when you try to launch the game, just jot down the names or download them as you go since you'll probably be missing like 4-5 .dll files.
 

BuPa

Newbie
Aug 21, 2017
29
21
i can't find this "game" folder here.
By "game folder" I just meant the folder you have the game's executable file in.

Wait, is DirectX9 not d3dx9_39.dlll ?
or is it and i never downloaded it... urgh...
I think DirectX is a larger thing than just a single .dll file? Either way, one or more versions comes pre-installed on a Microsoft installation – DirectX 9 is the Windows XP–era version of DirectX, and d3dx9_39.dll is just one component of one (but not the final) version of DirectX 9. My assumption is that you'll need to have DirectX 9 installed to have the game work since that's what d3dx9_39.dll, which it asks for, is from. Everything I was talking about way back in the thread was how to fix the issue of it failing to open and asking for that .dll when you already have DirectX 9 installed.


I've already tried to lay out why I think just attaching my renamed version of the .dll might not work for others, so instead, here's the step-by-step guide you said you wanted.

1. Go to the folder where your DirectX .dlls can be found. For me, on my 64-bit copy of Windows, this is the SysWOW64 folder located at C:\Windows\SysWOW64. My understanding is that they might otherwise be found in C:\Windows\System32.

2. Look for a .dll file in there called 'd3dx9_' followed by some numbers. The letters might be capitalized, as in my case, where the file was 'D3DX9_43.dll'. If the file is there, skip to step #4.

3. If the file is not there, you probably need to install DirectX 9 on your system first. You can get the installer over at .

4. Make a copy of this .dll file and place it into the same folder as your game's .exe file.

5. Rename the .dll copy to what the game's error message asks for, so 'd3dx9_39.dll'.


From there, if that's your only problem, then the game should work. It did for me, anyway.
 

Freezewood369

Member
Jan 6, 2021
490
164
for curiosity... there are some sexy yuri moments in this game?, i asking because a game like this known as ''eroico'' in the 2nd boss the boss fight of the female genie turn our male character to a female character and she having fun with it in a sexy yuri scene so that's why i asking about that if some of the versions of this game or some games of the same creator of ''fobs'' have a scene like that.

even if is a scene of two or more female enemies having fun with our character or using some female enemy to make trouble with another female enemy and etc?.
 
4.40 star(s) 15 Votes