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
that is usually caused if a conenction error to the workshop server happens when the check for modupdates is done.
As for porting this over to another framework. My answer is still the same. For now I don't intend to use another framework unless there is a pressing concern or a big feature that Weaponcore is missing. Weaponcore is still the most used and neither framework is compatible with consoles. That would be the only reason I could think of to switch at this time.
So pending on the setting of the mines, both required that the enemy ship chase you, as he chase you yu release the mine so the enemie will run into the mines.. if yoyu have them set to smart mine should the enemy fly inbetween them if the come close to their detection zone the mine will track and explode when they need to.
weapons becoming sorters is usually caused by either file corruption or a mod conflict.
mos wc based weapons are based on sorters and thus se is defaulting to sorter behaviour if it doesnt find anything telling it otherwise.
TLDR: For now, no, but if I abandon the mod, then sure.
what ammo does this weapon take?
11A2R1
i have Options for HE and AP in the control pannel, but no size listing exsists.
https://steamcommunity.com/workshop/filedetails/?id=3154371364
did you try firing it with ammo added into it or just the pure creative way without any ammo?
you should be able to fire them manually on a target that you have aquired via the wc targeting system and as such is shown in the wc hud on the top of your screen as logn as that target is in range and falls in atleast one of the categories the archer pods have been assigned for targets.
M42 Archer Missile Pods to work... Can someone point me in the right direction?
inventory * ammo/30mm:0, 50mm:0, 155mmap:0, 155mmhe:0, 270mmap:0, 270mmhe:0, 305mmap:0, 305mmhe:0, 305mmg:0, 520mmap:0, 520mmhe:0, 520mmg:0, m42he:0, m42ap:0, m58ap:0, m58he:0, 600mm:0, 1000mm:0, 1500mm:0, shiva:0, moray:0
Add("MXA_BreakWater_HEAmmo", "Ammo", 100, "520mm HE (M15)", "520mmHE");
Add("MXA_BreakWater_GAmmo", "Ammo", 100, "520mm G (M15)", "520mmG");
Add("MXA_Moray_Ammo", "Ammo", 100, "MORAY", "MORAY");
Add("MXA_ArcherPods_KineticAmmo", "Ammo", 100, "M42 AP", "M42AP");
Add("MXA_ArcherPods_Ammo", "Ammo", 100, "M42 HE", "M42HE");
Add("MXA_M58ArcherPods_Ammo", "Ammo", 100, "M58 HE", "M58HE");
Add("MXA_M58ArcherPods_KineticAmmo", "Ammo", 100, "M58 AP", "M58AP");
Add("MXA_Shiva_Ammo", "Ammo", 100, "SHIVA", "SHIVA");
Add("MXA_MACL_S_Ammo", "Ammo", 100, "600mm MAC", "600mm");
Add("MXA_MACL_Ammo", "Ammo", 100, "1000mm MAC", "1000mm");
Add("MXA_SMAC_Ammo", "Ammo", 100, "1500mm MAC", "1500mm");
Add to the Programmable Block
//UNSC Ammo
Add("MXA_Sabre_Coilgun_Ammo", "Ammo", 100, "30mm", "30mm");
Add("MXA_CoilgunPD_Ammo", "Ammo", 100, "50mm (PD)", "50mm");
Add("MXA_Coil155HEAmmo", "Ammo", 100, "155mm HE (M66)", "155mmHE");
Add("MXA_CoilgunL_Ammo", "Ammo", 100, "155mm AP (M66)", "155mmAP");
Add("MXA_Coil270Ammo", "Ammo", 100, "270mm AP (11A2R1)", "270mmAP");
Add("MXA_Coil270HEAmmo", "Ammo", 100, "270mm HE (11A2R1)", "270mmHE");
Add("MXA_Coil305Ammo", "Ammo", 100, "305mm AP (M40)", "305mmAP");
Add("MXA_Coil305HEAmmo", "Ammo", 100, "305mm HE (M40)", "305mmHE");
Add("MXA_Coil305GAmmo", "Ammo", 100, "305mm G (M40)", "305mmG");