What is the data like '1c20'

Information and discussion for custom maps and mods.
Post Reply
cookgreen
Posts: 1
Joined: Sat Mar 11, 2017 5:33 am

What is the data like '1c20'

Post 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

User avatar
MustaphaTR
Posts: 203
Joined: Mon Aug 04, 2014 6:38 am
Location: Kastamonu, Turkey

Post 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.

camundahl
Posts: 154
Joined: Tue Feb 21, 2017 12:36 am
Location: Corpus Christi, Texas

Post by camundahl »

so 1024 is a full cell, or 1c0? just 1?

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

Post 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

Post Reply