Setup - GiantLuigi4/StylesPlusPlus GitHub Wiki
[TODO]
JiJ Only
S++ makes modifications to the game
Most of these modifications should be self-stackable, but doing so may result in odd behavior
There is however, one modification that S++ makes that isn't self-stackable, which is the one used to allow these styles to be sent over the network
Due to this, S++ should only ever be included as a JiJ'd dependency, not a shaded one
If you decide to shade S++ instead of JiJing it, S++ will end up not serializing all styles, and even if it did serialize all styles, it would end up emitting a bunch of placeholder styles, which would cause a tiny amount of performance overhead and some extra memory overhead