Page 1 of 1

DestroyResourceWarhead and related

Posted: Thu Feb 23, 2023 5:27 pm
by melons
from the section "OpenRA.Mods.Common.Warheads" does anyone know how I would implement one of these weapons such as "DestroyResourceWarhead" I can't find any reference on GitHub to a maps that uses any of these so would be helpful for any example.

I know how to launch the regular atomic through an actor but can't see how to implements these ones

Thanks

Re: DestroyResourceWarhead and related

Posted: Thu Feb 23, 2023 5:48 pm
by Punsho
see demo truck in RA

Re: DestroyResourceWarhead and related

Posted: Thu Feb 23, 2023 5:51 pm
by melons
Thanks I have looked at that one before, I just want to know how.to use these OpenRA.Mods.Common.Warheads options

Re: DestroyResourceWarhead and related

Posted: Sun Feb 26, 2023 1:29 pm
by abcdefg30
See https://docs.openra.net/en/release/weap ... onwarheads . The existing warhead definitions are also good to learn from.

Re: DestroyResourceWarhead and related

Posted: Sat Mar 04, 2023 5:48 am
by melons
Thanks, yes I was referring to that page, hoping to find some examples of how it can be implemented