How to make Missiles go faster?
First, you need to understand that the speed of Missiles is based on the maximum speed of the server, so you have two options:
- Edit Server.cfg and increase your THRUST_SPEED_LIMIT. This will make all weapons travel faster AND increase your ship's speed limit.
- Edit the BlockBehaviorConfig.xml (located in your StarMade\Data\Config directory). In here you can tweak everything about all your weapons. The default "DumbMissile" speed is '2'. This is 2% of your THRUST_SPEED_LIMIT. Set this to anything between 0 and 100.
Have fun!