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

FFA mode dont work


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Neno28
New Member
Join Date: Jan 2010
Location: Germany
Old 01-11-2010 , 13:36   FFA mode dont work
Reply With Quote #1

Hello,
i installed css:dm 2.1. i tried the ffa mode but it dont work completely. you cant deal your mates 100% of dmg. whats my problem.

addons installed:
metamod
sourcemod:
-plugins: standart plugins + sourcebans + healthkit on death

neno28

*i'm sry for my very bad english *
Neno28 is offline
Send a message via ICQ to Neno28 Send a message via Skype™ to Neno28
Wiskyjim
Junior Member
Join Date: Mar 2010
Old 05-02-2010 , 05:41   Re: FFA mode dont work
Reply With Quote #2

Look here !!
Wiskyjim is offline
socceroo99
New Member
Join Date: May 2010
Old 05-04-2010 , 00:07   Re: FFA mode dont work
Reply With Quote #3

I've tried the fixes and they still dont work for me either, everything else is fine besides free for all.
socceroo99 is offline
Wiskyjim
Junior Member
Join Date: Mar 2010
Old 05-11-2010 , 16:24   Re: FFA mode dont work
Reply With Quote #4

Is mp_fiendlyfire 0 in your server.cfg ?

Than the CSSDM-plugin take over the teammate.

Cheers
__________________

Wiskyjim is offline
o2gulo
Member
Join Date: Jul 2008
Old 05-20-2010 , 20:28   Re: FFA mode dont work
Reply With Quote #5

help!! this is my problem too!! i tried changing the value and doesnt work!(im windows btw) and, nope mp_friendlyfire is 0!!

what else is misssing!!!!!!??
__________________
LOL sorry my english is freaking bad!!


UNBEATABLE INTERNET SPEED!!! no one is slow as mine!!


o2gulo is offline
Send a message via Yahoo to o2gulo
Wiskyjim
Junior Member
Join Date: Mar 2010
Old 05-27-2010 , 05:53   Re: FFA mode dont work
Reply With Quote #6

How make FFA under Windows ?


I test with the following addons:

~ mmsource-1.8.1
~ sourcemod-1.3.2
~ cssdm-2.1.0.1

1. Copy the files of mmsource-1.8.1 on your Server.
2. Check the addons folder for a file with name (metamod.vdf). If the file is absent, they create them:
Contents:
Code:
"Plugin"
{
    "file"    "..\cstrike\addons\metamod\bin\server"
}
3. Copy the files of sourcemod-1.3.2 on your Server.
4. Copy the files of cssdm-2.1.0.1 on your Server.
5. Go in the directory: cstrike/addons/sourcemod/gamedata/
6. Change the file with the name cssdm.games.txt or copy the folder from the attachment. [Change: "windows" "513" // change this value to 613]
Contents:
Code:
/* Do not edit this file unless you know what you are doing! */
"Games"
{
    "cstrike"
    {
        /* FFA patch bytes */
        "Keys"
        {
            "LagCompPatch_Windows"        "\x90\x90\x90\x90\x90\x90"
            "LagCompPatch_Linux"        "\x90\x90\x90\x90\x90\x90"
            "TakeDmgPatch1_Windows"        "\xEB"
            "TakeDmgPatch1_Linux"        "\x90\x90\x90\x90\x90\x90"
            "TakeDmgPatch2_Windows"        "\x90\xE9"
            "TakeDmgPatch2_Linux"        "\x90\x90\x90\x90\x90\x90"
        }
        "Offsets"
        {
            /* Patch offsets for FFA */
            "LagCompPatch"
            {
                "windows"        "41"
                "linux"            "62"
            }
            "TakeDmgPatch1"
            {
                "windows"        "513"   // change this value to 613
                "linux"            "1547"
            }
            "TakeDmgPatch2"
            {
                "windows"        "161"
                "linux"            "366"
            }
            /* Offset into gamerules constructor */
            "g_pGameRules"
7. Go in the directory: cstrike/cfg/cssdm/
8. Change the file with the name cssdm.cfg.
Contents:
Code:
....
// Sets whether or not CS:S DM is enabled.
// --
// Default: "1"
cssdm_enabled "1"

// Sets whether FFA mode is enabled.  FFA lets
// players kill teammates for points, without any
// damage reduction or teamkill penalties.
// -- 
// Default: "0"
cssdm_ffa_enabled "1"
....
9. Go in the directory: cstrike/cfg/
10. Change the file with the name server.cfg or create them.
Contents:
Code:
// ----------------------
// SERVER-Basic-CVARs
// ----------------------
hostname "CSS-DM Test-Server with [FFA]"
rcon_password "cssdm123ffa"
sv_password ""

// ----------------------
// SERVER-CVARs for FFA
// ----------------------
mp_autoteambalance "1"
mp_friendlyfire "0"   // the value must be 0 for FFA
mp_spawnprotectiontime "1"
mp_tkpunish "0"   // the value must be 0 for FFA
11. Finished

cheers
Attached Files
File Type: zip ffa.zip (255.0 KB, 179 views)
__________________

Wiskyjim 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 23:17.


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