Page 1 of 1

What is the data like '1c20'

Posted: Sat Mar 11, 2017 5:37 am
by cookgreen
Hey, I am new to OpenRA modding, i don't know what the data like '1c20' or '0c001' is, can anyone explain it?

Thanks

Posted: Sat Mar 11, 2017 3:44 pm
by MustaphaTR
Those are length values.

In for example "5c512", 5 means 5 cell and c512 is a half cell. 0c1 would be 1/1024 of a cell.

Posted: Thu Mar 16, 2017 10:25 pm
by camundahl
so 1024 is a full cell, or 1c0? just 1?

Posted: Thu Mar 16, 2017 10:51 pm
by abcdefg30
0c1024 would be the same as 1c0 which is a full cell, yes.

Edit: See also https://github.com/OpenRA/OpenRA/wiki/W ... ate-System