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

[CS:S] Flashbang Tools


Post New Thread Reply   
 
Thread Tools Display Modes
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 04-21-2014 , 09:46   Re: [CS:S] Flashbang Tools
Reply With Quote #31

Can we get a gamedata update?
__________________
retired
shavit is offline
Marcos
Junior Member
Join Date: Jun 2008
Old 05-17-2014 , 04:48   Re: [CS:S] Flashbang Tools
Reply With Quote #32

Need update cs:s gamedata.
Code:
L 05/17/2014 - 16:40:07: [FBTOOLS] Sigscan for CFlashbangProjectile::Detonate failed - Disabling detour to prevent crashes
L 05/17/2014 - 16:40:07: [FBTOOLS] CFlashbangProjectile::Detonate detour could not be initialized - Disabled OnFlashDetonate forward
L 05/17/2014 - 16:40:07: [FBTOOLS] Sigscan for PercentageOfFlashForPlayer failed - Disabling detour to prevent crashes
L 05/17/2014 - 16:40:07: [FBTOOLS] PercentageOfFlashForPlayer detour could not be initialized - Disabled OnGetPercentageOfFlashForPlayer forward

Last edited by Marcos; 05-17-2014 at 04:48.
Marcos is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 05-17-2014 , 10:27   Re: [CS:S] Flashbang Tools
Reply With Quote #33

ur
Attached Files
File Type: txt fbtools.games.txt (1.6 KB, 449 views)
Dr!fter is offline
Marcos
Junior Member
Join Date: Jun 2008
Old 05-17-2014 , 19:44   Re: [CS:S] Flashbang Tools
Reply With Quote #34

Quote:
Originally Posted by Dr!fter View Post
ur
Thank you.
Marcos is offline
Despirator
Senior Member
Join Date: Jun 2011
Location: Kazakhstan ->Shymkent
Old 07-05-2014 , 05:22   Re: [CS:S] Flashbang Tools
Reply With Quote #35

new gamedata?
Despirator is offline
falafili
Junior Member
Join Date: Feb 2013
Old 10-27-2014 , 13:49   Re: [CS:S] Flashbang Tools
Reply With Quote #36

Quote:
Originally Posted by Dr!fter View Post
ur

Can we get a new gamedata update, especially for linux os?
falafili is offline
Rop
Senior Member
Join Date: May 2014
Old 01-18-2015 , 15:21   Re: [CS:S] Flashbang Tools
Reply With Quote #37

Waiting for an update, the Trikz plugin is useless right now untill we get an update from here

L 01/18/2015 - 21:15:53: [SM] Unable to load extension "flashtools.ext": /lib/i386-linux-gnu/i686/cmov/libm.so.6: version `GLIBC_2.15' not found (required by bin/libvstdlib.so)
L 01/18/2015 - 21:15:53: [SM] Unable to load plugin "trikz_redux.smx": Required extension "flashtools" file("flashtools.ext") not running
Rop is offline
george.
Junior Member
Join Date: May 2014
Old 02-22-2015 , 12:22   Re: [CS:S] Flashbang Tools
Reply With Quote #38

Quote:
Originally Posted by Rop View Post
Waiting for an update, the Trikz plugin is useless right now untill we get an update from here

L 01/18/2015 - 21:15:53: [SM] Unable to load extension "flashtools.ext": /lib/i386-linux-gnu/i686/cmov/libm.so.6: version `GLIBC_2.15' not found (required by bin/libvstdlib.so)
L 01/18/2015 - 21:15:53: [SM] Unable to load plugin "trikz_redux.smx": Required extension "flashtools" file("flashtools.ext") not running
EDIT:
So the solution to the problem should be
using the so files contained in http://security.ubuntu.com/ubuntu/po...u10.9_i386.deb

the gmod wiki provides this bash script for doing so:
Code:
wget http://security.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6_2.15-0ubuntu10.9_i386.deb
dpkg -x libc6_2.15-0ubuntu10.9_i386.deb tmp/
cd tmp/lib/i386-linux-gnu/
cp * /your-garrysmod-directory/bin/
And yes, the error happens on gmod for a different reason unrelated to sourcemod (the games binaries were compiled on a newer glibc itself). But if you have this issue on linux the so files in the package above should solve the issue (atleast on debian/ubuntu for other distributions you may have to find different libararies - not sure on this can anyone confirm?)

New signatures:

Code:
"Games"
{
	"cstrike"
	{
		"Signatures"
		{
			"Deafen"
			{
				"library"		"server"
				"windows"		"\x55\x8B\xEC\x83\xEC\x28\x89\x4D\xFC\x8B\x45\xFC\x8B\x10"
				"linux"			"@_ZN9CCSPlayer6DeafenEf"
			}
			"CFlashbangProjectile::Detonate"
			{
				"library"		"server"
				"windows"		"\x53\x56\x8B\xF1\x57\x8B\x86\x00\x01\x00\x00\xC1\xE8\x0B\xA8\x01\x74\x2A\xE8\x2A\x2A\x2A\x2A\xD9\x05\x2A\x2A\x2A\x2A"
				"linux"			"@_ZN20CFlashbangProjectile8DetonateEv"
			}
			"PercentageOfFlashForPlayer"
			{
				"library"		"server"
				"windows"		"\x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x04\x89\x6C\x24\x04\x8B\xEC\x81\xEC\x2C\x01\x00\x00\x56\x8B\x73\x08\x8D\x4D\xAC"
				"linux"			"@_Z26PercentageOfFlashForPlayerP11CBaseEntity6VectorS0_"
			}

		}
	}
}
Only did them for css because I don't have the binaries for csgo and am too lazy to get them. (Thanks to ici for correcting me before I posted them here too)

Last edited by george.; 02-22-2015 at 16:32.
george. is offline
ici
Member
Join Date: Jan 2014
Old 02-23-2015 , 17:14   Re: [CS:S] Flashbang Tools
Reply With Quote #39

Here's the detonate signature for csgo. I couldn't find the other two, sorry.

Code:
"CFlashbangProjectile::Detonate"
{
	"library"		"server"
	"windows"		"\x55\x8B\xEC\x83\xEC\x6C\x53\x56\x8B\xF1\x8B\x0D\x2A\x2A\x2A\x2A"
	"linux"			"@_ZN20CFlashbangProjectile8DetonateEv"
}
You could still use it for your csgo trikz server though.

PHP Code:
#include <sourcemod>
#include <sdktools>
#include <flashtools>

public Action:OnFlashDetonate(entity)
{
    
AcceptEntityInput(entity"kill");
    return 
Plugin_Handled;

ici is offline
Gioy
Junior Member
Join Date: Mar 2015
Old 03-31-2015 , 16:33   Re: [CS:S] Flashbang Tools
Reply With Quote #40

hi all, anyone can help me to install this tools?? I have installed the flashtools 0.0.3, the problem is: my server don't load trikz plugin because is required the flashtools.ext...

[SM] Plugin trikz_redux.smx failed to load: Required extension "flashtools" file("flashtools.ext") not running.

please anyone help me??
tnx.
sry for my bad english
Gioy 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:37.


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