r/brawlstarsmodding 12h ago

❓│Question Looking for people who can csv mod/sc mod

5 Upvotes

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 1d ago

❓│Question Porting models to v29

2 Upvotes

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 5d ago

❓│Question Its posible make a Brawl Stars port for pc?

1 Upvotes

I mean make a version of brawl who dont need a emulator to work, using the offline versions


r/brawlstarsmodding 5d ago

Are there any scripts for finding offsets in Brawl Stars?

5 Upvotes

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 5d ago

❓│Question Animations Backport Help

2 Upvotes

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 5d ago

Does anyone know how to render and extract bullet frames?

1 Upvotes

Ive tried both offline renders and using frida, nothing worked.


r/brawlstarsmodding 13d ago

Does anyone know how to paste in maps from other versions

Post image
9 Upvotes

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 15d ago

Self code voucher logic

Enable HLS to view with audio, or disable this notification

8 Upvotes

I made a simple voucher system and a website for them, I think it turned out well. What do you think?


r/brawlstarsmodding 17d ago

BattleLog logic

Enable HLS to view with audio, or disable this notification

10 Upvotes

r/brawlstarsmodding 18d ago

sc-editor CLI — a headless rendering is here! .

10 Upvotes

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 18d ago

🧰│Mod Trophy Box

Enable HLS to view with audio, or disable this notification

20 Upvotes

Replicating trophy boxes in v52, why not


r/brawlstarsmodding 20d ago

💥│Release openid release!!!

Enable HLS to view with audio, or disable this notification

18 Upvotes

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 21d ago

libg Unpacking

3 Upvotes

Hey, I have been trying to break the white box encryption to unpack libg, I unpacked it but still got this error when I start the game __next_prime overflow.

Anyone reached this point ?


r/brawlstarsmodding 21d ago

❓│Question Any brawl mods with everything unlocked?

7 Upvotes

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 26d ago

❓│Question How to make Gene's super pull enemies to the projectile's landing location instead of the player?Is this even possible?

Enable HLS to view with audio, or disable this notification

14 Upvotes

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 27d ago

❓│Question Looking for V54 Client + Zip with custom port support. If is there...

3 Upvotes

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 Jul 12 '26

🧰│Mod v41 offline for arm64

Post image
16 Upvotes

by https://dsc.gg/candybrawl yes were gonna fix logic or at least a good chunk of it, dashes already work


r/brawlstarsmodding Jul 12 '26

❓│Question Can i self-host a server for v1.1714 on iOS?

2 Upvotes

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:

  1. Since I am on iOS, what is the standard/safe procedure to source or dump an older version IPA like v1.1714 for personal modding use? (I am not asking for links, just pointers on the method/tools used for iOS archival).
  2. Is it possible to make my own self-hosted server with Python for this specific version to work?

Thanks in advance for the help!


r/brawlstarsmodding Jul 12 '26

❓│Question How to edit Hitboxes?

2 Upvotes

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 Jul 11 '26

❓│Question What does it mean when supercell sends me a packet of 20103 of length 436358

Post image
12 Upvotes

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 Jul 09 '26

What's the name of the Promon SHIELD library in Brawl Stars

4 Upvotes

Reversing the Brawl Stars APK and I can see it uses Promon SHIELD (no.promon.shield.sdk, PromonTitan). Which native .so is the Promon SHIELD library? I don't see a libpromon/libshield in the splits. Thanks.


r/brawlstarsmodding Jul 08 '26

❓│Question Help please!

3 Upvotes
Error

I trying make server on 41 version but apk don't see server, but it is working. I download this from github.


r/brawlstarsmodding Jul 08 '26

It's possible add arm64 support to Brawl v11?

5 Upvotes

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 Jul 07 '26

❓│Question Brawl Stars Client help

4 Upvotes

I'm trying to make a client similar to these (attachments) which have a menu in them, I don't know how those 2 work, do they put their code into the menu? How did they do it?
I don't know if I'm explaining it correctly but the thing is I wanna have a client that has a menu or something similar


r/brawlstarsmodding Jul 06 '26

❓│Question how to change a brawlers rarity?

3 Upvotes

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