Taurandhir
Sergeant
I have almost decrypted the .rsf files. Here's what i found:
Here are the first lines in thirsty_lion.rsf
thirsty_lion2...
.....planks?...x
'O?дЫЇА Qz@
And their hex values:
74 68 69 72 73 74 79 5f 6c 69 6f 6e 32 00 00 00
00 06 00 00 00 70 6c 61 6e 6b 73 3f 00 00 00 78
27 4f 3f e4 db af c0 a0 51 7a 40
I still don't know what thirsty_lion2 shows, but i think that it might indicate the texture
Planks?- Planks is the texture and the hex value of "?", which is 3f, converted in decimal gives the number of vertices.
x'O? - The hex value of this, converted in decimal, gives the x position of the vertex
дЫЇ - This gives its y positon
Qz@ - And this its z position
After the vertices there are some lines that look like this:
›.......яяяя....
..Ђ?....8ї‘>.| А
............яяяя
......Ђ?....·A?
.| А............
яяяя......Ђ?....
€.І>]А–А
9b 00 00 00 00 00 00 00 ff ff ff ff 00 00 00 00
00 00 80 3f 00 00 00 00 38 bf 91 3e 09 7c a0 c0
00 00 00 00 00 00 00 00 01 00 00 00 ff ff ff ff
00 00 00 00 00 00 80 3f 00 00 00 00 b7 7f 41 3f
09 7c a0 c0 00 00 00 00 00 00 00 00 02 00 00 00
ff ff ff ff 00 00 00 00 00 00 80 3f 00 00 00 00
88 11 b2 3e 5d c0 96 c0
I think that these give the textures' scale rotation and coordinates, but i am not sure.
After this there are some lines that i have absolutely no idea what they do.
The problem is that if i change the texture the game crashes with an error. Maybe Armagan can tell me why?
Here are the first lines in thirsty_lion.rsf
thirsty_lion2...
.....planks?...x
'O?дЫЇА Qz@
And their hex values:
74 68 69 72 73 74 79 5f 6c 69 6f 6e 32 00 00 00
00 06 00 00 00 70 6c 61 6e 6b 73 3f 00 00 00 78
27 4f 3f e4 db af c0 a0 51 7a 40
I still don't know what thirsty_lion2 shows, but i think that it might indicate the texture
Planks?- Planks is the texture and the hex value of "?", which is 3f, converted in decimal gives the number of vertices.
x'O? - The hex value of this, converted in decimal, gives the x position of the vertex
дЫЇ - This gives its y positon
Qz@ - And this its z position
After the vertices there are some lines that look like this:
›.......яяяя....
..Ђ?....8ї‘>.| А
............яяяя
......Ђ?....·A?
.| А............
яяяя......Ђ?....
€.І>]А–А
9b 00 00 00 00 00 00 00 ff ff ff ff 00 00 00 00
00 00 80 3f 00 00 00 00 38 bf 91 3e 09 7c a0 c0
00 00 00 00 00 00 00 00 01 00 00 00 ff ff ff ff
00 00 00 00 00 00 80 3f 00 00 00 00 b7 7f 41 3f
09 7c a0 c0 00 00 00 00 00 00 00 00 02 00 00 00
ff ff ff ff 00 00 00 00 00 00 80 3f 00 00 00 00
88 11 b2 3e 5d c0 96 c0
I think that these give the textures' scale rotation and coordinates, but i am not sure.
After this there are some lines that i have absolutely no idea what they do.
The problem is that if i change the texture the game crashes with an error. Maybe Armagan can tell me why?