DestroyResourceWarhead and related

Information and discussion for custom maps and mods.
Post Reply
melons
Posts: 31
Joined: Sun Jul 19, 2020 2:21 pm

DestroyResourceWarhead and related

Post 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

User avatar
Punsho
Posts: 145
Joined: Wed Jul 18, 2018 2:56 pm
Location: Lithuania

Re: DestroyResourceWarhead and related

Post by Punsho »

see demo truck in RA

melons
Posts: 31
Joined: Sun Jul 19, 2020 2:21 pm

Re: DestroyResourceWarhead and related

Post by melons »

Thanks I have looked at that one before, I just want to know how.to use these OpenRA.Mods.Common.Warheads options

abcdefg30
Posts: 643
Joined: Mon Aug 18, 2014 6:00 pm

Re: DestroyResourceWarhead and related

Post by abcdefg30 »

See https://docs.openra.net/en/release/weap ... onwarheads . The existing warhead definitions are also good to learn from.

melons
Posts: 31
Joined: Sun Jul 19, 2020 2:21 pm

Re: DestroyResourceWarhead and related

Post by melons »

Thanks, yes I was referring to that page, hoping to find some examples of how it can be implemented

Post Reply