Where i add custom maps?

luizragna

New member
Messages
114
Points
0
Location
In their hearts
Emulator
Hello guys. The folder db/re don't contain more the map_cache.dat.

Where i add now?

 
Last edited by a moderator:
I tried execute: map-server.exe --load-plugin mapcache
And he show:

[Fatal Error]: HPM:plugin_load: failed to load 'plugins/mapcache.dll' (error: NÒo foi possÝvel encontrar o m¾dulo especificado.)

The last version of the emulator don't  contain the mapcache to build.
deleta.png


 
you need to take the plugin.sample file foud in your vcproj folder and rename that mapcache then right click solution hercules and add existing and click the new mapcache file you make and then rebuild solution... after that it worked for me but i might be forgetting a step lol

after u do that do 

and after map-server.exe --help , you type 

map-server --map (mapname)

map-server.exe --map mapnamenoexetension.png

 
Last edited by a moderator:
@luizragna on forums and on wiki was already too many guides how add new maps...

For build any plugin if you know it's name. run:

make plugin.NAME


for mapcache.c this command will be:

Code:
make plugin.mapcache
 
Back
Top