- Download the custom map to your PC - in this example we are adding SnowyVillage.pk3 found here: https://www.customapscod.com/map.php?id=MTcxMQ==
- Use FTP to move the
CUSTOM_MAP_NAME.pk3
file inside the folder named "main" of your server
If you are unsure how to use FTP please follow this guide: https://pingperfect.com/index.php/knowledgebase/19/Accessing-your-files--File-manager--FTP.html - Click "Configuration Files"
- Click "Text-Editor" next to server.cfg
- Scroll to the bottom
- Find the
sv_maplist
line. - Add the custom map, similarly to this example:
Before:sv_maplist "obj/obj_team1 obj/obj_team2 obj/obj_team3 obj/obj_team4 "
After:sv_maplist "obj/SnowyVillage obj/obj_team1 obj/obj_team2 obj/obj_team3 obj/obj_team4 "
- Save the file in the top left and startup your server.