Re: rMap 2.7 - RYL Map Editing Software
When i talk in secrets, i mean a lot of things, like HOW to add a pvp map, change somehtings inside gameserver, etc...with a good explanation, all guys could do it. But many times, all that the guys say, is: Hint: search client.exe., ....Lol, if the guy is asking, should at least help a little more...Only few here , are professionals, in computers...Like me, this is a hobby, a distraction from my real, world...i think guys could be more helpful, to help each one, and so, ryl grows up. Like Alpha, said, im not saying he is villain, he did a great job , realy amazing , for ryl scenary...But now, why you can't give a little help to kz_3D? did you really check his software? How many types of 3D his software do the conversion? i think HE IS AN EXPERT in a lot of 3D formats...only ryl, cause is a special 3D format... he is just asking to you, to make the possibility to convert the .z3m format...I bet that he will find the solution, with or without your help...But WHY DONT HELP him? Secret? Ohh, maybe cause you sold the rmodel...man, this is another software...think, that if you help, is better for all...For you too, to not be considered a villain, kkk :)
Re: rMap 2.7 - RYL Map Editing Software
Quote:
Originally Posted by
RonaldinhoR9
When i talk in secrets, i mean a lot of things, like HOW to add a pvp map, change somehtings inside gameserver, etc...with a good explanation, all guys could do it. But many times, all that the guys say, is: Hint: search client.exe., ....Lol, if the guy is asking, should at least help a little more...Only few here , are professionals, in computers...Like me, this is a hobby, a distraction from my real, world...i think guys could be more helpful, to help each one, and so, ryl grows up. Like Alpha, said, im not saying he is villain, he did a great job , realy amazing , for ryl scenary...But no,w why you can give a little help to kz_3D? did you really check his software? How many types of 3D his software do the conversion? he is just asking to you, to make the possibility to convert the .z3m format...I bet that he will find the solution, with or without your help...But WHY DONT HELP him? Secret? Ohh, maybe cause you sold the rmodel...man, this is another software...think, that if you help, is better for all...For you too, to not be considered a villain, kkk :)
Very Nice...LIKE !!
Re: rMap 2.7 - RYL Map Editing Software
1 thing, all can see, in anothers games...have a lot of foruns, all sharing thier creations...Like ARMA 3...all share all, maps, missions, new wepons created for special add-ons patches, ideas about some diferent thing...Here, all want make all private, to $$$...Guys, this is a game, all need have to fun...Like that guy pitz, released a lot of good new weapons...Maybe Lykan will release some too (i hope so :) ), but Lykan, is an AMAZING guy, tht helped me a lotttttt with amazing tutorials.....1 amazing place, where the knowledge was shared, was a 4ryl site...i learned a lot of things there...Miss there ...Here , sure is amazing too...but...alll the guys want is $$$ kkkk....When i learn something , sure ill release here... :)
Re: rMap 2.7 - RYL Map Editing Software
Quote:
Originally Posted by
kz_3d
It sounds funny, because my program supports 679 different 3d file formats. Anyway thank you for your answer.
http://msdn.microsoft.com/en-us/libr....graphics.aspx
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.
Re: rMap 2.7 - RYL Map Editing Software
Alpha . you already release it for free ?
Or need to register ?
Re: rMap 2.7 - RYL Map Editing Software
Quote:
Originally Posted by
alphaest
http://msdn.microsoft.com/en-us/libr....graphics.aspx
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;
};
Re: rMap 2.7 - RYL Map Editing Software
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 :)
Re: rMap 2.7 - RYL Map Editing Software
Quote:
Originally Posted by
RonaldinhoR9
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...
Re: rMap 2.7 - RYL Map Editing Software
Re: rMap 2.7 - RYL Map Editing Software
Quote:
Originally Posted by
RonaldinhoR9
You are expert too :)
I did find it in the RYL related source codes, but I was not happy when I did find it...
Re: rMap 2.7 - RYL Map Editing Software
Chill ,, and congrats , so when do you plan to add z3m format to the converter..
Re: rMap 2.7 - RYL Map Editing Software
Quote:
Originally Posted by
hih
Chill ,, and congrats , so when do you plan to add z3m format to the converter..
Based on this information I think never...
Re: rMap 2.7 - RYL Map Editing Software
Quote:
Originally Posted by
kz_3d
Based on this information I think never...
Hey kz,why not? :(
Re: rMap 2.7 - RYL Map Editing Software
Quote:
Originally Posted by
hih
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...
Re: rMap 2.7 - RYL Map Editing Software
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.