Talk:Wrp File Format
From Bohemia Interactive Community
I have a cryptic note to myself
ase are a visitor format http://www.ofpec.com/editors/resource_view.php?id=550 has source for decoding ase files
not sure what I'm on about there.
--ook? 13:35, 13 July 2006 (CEST)
@Pilgrim... You're probably better off specifying it as X,Z as opposed to X,Y... 'cause the Y is the vertical component. -- Sy 07:13, 17 July 2008 (CEST)
@Sy - I wanted to specify components like in Wrp File Format - 4WVR article. ---
ulong Xsize; //(=256) cell dimension ulong Ysize; //(=256) cell dimension short Elevations[Ysize][Xsize]; // eg 2*256*256 = 131072 bytes See Note short TextureIndex[Ysize][Xsize]; // eg 2*256*256 = 131072 bytes
--- and in OFPEC 4WVR file description by Mikero. My description did not finished yet. --Pilgrim 08:16, 18 July 2008 (CEST)

