Page 1 of 1

possible traits of sequences yaml files

Posted: Tue Jul 23, 2019 6:40 am
by Zeruel87
there is the wiki site dedicated to traits in regard of pretty much anything:
https://github.com/OpenRA/OpenRA/wiki/Traits

is there also a wiki site that displays all possible traits found in sequence.yaml files such as "Start:" "Length:" "Offset:" "Facings:" and so on?


the problem i encounter is, when i make units, and in the rules.yaml file i define "Rendersprites: Scale: 0.5" to make them smaler, but the Death animation is still normally big and not affected by the 0.5 scale down.
Is there a Way to tackle that?
Maybe scale down the Death animation in the sequence.yaml, because thats the idea i got.

i know a workaround would be to seperate the death animation and scale them down before hand... but that sucks.

Re: possible traits of sequences yaml files

Posted: Tue Jul 23, 2019 7:20 pm
by Graion Dilach
RenderSprites->Scale is a fucking hack which should have been removed ages ago to prevent lazy people relying on it. Providing properly resized 2D artwork is not a workaround but an actual thing people should do in the first place.

Re: possible traits of sequences yaml files

Posted: Wed Jul 24, 2019 9:32 pm
by abcdefg30
Yes, afaik you can't scale the death animation down without editing the artwork like you and graion mentioned.

Re: possible traits of sequences yaml files

Posted: Fri Jul 26, 2019 10:34 am
by Materianer
Thats the reason why the dinos leave a husk dino.dead in my map.

https://resource.openra.net/maps/31622/

Re: possible traits of sequences yaml files

Posted: Sat Jul 27, 2019 9:43 am
by Graion Dilach
Image

Re: possible traits of sequences yaml files

Posted: Mon Jul 29, 2019 3:05 pm
by Zeruel87
okay, scaling down the sprites itself it is then, thanks :)

Re: possible traits of sequences yaml files

Posted: Fri Aug 02, 2019 5:41 pm
by Matt