Custom Maps On server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RENTBOY

    #1

    Custom Maps On server

    Hi there iam just wondering how you get custom maps on your server the server is a linux server ive downloaded the map pack at 127meg and am now wondering where i put them etc any help would be nice.

    this is the error message i get when the server fires up

    could not add to maplist. map not found:king_of_the_hill gameMode:gpm_cq
    could not add to maplist. map not found:mekong_river gameMode:gpm_cq
    could not add to maplist. map not found:smyrna gameMode:gpm_cq
    could not add to maplist. map not found:uluwatu_city gameMode:gpm_cq
    could not add to maplist. map not found:wake_island gameMode:gpm_cq
    Loaded 0%
  • dimentox

    #2
    Re: Custom Maps On server

    gotta go in and change the Info ti lowercase info.. and in side that change the map name to all lowercase...

    if thats already like that then you might need to make sure the dir are in bf2/mods/bf2/levels/

    Comment

    • RENTBOY

      #3
      Re: Custom Maps On server

      Cheers my friend ill give it a try and see how it works

      Comment

      • mastercho

        #4
        Re: Custom Maps On server

        im also having problems with custom maps on my clan server. i upload them to mods/bf2/levels/map_folder - replacing map_folder with map name.

        and in no way am i able to add the maps to the rotation. this is annoying me as am trying to get scrims going with other clans on maps that no one has played before. being that most public severs use the default maps. well here in NZ anyways.

        Comment

        • bloodlust

          #5
          Re: Custom Maps On server

          1. Upload the map folder to ../../bf2/mods/bf2/levels/
          No need to upload the client.zip file, just the server.zip and the info folder

          2. Make sure all file and folder names are all lower case letters. One capital letter, will cause the map not to run....Make sure the info folder doesn't have a capital "I" in the name (I over looked this one at first)

          3. You then must add the maps to your maplist.con file. Here is what my maplist.con file looks like:
          Code:
          maplist.append "wake_island" "gpm_cq" 32
          maplist.append "medina_city" "gpm_cq" 32
          maplist.append "al_khafji_docks" "gpm_cq" 32
          maplist.append "jungle_stream" "gpm_cq" 32
          maplist.append "attack_at_taiming" "gpm_cq" 32
          maplist.append "king_of_the_hill" "gpm_cq" 32
          maplist.append "mekong_river" "gpm_cq" 32
          maplist.append "smyrna" "gpm_cq" 32
          maplist.append "uluwatu_city" "gpm_cq" 32
          You can find your maplist.con file in ../../bf2/mods/bf2/settings/

          You have to edit your maplist.con file in a text editor such as notepad or wordpad. No way that I know of to edit it with bf2cc.

          Hope this helps! :)

          Comment

          • RENTBOY

            #6
            Re: Custom Maps On server

            Cheers m8 thanks for the post got it workin now

            Comment

            Working...