Topic on Talk:Cannon Computer

From StarMade Wiki

Weapon projectile speeds are the Speed multiplier stated in the blockBehaviorConfig.xml multiplied by the THRUST_SPEED_LIMIT value in server.cfg. I'd recommend either updating your server's max speed to the current default (75m/s), or just doing a bit more maths before updating weapon speed values, if you'd prefer not to change your server settings (you could just multiply the blockBehaviorConfig.xml's speed values by 75, and ignore the weapon menu value, or divide the weapon menu values by 50, and then multiply the result by 75).