Search found 1 match

by malicial
Thu Oct 02, 2025 2:07 pm
Forum: General Discussion
Topic: How to add new units to a mod in OpenRA?
Replies: 3
Views: 14279

Re: How to add new units to a mod in OpenRA?

Hi uprootannoy, As chanelingot said, adding a unit takes more than rules.yaml. You’ll also need to: Define graphics/animations in sequences.yaml Assign or create a weapon in weapons.yaml Link it to a build queue with prerequisites Make sure it’s all included in mod.yaml Easiest way: copy an existing...