- May 12, 2022
- 298
- 297
Not yet, no. The desert technically exists, but it's a preview area for now.is there no next area other than forest? entrance is blocked by a wolf girl i think
Not yet, no. The desert technically exists, but it's a preview area for now.is there no next area other than forest? entrance is blocked by a wolf girl i think
That was the mirror to the right of the starting area.oh i see, so its just a matter of time when it actually gets released
tbh that one had a ""gallery"" and it was all automated so i hope that gets changed (and i also hope that ""gallery"" was a placeholder)
i remember an area where all (if not most) enemies was just standing there doing nothing, that's what im talking about
i stopped bothering eventually because i was just spoiling myself before the thing was even out
Zell added the Dessert preview behind the stone alter that you open with the green orb that you get from Mashira.is there no next area other than forest? entrance is blocked by a wolf girl i think
"Nieldoe"Someone got an Idea for functional software that could extract animations of the old shiro no yakata and the new FOBS ? I remember someone redoing a shiro no yakata animation but he/she deletes his mega folder with
Hi,
Do you know how I can install the March build? I downloaded the build on here but it says I miss some MSVCP100.dll and MSVCR120.dll files. I added these files in the folder, but the game would still not start. It said it was unable to start correctly.
This is a C++ issue. Because GameMaker works using C++, if this is the first game you've played on the engine, you'll have to figure this out before you can play any other game on the same engine properly. I (re)posted a solution a little bit ago, just refer to this post.what are the MCVCR files?! apparently when I tried downloading your files on that link.. it required an older version of windows?
Ah, the classic GameMaker C++ issue. Not to fret, we've discussed this issue before and I posted a fairly reliable solution that should work 90% of the time.
Though an important step to take before following the advice above is to find anything that looks like the stuff in the screenshot below. Any method of installing the C++ files will fall flat if you try to do so without deleting the ones you have already because the overlap will break things even more, or just cause the download to just not work overall.
View attachment 4719391
March version is a new build of a Remake version of the original (Ver.A/B) made in new engine, new maps, combat, enemies, abilities, QoL features and more.so wait how is the March version different from FOBS A or B?
so it's basically Fobs A and B combined with some bells and whistles? Neat, cheers.March version is a new build of a Remake version of the original (Ver.A/B) made in new engine, new maps, combat, enemies, abilities, QoL features and more.
They are no longer updating A or B anymore.so wait how is the March version different from FOBS A or B?
I guess you could say that but we are far from it.so it's basically Fobs A and B combined with some bells and whistles? Neat, cheers.
All the other links still work.Main page download seems to be dead
Even so still don't ork for me, i got my msvcp140, made 2 copies, renamed both to mscvr110 and just got the 0xc000007b' error.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.
The error isn't missing dlls. It's missing microsoft visual studio 2010 dll.Even so still don't ork for me, i got my msvcp140, made 2 copies, renamed both to mscvr110 and just got the 0xc000007b' error.
Just downloaded "Visual C++ Redistributable Runtimes All-in-One" from the official Microsoft page, install it and those kind of problems should stop for a while (hopefully).Even so still don't ork for me, i got my msvcp140, made 2 copies, renamed both to mscvr110 and just got the 0xc000007b' error.
Could someone please tell me if all of these monsters are in the game in some form or still in the planning stage? In the Bestiary the "Page 2" button doesn't work and I see in the new version, new achievements were added for some mons that are now able to be captured. I assume that some stuff are indeed WIP, I know may be obvious... I hope all these mons do come to the game. Where can I support development. I need those aquatic and bug girls.Version Difference:
You don't have permission to view the spoiler content. Log in or register now.
Walkthrough:
You don't have permission to view the spoiler content. Log in or register now.
Zell's Fanbox is in my signature, so you can use that link to go and support them. Not all of the old monsters are in the game yet, but as it stands, most (if not all) of them will likely be back eventually.Could someone please tell me if all of these monsters are in the game in some form or still in the planning stage? In the Bestiary the "Page 2" button doesn't work and I see in the new version, new achievements were added for some mons that are now able to be captured. I assume that some stuff are indeed WIP, I know may be obvious... I hope all these mons do come to the game. Where can I support development. I need those aquatic and bug girls.
that should be the solution! worked for me at least (even after fucking with VC++ in every way i could)Ive tried made copies of dll files, downloaded the Visual C++ Redistributable Runtimes All-in-One and i still encounter 0xc000007b' error.