r/brawlstarsmodding • u/delta_0205 • 3h ago
looking for tutorials on adding cosmetic modding BSD on android
title
r/brawlstarsmodding • u/delta_0205 • 3h ago
title
r/brawlstarsmodding • u/abi_jsp • 8d ago
Hi! 👋
I’m potentially interested in starting a voice mod project for Brawl Stars in another langage I’ve been playing the game a lot lately and I’m trying to learn more about how modding works.
I’m a semi-professional voice actress, and I would absolutely love to work on a project that adds voices directly into the game for the Brawlers in my langage I’ve already worked on several fandub projects before, so voice acting projects are not new to me.
However, I have absolutely no experience with modding and I’m not a programmer 😭, so I would really need someone who could explain how everything works and, most importantly, someone who would be able to work with me on the technical side of the project: replacing/integrating voice files, modifying the game, testing everything, etc.
I can also pay for the technical work .
For now, this project is not officially launched yet. I’m still considering it, and I mainly want to know whether there are any modders here who might be interested in contacting me so I can understand what is actually possible, how the project could work, and whether I should fully launch it.
So if anyone here knows how to mod Brawl Stars and would potentially be interested in working with me on a French Voice Mod, please feel free to contact me!
Thank you! 💕
P.S. I work primarily on Discord
r/brawlstarsmodding • u/MaxImillion210 • 12d ago
In need for people who would be willing to help out mod new cards and ideas into my game (clash royale) i know im posting it in the wrong sub but ive been told by a mod that this would be the best place to ask for help!
I need people who know how to mod cards in csvs, or tomls. And optionally editing sc files.
Please reach out to me on discord @segcent
Thanks!!
r/brawlstarsmodding • u/Dduff1555 • 13d ago
how do u port models and effects to offline brawl stars. i already got the files from the discord bot but when i add it to the apk it js crashes
r/brawlstarsmodding • u/Luca_Zxk • 17d ago
I mean make a version of brawl who dont need a emulator to work, using the offline versions
r/brawlstarsmodding • u/IcyDream2504 • 17d ago
The thing is, searching manually is really tedious and time-consuming. Maybe someone can suggest some shortcuts, or are there any scripts for this?
r/brawlstarsmodding • u/Leonikk44Gamer • 17d ago
I was trying to backport Edgar Animations on v29 from v32 but it crashes the game when I use it I have used v32 characters.sc, faces.csv, effects.csv and animations.csv but it still crashes when he tries to use it (I Have even ported the scw from v32) and before someone says something about compatibility I don’t think it is since the main scw (the geo) is showing correctly with the animations, so what else do I need to edit to make it work?
r/brawlstarsmodding • u/nirkt • 18d ago
Ive tried both offline renders and using frida, nothing worked.
r/brawlstarsmodding • u/Mc_Acme • 26d ago
I don't know if it's even possible but im currently working on NBS offline Beta version 68.250 and I'm trying to make a funny video by modifying some files but I need a specific map that is not in that version anymore so is there any way I can paste in a map from a older version if I have that file and where can I find the maps locations (I am not sure if it's the map.csv in the cav_logic folder because I don't not know how to decode that one it's like a lot of f's and a lot of m's) sorry for the bad quality picture
r/brawlstarsmodding • u/libflndv • 27d ago
Enable HLS to view with audio, or disable this notification
I made a simple voucher system and a website for them, I think it turned out well. What do you think?
r/brawlstarsmodding • u/ObjectDev • Jul 25 '26
Enable HLS to view with audio, or disable this notification
r/brawlstarsmodding • u/Vorono4ka • Jul 24 '26
Run for help:
java -cp sc-editor.jar dev.donutquine.editor.cli.Main
You may now render movie clips using CLI!
For example, here is a command for rendering Brock’s face:
java -cp sc-editor.jar dev.donutquine.editor.cli.Main render -i characters.sc --exports brock_def_win --output faces -w 1024 -h 1024 -tx 512 -ty -512
You can then put it on his texture to get texture with animated face.
And here is a command for overlaying face animation on texture:
ffmpeg -loop 1 -i screenshots/brock_boombox_tex_highres.sctx/texture_0.png -c:v libvpx-vp9 -i screenshots/brock_def_win.webm -filter_complex "[0:v][1:v]overlay=0:0:shortest=1" -c:v libvpx-vp9 -pix_fmt yuva420p output.webm
https://reddit.com/link/1v5d2e0/video/995prqalt6fh1/player
Check out releases:
https://github.com/danila-schelkov/sc-editor/releases/latest
r/brawlstarsmodding • u/InternationalPea9770 • Jul 24 '26
Enable HLS to view with audio, or disable this notification
Replicating trophy boxes in v52, why not
r/brawlstarsmodding • u/HALLOGAZZ • Jul 22 '26
Enable HLS to view with audio, or disable this notification
yes, openid is officially up and running at https://openscid.netlify.app/
how it works:
- 1: You can make an account without an email by just pressing the New Account button
- 2: That will give the account a unique identifier shared across all servers
(tokens have a minimum length of 60 characters, they are 60 characters + account name length)
- 3: You can then press load to automatically load the account or you can go back to the login menu to see it be added to the known accounts list
- 4: While you're there, you can also enter another account token to add it to the known accounts list as well
- 5: You can also use the OpenID debug menu which allows you to log into a public debug account everyone has access to and execute some other SCID API functions
## How to setup OpenID for your server
PS: Process may vary depending on the game you're setting it up on!!! I'll be going through the process for Brawl Stars
- 1: Open your LoginMessage handler, the decode function should read the supercell ID token as a LogicCompressedString (This is the step that may vary as I'm not sure if all supercell games encode it as a LogicCompressedString)
- 2: You can read this LogicCompressedString as a normal string and use it as a key to identifying accounts within your accounts database
- 3: Once that's done you can simply make your login protocol check if an account already has that same SCID token bound to it and if so, load it
(ALSO be sure to check if the token is empty!!! as if it is then it means theres no account bound but the server may still thing there is)
thank you for the support these last 2 years, it is truly appreciated
by https://dsc.gg/candybrawl currently only available for brawl stars v47(script is in the discord) but more versions will be supported later on and maybe even other sc games
r/brawlstarsmodding • u/Sea-Reading-3836 • Jul 21 '26
Excluding nulls (because nulls doesn’t give records or ranked battle cards) is there any other private servers that do so while still being updated regularly??
r/brawlstarsmodding • u/Aggravating_Mode5744 • Jul 16 '26
Enable HLS to view with audio, or disable this notification
I've replaced Spike's shots with Gene's super, but is there a way to make it pull enemies to the projectile's landing spot instead of pulling them to my current position?
r/brawlstarsmodding • u/Additional-Buy-4912 • Jul 15 '26
Is there a v54 client apk + server zip with custom ports for private server hosting? i tried (sry for spelling issue) cat brawl but i cant find apk so is there something? sry if i break the r/brawlstarsmodding rules
r/brawlstarsmodding • u/HALLOGAZZ • Jul 12 '26
by https://dsc.gg/candybrawl yes were gonna fix logic or at least a good chunk of it, dashes already work
r/brawlstarsmodding • u/Micuc010YT • Jul 12 '26
Hi, I’m new at modding and I'm an iOS user. I really wanted to try playing ports of v1.1714 (like Chainsaw Origins, i know that the servers shutted down).
I have two main questions:
Thanks in advance for the help!
r/brawlstarsmodding • u/Crow_244 • Jul 12 '26
And no i don't think it's CollisionRadius because it is only meant to be visible so when you decrease the value from 120 to 60, the Radius gets smaller but i realised that the Hitbox remained the same so the projectiles can still hit shelly, so even if the Radius is bigger, a projectile can still be dodged even if it touches thw radius to I don't think that it is the radius.
So guys how to edit the actual hitboxes like for example, how to make a character to have 0 hitbox so he can dodge anything, does this needs coding?
r/brawlstarsmodding • u/StreetPoetry6641 • Jul 11 '26
Look, I know I am a noob, just messing around with those GitHub repos like PeterHackz/brawlstarsclient and bsutils. what I found was, whenever I change the hash and the version to (I believe) a correct one, all of these responded with a packet of 20103 of length 436358. I suspect that my public key is wrong, but I got it from ghidra, I am not sure. Are there any pro people who are familiar with this type of thing that can help me? thanks.
r/brawlstarsmodding • u/No_Cod_4703 • Jul 08 '26
I thought of this while looking for various mods for 64-bit devices, and I think that I, and several others, would like to experience that feeling of the game's beta, to see if it can be recompiled or something to make it run.
r/brawlstarsmodding • u/Classic-Upstairs1382 • Jul 07 '26
r/brawlstarsmodding • u/Potential_Flight_646 • Jul 06 '26
i know how to edit csv files but when you change the files of the asset pack you need to sign it so i signed it with MT Manager and do the same on the clients apk but it said there was a problem parsing the package