- Aug 20, 2022
- 5
- 2
anyone else have the black screen startup problem? tried changing my resolution n stuff but it didn't work.
Right, my bad.Nuh uh!
Wait for the modders to make the pp mods but not for the story mode!
See ya in 2038 when the end of the Unix epoch kills us all.Gale always has pp don't worry. but it looks like they are separating gay from straight so don't expect her to use it on anyone but the girls till they actually start working on the gay side of BB.
Oh, I'd absolutely contribute to that if someone's planning it.With more stages having line art finished since 2.00, a working code and modding tool for the game, and the simplicity of the art i'm surprised a modder hasn't just finished act 1 for them already.
Definitely.I think we can all agree that what IS in the game right now is not worth a $10 price tag
There are a lot of modern games that are worth their price in production value, in replayability, in story, etc. but that's argueing against a fallacy. You know there are fairly priced games.I think the game is definitely not worth $10 as of current, but at the same time what modern and new game is priced fairly?
Furries are really just the experts in "Scam Artist"Alright, here's my overall experience with this. To be clear, I'm not too sure if this is the day one patch or not.
I first decided to go through the data folders to see if there's any hidden goodies there. It actually seems as if the exact opposite happened; I'll explain in a minute what I mean— but first:
View attachment 2572732
Huh. Interesting, but you know this won't be finished.
The next thing I noticed was that everyone besides Cathy and Zoe had their folders stripped of everything except their icon and music data. I guess pencil sketches are just another BunFan Games Patreon perk™. Besides the Zoe to Gale cutscene still being a sketch, the cutscenes seemed normal, so I decided to check the level data.
View attachment 2572798 View attachment 2572799
Oops. They forgot to implement "horny mode", one of their few selling points.
View attachment 2572803
Oh, pardon my pedantics; they only said it may reward me.
I didn't really see anything of interest after that, except for this inexplicably still-intact batch file in Cathy's audio folder.
I'm not too surprised considering what all I've seen noted over on e6, but come on, it's just 10 files. I guarantee you that it would've been faster to just man up and manually right click them all, but I digress.Bash:# /data/act1/cathy_e1/audio/ren.bat @echo off setlocal enabledelayedexpansion for /l %%i in (1,1,10) do ( set "filename=cathy_moan_cloased__%%i.mp3" set "newname=cathy_moan_closed_%%i.mp3" ren "!filename!" "!newname!" ) echo Renaming complete.
Now onto the game itself, or more specifically, the main menu.
View attachment 2572825 View attachment 2572824
This is just embarrassing.
In fact, it shortly crashed after this. (Press Z on the mod menu when there's no mods loaded.) I especially like the feature of it not saving your window data over sessions. I also got some sort of achievement called "early access egg" after re-opening it for the second time, oh boy! I wonder what it mea-
View attachment 2572826
Let's get to the game-play, shall we?
God these level names are terrible.
The little reference to the legacy levels at the beginning was a little endearing, except for the omission of Jack's. That's okay, fuck Jack. "Wait, what cutscenes?" Oh yeah, forgot to mention. Half of them are fully colored, voice acted, paced, and scripted, but still seem to be unimplemented. Well, the game-play still seems to be the same as the demos. Honestly, I like their new expressions.
Anyway, the AES-256 encryption key for the save file is "boobies", do what you must with this information. I'll make another post data-mining the code in-depth later, there's some interesting stuff here that I'll try not to spoil you get a level with the goth shopkeeper for 50000 coins but it's not in it yet.
Finally, don't let this release make you forgot that Kom abandoned a comic commission halfway and pocketed the money. It's been 5 years.
FINAL RATING:
0/10 unless they give gale pp i like pp
I mean there is already 1 mod made for it with another in the works, and a steam guide to help speed things up.I hope the modding tool is better than it previously was because the modding community does loads more work in keeping people's interest than the dev team.
Praise be to you, my good sir.Cracked. I'll release the script once I finish idiot-proofing it.
I tried my best, but this might be kind of shitty.Cracked. I'll release the script once I finish idiot-proofing it.
Does anybody have a link for 2.64?
When ever I try to run it, it just give me a SyntaxError: unexpected character after line continuation character. What might a be doing wrong?I tried my best, but this might be kind of shitty.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
This works with pretty much any Godot game, by the way.
Could I see the full error?When ever I try to run it, it just give me a SyntaxError: unexpected character after line continuation character. What might a be doing wrong?
Python 3.11.3 (tags/v3.11.3:f3909b8, Apr 4 2023, 23:49:59) [MSC v.1934 64 bit (AMD64)] on win32Could I see the full error?
You're not supposed to open the Python console then run the command while in it. You put the command in CMD or Powershell. Also you replace [username] with your own. I know %APPDATA% is better but it wouldn't work for me for some reason.Python 3.11.3 (tags/v3.11.3:f3909b8, Apr 4 2023, 23:49:59) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> python .\GodotDecryptor.py -d C:\Users\[username\AppData\Roaming\Godot\app_userdata\Beat Banger\save.sav boobies
File "<stdin>", line 1
python .\GodotDecryptor.py -d C:\Users\[username\AppData\Roaming\Godot\app_userdata\Beat Banger\save.sav boobies
^
SyntaxError: unexpected character after line continuation character