• There seems to be an up tick in Political commentary in recent months. Those of us who are long time members of the site we know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religiours commentary out of the fourms.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politicion will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment amoung members. It is a poison to the community. We apprciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

effects xml

mongoose

SOH-CM-2025
I'm adding a sound effect but seems to be an error which ChatGPY4o plus says is because 2 Effect5 with different effects?

<fx_engdebris_m____ ClassName="GroupEffect" Effect0="SmokeTrail_Air_XLRG_Brief" Effect1="SmokeTrail_Air_XLRG_Brief_w_delay" Effect2="AirDebris_S_Extended_SubGrp" Effect3="AirDebris_SML_SubGrp" Effect4="Air_Smoke_Flak1" Effect5="DebrisAir_dark_smoke"/>

<fx_engdebris_s ClassName="GroupEffect" Effect0="AirDebris_SML_SubGrp" Effect1="AirDebris_S_Extended_SubGrp" Effect2="snd_Expl_Air_S" Effect4="DebrisAir_dark_smoke" Effect5="DebrisAir_fireball_burst" Effect5="AirDebris_LRG_SubGrp" Effect6="Air_Smoke_Flak1"/>
 
It is right. Those are conflicting number sequences with conflicting effects. Try changing it to:

Effect6="AirDebris_LRG_SubGrp" Effect7="Air_Smoke_Flak1"/>
 
Back
Top