Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

rMap 2.7 - RYL Map Editing Software

Newbie Spellweaver
Joined
Sep 29, 2009
Messages
34
Reaction score
3


Public Structure VertexPositionColor Describes a custom vertex format structure that contains position and color information.
Public Structure VertexPositionColorTexture Describes a custom vertex format structure that contains position, color, and one set of texture coordinates.
Public Structure VertexPositionNormalTexture Describes a custom vertex format structure that contains position, normal data, and one set of texture coordinates.
Public Structure VertexPositionTexture Describes a custom vertex format structure that contains position and one set of texture coordinates.

common data.


I think the .z3m format uses the Z3DBlend2Vertex structure.

struct Z3DBlend2Vertex
{
vector3 pos;
float bfactor;
BYTE mtrx_id[2];
vector3 normal;
vector3 u;
float tu;
float tv;
BYTE lodLevel;
};
 
Skilled Illusionist
Joined
Jan 15, 2009
Messages
332
Reaction score
11
I knew it Alpha wasnt a villain... He is a amazing guy, in all Ryl scenary...THe most amzing things created...He is the man...thnks for help Alpha :)
 
Newbie Spellweaver
Joined
Sep 29, 2009
Messages
34
Reaction score
3
I knew it Alpha wasnt a villain... He is a amazing guy, in all Ryl scenary...THe most amzing things created...He is the man...thnks for help Alpha :)

I note I did find it manually without any help...
 

hih

Newbie Spellweaver
Joined
Feb 4, 2011
Messages
56
Reaction score
0
Chill ,, and congrats , so when do you plan to add z3m format to the converter..
 

hih

Newbie Spellweaver
Joined
Feb 4, 2011
Messages
56
Reaction score
0
Chill ,, and congrats , so when do you plan to add z3m format to the converter..
Yeah why not ? hmm i already bought a license for it .. so i hope you will add more function to it...
 
Last edited:
Skilled Illusionist
Joined
Jan 15, 2009
Messages
332
Reaction score
11
Alpha, i tried to open zone9, and this appeared:
System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
at System.IO.BinaryReader.ReadSingle()
at rMap.Zalla.HeightTable.LoadFrom(BinaryReader br)
at rMap.Zalla.SceneLoader.LoadHightables(BinaryReader br, UInt32 count)
at rMap.Zalla.SceneLoader.Load(Byte[] data, Int32 zone)
at rMap.Zalla.Scene.Load(Byte[] data, Int32 zone, ISceneLoader loader)
at rMap.rMapForm.<>c__DisplayClass9.<Import>b__5()
at rMap.AsyncLoaderA.Run()
at rMap.AsyncLoaderBase.ThreadStart()

I used at options, the crypto key cjsgkdmlTlqkfshaemfdmlwktlsdjqtsmsgkfn.
 
Moooooooooooooooo
Loyal Member
Joined
Jul 19, 2006
Messages
442
Reaction score
130
Alpha, i tried to open zone9, and this appeared:
System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
at System.IO.BinaryReader.ReadSingle()
at rMap.Zalla.HeightTable.LoadFrom(BinaryReader br)
at rMap.Zalla.SceneLoader.LoadHightables(BinaryReader br, UInt32 count)
at rMap.Zalla.SceneLoader.Load(Byte[] data, Int32 zone)
at rMap.Zalla.Scene.Load(Byte[] data, Int32 zone, ISceneLoader loader)
at rMap.rMapForm.<>c__DisplayClass9.<Import>b__5()
at rMap.AsyncLoaderA.Run()
at rMap.AsyncLoaderBase.ThreadStart()

I used at options, the crypto key cjsgkdmlTlqkfshaemfdmlwktlsdjqtsmsgkfn.

Then it's the wrong key for your map.
 
Skilled Illusionist
Joined
Jan 15, 2009
Messages
332
Reaction score
11
Yeah , i think it is...But, how to discover the right key? More guys, tried to open the zone9, and nothing . I thought that key you said at your forum, was the right one.
 
Moooooooooooooooo
Loyal Member
Joined
Jul 19, 2006
Messages
442
Reaction score
130
Yeah , i think it is...But, how to discover the right key? More guys, tried to open the zone9, and nothing . I thought that key you said at your forum, was the right one.

The first, short one, has worked for me just fine. You can even see some screens somewhere. The long one is the actual key they used, they just messed up their own code and it didn't use all chars. Somewhere i heard they had fixed the bug.
 
Joined
Jul 27, 2008
Messages
868
Reaction score
56
Awesome release alpha . I've waiting for this moment and thank you for the download links. Long live RYL ! Let's make this happends and hope the game will never dies! Wish also there's a good supporter and good admin thou.
 
Newbie Spellweaver
Joined
Sep 18, 2013
Messages
51
Reaction score
1
Yeah , i think it is...But, how to discover the right key? More guys, tried to open the zone9, and nothing . I thought that key you said at your forum, was the right one.


Like this? :p

alphaest - rMap 2.7 - RYL Map Editing Software - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jan 7, 2012
Messages
8
Reaction score
0
halp
this thing pop up when im trying to open the 3d viewer
:(

alphaest - rMap 2.7 - RYL Map Editing Software - RaGEZONE Forums
 
Back
Top