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

[CS:S] Free For All


Post New Thread Reply   
 
Thread Tools Display Modes
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 05-11-2011 , 04:42   Re: [CS:S] Free For All
Reply With Quote #11

Quote:
Originally Posted by wtfaatp View Post
currently using with my GG server if i enable this plugin it takes twice as long to kill a teammate. If you would like to see it in action I can PM server info.
Are you running SDK Hooks 2.0? I just want to verify you have the latest gamedata updates.

Open this file:
addons/ sourcemod/ gamedata/ sdkhooks.games/ engine.ep2v.txt

and on line 33 you should have something that looks like:
Code:
"OnTakeDamage"
{
	"windows"	"61"
	"linux"		"62"
	"mac"		"62"
}
Do your offsets match this?

Last edited by GoD-Tony; 05-11-2011 at 09:23.
GoD-Tony is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 05-12-2011 , 01:42   Re: [CS:S] Free For All
Reply With Quote #12

Gamedata.txt
Code:
"Games"
{
	"#default"
	{
		"#supported"
		{
			"game"		"cstrike"
			"game"		"dod"
			"game"		"tf"
			"game"		"hl2mp"
		}
		
		"Offsets"
		{
			"EndTouch"
			{
				"windows"	"98"
				"linux"		"99"
				"mac"		"99"
			}
			"FireBullets"
			{
				"windows"	"110"
				"linux"		"111"
				"mac"		"111"
			}
			"GroundEntChanged"
			{
				"windows"	"174"
				"linux"		"175"
				"mac"		"175"
			}
			"OnTakeDamage"
			{
				"windows"	"61"
				"linux"		"62"
				"mac"		"62"
			}
			"PreThink"
			{
				"windows"	"324"
				"linux"		"325"
				"mac"		"325"
			}
			"PostThink"
			{
				"windows"	"325"
				"linux"		"326"
				"mac"		"326"
			}
			"SetTransmit"
			{
				"windows"	"19"
				"linux"		"20"
				"mac"		"20"
			}
			"ShouldCollide"
			{
				"windows"	"15"
				"linux"		"16"
				"mac"		"16"
			}
			"Spawn"
			{
				"windows"	"21"
				"linux"		"22"
				"mac"		"22"
			}
			"StartTouch"
			{
				"windows"	"96"
				"linux"		"97"
				"mac"		"97"
			}
			"Think"
			{
				"windows"	"46"
				"linux"		"47"
				"mac"		"47"
			}
			"Touch"
			{
				"windows"	"97"
				"linux"		"98"
				"mac"		"98"
			}
			"TraceAttack"
			{
				"windows"	"59"
				"linux"		"60"
				"mac"		"60"
			}
			"UpdateOnRemove"
			{
				"windows"	"103"
				"linux"		"104"
				"mac"		"104"
			}
			"Use"
			{
				"windows"	"95"
				"linux"		"96"
				"mac"		"96"
			}
			"VPhysicsUpdate"
			{
				"windows"	"154"
				"linux"		"155"
				"mac"		"155"
			}
			"Weapon_CanSwitchTo"
			{
				"windows"	"258"
				"linux"		"259"
				"mac"		"259"
			}
			"Weapon_CanUse"
			{
				"windows"	"252"
				"linux"		"253"
				"mac"		"253"
			}
			"Weapon_Drop"
			{
				"windows"	"255"
				"linux"		"256"
				"mac"		"256"
			}
			"Weapon_Equip"
			{
				"windows"	"253"
				"linux"		"254"
				"mac"		"254"
			}
			"Weapon_Switch"
			{
				"windows"	"256"
				"linux"		"257"
				"mac"		"257"
			}
		}
		
		"Signatures"
		{
			"IEntityFactoryDictionary"
			{
				"library"	"server"
				"windows"	"\xB8\x01\x00\x00\x00\x84\x2A\x2A\x2A\x2A\x2A\x75\x1D\x09\x2A\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\xB8\x2A\x2A\x2A\x2A\xC3"
				"linux"		"@_Z23EntityFactoryDictionaryv"
				"mac"		"@_Z23EntityFactoryDictionaryv"
			}
		}
	}
}
Yes i have the latest SDK
wtfaatp is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 05-12-2011 , 04:44   Re: [CS:S] Free For All
Reply With Quote #13

Quote:
Originally Posted by wtfaatp View Post
If you would like to see it in action I can PM server info.
I'll take a look at it because I can't think of anything that's causing this to happen.
GoD-Tony is offline
oneshot23
Senior Member
Join Date: Feb 2009
Old 05-13-2011 , 21:42   Re: [CS:S] Free For All
Reply With Quote #14

I went to run this plugin but when a player joins the same team it causes the server to crash. Any ideas?
__________________
oneshot23 is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 05-14-2011 , 02:02   Re: [CS:S] Free For All
Reply With Quote #15

Nothing in this plugin is triggered during a player_team event, so I'm thinking it must be something else causing the crash. I'll run one last test of FFA with a few players but I'm 90% sure it should be working. It's a pretty simple plugin.

If this plugin is working for a least one person, I would be grateful if you posted about it here.

Last edited by GoD-Tony; 05-14-2011 at 02:11.
GoD-Tony is offline
oneshot23
Senior Member
Join Date: Feb 2009
Old 05-14-2011 , 13:02   Re: [CS:S] Free For All
Reply With Quote #16

Ignore my last post. I was to lazy last night to remove all mods. I am going to slowly add mods back to see which keeps making it crash with this mod. But I just did a complete fresh install ONLY adding this mod and it worked flawlessly. Very nice work Tony!
__________________
oneshot23 is offline
Wiskyjim
Junior Member
Join Date: Mar 2010
Old 05-15-2011 , 20:01   Re: [CS:S] Free For All
Reply With Quote #17

When you like playing GunGame-FFA, install the plugins:

~ GunGame from altex
~ Deathmatch from altex
~ FFA from GoD-Tony

You must switch the FFA-Mode in GunGame on.
../cfg/gungame/gungame.config.txt

PHP Code:
...
/** 
 * FFA DM mode.
 *
 * If you are using CSS:DM with FFA mode enabled,
 * then you should set this variable to "1".
 *
 * 0 - Disabled
 * 1 - Enabled
 */
"FFA" "1"
... 
__________________

Wiskyjim is offline
mr t
Member
Join Date: Aug 2009
Location: New Zealand
Old 08-10-2011 , 08:10   Re: [CS:S] Free For All
Reply With Quote #18

Tried adding to server and getting even with friendly fire off saying dont hurt team mates????
mr t is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 08-10-2011 , 08:21   Re: [CS:S] Free For All
Reply With Quote #19

Quote:
Originally Posted by mr t View Post
Tried adding to server and getting even with friendly fire off saying dont hurt team mates????
Friendly fire must be on.

Edit: Oops, misread that. I have an updated version that blocks the tutorial messages as well. I'll upload that soon.
GoD-Tony is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 08-11-2011 , 03:45   Re: [CS:S] Free For All
Reply With Quote #20

Update released.

Quote:
Free For All 1.0.4
- Preventing team-attack "tutorial" messages from being shown to players.
- Optimized code in OnTakeDamage forward.
GoD-Tony 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 19:56.


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