Important to say that this is private work. That editor in particular from that video is not available. It would be wrong to post it here without his permission. If you want it, I'd say ask him privately. If he's willing to give it out, that's his call.
Firstly I want to thank the pvp elite and especially Ultimation and all of Team Yakusa. Well these programs are very useful and they help a lot for those people who are designer, it would be excellent to have these tools in the area of designer
[Demo] - DMap Editor 2013 Video Representation (Ready for beta testing) 07/07/2022 - Conquer Online 2 - 23 Replies Here is a small video demo of the new Dmap Editor/builder that will soon be ready for beta testing via some selected members.
Enjoy.
Conquer Online DMap Editor / Builder 2013 - YouTube
Ingame screenshot of map
http://img211.imageshack.us/img211/9981/lgt664c.p ng
[Release] Football DMap (Built With DMap Editor) 06/29/2014 - CO2 Weapon, Armor, Effects & Interface edits - 4 Replies Here you go guys, My first release.
I have noticed alot of servers have added football to there tournaments. Here is a proper DMap for you guys (Works with both new clients and older clients)
Screenshot
http://i.epvpimg.com/nvGId.png
Self Installing DMap
have anyone think of making dmap editor? 04/28/2013 - CO2 Private Server - 0 Replies have you guys made dmap editor?
its kinda interesting how will it look like coz been thinking to create my own maps but never sow any dmap editors.
they seems kinda rare.
[Request] Dmap editor 07/24/2012 - CO2 Private Server - 4 Replies Hey guys
Long ago I'm looking for this program... I need to edit the invalid coords because in my source i have a problem with coords... when i'm running with a steed, i get a invalid coord and my character goes over a invalid coord, but it gets stuck in the database that coordinated...
some one know a program to edit the .dmap files or how to fix it? I'm have a 5530 source...
DMap Editor - Drawing Methode. 01/10/2011 - CO2 Private Server - 2 Replies How can I draw on the picturebox, I'm using for the DMap editor?
Tried alot now, but still dosn't wants to do it.
This is what I tried:
Graphics Grahpic = CreateGraphics();
Pen Pen = new Pen(Color.White, int.Parse(textBox1.Text));
Grahpic.DrawRectangle(Pen, 10, 10, 50, 50);