Raised This Month: $51 Target: $400
 12% 

[CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)


Post New Thread Reply   
 
Thread Tools Display Modes
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 02-16-2015 , 13:07   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1281

Quote:
Originally Posted by Freakmeister View Post
I tied this mod and I had to remove it because I can't use server for competive games anymore.
Yeah, some thng won't disable cause I never took the time to correctly implement dm_enable.

You should use
Code:
sm plugins unload deathmatch
h3bus is offline
leetgamer
Member
Join Date: Mar 2011
Old 02-17-2015 , 09:34   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1282

fisrt of all im preaty new in csgo servers so beare with me ;)

i installed
meta list
Listing 5 plugins:
[01] SourceMod (1.6.4-dev+4624) by AlliedModders LLC
[02] CS Tools (1.6.4-dev+4624) by AlliedModders LLC
[03] SDK Tools (1.6.4-dev+4624) by AlliedModders LLC
[04] SDK Hooks (1.6.4-dev+4624) by AlliedModders LLC
[05] DHooks (1.0.13-alpha) by Dr!fter

sm plugins list
[SM] Listing 22 plugins:
01 "Updater" (1.2.1) by GoD-Tony
02 "Client Preferences" (1.6.4-dev+4624) by AlliedModders LLC
03 "[CS:GO/CSS] AbNeR Round End Sounds" (2.0) by AbNeR_CSS
04 "gameME Plugin" (4.4.2) by TTS Oetzel & Goerz GmbH
05 "Fun Votes" (1.6.4-dev+4624) by AlliedModders LLC
06 "SourceBans" (1.4.11) by SourceBans Development Team
07 "Anti-Flood" (1.6.4-dev+4624) by AlliedModders LLC
08 "Sound Commands" (1.6.4-dev+4624) by AlliedModders LLC
09 "Basic Comm Control" (1.6.4-dev+4624) by AlliedModders LLC
10 "Nextmap" (1.6.4-dev+4624) by AlliedModders LLC
11 "Admin Help" (1.6.4-dev+4624) by AlliedModders LLC
12 "Deathmatch" (0.13.1) by H3bus
13 "Basic Votes" (1.6.4-dev+4624) by AlliedModders LLC
14 "Fun Commands" (1.6.4-dev+4624) by AlliedModders LLC
15 "Basic Info Triggers" (1.6.4-dev+4624) by AlliedModders LLC
16 "Player Commands" (1.6.4-dev+4624) by AlliedModders LLC
17 "Admin File Reader" (1.6.4-dev+4624) by AlliedModders LLC
18 "Reserved Slots" (1.6.4-dev+4624) by AlliedModders LLC
19 "Admin Menu" (1.6.4-dev+4624) by AlliedModders LLC
20 "AFK Manager" (3.5.3) by Rothgar
21 "Basic Chat" (1.6.4-dev+4624) by AlliedModders LLC
22 "Basic Commands" (1.6.4-dev+4624) by AlliedModders LLC

on this addon you have a nice little config
12 "Deathmatch" (0.13.1) by H3bus

i have realy tryed to deactivate FF but it keeps staying on

deathmatch.ini
// Friendly fire stuff
"mp_friendlyfire" "0"
"mp_solid_teammates" "0"
"mp_teammates_are_enemies" "0"

i also have tryed to take it way from gamemode_casual.cfg
since i belived if i tok it away from there the sm plugin would overdrive the gamemode_casual.cfg file on that cvar

i trhyed with having frendlyfire off in gamemode_casual.cfg and still got same problem
that its FFA i dont want that i want it to be FF OFF

hope somone can help me with a solution on this problem thanx alot
leetgamer is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 02-17-2015 , 09:36   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1283

See the FAQ in first Post
Quote:
How do I disable FFA mode?
FFA is enabled by default, to disable it
- Open sourcemod/configs/deathmatch.ini
- Go to section "Maps"->"fy" (almost at the end of the file)
- Remove the section "Cvars"{ "mp_teammates_are_enemies" "1" }
h3bus is offline
leetgamer
Member
Join Date: Mar 2011
Old 02-17-2015 , 10:04   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1284

thanx im sorry to bother you glad its fixed i realy didnt see that in your post thanx alot
leetgamer is offline
blackpoisoN
Junior Member
Join Date: Jan 2014
Old 02-19-2015 , 14:08   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1285

Hello

Awesome plugin!

How do I load certain mods for different maps?

Exampe:
aim_redline - AK-Colt + HS only
aim_awp - AWP + HS disabled

Thanks
blackpoisoN is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 02-19-2015 , 14:52   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1286

In sourcemod/configs/deathmtach.ini go to the end of the file (in section Maps).

For aim_redline - AK-Colt + HS only, update section "aim"
Code:
        "aim"
        {
            "LoadRound"
            {
                "Game Modes" "Ak Colt"
                "Configs" "Only HS +knife"
            }
            
            "LoadWarmup"
            {
                "Game Modes" "Default Warmups"
            }
        }
For aim_awp - AWP + HS disabled add this section anywhere but before the "aim" section
Code:
        "aim_awp"
        {
            "Load"
            {
                "Maps" "awp"
            }
        }

Last edited by h3bus; 02-19-2015 at 14:53.
h3bus is offline
blackpoisoN
Junior Member
Join Date: Jan 2014
Old 02-19-2015 , 15:12   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1287

Awesome thank you very much, quickly response also! <3
blackpoisoN is offline
blackpoisoN
Junior Member
Join Date: Jan 2014
Old 02-19-2015 , 15:37   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1288

Sorry 1 more question, where can I see a list of all the modes and configs

Example:
modes list, "Ak Colt", "Awp"
configs: "Only HS +knife" (is there a config for no headshots?)
So I know exactly how to type it in the deathmatch.ini
blackpoisoN is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 02-19-2015 , 17:32   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1289

Well they are defined in deathmatch.ini :
See "Configs" or "Game Modes" sections.
h3bus is offline
Qes
AlliedModders Donor
Join Date: Jul 2014
Old 02-20-2015 , 04:58   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.1, 2015-01-09)
Reply With Quote #1290

How can I reduce the protection after a revival/spawn?
Qes is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:48.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode