As many of you are aware i have been developing a DMap Editor for the public.
Right now i need people to test it before release. However there will only be a few selected people to become beta testers. If you are interested please leave a comment below.
Kind Regards
Video Tutorial 1 - Modifying an existing DMap
Video Tutorial 2 - Creating & Generating Vegetation
I've been watching you on tv progress this Editor(for the best part of a year), I remember when it was nothing more than an xna form with next to no features.
Look at it now. I'm telling you guys, Ultimation could quite literally revolutionize servers.
[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
is .dmap only for conquer? 02/07/2014 - CO2 Private Server - 5 Replies idk if my title explains well but i will try it here.
if lets say we are creating a custom client can we use .dmaps for our maps or only conquer is allow to.
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);