If any one has the encryption for th gamemap.dat please release it
06/20/2011 07:15Spirited42#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:19Lateralus#3
Gamemap.dat isn't encrypted.
06/20/2011 07:32Spirited42#4
Quote:
Originally Posted by Lateralus
Gamemap.dat isn't encrypted.
The old gamemap.dat is writing in binary or something like that.
06/20/2011 08:36Lateralus#5
Quote:
Originally Posted by Spirited
The old gamemap.dat is writing in binary or something like that.
It's a binary file.
06/20/2011 09:36kingofdrift#6
I wanna a GameMap.dat that contains all the floors of the FrozenGrotto & DisCity
06/20/2011 16:19pro4never#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.