

This mod for Bomb Rush Cyberfunk allows you to add custom graffiti to BRC by adding images to folders. No more manual Unity texture asset patching!
The mod supports .jpg and .png files, with .png recommended so your graffiti can have transparency.
CustomGraffiti folder in your BepInEx mod folder.CustomGraffiti\Small to replace all character sprays.CustomGraffiti\Medium with the file name formatted to be 1234_Graffiti Name.png.CustomGraffiti\Large with the file name formatted to be 12345_Different Graffiti Name.png.CustomGraffiti\ExtraLarge with the file name formatted to be 123456_Another Different Graffiti Name.png.%AppData%\r2modmanPlus-local\BombRushCyberfunk\profiles\<profile>\BepInEx\CustomGraffiti\<sizes> folders (Windows systems).Settings > Profiles > Browse profile folder to take you there (use Browse data Folder if you are not using profiles).In the CustomGraffiti folder, you can place your images into four different folders (Small, Medium, Large, and ExtraLarge), which change the size of your graffiti.
Your image will be automatically scaled to fit. If you want to optimize your image by putting in extra effort, the graffiti dimensions used by the original graffiti textures are (in pixels):
| Folder | Dimensions | Aspect Ratio |
|---|---|---|
Small |
256 x 256 px | 1:1 |
Medium |
512 x 512 px | 1:1 |
Large |
1024 x 512 px | 2:1 |
ExtraLarge |
2048 x 512 px | 4:1* |
ExtraLarge spray locations may get scrunched into narrower spaces, such as the locations in the Hideout. If you particularly care about your graffiti's aspect ratio, the results of ExtraLarge may come out looking weird.Small graffiti will be randomized by default and do not require a combo. These are also known as the character-specific graffiti, and having any will cause all character-specific graffiti to be replaced.
For Medium, Large, and ExtraLarge graffiti, the file name needs to start with your desired combo. The file format for graffiti is as follows where XXXXXX is your desired combo in unique numbers:
| Folder | Expected Format | Valid # | Permutations |
|---|---|---|---|
Medium/ |
XXXX_Name.png |
1234 |
24 |
Large/ |
XXXXX_Name2.png |
12345 |
120 |
ExtraLarge/ |
XXXXXX_Name3.png |
123456 |
720 |
For example: 1423_My Medium Graffiti.png. The combo targets are mapped to 1 at the top, incrementing clockwise. The center dot is ignored. This is why Medium has 4 digits even though there are 5 on screen with the center. 1423 one would be Up, Left, Right, Down, return to Center.
Another example: 123456_Something Extra Large.png would create a combo that draws a hexagon for ExtraLarge starting at the top, going clockwise, then cutting a wedge by returning to the center dot after 6.
Replacement example: if you do not like "VoodooBoy", you can create a Large graffiti with 15234_Something that Features BRC More Prominently.png.
Remember, custom graffiti files ...
Medium, Large, and ExtraLarge Graffiti! The underscore is required, but the rest of your name can have spaces.Small graffiti will effectively disable all character-specific graffiti. If you do not want this, DripRemix is more suited for character-specific settings.M/L/XL graffiti shows up in the in-game phone menu, but the game crashes when you try to inspect it, you may have formatted your file name incorrectly:
Please go to the GitHub page to make an issue. Thank you!