Hi everyone, I'm still kinda new to modding OpenRA. I managed toe make some stuff in another mod but now I want to make my own mod out of this stuff. I need some help with adding support for shp formats to the example mod. The original example mod uses the following in the mod.yaml file:
I tried adding formats like I saw it in the RA mod and changed it to:
But when I launch the game now it says the following in de error log.
I'm guessing the example mod doesn't support shp files from the start. How can I add this?
CODE:
SpriteFormats: PngSheet
CODE:
SpriteFormats: ShpD2, ShpTD, TmpRA, TmpTD, ShpTS, PngSheet
CODE:
Exception of type `System.InvalidOperationException`: Unable to find a sprite loader for type 'ShpD2'.
Statistics: Posted by Hazael — Thu Mar 28, 2024 1:43 pm — Replies 0 — Views 868