Jump to content

VMAPS, DBC, MAPS, where to upload?


Recommended Posts

Posted

/root/mangos (where is the source and all), or

/root/mangos-server/ (where are the binaris to execute)?

Where? im finishing my WoW server in my dedicated server, and this is the last steep!!

Posted

You can put it wherever you want as long as you set the proper path in mangosd.conf...

Of course it makes much more sense to put them in the installation dir, since the sources are not required to run the server at all.

Posted

There isn't really a default, the default setting is "." which means current working directory, which in my opinion doesn't make too much sense on Linux (or any Unix flavour, for that matter).

Posted

As lynx already notices, in default the path to "DataDir" is ".", which means the DBCs... are in the same folder than the executable, in your case "/root/mangos-server/". What he wanted to say is that a tidy system is clearly arranged. It would be useful, but not neccessary to create a subfolder as the "DataDir", which is properly most time called "data".

Posted
in default the path to "DataDir" is ".", which means the DBCs... are in the same folder than the executable

This is not really correct, again, "." is you current working directory, that is, wherever you cd'ed to in your current shell.

if you do:

cd /home/
/root/mangos-server/bin/mangosd

it will search in /home/dbc etc. and not in /root/mangos-server/bin/dbc

Posted

i uploaded all to: /root/mangos-server/bin

Thanks, also i try to edit mangosd.conf in binaris files!

EDIT: i edited mangosd.conf, datadir section to:

DataDir = "/root/mangos-server/bin"

this will be correct, i think (?)

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use