Skip to content

Commit

Permalink
info: Set version to 1.8 & update readme
Browse files Browse the repository at this point in the history
Signed-off-by: BackRaw <[email protected]>
  • Loading branch information
BackRaw committed Dec 4, 2017
1 parent 18bc1d7 commit 080f042
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You are good to go! For more information on managing admins, please refer to the

## Installation
1. [Install Source.Python](http://wiki.sourcepython.com/general/installation.html): Build #620 is required for this plugin
2. Download [the latest UDM release](https://github.com/backraw/udm/releases/tag/v1.7) and unzip its contents to the game server's root folder (i.e.: **cstrike** for Counter-Strike: Source, **csgo** for Counter-Strike: Global Offensive)
2. Download [the latest UDM release](https://github.com/backraw/udm/releases/tag/v1.8) and unzip its contents to the game server's root folder (i.e.: **cstrike** for Counter-Strike: Source, **csgo** for Counter-Strike: Global Offensive)
3. Put ```sp plugin load udm``` into your server configuration file (i.e.: **autoexec.cfg**) - this can be any file that gets read **after** a map has changed
4. Change the map

Expand All @@ -95,6 +95,10 @@ The configuration file ```../cfg/source-python/udm.cfg``` will automatically be
udm_respawn_delay 2
// Options
// * 0 = Off
// * 1 = Enable for teammates only
// * 2 = Enable for teammates and enemies
// Default Value: 1
// Enable or disable non-blocking mode for players.
udm_enable_noblock 1
Expand Down
2 changes: 1 addition & 1 deletion addons/source-python/plugins/udm/info.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
verbose_name = "Ultimate Deathmatch"
author = "BackRaw"
description = "Deathmatch plugin, inspired by BAILOPAN'S CSSDM"
version = "1.7"
version = "1.8"
url = "https://forums.sourcepython.com/viewtopic.php?f=7&t=1643"

0 comments on commit 080f042

Please sign in to comment.