4.20 star(s) 58 Votes

M#Cntz

Newbie
Sep 7, 2024
58
77
And it also allows synchronization across steam cloud to potentially let players access the same mods no matter where you are, a feature that is apparently coming.
... except for the fact, that most if not all games on steam either use the documents folder, or a mod folder directly in the game files, for mods, and even workshop ones at that. There's no need for an appdata mod folder
 
  • Like
Reactions: floran

Horbsby

Newbie
Jun 30, 2022
51
97
Here are the files for the newest update (v47 Hotfix #1) for the other two platforms

Linux:
Mac:
 

azraelswegul

Active Member
Dec 27, 2017
774
575
i do have to wonder why does this have a mac version link if the file in there is corrupted and it can't be opened.
 

Spectrum5

New Member
Aug 10, 2024
14
27
Mods folder can be returned to the game directory by decompiling the game binary with a tool like , then changing line 5 of res://src/class/files.gd to look like static func get_mods_path() -> String: return get_absolute_path("mods")
You can then recompile for your platform of choice by using the official release of Godot Engine 4.4.1. I tested this on Linux, and it created the mods folder alongside the game executable.
Unfortunately because my computer is a weak little potato, I'm unable to create a patched windows version to share.
I'm also not well-versed enough with this stuff to create a patch/patcher, though if anyone is, it's a single line change.
 
  • Like
Reactions: Raziels

WaryFox

Member
Aug 7, 2018
168
499
Mods folder can be returned to the game directory by decompiling the game binary with a tool like , then changing line 5 of res://src/class/files.gd to look like static func get_mods_path() -> String: return get_absolute_path("mods")
You can then recompile for your platform of choice by using the official release of Godot Engine 4.4.1. I tested this on Linux, and it created the mods folder alongside the game executable.
Unfortunately because my computer is a weak little potato, I'm unable to create a patched windows version to share.
I'm also not well-versed enough with this stuff to create a patch/patcher, though if anyone is, it's a single line change.
It's easier to create a symbolic link, for example:

Linux:
Bash:
rm -rf "$HOME/.local/share/godot/app_userdata/Beat Banger/mods"
ln -sr "$HOME/Games/BeatBangerMods" "$HOME/.local/share/godot/app_userdata/Beat Banger/mods"
Linux (wine):
Bash:
rm -rf "$HOME/.wine/drive_c/users/$USER/AppData/Roaming/Godot/app_userdata/Beat Banger/mods"
ln -sr "$HOME/Games/BeatBangerMods" "$HOME/.wine/drive_c/users/$USER/AppData/Roaming/Godot/app_userdata/Beat Banger/mods"
Windows:
Bash:
rmdir /s /q "%AppData%\Godot\app_userdata\Beat Banger\mods"
mklink /d "%AppData%\Godot\app_userdata\Beat Banger\mods" "D:\Games\BeatBangerMods"
(The first command removes mods folder in app_userdata/Beat Banger/, the second command creates a symbolic link in place of the deleted mods folder.)

Of course, if the goal is not to run from a flash drive, external storage. Although in this case, in theory, you can make a script that will create a symbolic link before opening the game, and delete it after closing the game. It's still easier than patching each new version of the game.
 
Last edited:

BlackBeepyBoy

Newbie
Dec 13, 2020
24
97
Version 47 Hotfix 2



Steam achievements now sync with in-game achievements
Updated in-game achievement icons to better fit Steam
Fixed non-OGG files crashing the level editor
Fixed bug where locked volumes prevent you from going back to the main menu
Fixed game over screen not showing
Fixed score screen showing up in hands-free and test mode
Added a powerup selection menu, updated how powerups are consumed and used
 

Pinqint

Newbie
Mar 21, 2018
35
28
It's easier to create a symbolic link, for example:

Linux:
Bash:
ln -sr "$HOME/Games/BeatBangerMods" "$HOME/.local/share/godot/app_userdata/Beat Banger/mods"
Windows:
Bash:
mklink /D "D:\Games\BeatBangerMods" "%AppData%\Godot\app_userdata\Beat Banger\mods"
Of course, if the goal is not to run from a flash drive, external storage. Although in this case, in theory, you can make a script that will create a symbolic link before opening the game, and delete it after closing the game. It's still easier than patching each new version of the game.
Just a quick correction in windows the command would be flipped.

mklink /d "%AppData%\Godot\app_userdata\Beat Banger\mods" "D:\Games\BeatBanger\Mods"

And you'll need to go to \Godot\app_userdata\Beat Banger\mods and delete the "mods" folder first, or you'll get an error telling you it can't make a directory, since in win10 it creates the folder too. I made it a few hours ago and got the error.
 

WaryFox

Member
Aug 7, 2018
168
499
, for those who downloaded (v47 Hotfix #1) Linux here. Move the data folder and the beatbanger.pck file to the game folder, agreeing to replace the files.
 
Last edited:

BlackBeepyBoy

Newbie
Dec 13, 2020
24
97
Kom has decided that pissing off one half of the fanbase just wasn't enough, he has announced that from this point on Legacy version mods are verboten and will be deleted on sight.
 

floran

Member
May 20, 2020
416
857
Fr Kom looking at shit from companies like nintendo and Microsoft and says "Hey, I can do that too"
 
Jan 18, 2019
56
202
Fr Kom looking at shit from companies like nintendo and Microsoft and says "Hey, I can do that too"
I love how he also tries to have the moral high ground, like "legacy is free, kids might download it". Is he just mad because some legacy modders are making money? I genuinely believe that this will bite him in the ass harder than the delays, nothing burger updates, and general e-drama.
 
  • Like
Reactions: floran and 72 man

Pinqint

Newbie
Mar 21, 2018
35
28
I love how he also tries to have the moral high ground, like "legacy is free, kids might download it". Is he just mad because some legacy modders are making money? I genuinely believe that this will bite him in the ass harder than the delays, nothing burger updates, and general e-drama.
But this is a porn game. Why would that excuse make sense? Unless he's clamming it's ok for kids to see his porn but not anyone else's? The dude is just going crazier and crazier. He'll probably Phil Fish this. At this point I don't think anything past what we currently have exists. Any updates are slapped together last second to pretend he's doing work.
 

Axis3123

Active Member
Apr 1, 2020
840
695
I'm not gonna be as comprehensive as theirs but I've got some recommendations.

: Sonic mod that is about The Diamond Cutters, a group in the current Sonic IDW comic series. Contains Whisper, Tangle, Jewel, and Lanolin. I believe they're working on adding a level eventually about Surge, also from sonic. Chart is hit or miss in my opinion. There's an updated version someone did that makes it better but it still feels a little off to me.
View attachment 4843445

: A mod about Claire that expands her base level with more positions, as well as has its own chart with additional scenes in it.
View attachment 4843455

: 7 levels of Dimwitdog's animations. I think this pack is done exceptionally well with the pacing of the scenes with the music. The charts are good, each level has their own song and theme. It's well put together.
View attachment 4843456

: Mod pack that was a ych thing. The art is good and it's pretty well done and charted well.
View attachment 4843460

: Very good mod that uses Tabuley's Donut Hole animation. The chart is very chill and fun to play. Long but enjoyable.
View attachment 4843463

: Candy Borowski reskinned over the Toriel titfuck animations. The reskin has been well put together and has its own chart and song with five difficulties.
View attachment 4843464

: The people who made the Cum Edition version of the game also put together two packs. The Demo part of the pack is Cathy and Zoe's earlier levels before the release at some point. The legacy part is the original stuff before it became a full project. Judy, Toriel, Haru, and some extras that were popular at the time. (This one is in the mega link, go into the templates folder, and its the Legacy And Demo Levels zip file)
View attachment 4843465

: A couple of levels that use R-mk's animations to their own charts. There is also a third one named Harem that was deleted on the channel but should be available on the download site or through the game.
View attachment 4843471

: Plants vs Zombies mod that has the mushrooms as anthros getting titfucked. Art is good, the characters well designed, and the chart is basic but nice. I'd rather a simple chart than absurdly hard.
View attachment 4843472

: This is a mod pack that is one character in multiple colors that changes to the beat of the music. The charts are fun but challenging and I think it did well utilizing the same set of animations with different songs and charts.
View attachment 4843473
Also, dumb question now that I'm planning on trying these mods out cuz the built-in mod searcher is ass: how do you access those Discord links? Not the most active Discord user so I know they're bound to change some things, but I figure these come from the BunFan discord server right? I'm not in it and the one on OP is dead.
 
Jan 18, 2019
56
202
But this is a porn game. Why would that excuse make sense? Unless he's clamming it's ok for kids to see his porn but not anyone else's? The dude is just going crazier and crazier. He'll probably Phil Fish this. At this point I don't think anything past what we currently have exists. Any updates are slapped together last second to pretend he's doing work.
It almost feels like he is sabotaging himself, but for what reason?
 

Pinqint

Newbie
Mar 21, 2018
35
28
It almost feels like he is sabotaging himself, but for what reason?
Could be the same story we've seen play out thousands of times. He was planning on making the game much smaller initially, but it got a lot more attention that he though it would. Due to this his ambitions vastly inflate and outstrip his ability, and what is done keeps being redone since it "isn't good enough" for something this big. A lot of people think that more people = my game needs to be bigger. He could be in a state of panic trying to get people to leave the game for all we'll ever know. Actually trying to sabotage it due to how much of his life it's consuming or due to ego or whathave you. A lot of creators end up trying to sabotage their creations as a way to bury it as they see it as bad, but know just stopping making will mean it's fans and impact remain.
 
4.20 star(s) 58 Votes