Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapphonie/soap-tf2dm
Maintained version of SOAP DM by Lange
https://github.com/sapphonie/soap-tf2dm
Last synced: 12 days ago
JSON representation
Maintained version of SOAP DM by Lange
- Host: GitHub
- URL: https://github.com/sapphonie/soap-tf2dm
- Owner: sapphonie
- Created: 2020-11-27T07:39:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T18:25:03.000Z (about 2 months ago)
- Last Synced: 2024-11-09T19:28:18.713Z (about 2 months ago)
- Language: SourcePawn
- Homepage:
- Size: 2.67 MB
- Stars: 15
- Watchers: 6
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
# SOAP DM
> Team DeathMatch gameplay plugins for Team Fortress 2
For more info on SOAP DM, see [here](http://comp.tf/wiki/DM).
## Downloading
- Get the latest version [here](https://github.com/sapphonie/SOAP-TF2DM/releases/latest). Extract the `cfg/` and `addons/` folders from the zip to your root `/tf/` folder.
## Spawn points/deathmatch not starting
If a specific version of a map does not have spawn points, deathmatch mode does not start.
### Creating spawn points
- Check [addons/sourcemod/configs/soap](https://github.com/sapphonie/SOAP-TF2DM/tree/master/addons/sourcemod/configs/soap) for an existing older/newer version of the map.
- Create a copy of the closest version of the map you need or create a new cfg file.
- Test the spawn points in-game. Use `setpos ; setang ;` to teleport to each spawn point.
- To add new spawn points, move to the desired spawn point and use `getpos` to get your current position and angle.
- Finally, test on a server with SOAP-TF2DM to make sure SOAP-TF2DM can parse the file.
- Submit a pull request 🙂## Known issues
- Not an issue, but, this plugin requires [SourceMod 1.10](https://www.sourcemod.net/downloads.php) or newer to function. If you are using an older version, __it will not load__.
Report other issues [here](https://github.com/sapphonie/SOAP-TF2DM/issues/new).
## What happened to the old repo?
- The developer, [Alex](https://github.com/alvancamp), privated all of their GitHub repositories a while ago, including MGE and SOAP-DM. This necessitated a new repository, aka this one.They have unprivated them, and you can find the original unmaintained version of SOAP-DM [here](https://github.com/alvancamp/SOAP-TF2DM).