OH ! that works ! thanks a bunch <3Did you try this way? There's actually two values, not one. Made a guide about it. Only thing I didn't do was record my process mid CE.
I had a bit of a look into this, since I would like to play the game but can't really enjoy it with unavoidable futa. Also bought PCK brute forcer, since it might also be useful for other games. Decryption key for v1.1.2:Hey, amazing job!
I am not a tech wizard but I am an artist and I am not a fan of Futa so I redraw all of Foxy's frames to replace the dick. (Except for the orgy and the scene where she fucks you cause context.) Some animation frames could be a little jittery cause I can't test them on runtime, but it should be pretty good. All files have the same file names as the ones you exported.
Could you, or anyone who knows how, please repack the game with these images and export it?
99A4ECDC0D906B61F3BD0379B3E6490C0FF2B09EBF91F4F7D92918DCE973A900I did the 4/20 challenge and I did get the animation on the extras, what now
New code 6/9/6/9 to get Golden. If you do 1987 it gives you a regular night with new call telling you about new code. [However 1987 must still be completed for 100% AFAIR]
Sure. Step by step guide. Let me know if more is needed. Spoiler to not clog up the page:
You don't have permission to view the spoiler content. Log in or register now.
Hey, amazing job!
I am not a tech wizard but I am an artist and I am not a fan of Futa so I redraw all of Foxy's frames to replace the dick. (Except for the orgy and the scene where she fucks you cause context.) Some animation frames could be a little jittery cause I can't test them on runtime, but it should be pretty good. All files have the same file names as the ones you exported.
Could you, or anyone who knows how, please repack the game with these images and export it?
I'll fit development for the mod in August, I have a version of the game source previously shared somewhere in here. The game has some interesting quirks. I'll make a build with these assets and see how can I remove the anticheat.I'd be quite appreciative if you'd make this
I'll fit development for the mod in August, I have a version of the game source previously shared somewhere in here. The game has some interesting quirks. I'll make a build with these assets and see how can I remove the anticheat.
You don't have permission to view the spoiler content. Log in or register now.
I'll make the modifications open source, without sharing the rest of the game source.
I don't think there's a reward for 100%. Just the stars on the main menu like in the original game.so what's the reward for 100% exactly?
View attachment 5108204
If you didn't already believe that this became the side project. At least there is a set release date (surely).
I'm very confident it's that they just lost interest. I remember seeing in discord they posted a poll about trying for a steam release (which would require an immense amount of work to accomplish) as well as re-starting work on a mobile build. Both of these just felt like some artificial excuse to try and create justification for a farther release window. Lost faith when it was due in December last year, nearly 8 months ago. At this point they should just come out and say they dont intend to finish it, but that wouldnt generate interest and therefore wouldnt generate revenue.So this is, what I can find, each time they posted a release date for part 2, and didn't do it[From current Itch and Discord info. Probably missed a few, but I'm not sure].
1.You must be registered to see the linksthrough August 16, 2024-> [You must be registered to see the links]
-> View attachment 5110672 View attachment 5110662
2.November 20th, 2024
-> View attachment 5110720
3. Month of January, 2025
-> View attachment 5110775
4. December 4th, 2025 [See Quote above] (Hasn't passed, but c'mon)
Overall, no real confidence this is EVER gonna come out. Part of this feels like poor time management, most of it feels like incompetence, and part of it feels like laziness. As always, consider it abandoned until it isn't.
Interestingly, the texture atlases here on the source don't match these textures.Hey, amazing job!
I am not a tech wizard but I am an artist and I am not a fan of Futa so I redraw all of Foxy's frames to replace the dick. (Except for the orgy and the scene where she fucks you cause context.) Some animation frames could be a little jittery cause I can't test them on runtime, but it should be pretty good. All files have the same file names as the ones you exported.
Could you, or anyone who knows how, please repack the game with these images and export it?
I used the atlas sheets from MisterBoombastic as seen below. I'll adjust the art to work with the atlas sheets you extracted.Interestingly, the texture atlases here on the source don't match these textures.
TL;DR I extracted the textures of the game. They're in this catbox link:You must be registered to see the links(reuploads welcome)
Went on a bit of a journey to extract the textures from this game. The windows EXE version is encrypted, so I initially started with the APK version, which wasn't. After extracting the APK, I found out the images are stored in a "CTEX" format, though with the original filenames still there (so I knew for a fact they all started as PNGs). I figured out that the only tool that can convert the Godot Engine CTEX image format back to PNG was Godot itself, so I asked chatGPT kindly for a script (as I have very minimal python/gdscript knowledge) to import textures, convert them to PNG, then export them into a folder. I then took this script as a jumping off point, fixed a few errors, and adjusted it to work on the entire folder of textures so I wouldn't have to manually adjust it for each individual texture. Last thing I did was copy all the CTEX files to a folder and pointed the tool at it.
Then I found out that certain large textures were compressed using "ETC2" compression, which Godot doesn't support the uncompressing of. I couldn't find a way around it, so instead I switched gears and tried the web version of the game instead, which was also unencrypted. This did actually work, as the images had no compression, but the actual images themselves had some obvious visual artifacts, which isn't present in the textures in the EXE version. Presumably they were crunched a bit to help the browser load them more easily.
Unsatisfied, I went back to the EXE version (actually a slightly newer version of the game that released while I was working on this), and after fiddling around for a bit I coughed up 5 bucks and bought theYou must be registered to see the links, which after around 30 minutes on my machine, found the encryption key. Then I uncompiled the EXE to a folder, copied all the CTEX files to another folder, pointed the tool at it, and...
View attachment 3881206
Honestly the feeling of victory is better than any orgasm (I'm still going to fap though).
Unfortunately as was explained earlier in the thread, actually piecing the frames back into animation is a whole other ordeal that I'm not interested in spending time on. Maybe it's possible to edit the textures and recompile the game so that textures and animations don't have effects over them so that you could screenshot/record them pretty cleanly, but I'll leave that for someone else to do. It'd also probably be possible to recompile the game without any of the save-checking/deleting bullshit, but that's really stretching my knowledge of Godot (which is extremely minimal.)
If you want the encryption key so you can decompile your own copy of the game to fiddle with, shoot me a message and I'll try to respond in a timely manner. I'll also upload the texture converting script to the "Tools & Tutorials" forum category in a little bit, after I make it a bit easier to use.