-
Notifications
You must be signed in to change notification settings - Fork 9
Player Tips
-
Shoot Once, Click To Fire and even Shoot On/off has been replaced with the ability to toggle between various shoot modes. In addition these shoot modes will respect burst counts, shoot delays and weapons sequencing configurations.
-
There are three optional modes: MouseControl (Click or hold mouse button to fire), KeyToggle (cycles fire on/off), or KeyFire (sends a fire command when added to the hotbar and pressed)
-
By default the Shoot Mode will be AiShoot, and the weapons will automatically track and fire if they are a turret, or respect Manual/Target Painter control per normal.
-
Burst can set the number of shots per "fire" command, up to the magazine maximum.
-
Sequencing is set by placing a group of weapons in the same Group (in the terminal) and then setting each weapon to a desired spot in the sequence. IE, a group of four weapons in Group ID 1 would cycle through based on their sequence number. You can set weapons to the same sequence number for them to fire in pairs, or more! Recommend experimenting in Creative mode.
A major driver for this change was the unsynchronized client/server updates that SE utilizes. It created conditions where a client believed it fired, but the server did not conduct a firing action. This would result in incorrect damage being rendered, phantom projectiles, or other discrepancies between action and result for clients. There is now a behind-the-scenes handshake between server and client to ensure that weapon fire is synchronized. An example of sync issues can be found here.
-
Keen doesn't allow modification of the vanilla CTC (no ModAPI methods), so a completely new one had to be made for WC. Similarly, you will not see the "Setup Actions" button anymore.
-
Various quirks from the Vanilla CTC will not be replicated or available when WC is loaded. Things like orienting your ship (AKA Auto Aim), or steering player made missiles are not supported.
-
Note that with WC weapons, instead of adding them to the weapons/tools list you will want to put them in a group on your hotbar to toggle shoot mode, before controlling the turret. That way you can turn click to shoot on or off same as you do normally.
-
The WC CTC will automatically detect mounted weapons.
-
The AI range will equal the longest projectile range of the mounted weapon(s).
-
Turrets that do not have a target will state "no target" on the right hand HUD. Otherwise, ensure they have ammo (and select the right kind in the terminal), power, Line of Sight, and a valid target (scroll wheel, pageup, pagedown, or alt+clicking on a target).
-
The onboard AI will only target enemies (or neutrals, if the weapon is set to Target Neutrals) that have power and present some sort of threat. This would typically include weapons but a potential collision course will also mark a grid as an eligible target. This can be overriden in the control panel or by selecting a target via the scroll wheel, page up, page down, or right clicking.
-
Is subsystem targeting on? If you set the weapons to shoot at a subsystem that the target lacks, they won't fire.
-
Are your weapons set to manual mode? Switch them back to AI in the "Shoot Mode" dropdown, and Auto in the "Control Mode."
-
To FORCE FIRE a weapon, without a target, you can utilize 'override' in the control terminal. This will break the behavior of smart, guided, or drone munitions and is meant for static testing.
-
Turret ranges will never exceed sync distance. If your 10km turret only picks a target at 5km, check your sync distance.
-
Each weapon, or group of weapons, that you want a lead indicator for will need to be assigned to a "Target Lead Group" in the terminal control panel, at the very bottom of the options.
-
Lead indicators will be displayed while in first person view in a cockpit or camera as a line extending from the target with a dot and number. The dot is your lead aim point, and number matches the "Target Lead Group." Lead indicators account for both your velocity as well as the motion of the target.
-
If you have multiple lead groups set, an average aim point will also appear. Note that mixing/matching weapons with drastically different velocities will result in misses against small or fast moving targets.
-
/wc remap (action, mouse, keyboard, info, prev, next)
-
/wc changehud
-
/wc drawlimit (value)
-
/wc setdefaults to restore everything to defaults
-
/wc stickypainter to preserve your painted target even if LOS is lost
To Customize the HUD (Heads-Up-Display) Position
To move the top hud type "/wc changehud" in chat, then use action key (numpad 0 by default) plus arrow keys to move. To resize use action key & numpad+/-
"Numpad ." is the default to cycle WC Hud Info
"Numpad 0" is the default Action Key
"Page Up" and "Page Down" are the default keys for next/previous target.
With the recent Warfare2 update the vanilla damage system has changed and the new weapons were not doing damage. My Shields Mod has been evolving along side my other WeaponCore project for years now and the list of features I cannot adequately support is long. Along with the major balance problems shields have with vanilla I have decided only minimal vanilla combat support will remain going forward. I will leave enough support in to allow shields protect grids from outside weapon fire, however that is extend of the functionality I will be supporting when using the vanilla combat system. --DarkStar
WeaponCore now replaces vanilla weapons by default. Different "Vanilla Replacer" packs can be found on the workshop to suit your playstyle.
Alright so let's cover what & WHY the CTC truly is. 2 parts- A: Give fixed weapons limited AI capability, capped at 800m by Keen. B: Give console players a consolation prize for missing out on all the fun of PBs
Now looking at the WC scene, fixed weapons are typically better versions of turreted ones, for balance purposes. Most literally use the same ammo, since WC turrets can have a defined range different than the projectile range. PBs work perfectly for making manually controlled turrets. The big problem comes from folks who don't understand the Keen-imposed limits on the CTC, that demand AI control of player-made turrets from WC. CTC modification is not exposed by Keen, so a new CTC, from scratch, had to be written.
Now we have easily broken balance (AI ranges out to max projectile range, since fixed weapons don't inherently have an AI range), a pain in the ass block that dips in/out of Keen logic land (working with rotors/hinges), and constant requests for vanilla CTC features/use cases that are superseded by existing mods or scripts.
Bottom line- use the right tool for the job. --BDCarrillo
If you have suggestions or implementations, please raise them in the Discord! Thank you!
Please donate to DarkStar's Patreon!
WeaponCore Quick Links
Weapon Properties (Page in Progress)
Multi-Turret Creation (Page in Progress)
Weapon - Targeting & Hardpoint
Weapon - Critical Reactions/Warheads
Weapon - Minimal Configurations
Ammo - Electronic Warfare System (EWAR)
Ammo - Guidance System (Homing, Mines, Self-Guided)
Armor System (Page in Progress)