Racing scripts, maps and general mods for your MTA:SA server.

Post news Report RSS August 1 BIG Map Pack Released!

I decide to release another big map pack, contains many old maps from 2011-2016.

Posted by on

Hello everybody, long time no see!


Today i've decided to release a brand new big map pack - consisting of many maps from years 2011-2016 and also some new maps from this year. Download, installation and troubleshooting is below.

MTA:SA Race - Big Map Pack (1st August 2023)


Installation


  • Put .zip files to your server Resources folder (example: server/mods/deathmatch/resources)
  • Put map folders to your server Resources folder (same example as for .zip files)
  • Some maps are very old, check if in a folder (or zip) if there's another archive / folder or not. If map folder has additional folder inside, open that second folder and then convert it to zip and put it to resources. Map files should contain meta.xml and .map files along with some MapEditor files.

Troubleshooting:

If map doesn't load and says that it needs 2 or more players to start, make sure you add more spawnpoints in the .map file, or additionally:

  • Open race_server.lua in Race gamemode folder (should be on resources/gamemodes/[Race]/Race - find and delete the following line (before, make a backup of the file just to be safe):
-- Check race can start ok
    if g_IgnoreSpawnCountProblems ~= res and not g_MapOptions.ghostmode then
        local numSpawnPoints = #map:getAll('spawnpoint')
        if getTotalPlayerCount() > numSpawnPoints then
            -- unload map xml
            map:unload()
            outputRace( (numSpawnPoints).." or less players are required to start '"..tostring(getResourceName(res)).."' if not using ghostmode" )
            return false
        end
    end

And now you'll be able to play maps with 1 spawnpoint only, make sure you also enable ghostmode on the server, to prevent players spawning on top of each other.

Screenshots:

mta screen 2023 08 01 17 30 22

mta screen 2023 08 01 17 30 31

mta screen 2023 08 01 17 32 05

mta screen 2023 08 01 17 31 39

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: