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

[CSS] DMExtra


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Eun
Member
Join Date: Jan 2011
Plugin ID:
2313
Plugin Version:
1.28
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
    2 
    Plugin Description:
    Extents CSSDM with some extra stuff
    Old 04-22-2011 , 07:06   [CSS] DMExtra
    Reply With Quote #1

    This little Plugin enhances the Deathmatch feeling.

    Features
    It brings some various Changes:
    • No Restart on 1on1 situations
    • the Roundtimer on the bottom is the Maptimer
    • Damage given dialog on the bottom of Screen
    • Automatic Scoredialog at the end of map
    • Automatic vote at the end of map
    • Enhanced Teamscore
    • Team Balance
    Cvars
    dmextra_enabled - plugin is enableddmextra_vote - allow map vote at the end of round
    dmextra_damage - show damage at the bottom of screen
    dmextra_nextmap - allow nextmap / nextlevel command
    dmextra_timeleft - allow timeleft command
    dmextra_teambalance - do teambalance, on player disconnect or player joins spectator

    Attachments
    Screenshot of all features active.
    DMExtra the main plugin.

    Behaviour
    Nextmap will be the nextmap in mapcycle.txt

    Installation
    1. Upload DMExtra.spx to your plugins folder
    2. Change your mp_roundtime (not mp_timelimit) to the time you want to stay on this map (If you want infinitive mode change mp_roundtime to 0)
    3. Set the features you want to use
    4. Enjoy

    Recommended Settings for server.cfg
    mp_timelimit 0
    mp_roundtime 10 // complete time a map should run
    mp_limitteams 1
    mp_autoteambalance 0

    Note: The Voting system will randomly pick a map out of the mapcycle.txt.
    If you disable voting, the plugin will loop trough the mapcycle.txt.
    Voting time is exactly the time the score is displayed. (on map end)
    You can control the time by setting mp_chattime


    These entites get removed
    Weapon entites,
    item entites,
    buyzone, bomb_target, escapezone, vip_zones, hostagezones
    hostages themself,
    game_weapon_manager (the one which equipts players) (since 1.1),
    point_servercommand (since 1.1)

    zBlock
    zBblock is known to make trouble with this plugin, try disabling zBlock.

    Changelog
    1.2:
    • added a pause, so when no player is on server the round restarts
    1.1:
    • mp_roundtime can be 346
    • Some more entites get removed
    1.2:
    • Added enabled cvar
    • Inserted KillTeamScore.sp to DMExtra.sp
    1.2.1:
    • added game_player_equip to remove list
    • fixed some bugs
    1.2.2/3:
    • Fixed a critical bug
    1.2.4
    • Added infinitive mode
    1.2.5
    • Fixed bug "GetArrayString"

    1.2.6
    • Fixed bug for maps not in maplist
    • Added BalanceTeams (dmextra_teambalance)
    • Fixed some smaller bugs
    1.2.7
    • Fixed wrong balance on spectate to spectate join

    1.2.8
    • Fixed KillTimer Bug

    If you have any suggestions let me know
    Attached Thumbnails
    Click image for larger version

Name:	2011-04-22_00003.jpg
Views:	2216
Size:	94.1 KB
ID:	85081  
    Attached Files
    File Type: sp Get Plugin or Get Source (DMExtra.sp - 1787 views - 17.7 KB)

    Last edited by Eun; 01-26-2012 at 05:41.
    Eun is offline
    usurpator
    Member
    Join Date: Jan 2011
    Location: Russia
    Old 04-22-2011 , 07:18   Re: [CSS] DMExtra
    Reply With Quote #2

    oh, i was looking for this
    gonna test it
    usurpator is offline
    Eun
    Member
    Join Date: Jan 2011
    Old 04-22-2011 , 07:31   Re: [CSS] DMExtra
    Reply With Quote #3

    // Edit: added Cvars
    Testserver is also avaible:
    95.156.232.205:2402
    Eun is offline
    usurpator
    Member
    Join Date: Jan 2011
    Location: Russia
    Old 04-22-2011 , 07:46   Re: [CSS] DMExtra
    Reply With Quote #4

    Quote:
    No Restart on 1on1 situations
    what if all players in one command will be dead at one moment?

    Quote:
    -the Roundtimer on the bottom is the Maptimer
    does not work

    also, if u add bots, they will only spawn after mp_restartgame 1

    Last edited by usurpator; 04-22-2011 at 09:15.
    usurpator is offline
    Eun
    Member
    Join Date: Jan 2011
    Old 04-22-2011 , 12:02   Re: [CSS] DMExtra
    Reply With Quote #5

    Quote:
    Originally Posted by usurpator View Post
    what if all players in one command will be dead at one moment?
    The players respawn? It is CSSDM.

    Quote:
    -the Roundtimer on the bottom is the Maptimer
    does not work
    did you set mp_roundtime to the same as mp_timelimit?

    Adding bots is also a CSSDM issue.

    Please make sure you have CSSDM installed correctly, since this is just an Addon for CSSDM
    Eun is offline
    usurpator
    Member
    Join Date: Jan 2011
    Location: Russia
    Old 04-22-2011 , 13:27   Re: [CSS] DMExtra
    Reply With Quote #6

    oh...
    imagine: 2 players in one team, 2 in another
    cts kill ts ath the same time(time before respawn - 2 sec)
    so cts will win round
    usurpator is offline
    Xp3r7
    SourceMod Donor
    Join Date: Jul 2006
    Old 04-22-2011 , 17:36   Re: [CSS] DMExtra
    Reply With Quote #7

    Nice plugin!

    I added it to my SK DM server and we just have SK as the only map so I have both mp_roundtime and mp_timelimit set to 1440 (24 hrs).

    Problem is the timer doesnt show this.

    Is this an game limitation?
    __________________
    Xp3r7 is offline
    Send a message via MSN to Xp3r7
    Eun
    Member
    Join Date: Jan 2011
    Old 04-23-2011 , 05:31   Re: [CSS] DMExtra
    Reply With Quote #8

    Quote:
    imagine: 2 players in one team, 2 in another
    cts kill ts ath the same time(time before respawn - 2 sec)
    so cts will win round
    The round will never end thus the plugin uses mp_ignore_round_win_conditions 1 to ignore the wins ;>

    Quote:
    Nice plugin!

    I added it to my SK DM server and we just have SK as the only map so I have both mp_roundtime and mp_timelimit set to 1440 (24 hrs).

    Problem is the timer doesnt show this.

    Is this an game limitation?
    The limit is 346 minutes, i guess the clock on the bottom can't display more.

    What you could do is for example putting 300 mins as timelimit and remove all maps instead off the map you want to play. (from mapcycle.txt)

    So the nextmap will be automaticly the one in the mapcycle.txt

    // Updated Source

    Last edited by Eun; 04-23-2011 at 05:39.
    Eun is offline
    Xp3r7
    SourceMod Donor
    Join Date: Jul 2006
    Old 04-23-2011 , 10:27   Re: [CSS] DMExtra
    Reply With Quote #9

    I got a feature request.

    Can you make an on/off cvar?

    I use DM on one of my servers but I use map config files to only use it on DM maps.

    I would love to use this with it.

    Also, can you please explain to me what features that each of the plugins support.

    I have both added to my server but Im still a little unsure of the function of the KillTeamScore one.

    Is it the one that brings up the score board at the end of the map?

    Is that all it does or does it serve another purpose on top of that?
    __________________
    Xp3r7 is offline
    Send a message via MSN to Xp3r7
    TnTSCS
    AlliedModders Donor
    Join Date: Oct 2010
    Location: Undisclosed...
    Old 04-23-2011 , 12:03   Re: [CSS] DMExtra
    Reply With Quote #10

    The KillTeamScore adds up the frags of the players and totals them for each team... whereas normally it only lists how many times CTs won and how many times Ts won...

    If a map was played for 30 minutes and Ts won 15 times and CTs won 21 times, the end score would be CT-21 and T-15... but if there were 15 players on T each having 90 kills, and 15 players on CT each having 70 kills, then the end score would be changed to T-1350 and CT-1050... if I'm understanding it correctly
    TnTSCS is offline
    Reply


    Thread Tools
    Display Modes

    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 10:15.


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