Sign in to follow this  
Tyroki

Press M for Map

Recommended Posts

We're using a custom map.


Right now when we hit M, we're getting the full freedom map from Wurm Online.


How do we get it to use the actual map of the server we're on?


Share this post


Link to post
Share on other sites

Yeah, unfortunately, right now, it is handled client side. Which means, each person will have to follow those steps to have the map show up for them,.


Share this post


Link to post
Share on other sites

...Wh... why is this not being handled server side? D:


Edited by Tyroki

Share this post


Link to post
Share on other sites

I suspect that it never has been...

 

That... is probably true.

 

Hmm.

Guess it's time to request someone make an easy way to install maps so people joining your server can go, get the map, run something and quickly install it if they want it.

Share this post


Link to post
Share on other sites

I think it should be possible to add maps without overwriting anything as well.

First change the map name on the server in the wurmlogin.db servers table. 

Then add your map image to the graphics jar. 

Edit mappings.txt and add:
map.mymap = gui/testMaps/mymap.png (this should be the path to where inside the jar you put the map image)

And then add an entry to the mapunlimited.xml (graphics.jar/gui/testMaps/).

I think this is how to do it, granted I don't do those graphics things normally so don't really know if this is 100% correct.

  • Like 1

Share this post


Link to post
Share on other sites

I think it should be possible to add maps without overwriting anything as well.

First change the map name on the server in the wurmlogin.db servers table. 

Then add your map image to the graphics jar. 

Edit mappings.txt and add:

map.mymap = gui/testMaps/mymap.png (this should be the path to where inside the jar you put the map image)

And then add an entry to the mapunlimited.xml (graphics.jar/gui/testMaps/).

I think this is how to do it, granted I don't do those graphics things normally so don't really know if this is 100% correct.

 

But each person would still have to add the map image, correct?

Share this post


Link to post
Share on other sites

Yes each person would need a modified graphics jar for it to work.


  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this