Skreekaw
Newbie
- Aug 9, 2018
- 93
- 109
- 109
my hero!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.
Hey, amazing job!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.
I figure it'd be more trouble than it's worth to make it vaginal rather than anal?Could you, or anyone who knows how, please repack the game with these images and export it?
The penetration is anal already so it was easier to replace the area where the dick is with a pussy. If I made the penetration vaginal I would have to:I figure it'd be more trouble than it's worth to make it vaginal rather than anal?
Any more updates
Despite the fact of "working on it 3 days a week", nothing ever seems to land in "completed".View attachment 4593411
Game delayed indefinitely
Personally surprised to see so much work left for something that was originally slated for a mid-jan release but illness takes its toll, i suppose
kanban link:You must be registered to see the links
Yeah I'd checked last month to see how progress has moved. Since the initial post I think only one thing moved from "In-Progress" to "Ready for Testing". I think you're 100% right on it never releasing. In that discord an announcement was made for a new project, as well. So it looks to me like Pudding is no longer interested in this title and is instead working on some MLP game.Despite the fact of "working on it 3 days a week", nothing ever seems to land in "completed".
View attachment 4804366
Gone until the 8th right now, but even when returning, doubt any work is gonna get done. I was hopeful at the beginning, though.
Save carrying over and multiple saves was canceled, though, so have fun unlocking the same shit if it does ever release.
Personally, it's probably never releasing. Only other update in server is the merch store going back up. Get that bag, I guess View attachment 4804370
The game is made in Godot, if you use a decompiler you can actually edit the game to unlock everything.hey, i was scraping the game using assetripper and i found a godot style structure in it. anyone know anything about this?
oh. i've been going about scraping this wrong then. why is it tagged as a unity game in this thread?The game is made in Godot, if you use a decompiler you can actually edit the game to unlock everything.
I think it used to be but then they shifted development to godotoh. i've been going about scraping this wrong then. why is it tagged as a unity game in this thread?
thanks! has the encryption code for the pck been cracked yet or not?I think it used to be but then they shifted development to godot
Anyone is still interested in this modification being made? I can work it out.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?
Freddy doesn't show up at the door. If she's in the kitchen, she'll wait for you to look at a camera other than the kitchen and then bolt into your room. By that point you're already dead. So you have two options:Sorry but how is it possible to get through night 6? even using the minimum energy and holding foxy still, the problem I have is with freddy, she simply stays still camping in room 6, and the only solution I found is to keep the door closed until it goes away, but it kills the battery, and it is not possible to stop her at the door because if you hear footsteps the door can no longer be closed, maybe I am missing some mechanic or trigger?
I'd be quite appreciative if you'd make thisAnyone is still interested in this modification being made? I can work it out.
If there's still interested in this, I could fit this simple mod in my schedule.
Unless someone is already working on it.
Then I succeeded, pushing to the limit, and remaining still for the last few seconds at 0 energy, in the end I understood that Freddy's attacks are timed, and if it's not like that I just had a series of coincidences that led me to succeed like this XDFreddy doesn't show up at the door. If she's in the kitchen, she'll wait for you to look at a camera other than the kitchen and then bolt into your room. By that point you're already dead. So you have two options:
1. Just close the right door when she's in the kitchen. This is easier but less reliable since it drains a lot of power. After a while you'll hear her giggle again, signaling she moved back to the closet and letting you open the right door again. Another giggle means she's back in the kitchen and you need to close the right door once more.
2. Keep your cameras on the kitchen. Foxy is slowed down by you looking at the cameras - any camera, not just the Cove - so you can stall Foxy and completely prevent Freddy from attacking by just keeping the camera on the kitchen as you flip it up and down. Since you're not looking at a different camera, Freddy can't enter your office. This is far more reliable, but harder, because now you don't know when Foxy is progressing or leaving. So you need to periodically check on the Cove, which means closing the right door. The motion here is camera down > right door closed > camera up > camera on Cove to check Foxy > camera back on Kitchen > camera down > right door open. Getting used to doing this quickly makes 4/20 in particular a lot easier. Chica showing up at the door gives you some time to check Foxy for 'free', so make use of that.
dont use cheat engine on DE it will crash your game and then it will force a reset of your game find another way guysTips for beating the game normally:
You don't have permission to view the spoiler content. Log in or register now.
Tips for extra scenes:
You don't have permission to view the spoiler content. Log in or register now.
Tips for cheats:
You don't have permission to view the spoiler content. Log in or register now.
Total Sex Scenes at 100% progress:
You don't have permission to view the spoiler content. Log in or register now.
If i missed anything let me know.
Kinda disappointed 100% didn't do anything, waste of time.