Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[help] How Use Vmaps ??? Please Help !

Skilled Illusionist
Joined
Jun 27, 2006
Messages
366
Reaction score
0
I'd do a search on the Mangos project site. You'll come up with some sort of answer there. It was just officially supported, so there may be few answers out there for it right now. I do know that it has to be built along with your server, and if you are downloading it from the svn, it is located in the Mangos\contrib\vmap_extractor_v2 folder. I unfortunately havn't had time to play with it yet.

EDIT::: Scratch that... the bins are included for the assembler and the extractor. They are located under Mangos\contrib\vmap_extract_assembler_bin
 
Junior Spellweaver
Joined
Sep 30, 2005
Messages
143
Reaction score
12
I'd do a search on the Mangos project site. You'll come up with some sort of answer there. It was just officially supported, so there may be few answers out there for it right now. I do know that it has to be built along with your server, and if you are downloading it from the svn, it is located in the Mangos\contrib\vmap_extractor_v2 folder. I unfortunately havn't had time to play with it yet.

EDIT::: Scratch that... the bins are included for the assembler and the extractor. They are located under Mangos\contrib\vmap_extract_assembler_bin

Thank you !
 
Newbie Spellweaver
Joined
Aug 16, 2006
Messages
35
Reaction score
0
execute makevmaps_SIMPLE.bat to so it in one step no quesions final screen [recommended] it makes 2 folders put vmaps folder in mangos main folder to enable LOS [Line Of Sight, at the end you dont need buildings folder anymore.
dont forget to mangos.conf to config it for vmaps.
 
Newbie Spellweaver
Joined
Jan 5, 2007
Messages
41
Reaction score
0
how do u configure it for it like what things do u change in in the conf file cus im gettign erros lyk

2007-09-11 21:35:21 Using configuration file mangosd.conf.
2007-09-11 21:35:21 MaNGOS daemon /0.8-SVN (Win32)
2007-09-11 21:35:21 <Ctrl-C> to stop.


MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM
MMMMMM


2007-09-11 21:35:21 World Database: 127.0.0.1;3306;root;******;mangos
2007-09-11 21:35:21 Login Database: 127.0.0.1;3306;root;******;realmd
2007-09-11 21:35:21 Realm running as realm ID 2
2007-09-11 21:35:21 Using DataDir ./
2007-09-11 21:35:21 WORLD: VMap support included. LineOfSight:1, getHeight:1
2007-09-11 21:35:21 WORLD: VMap data directory is: ./vmaps
2007-09-11 21:35:21 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds
2007-09-11 21:35:22 ERROR:Could not load vmap file './vmaps/000_43_31.vmdir'
2007-09-11 21:35:22 ERROR:Correct *.map files not found in path './maps' or *.vmap/*vmdir files in './vmaps'. Please place *.map/*.vmap/*.vmdir files in appropriate directories or correct the DataDir value in the mangosd.conf file.

what do i do
 
Newbie Spellweaver
Joined
Jun 9, 2013
Messages
7
Reaction score
0
how do u configure it for it like what things do u change in in the conf file cus im gettign erros lyk

2007-09-11 21:35:21 Using configuration file mangosd.conf.
2007-09-11 21:35:21 MaNGOS daemon /0.8-SVN (Win32)
2007-09-11 21:35:21 <Ctrl-C> to stop.


MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM
MMMMMM


2007-09-11 21:35:21 World Database: 127.0.0.1;3306;root;******;mangos
2007-09-11 21:35:21 Login Database: 127.0.0.1;3306;root;******;realmd
2007-09-11 21:35:21 Realm running as realm ID 2
2007-09-11 21:35:21 Using DataDir ./
2007-09-11 21:35:21 WORLD: VMap support included. LineOfSight:1, getHeight:1
2007-09-11 21:35:21 WORLD: VMap data directory is: ./vmaps
2007-09-11 21:35:21 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds
2007-09-11 21:35:22 ERROR:Could not load vmap file './vmaps/000_43_31.vmdir'
2007-09-11 21:35:22 ERROR:Correct *.map files not found in path './maps' or *.vmap/*vmdir files in './vmaps'. Please place *.map/*.vmap/*.vmdir files in appropriate directories or correct the DataDir value in the mangosd.conf file.

what do i do

I have the same problem and i KNOW the file is there. what do i do ?
 
Lord of the Legion
Joined
Jul 28, 2005
Messages
426
Reaction score
35
Way to bump a 6 year old topic. Anyway, make sure you're using a backslash ("\" the key above Enter/Return usually) in the config and not a forward slash. So for example, if your vmaps directory looks like "CoreFolder\Data\vmaps" in the config, you'll want to set the DataDir to ".\Data\" (Including the leading period and quotation marks). In most applications, use of the wrong slash in a URI (Backslash) or directory (Forward Slash) is automatically handled and converted into the proper type of slash but the devs never added that feature. The period lets the core know to look in it's executable directory.

On second look:

2007-09-11 21:35:21 Using DataDir ./

That is exactly what the problem is. You're using a forward slash. Directories require backslashes while only URI's use the forward slash.

I'm guessing your vmaps, DBC and maps folders are in the root core directory? If so, in the config use DataDir = ".\"
 
Last edited:
Newbie Spellweaver
Joined
Jun 9, 2013
Messages
7
Reaction score
0
Hi Dark,

Sorry man, im just grasping at what ever i can find, bellive it or not but this is the newest tread i could find regarding this. Ive spend 12 hours on this already, looking for a solution.
ive tried what you surgested and put .\ for the root in as datadir - you are totally correct - i got the dbc, maps and vmaps in the core folder.

the strange part is the / in the error is not something i put there, its the mangos itself.

you know of anyway to change that if its needed?

ive also tried to make a data dir and put everything in that to get it to work :'(
 
Back
Top