Custom character loader for Bomb Rush Cyberfunk. Currently support importing models as custom characters with up to 4 outfits with custom names. You can also add custom personal graffiti and character can have custom sounds. The repository contains example of custom character under BRC_CharacterAPI_ExamplePlugin folder, everything there is commented so people even unfamiliar with code should be able to make and compile necessary plugin. You can find the example here.
You can find a guide on making custom characters here.
If you don't know how\want to compile a plugin, ActualMandM made a pluginless loader for compatable asset bundles. You can find it here together with instructions.
All assmblies in this repository are stripped down versions made with NStrip.
- Custom personal graffiti load as gray squares if you painted custom personal graffiti and then disabled CharacterAPI.
Implement custom voice supportDoneImplement save system for custom characters (currently nothing you setup your custom character with saves on exit)DoneMaybe rewrite parts of the code, since by the end I got lazy and started using On hooks instead of ILDone
- Custom models as outfits
- More than 4 outfits
- Custom animations
I've made a wiki page covering on how to fix it. You can find it .