[Request] GameMap.dat Enc/Dec

06/20/2011 06:52 kingofdrift#1
If any one has the encryption for th gamemap.dat please release it
06/20/2011 07:15 Spirited42#2
Lol, here... just take my old project from a long time ago...
It's newestcoserver but it has a gamemap.dat creator and such...
I stopped because there is no hope for NewestCoServer.

PS: put dmaps into "ConquerFX\bin\Debug\database\maps\map"
06/20/2011 07:19 Lateralus#3
Gamemap.dat isn't encrypted.
06/20/2011 07:32 Spirited42#4
Quote:
Originally Posted by Lateralus View Post
Gamemap.dat isn't encrypted.
The old gamemap.dat is writing in binary or something like that.
06/20/2011 08:36 Lateralus#5
Quote:
Originally Posted by Spirited View Post
The old gamemap.dat is writing in binary or something like that.
It's a binary file.
06/20/2011 09:36 kingofdrift#6
I wanna a GameMap.dat that contains all the floors of the FrozenGrotto & DisCity
06/20/2011 16:19 pro4never#7
As stated already... It's NOT encrypted.

Binary files work almost exactly like a packet.

They have a fixed structure to them which you can read using the BinaryReader built into C# (using System.IO; will be needed but w/e)

If you're actually interested in writing your own program rather than finding someone who will upload something you can just run and forget then I could load up some old projects I have laying around. I have all the map files structured.
06/20/2011 16:28 Kiyono#8
[Only registered and activated users can see links. Click Here To Register...]