setting up allocs map

sergeyboss

New member
Jan 29, 2020
16
0
0
40
It is not possible to configure Allocs Map, in the host I specify the external ip address, in the port I specify the server port. And nothing happens. Perhaps the port should be different? 1129
 
The issue here is that you don't have allocs/BCM mods installed correctly. If you did, they would show green there. Make sure you have the mods installed, in Discord type !mods for information and screenshots on how to do it.
 
The issue here is that you don't have allocs/BCM mods installed correctly. If you did, they would show green there. Make sure you have the mods installed, in Discord type !mods for information and screenshots on how to do it.

Please tell me where to download the latest versions of allocs / BCM mods. I spent the whole weekend searching and found a bunch of different versions, but the forum for developers wasn’t found. To download the latest version, and eliminate errors.
 
Thanks a lot.

Can you tell me where else mod allocs to download, or is it contained in the BCM mod?
 
The first link he posted is for Allocs (official). The second is BCM. They are two different mods.
Sorry, I didn’t see, here is a mess :)
Everything connected, all the lights turned green. Discord earned correctly. But the map is not displayed. I connected via Steam to the card, but the card itself is not displayed. The host indicated its external ip address, the port indicated a completely different one. Maybe it's in the port? If necessary, can I reset the link to the map?
 
You need to read the documentation on Allocs Webmap, as that functionality comes from his map. Basically you need to open the ports +2 and give permissions to view the map.
 
You need to read the documentation on Allocs Webmap, as that functionality comes from his map. Basically you need to open the ports +2 and give permissions to view the map.

ports are open, but where is the permission in RAT to open?
 
I figured it out, you had to make a command through the webpermission add web.map 2000 console. Just editing the config does not work, even after restarting.

Thank you all for your help!
 
The permissions are probably commented out. Do they have a <!-- --> at the beginning and end of the lines?

You will have to take those out for the module to work. And they can be edited live without a reboot.
 
This is just such a bug; even rebooting after editing the config did not help. But if you register a command in the console, then everything works
 
Can you post your config file?
<?xml version="1.0" encoding="UTF-8"?>
<webpermissions>

<admintokens>
<!-- <token name="adminuser1" token="supersecrettoken" permission_level="0" /> -->
</admintokens>

<permissions>
<permission module="web.map" permission_level="2000" />
<!-- <permission module="web.map" permission_level="1000" /> -->

<!-- <permission module="webapi.getlog" permission_level="0" /> -->
<!-- <permission module="webapi.executeconsolecommand" permission_level="0" /> -->

<!-- <permission module="webapi.getstats" permission_level="1000" /> -->
<!-- <permission module="webapi.getplayersonline" permission_level="1000" /> -->

<!-- <permission module="webapi.getplayerslocation" permission_level="1000" /> -->
<!-- <permission module="webapi.viewallplayers" permission_level="1" /> -->

<!-- <permission module="webapi.getlandclaims" permission_level="1000" /> -->
<!-- <permission module="webapi.viewallclaims" permission_level="1" /> -->

<!-- <permission module="webapi.getplayerinventory" permission_level="1" /> -->

<!-- <permission module="webapi.gethostilelocation" permission_level="1" /> -->
<!-- <permission module="webapi.getanimalslocation" permission_level="1" /> -->
</permissions>

</webpermissions>
 
You need to remove the <!-- and --> from the beginning and end of the module lines.

It needs to go from this <!-- <permission module="web.map" permission_level="1000" /> -->

To this <permission module="web.map" permission_level="1000" />

And then save it and you will be good to go.
You can also change the permission_level numbers so different people have different access to the features.
2000 means anyone can view it
1000 means anyone logged in through steam can view it
1 means in game moderators can view it
0 means admins can view it