So Iāve got my ship entirely set up, .ship file and .events file are configured for now. Getting a āGeneral Errorā when I try to test it out in-game. Iām 90% sure that everything is exactly how it should be, so Iām being led to believe the Super Beam is the culprit.
This is how Iāve got it set up in my .ship file:
StartShipWeaponConfig(NewShipType,āCiv2_SuperBeamā,āWeapon_SuperBeamā,āWeapon_SuperBeamā);
This is how Iāve got it set up in my .events file:
animation2 =
{
name = "Weapon_SuperBeam",
length = 5,
loop = 0,
parent = "",
minimum = 0,
maximum = 0,
markers = {""}
},
ā¦
event9 =
{
{ āanimā, āWeapon_SuperBeamā },
{ āanimtimeā, ā0ā },
{ āmarkerā, ārootā },
{ āfxā, āsuper_beam_dreadnaught_meshā },
{ āsoundā, āWEAPON/MEGASHIP/FIRE/DREADNAUGHT_FIRE_1ā },
{ āfx_scaleā, ā1ā },
},
event=10 =
{
{ āanimā, āWeapon_SuperBeamā },
{ āanimtimeā, ā0ā },
{ āmarkerā, āWeapon_SuperBeam_Muzzleā },
{ āfxā, āsuper_beam_combo_nisā },
{ āsoundā, āWEAPON/MEGASHIP/FIRE/SAJUUK_HEAVY_ION_CANNON_BEAMā },
{ āfx_scaleā, ā1ā },
{ āfx_nlipsā, āonā },
},
event11 =
{
{ āanimā, āWeapon_SuperBeamā },
{ āanimtimeā, ā0ā },
{ āmarkerā, āWeapon_SuperBeam_Muzzleā },
{ āfxā, āsuper_beam_glow_nisā },
{ āfx_scaleā, ā1ā },
{ āfx_nlipsā, āonā },
Does this seem correct?