

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.
Characters made for BrcCustomCharacters can be loaded with a help of CharacterAPI_BRCCCLoader.
Saves are stored inside BepInEx\CharacterAPI\Saves.
Now you can use skateOffsetL and skateOffsetR transforms to position skates. I'll write a wiki page sometime in the future.
If you want the old method of fixing via bones you can still find it here.