-
Notifications
You must be signed in to change notification settings - Fork 1
Weapons
To use a weapon you must have a weapon part (ex: Missile Rack) in one your vehicle's inventory slots. Then once you get in your vehicle, the default switch weapon key is G. By default right click to shoot.
Some weapons need special conditions to be satisfied before shooting. Some can't be fired while in the air, others require a radar target to be selected. This is further explained in the Weapon Types section.
The Weapons Workbench is your friend! It lists a lot of stats for every weapon, and what kind of weapon it is. Some of the stats and weapon types are explained below.
Put the weapon part item and the ammo items in a crafting table to reload a weapon part. Putting just the weapon part in the crafting menu unloads it.
You can also right click a vehicle with an ammo item to reload any weapon part of the same type in the aircraft.
These are external passenger seat weapons. You can see how much ammo is left in the top left. Just press the shoot key while riding a turret to shoot. To reload a turret, simply right click the vehicle with the ammo. Most turrets turn slowly and can't aim straight up or down.
Behave as expected. Bullets go in a straight line from source until they hit something. Some explode on contact. Most bullets can be used while in the air and ground.
Behave as expected. When dropped, they fall until they touch something and explode. Will start at the velocity of the vehicle they are launched from. Thus, if you try to launch the bomb directly above your intended target you will miss. Can't be used while on the ground.
There currently are no bombs. This is their planned behavior.
A projectile that has some kind of guidance system to get to a target based on the missile type. Will try to accelerate and turn towards the target position. Every missile has a minimum turn radius (smaller is better), an acceleration value or the speed gained per tick, and a bleed value which is the speed lost per degrees turned per tick. Missiles will start at the velocity of the vehicle they are launched from. Most missiles can't be used on the ground.
Will simply try to go towards the position the player looks at. Useful to destroy structures that don't have an entity to lock onto. Best used in free look mode.
These missiles will look for targets on their own. Most can't be launched from the ground. They scan for entities within their field of view and target the one with the highest radiation value. Again they can only see entities within a field of view cone in front of them. They can't see entities behind them. The victim will receive no warning of an incoming missile. There are currently 2 types: IR (heat seeking), and Anti Radar missiles.
IR Missiles look for targets with the highest heat value. HEAT = entity_heat / distance^2
. Thus, IR missiles are more likely to target closer entities. Most vanilla mobs have a low default heat value. Some vanilla entities like Fire Arrows and Blazes have a much higher heat value. DSCombat vehicles have custom heat values that vary depending on the aircraft type and engines used. Missiles also have a custom heat value. Flares give off heat as well and can distract IR missiles, but they aren't guaranteed to work. Some IR missiles like the AIM-9X are less likely to be distracted by flares, while others like the AIM-9.
Anti Radar Missiles look for grounded targets with a radar. They currently don't have much of a use. They are useful to destroy long range anti air missile sites from a safe distance.