[DiscordArchive] ac-worldserver_1 | Map file '/azeroth-server/data/maps/0004331.map': does not exist!
[DiscordArchive] ac-worldserver_1 | Map file '/azeroth-server/data/maps/0004331.map': does not exist!
Archived author: Grass • Posted: 2020-11-09T14:02:49.963000+00:00
Original source
ac-worldserver_1 | Map file '/azeroth-server/data/maps/0004331.map': does not exist!
my path is azerothcore-wotlk/docker/worldserver/data/maps/0004331.map
looks like they don't match up which is why it can't find the file?
Archived author: Silentstorm • Posted: 2020-11-09T14:04:52.921000+00:00
Original source
change the DataDir value in the worldserver config as well if you change where the data is
Archived author: Grass • Posted: 2020-11-09T14:06:06.253000+00:00
Original source
#
# DataDir
# Description: Data directory setting.
# Important: DataDir needs to be quoted, as the string might contain space characters.
# Example: "/home/youruser/azeroth-server/data"
# Default: "."
DataDir = "."
Archived author: Grass • Posted: 2020-11-09T14:06:11.797000+00:00
Original source
seems like this was the missing link
Archived author: Silentstorm • Posted: 2020-11-09T14:06:38.618000+00:00
Original source
a . just means it looks in the current directory for the data folders
Archived author: Silentstorm • Posted: 2020-11-09T14:07:10.673000+00:00
Original source
try specifying the full path to the folder tho
Archived author: Grass • Posted: 2020-11-09T14:07:12.690000+00:00
Original source
worldserver.conf is in
C:\azerothcore-wotlk\src\server\worldserver
Archived author: Grass • Posted: 2020-11-09T14:07:29.622000+00:00
Original source
so no wonder it can't find anything
Archived author: Grass • Posted: 2020-11-09T14:08:46.625000+00:00
Original source
i'll try putting the data DBC/VMAPs etc in C:\azerothcore-wotlk\src\server\worldserver next to the worldserver files