How should we use it? Can you give me some information?JavaScript:// Max coin SV.market.zeta=[1<<20|1,1<<20|1]; // Unlock all scenes Object.values(SV.scenes.list).forEach(c=>c.unlocked=true); // Set all character's lust + trust to max Object.values(SV.characters).forEach(c=>c.stats&&Object.assign(c.stats,{lust:999,trust:999})); // Set player stats to max Object.assign(SV.stats,{virus:80,craft:999,dominance:999,charisma:999,tiredness:0}); // Unlock all icons Object.entries(gameData.market.items).forEach(([k,{type}])=>type.includes('Icon')&&(SV.market.items[k]=true));
You Can't the dev already blocked it in the online version.How should we use it? Can you give me some information?
You're a fucking hero."
v0.3.1
- Tsunade and MAD Knight fights.
We've added a fight in both forest and wastelands! You might want to practice before trying these two ferocious opponent. "
They fucking forgot to put in the files for those fights. View attachment 4443990
You seriously can't make this shit up.
I'm up to breaking their shitty game and editing another html if you guys want to play it (took a look at the code and, as expected, they went through another round of obfuscation. They probably spent more time thinking how to protect their shit code than actually working on the game), just let me know but I really don't think it's worth the time.
In the mean time, you can use the old edit from last version. Doesn't seem like much has changed.
Guys, the fight against Tsunade has some missing pictures or gifts in it. I just fought it and it had missing files, a plenty actually. Fix that please.Your are right! It's fixed in the version 0.3.1a that we just released!
Thank you for the report.Guys, the fight against Tsunade has some missing pictures or gifts in it. I just fought it and it had missing files, a plenty actually. Fix that please.
.32 still has the glitch blocking progress where Gabbie's event after the mad fighter doesn't progress and softlocks until you load a save.Thank you for the report.
We already did, the new version has it covered!
The other posters are correct by the way, you're making (almost) every wrong move that developers on here make. I'm surprised that you have spent so long here but not picked up on what are best and worst practices. Here's the 3 issues:Thank you for the report.
We already did, the new version has it covered!
The lengths the dev goes to are absurd, but you would only be cracking the game for a small portion of the player base who visit F95 (and they rarely pay anyways). His methods are effective, else he wouldn't be earning $2K + monthly on a game with few sex scenes.The other posters are correct by the way, you're making (almost) every wrong move that developers on here make. I'm surprised that you have spent so long here but not picked up on what are best and worst practices. Here's the 3 issues:
1. You believe that code obfuscation will lead to more income streams. This is functionally incorrect as almost every single major project on here will show you. The potential pay base resents the time you put into this rather than on improving your game. Then you will have belligerent people such as myself who have been developing low level software, reverse engineering and building cracks for AAA games for decades who will look at your ridiculous MD5 hashing or console refreshing and remove your hours of work in about 5 minutes just for the trolling of it. I've seen this exact fight about 100 times with devs on here and it's always the pirates who win it. Stop trying to piss in the wind and instead use your efforts to make your content as good as it can be.
2. You are neglecting actual sexual content scenes with the main focused characters in the game, which in this seems to be the family in the house. It looks like your game has been in development for around 2 years? During that time, there are very few actual sexual scenes with the main characters. This always stinks of being dragged along as does people who constantly "rework" their existing code base in order to excuse the lack of content.
3. You are vastly overpricing your work. To get the full experience in the game with bonus scenes I have to pay you $100 a month. You would like me to pay you the price of a CyberPunk 2077 plus a Red Dead Redemption 2 every single month in order see a couple of bonus scenes that are not original nor filmed by you and are freely available on porn sites streaming. You cannot be this delusional. If the choice comes down to paying you 2 AAA games every month or taking 3 minutes to alter a HTML file and couple of JavaScript files, which do you think I and the rest of the world is going to do?
4. Your UI is actually a pain in the ass to work with and breaks various basic standards of UI design. This isn't necessarily detrimental to your project but I just wanted to mention it.
This thread has 1.6 million views. Where is it you think all these supporters come from? Devs interact on this site because it is the primary adult game site with the most amount of people on it which is where they source their donators. They don't post here to be nice.The lengths the dev goes to are absurd, but you would only be cracking the game for a small portion of the player base who visit F95 (and they rarely pay anyways). His methods are effective, else he wouldn't be earning $2K + monthly on a game with few sex scenes.
The other posters are correct by the way, you're making (almost) every wrong move that developers on here make. I'm surprised that you have spent so long here but not picked up on what are best and worst practices. Here's the 3 issues:
1. You believe that code obfuscation will lead to more income streams. This is functionally incorrect as almost every single major project on here will show you. The potential pay base resents the time you put into this rather than on improving your game. Then you will have belligerent people such as myself who have been developing low level software, reverse engineering and building cracks for AAA games for decades who will look at your ridiculous MD5 hashing or console refreshing and remove your hours of work in about 5 minutes just for the trolling of it. I've seen this exact fight about 100 times with devs on here and it's always the pirates who win it. Stop trying to piss in the wind and instead use your efforts to make your content as good as it can be.
2. You are neglecting actual sexual content scenes with the main focused characters in the game, which in this seems to be the family in the house. It looks like your game has been in development for around 2 years? During that time, there are very few actual sexual scenes with the main characters. This always stinks of being dragged along as does people who constantly "rework" their existing code base in order to excuse the lack of content.
3. You are vastly overpricing your work. To get the full experience in the game with bonus scenes I have to pay you $100 a month. You would like me to pay you the price of a CyberPunk 2077 plus a Red Dead Redemption 2 every single month in order see a couple of bonus scenes that are not original nor filmed by you and are freely available on porn sites streaming. You cannot be this delusional. If the choice comes down to paying you 2 AAA games every month or taking 3 minutes to alter a HTML file and couple of JavaScript files, which do you think I and the rest of the world is going to do?
4. Your UI is actually a pain in the ass to work with and breaks various basic standards of UI design. This isn't necessarily detrimental to your project but I just wanted to mention it.
Looks like these are old commands. Scene unlocking is not working, But character stats still work. There is an error there, not "craft" but craftmanshipJavaScript:// Max coin SV.market.zeta=[1<<20|1,1<<20|1]; // Unlock all scenes Object.values(SV.scenes.list).forEach(c=>c.unlocked=true); // Set all character's lust + trust to max Object.values(SV.characters).forEach(c=>c.stats&&Object.assign(c.stats,{lust:999,trust:999})); // Set player stats to max Object.assign(SV.stats,{virus:80,craft:999,dominance:999,charisma:999,tiredness:0}); // Unlock all icons Object.entries(gameData.market.items).forEach(([k,{type}])=>type.includes('Icon')&&(SV.market.items[k]=true));
https://f95zone.to/threads/the-fapocalypse-v0-3-1a-fap-online-creation.144115/post-15769582You Can't the dev already blocked it in the online version.
So I'm out won't even bother trying it again it was almost impossible to play the last time I tried so if they want to block all avenues of making it easier unless you pay them well they must think they're Bethesda... Adios
Scene unlocking worked for me, you have to leave the menu and then come back to it.Looks like these are old commands. Scene unlocking is not working
Updated the post with the fix, thanks!But character stats still work. There is an error there, not "craft" but craftmanship
yeah. Gabbie has a script error. I posted the screenshot about it. The game has some bugs, for sure.They just released .32a and guess what, GABBIE IS STILL BROKEN. Same exact error message and everything. It's unbelievable they've left the same glitch in that prevents players from seeing a good chunk of the new content for what, at least 4 patches now? And I know it's not just localized to me because someone else here posted a screenshot of the same error.