TF2Maps offers playtesting sessions that we usually call "Imps." These sessions are invaluable for getting feedback on your map, so you can use it to improve your maps. This guide will walk you through preparing your map for a playtest session, using TF2Maps Bot to queue it for an Imp, and how to find the feedback that players leave on your map.
1. Before you upload
Before uploading your map to our site for a playtest, you need to make sure it is in a playable state. You can use this checklist to make sure everything in your map is working correctly. Here are a few important requirements:
2. Uploading your map
Getting your map uploaded to our website is a very simple process:
*Threads are not created for Mann VS Machine Population files. They are still accessible from the Downloads page.
3. TF2Maps Bot and you, how to use it
To get your map onto an Imp, you have to submit it to a bot we call TF2Maps Bot. TF2M Bot handles the map list that hosts will use for Imps, and notifies users when their map is played on an Imp. To use TF2M Bot, you'll have to join our Discord server.
If you're already in/once you're in the server, you can use TF2M Bot by entering the #bot channel and use these primary commands for adding or managing maps on TF2M Bot's map list:
When you're using the !add command to add your map to the map list, make sure the filename you put into your message matches the filename of your BSP EXACTLY. Not doing this will mean TF2M Bot won't see your map get played, and won't remove it from the map list or notify you when it's played! Additionally, make sure the link you send TF2M Bot is a direct download.
Once you add your map to the map list, all you need to do is wait for an Imp to start! Imps are ran by community members and occasionally by Server Mods or Staff members. They are entirely impromptu, given the name, so stick around in our general chatrooms to see when one is about to start!
4. Feedback: where to find it, how to use it, how to watch it
Our servers feature a unique plugin that allows players to leave text feedback about the map. This feedback is stored on a webpage that you can access any time via the Feedback Page. The Feedback Page is sorted by most recently newly played maps. Once you're notified that your map is being played, you can load up the page for your map and see the feedback for it get submitted. Each page is updated in real time, so there's no need for refreshing to see new feedback!
Sometimes you'll receive feedback that has coordinates attached to it.
This is location feedback, and is useful for players to quickly reference areas without having to get too specific on where it is. You're given two coordinates, one for what the player is looking at, and one for where they're standing. These coordinates can be plugged into Hammer using the Go to Coordinates tool in the View tab. Location feedback is incredibly useful for finding smaller issues, such as clipping, potential sightlines, or dark areas.
Additionally, a demo is also recorded during a playtest. The demos recorded allow you to view a session as if you were a spectator, with text chat and voice chat being recorded as well. Demos are invaluable for analyzing how players are playing and allows you to give your own insight and context to feedback given. The demos for your map are stored alongside the other information on the map's feedback page.
To view demos ingame, download and place the .dem file you get into your Team Fortress 2/tf/ folder. Once ingame, you can load the demo by using either one of these commands:
When updating your map, first thing you'll want to do is to increment the version string. Once it's ready to upload, you'll want to head to your map's Overview page and click on the "Post Download Update" button. Fill in the relevant information, upload your new version, and don't forget to change the version string on the site to the one on the map!**
**If you're updating a resource that does not traditionally use version strings, such as an MvM Population File or Prefab, you can just use a dummy version string instead. Such as V1/V2/V3.
And that should cover uploading, TF2M Bot, and feedback. If you have any questions about the content in this guide, go ahead and post a message in this thread. If you have questions about something else on the site, I would recommend you make a thread in the Site Discussion subforum.
15/8/2019: As of writing, VBot has been entirely replaced with TF2Maps Bot, functionality is almost the same, so this guide has been slightly edited to reference TF2Maps Bot instead of VBot.
1. Before you upload
Before uploading your map to our site for a playtest, you need to make sure it is in a playable state. You can use this checklist to make sure everything in your map is working correctly. Here are a few important requirements:
- Your map is compiled - You have to compile your map before it can be played, make sure you are uploading the BSP, not the VMF, to the site.
- Your filename must be all lowercase and have no special characters - This is a general rule of thumb for any filename storage. Our servers are Linux-based, and don't like it if it attempts to load a map with capital letters, spaces, special characters, etc. Stick to just lowercase letters, underscores, and numbers.
- Your map must have a gamemode prefix and a version suffix - Before compiling your map, if there is no gamemode prefix (ctf_, cp_, pl_, etc) or version suffix (_a1, _b2, _rc1, etc), you'll need to add one before uploading. Some gamemodes function off of the gamemode prefix, and a version suffix ensures that players can download multiple versions of the same map, without running into map-differ errors.
- Your map should have lighting and shouldn't be leaking - Fullbright means that there is no lighting in your map, make sure your map is properly lit before submitting it. A leak in your map can cause optimization and lighting issues, which should be plugged before a test.
- Custom content, if implemented, must be packed - You can use tools such as CompilePal or VIDE to pack custom assets into your map. Without packing, the server won't be able to get collision data for custom models, and players without the assets will see error textures and models!
- Your map needs to function! - Run through your map to make sure everything is working! Doors open, capture points can be captured, players spawn in the right rooms, etc. If your map breaks during a session, it will be skipped!
2. Uploading your map
Getting your map uploaded to our website is a very simple process:
- Click on the blue "Add Download" button on the Downloads page.
- Select the appropriate Category for your submission.
- Fill out the appropriate information. The Tags, Steam Workshop Link, and Additional Information URL fields are optional.
- Hit save!
*Threads are not created for Mann VS Machine Population files. They are still accessible from the Downloads page.
3. TF2Maps Bot and you, how to use it
To get your map onto an Imp, you have to submit it to a bot we call TF2Maps Bot. TF2M Bot handles the map list that hosts will use for Imps, and notifies users when their map is played on an Imp. To use TF2M Bot, you'll have to join our Discord server.
If you're already in/once you're in the server, you can use TF2M Bot by entering the #bot channel and use these primary commands for adding or managing maps on TF2M Bot's map list:
Note: Do not include the brackets when sending your message, more commands can be found at https://bot.tf2maps.net/maplist.php. The above commands can also be found in the pinned messages in the #bot channel.!maps - Gives current list of maps in the queue, also links to the website
!add - Adds a map to the queue, <filename> <url> <notes>
!update - Updates a map on the queue, <old filename> <new filename> <new url> <new notes>
!delete - Removes a map from the queue, <filename> <reason>
!uploadcheck - Checks if the given filename is present on the servers, <filename>
When you're using the !add command to add your map to the map list, make sure the filename you put into your message matches the filename of your BSP EXACTLY. Not doing this will mean TF2M Bot won't see your map get played, and won't remove it from the map list or notify you when it's played! Additionally, make sure the link you send TF2M Bot is a direct download.
Once you add your map to the map list, all you need to do is wait for an Imp to start! Imps are ran by community members and occasionally by Server Mods or Staff members. They are entirely impromptu, given the name, so stick around in our general chatrooms to see when one is about to start!
4. Feedback: where to find it, how to use it, how to watch it
Our servers feature a unique plugin that allows players to leave text feedback about the map. This feedback is stored on a webpage that you can access any time via the Feedback Page. The Feedback Page is sorted by most recently newly played maps. Once you're notified that your map is being played, you can load up the page for your map and see the feedback for it get submitted. Each page is updated in real time, so there's no need for refreshing to see new feedback!
Sometimes you'll receive feedback that has coordinates attached to it.
This is location feedback, and is useful for players to quickly reference areas without having to get too specific on where it is. You're given two coordinates, one for what the player is looking at, and one for where they're standing. These coordinates can be plugged into Hammer using the Go to Coordinates tool in the View tab. Location feedback is incredibly useful for finding smaller issues, such as clipping, potential sightlines, or dark areas.
Additionally, a demo is also recorded during a playtest. The demos recorded allow you to view a session as if you were a spectator, with text chat and voice chat being recorded as well. Demos are invaluable for analyzing how players are playing and allows you to give your own insight and context to feedback given. The demos for your map are stored alongside the other information on the map's feedback page.
To view demos ingame, download and place the .dem file you get into your Team Fortress 2/tf/ folder. Once ingame, you can load the demo by using either one of these commands:
- playdemo <demo filename> - Directly loads the demo file you put in here, the game will list off demos it could load if you just put in playdemo first.
- demoui2 - A UI window that allows you to pause, play, skip ahead, and change the speed of demos. Also has a Load button that opens up a file browser for you to find your demo in.
When updating your map, first thing you'll want to do is to increment the version string. Once it's ready to upload, you'll want to head to your map's Overview page and click on the "Post Download Update" button. Fill in the relevant information, upload your new version, and don't forget to change the version string on the site to the one on the map!**
**If you're updating a resource that does not traditionally use version strings, such as an MvM Population File or Prefab, you can just use a dummy version string instead. Such as V1/V2/V3.
And that should cover uploading, TF2M Bot, and feedback. If you have any questions about the content in this guide, go ahead and post a message in this thread. If you have questions about something else on the site, I would recommend you make a thread in the Site Discussion subforum.
15/8/2019: As of writing, VBot has been entirely replaced with TF2Maps Bot, functionality is almost the same, so this guide has been slightly edited to reference TF2Maps Bot instead of VBot.
Last edited: