CustomGraffiti
Load images from a folder as graffiti.
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | tari-CustomGraffiti-1.0.0.zip |
| Downloads | 226 |
| Dependency string | tari-CustomGraffiti-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Custom Graffiti
This mod adds custom graffiti in BRC by simply adding images to folders. The mod supports .jpg and .png files.
How to add Graffiti
In the mod folder, BepInEx/plugins/CustomGraffiti, there's a Graffiti folder.
In the Graffiti folder, you can place your images into four different folders, which change the size of your graffiti.
Custom graffiti will override the original graffiti in the base game. Custom graffiti with duplicate combos will be randomized.
Small graffiti will be randomized by default and do not require a combo.
For Medium, Large, 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:
Medium: XXXX_Example Name.png
Large: XXXXX_Large Graffiti Name.jpg
ExtraLarge: XXXXXX_Extra Large Graffiti Name.png
Please note that the underscore is required for Medium, Large, and ExtraLarge Graffiti!
Avoid using duplicate names as well.
Known Issues
Removed custom graffiti will render as a gray square. While this mod is SlapCrew/Multiplayer safe -- tricks have no multiplier for new custom graffiti.
How to report issues
Please go to the GitHub page to make an issue. Thank you!
CHANGELOG
1.0.0
Initial release.
1.0.1
- Remove some code that fixed the framerate (GPU wasn't happy, this has been moved to a separate mod)
- Remove some unnecessary log calls
- Update the README for clarity
1.0.2
- Move the Custom Graffiti folder to the root of BepInEx to prevent accidental deletion of existing graffiti when updating the mod
- Rename the custom graffiti folder from Graffiti -> CustomGraffiti
- Update the README to account for this change
- Add a changelog!
1.0.3
- Remove graffiti app entries that cannot be sprayed
1.0.4
- Possible bugfix for older versions of the game (GiveRep)
1.0.5
- Updated README, thanks to USBMassStorageDevice