Gorzontrok / Bro-Maker

A work in progress tool for making Custom Bros in Broforce. Based on the Captain Ameribro Mod from alexneargarder.
https://www.nexusmods.com/broforce/mods/13
GNU General Public License v3.0
8 stars 0 forks source link

Custom characters can't use flex powers #18

Closed alexneargarder closed 10 months ago

alexneargarder commented 10 months ago

Only the flex power which shot out the projectiles wasn't working actually, which apparently was due to it calling SpawnProjectileOverNetwork.

Gorzontrok commented 10 months ago

Yeah, the game networking is blocking the mod to send data across network. This is why we have so much bugs, because the network is used in offline mode too.