Skip to content

arka9ine/SOAP-TF2DM-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOAP DM

Team DeathMatch gameplay plugins for Team Fortress 2

For more info on SOAP DM, see here.

Downloading

  • Clone the repository from here. 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 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 <x> <y> <z>; setang <pitch> <yaw> <roll>; 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

  • Toggling soap_disablehealthpacks, soap_disableammopacks, or soap_disablecabinet requires a map change to take effect.
  • Not an issue, but, this plugin requires SourceMod 1.10 or newer to function. If you are using an older version, it will not load.

Report other issues here.

What happened to the old repo?

  • The developer, Lange, is undergoing serious mental health issues, which have unfortunately led him to private all of his repositories on github.com, including more popular ones, such as NodeCG, now hosted here.

About

Maintained version of SOAP DM by Lange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SourcePawn 55.0%
  • C++ 45.0%