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

Advanced Commands (0.16)


Post New Thread Reply   
 
Thread Tools Display Modes
alongub
Veteran Member
Join Date: Aug 2009
Location: Israel
Old 04-20-2011 , 22:53   Re: Advanced Commands (0.16)
Reply With Quote #511

Quote:
Originally Posted by Snaggle View Post
I just gave it a quick go and no problems on my end. Here is my current gamedata file advcommands.gamedata.txt


Code:
"Games"
{
    "#default"
    {
        "#supported"
        {
            "game"        "cstrike"
            "game"        "cstrike_beta"
            "game"        "dod"
            "game"        "tf"
        }
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "23"
                "linux"        "24"
            }
            "Respawn"
            {
                "windows"    "252"
                "linux"        "253"
            }
            "ForceRespawn"
            {
                "windows"    "313"
                "linux"        "314"
            }
            "RemoveAllItems"
            {
                "windows"    "330"
                "linux"        "331"
            }
        }
    }
    "hl2mp"
    {
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "25"
                "linux"        "26"
            }
            "Weapon_Drop"
            {
                "windows"    "219"
                "linux"        "220"
            }
            "RemoveAllItems"
            {
                "windows"    "283"
                "linux"        "284"
            }
        }
    }
    "left4dead"
    {
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "23"
                "linux"        "24"
            }
            "Weapon_Drop"
            {
                "windows"    "262"
                "linux"        "263"
            }
            "Respawn"
            {
                "windows"    "490"
                "linux"        "491"
            }
            "RemoveAllItems"
            {
                "windows"    "345"
                "linux"        "346"
            }
        }
    }
    "left4dead2"
    {
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "26"
                "linux"        "27"
            }
            "Weapon_Drop"
            {
                "windows"    "281"
                "linux"        "282"
            }
            "Respawn"
            {
                "windows"    "512"
                "linux"        "513"
            }
            "RemoveAllItems"
            {
                "windows"    "366"
                "linux"        "367"
            }
        }
    }
}
Still doesn't work on Linux.
alongub is offline
Itaku
Junior Member
Join Date: Apr 2011
Old 04-21-2011 , 16:30   Re: Advanced Commands (0.16)
Reply With Quote #512

Quote:
Originally Posted by Snaggle View Post
I just gave it a quick go and no problems on my end. Here is my current gamedata file advcommands.gamedata.txt


Code:
"Games"
{
    "#default"
    {
        "#supported"
        {
            "game"        "cstrike"
            "game"        "cstrike_beta"
            "game"        "dod"
            "game"        "tf"
        }
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "23"
                "linux"        "24"
            }
            "Respawn"
            {
                "windows"    "252"
                "linux"        "253"
            }
            "ForceRespawn"
            {
                "windows"    "313"
                "linux"        "314"
            }
            "RemoveAllItems"
            {
                "windows"    "330"
                "linux"        "331"
            }
        }
    }
    "hl2mp"
    {
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "25"
                "linux"        "26"
            }
            "Weapon_Drop"
            {
                "windows"    "219"
                "linux"        "220"
            }
            "RemoveAllItems"
            {
                "windows"    "283"
                "linux"        "284"
            }
        }
    }
    "left4dead"
    {
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "23"
                "linux"        "24"
            }
            "Weapon_Drop"
            {
                "windows"    "262"
                "linux"        "263"
            }
            "Respawn"
            {
                "windows"    "490"
                "linux"        "491"
            }
            "RemoveAllItems"
            {
                "windows"    "345"
                "linux"        "346"
            }
        }
    }
    "left4dead2"
    {
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "26"
                "linux"        "27"
            }
            "Weapon_Drop"
            {
                "windows"    "281"
                "linux"        "282"
            }
            "Respawn"
            {
                "windows"    "512"
                "linux"        "513"
            }
            "RemoveAllItems"
            {
                "windows"    "366"
                "linux"        "367"
            }
        }
    }
}
I tossed that in and still crashes the server. Running on Windows 2k8.
Itaku is offline
xaider
Senior Member
Join Date: Jan 2009
Location: Russia, Ryazan
Old 04-22-2011 , 06:32   Re: Advanced Commands (0.16)
Reply With Quote #513

It's dangerous to go alone, take this
Attached Files
File Type: txt advcommands.gamedata.txt (1.1 KB, 231 views)
__________________
Life don't forgive weaknesses..
xaider is offline
Send a message via ICQ to xaider Send a message via Skype™ to xaider
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 04-22-2011 , 06:42   Re: Advanced Commands (0.16)
Reply With Quote #514

Quote:
Originally Posted by xaider View Post
It's dangerous to go alone, take this
__________________
Happy Happy Joy Joy

sinblaster is offline
Itaku
Junior Member
Join Date: Apr 2011
Old 04-22-2011 , 15:53   Re: Advanced Commands (0.16)
Reply With Quote #515

Quote:
Originally Posted by xaider View Post
It's dangerous to go alone, take this
Thank you! Didn't crash my server.
Itaku is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-23-2011 , 23:09   Re: Advanced Commands (0.16)
Reply With Quote #516

Plugin working good... I haven't tested everything, but those things I've tested work good.

I have a question that I don't think has clearly been answered (that I could find anyways).

sm_adv_autoteambalance and sm_adv_limitteams I can't get to work.

I commented out mp_autoteambalance and mp_limitteams but those still get set
TnTSCS is offline
krispx
Senior Member
Join Date: Jul 2010
Old 04-24-2011 , 02:27   Re: Advanced Commands (0.16)
Reply With Quote #517

Quote:
I have a question that I don't think has clearly been answered (that I could find anyways).

sm_adv_autoteambalance and sm_adv_limitteams I can't get to work.
for this function work u need set only in server.cfg:

- mp_autoteambalance 1
- mp_limitteams 1

just an bug about that the players are swapped at the end of round,
and people can killl u during the short time at the end round :/
krispx is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-24-2011 , 02:48   Re: Advanced Commands (0.16)
Reply With Quote #518

so forget about the sm_adv_autoteambalance stuff?

I usually have in server.cfg
- mp_autoteambalance 1
- mp_limitteams 2
TnTSCS is offline
living computer
Junior Member
Join Date: Mar 2011
Old 04-25-2011 , 06:14   Re: Advanced Commands (0.16)
Reply With Quote #519

ok this plugin sounds really nice
i have a standalone !admins plugins for showing players the admin list
and a standalone connect announce plugin
and a standalone teamswitch plugin
and a standalone respawn plugin
with this i could get all that 4 things in one and that sounds nice

and admin vision too its really nice even if i look in the server console for that normally but its nice that every admin can see dead and team chat and not just me with this plugin

but what flags are the commands mapped to by default
i know i can use overrides but how are the commands mapped to flags by default?
living computer is offline
asd3344
Junior Member
Join Date: May 2010
Old 04-25-2011 , 14:06   Re: Advanced Commands (0.16)
Reply With Quote #520

how to fix

*DEAD*(Terrorist) css!!! : ftw
*DEAD*(Terrorist) css!!! : ftw


show twice deadchat
asd3344 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 03:12.


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