Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Any idea where that bugging out with the Assault Cannon could come from? Havent seen anyone mention anything about Industrial Overhaul in the past comments
Im using Industrial Overhaul, which includes an Autocannon and Gatling that are modified. As far as I understand, it uses some Script for bullet drop, but nothing besides that. I mainly just want to use the Script to fire both Weapons simultaneously.
I set up the block and the groups, fire mode default in arguments.
When I group the 6 Gats and the 1 Cannon in a Group the firing cycle will get stuck on the Autocannon, until I manually fire it, then repeats till the next Autocannon shot.
Also, when I just group the Gatlings in default fire mode, should they not just all fire simultaneously? They mimic the fire rate of 1 Gatling, taking turns, but at least it works. Is there a method to let them fire nonstop?
I am trying to make this work with a salvo of small railguns, however rather than fire EVERY railgun in sequence, I want the script to group 2 railguns and see them as one, so it fires 2 at once, at each point of the salvo (12 guns total, so 6 "double" shots) I am wondering if that is possible with this script?
1: place a programe block
2: put the script in
3: go at the end of the config page for the programe block where the argument bar is
4: enter "Salvo Grop h" --rpm 1 (to try how it work)
5: go inside the cockpit and fire
6: nothing, the autocanon still shoot around 3 rps each and at the same time (there is 3 autocanon)
I've had zero issues
Dang... guess i have to do it all manually then
I believe so, is weaponcore not compatible?
it says 'Salvo group 1'
-ERROR: no weapons in group
it seems that the missiles i am trying to use aren't registering as weapon blocks.
Salvo definitely works with CTCs that don't have extra rotors.
The issues come when you have a salvo group on a CTC that has a extra rotor setup controlled by TCES. Because of the limitations of the script API, I can't determine when the CTC is shooting, only when the individual weapons are being fired. I only give the CTC direct control over the weapons on the main rotors because, otherwise, the CTC could select a weapon on a different rotor as an aiming reference. What this means though is that the CTC only sends fire commands to a subset of your weapons. TCES tries to mirror the firing state of the weapons controlled by the CTC to the weapons on your extra rotors, but this means that the salvo script will not *see* that you have stopped firing until the script cycles to a weapon controlled by the CTC.
How many shots does it fire? One from each weapon in your salvo group in sequence? All at once? How many weapons are in the group and does the script see the right number of them?
Also, even if you did want to manually trigger them, you still don't need a timer. You can create a (non salvo) group that contains both of your salvo groups and fire them using that container group.
My Weapons Group
-- Salvo Group 1
-- Salvo Group 2
My Weapons Group -> shoot once, etc.