Help with Webmap please.

TopAce6

New member
7dtd version 1.0, privately owned dedicated server.

No mpds other than increased stack size, and the defaults that are shipped with the game. 

completely clean and fresh game files, manually cleaned thoroughly.

So the game now comes with built in webconsole and webmap mods, and No longer need allocs as far as I can tell.

Webserver and  Maprendering arr enabled in the serverconfig.xml

added the webmap section to The serveradmins.xml found in the saves folder.

all ports are forwarded correctly.

Basically as far as I can tell everything is set correctly.

Did the createwebuser command And I can connect to the webconsole, log in all that jazz, but under no circumstances can I get a map to appear.

I've quad checked that map rendering is on, and the permissions are correct, bit the map doesn't not appear at all.

do I still need allocs? What else can I be missing? 

I've tried on all 3 of my computers and my phone.

Pic is what I see when I log in on ANY system, taken from my phone, but same results on my computer.

Screenshot_20240628_055304_Chrome.jpg

 
You need to set up the permissions. You can do this in the console, or manually edit the serveradmins.xml.

Here is a sample of mine. Map is only available to donors (perm 100) or admins.
f5881fbd49a38fdc76a676da0b9abde2.png


If you open the console and type "webpermissions list true" it will spit out all of the possible settings with what the default values are.

 
EDIT: After comparing yours to mine, i saw a line that i wanted to try, so i added in "<module name="web.Map" permission_level="2000" />" to my file and the map appeared. so problem seems to be solved.

For future reference, is there a guide you recommend that ahs the proper serveradmin.xml setup for the webmap and webserver? 

so i think my issue is solved thanks to you.



i did setup the webpermissions in that file when i set up the server
this is how it looks for me, i added what was shown in a guide i found.

im guessing im missing some important line? just want to see a map, i don't care about restricting it to certain people.

Screenshot (132).png

 
Last edited by a moderator:
For future reference, is there a guide you recommend that ahs the proper serveradmin.xml setup for the webmap and webserver? 


Not yet.  The tool is still a major work in progress. I'm sure once Alloc gets finished putting it together he will write up proper documentation on it like he did for his Legavy fixes.

 
Last edited by a moderator:
Back
Top