Ok, Fang, can you close this thread for the time being while i finish up the beta version and give it to the chosen ones :P
Chosen ones are as follows: (links are for my personal reference)
Spirited Fang: Lord Gragen:
Epic Chaos: LostSolder05:
Adboumatrix: Yuki:
DreadNought: Super Aids:
Ill contact you all personally for beta testing.
Regards
Ulti
PS: Added Another tutorial Video - Creating and adding vegetation
Support for packages included, however when you create project, the DMAP resources get extracted for the selected dmap (if your importing an existing one)
Support for packages included, however when you create project, the DMAP resources get extracted for the selected dmap (if your importing an existing one)
As I stated before, I cannot engage in the actual testing right now, but if you would like one more tester, I could help you at starting Monday, next week, my time schedule is starting to get better.
I cannot either. Not just because I haven't received mine yet, but because my desktop is being repaired and my client backups are too large to download for my laptop. I'll be returning to things soon though.
i certainly would like to help out while im not working/doing homework
ive been itching to attempt a custom map for a while now to finish an event idea..or two =P
[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);