Beam MP Custom Map

Discussion in 'Terrains, Levels, Maps' started by Arctic 3, May 28, 2022.

  1. Arctic 3

    Arctic 3
    Expand Collapse

    Joined:
    May 28, 2022
    Messages:
    1
    Does anyone know how to setup a Beam MP Server with a custom map? What is supposed to go in the "map" field and where does the map file have to be located?
     
  2. Online90

    Online90
    Expand Collapse

    Joined:
    May 26, 2022
    Messages:
    59
    Hi,

    Did you check the official wiki?
    https://wiki.beammp.com/en/home/server-installation

    Maps

    All default maps (maps which aren't mods) work out-of-the-box and do not have to be installed. You simply change the Map setting in the ServerConfig.toml file to any of these. For any other modded maps, do this:

    1. Put your map's .zip file in your server's (Resources/Client) folder.
    2. Next, have a look inside the map's zip file (don't extract it) and open the levels folder. In this folder there should be simply one other folder with the name of the map, for example “myawesomedriftmap2021”. Make sure to copy or remember this name exactly as it is written in that folder's name.
    3. Open your ServerConfig.toml. In the Map setting, you should see /levels/MAPNAME/info.json, where MAPNAME is likely something like gridmap_v2. You want to now replace this MAPNAME with the name of the folder from the last step, in that example it was myawesomedriftmap2021. In the end it should look like this (for this example) and should have /info.json at the end.
    Map = '/levels/myawesomedriftmap2021/info.json'

    Now, when someone joins your server, it should download the map automatically and work as expected.
     
    • Like Like x 1
  3. mickeybish1234

    mickeybish1234
    Expand Collapse

    Joined:
    Jan 28, 2017
    Messages:
    41
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice