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

CS:S Update (8/22/12)


Post New Thread Reply   
 
Thread Tools Display Modes
al1alu
Senior Member
Join Date: Jun 2011
Old 08-22-2012 , 23:38   Re: CS:S Update (8/22/12)
Reply With Quote #101

L 08/23/2012 - 0063: [playercommands.smx] "iBR|Adm ' SoZika s2 Kaah<2><STEAM_0:0:18032563><>" slapped "iBR|Adm ' SoZika s2 Kaah<2><STEAM_0:0:18032563><>" (damage "0")
PreMinidumpCallback: updating dump comment
Uploading dump (in-process) [proxy '']

AAAAAAnd its gone...

Linux sourcemod 1.5.0 hg3624
al1alu is offline
IcEWoLF
Senior Member
Join Date: Jul 2007
Old 08-22-2012 , 23:38   Re: CS:S Update (8/22/12)
Reply With Quote #102

Yep, windows only.
Damn windows, I knew it I should have gone Linux!
IcEWoLF is offline
Xaphan
SourceMod Donor
Join Date: Jun 2008
Old 08-22-2012 , 23:41   Re: CS:S Update (8/22/12)
Reply With Quote #103

1.5.0-hg3624
[SDKTOOLS] Could not locate FireOutput - Disabling detour
__________________
Xaphan is offline
andrew13
AlliedModders Donor
Join Date: Jul 2010
Old 08-22-2012 , 23:47   Re: CS:S Update (8/22/12)
Reply With Quote #104

Yeah, i talked with NFO about switching over to linux... they said its really no difference... i knew i should have gone with Linux!
andrew13 is offline
23neon23
Member
Join Date: Nov 2010
Location: Russia, Kazan
Old 08-22-2012 , 23:50   Re: CS:S Update (8/22/12)
Reply With Quote #105

Quote:
Originally Posted by Xaphan View Post
1.5.0-hg3624
[SDKTOOLS] Could not locate FireOutput - Disabling detour
same
23neon23 is offline
Send a message via ICQ to 23neon23 Send a message via Skype™ to 23neon23
nightrider
SourceMod Donor
Join Date: Dec 2008
Old 08-22-2012 , 23:59   Re: CS:S Update (8/22/12)
Reply With Quote #106

SourceMod crashes

Windows Server 2008 R2
MetaMod 1.8.7
SourceMod sourcemod-1.4.5-hg3541
sdkhooks-2.1.0-dev-hg183-windows

gamedata/sm-cstrike.games updated to 8/22 file

Code:
/**
 * Do not edit this file.  Any changes will be overwritten by the gamedata
 * updater or by upgrading your SourceMod install.
 *
 * To override data in this file, create a subdirectory named "custom" and
 * place your own gamedata file(s) inside of it.  Such files will be parsed
 * after SM's own.
 *
 * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
 */

"Games"
{
	"cstrike"
	{
		"Offsets"
		{
			//Offset of szClassName in CCSWeaponInfo
			"WeaponName"
			{
				"windows"		"6"
				"linux"			"6"
				"mac"			"6"
			}
			"WeaponPrice"
			{
				"windows"		"2308"
				"linux"			"2308"
				"mac"			"2308"
			}
			//Offset into SetClanTag to find clan tag's offset from player
			"ClanTagOffset"
			{
				"windows"	"24"
				"linux"		"42"
				"mac"		"29"
			}
		}
		"Signatures"
		{
			"RoundRespawn"
			{
				"library"	"server"
				"windows"	"\x55\x8B\xEC\x51\x89\x2A\x2A\x8B\x2A\x2A\x8B\x10\x8B"
				"linux"		"@_ZN9CCSPlayer12RoundRespawnEv"
				"mac"		"@_ZN9CCSPlayer12RoundRespawnEv"
			}
			"SwitchTeam"
			{
				"library"	"server"
				"windows"	"\x55\x8B\xEC\x83\xEC\x2A\x89\x4D\x2A\x8B\x45\x2A\x50\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\x85\xC0\x74"
				"linux"		"@_ZN9CCSPlayer10SwitchTeamEi"
				"mac"		"@_ZN9CCSPlayer10SwitchTeamEi"
			}
			"HandleCommand_Buy_Internal"
			{
				"library"		"server"
				"windows"		"\x55\x8B\xEC\x83\xEC\x2A\x89\x2A\x2A\x6A\x00\x8B\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x0F\x2A\x2A\xF7\xD8"
				"linux"			"@_ZN9CCSPlayer26HandleCommand_Buy_InternalEPKc"
				"mac"			"@_ZN9CCSPlayer26HandleCommand_Buy_InternalEPKc"
			}
			"GetWeaponPrice"
			{
				"library"		"server"
				"windows"		"\x8B\x81\x04\x09\x00\x00\xC3"
				"linux"			"@_ZNK13CCSWeaponInfo14GetWeaponPriceEv"
				"mac"			"@_ZNK13CCSWeaponInfo14GetWeaponPriceEv"
			}
			"CSWeaponDrop"//Wildcard first 6 bytes for CS:S DM
			{
				"library"		"server"
				"windows"		"\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x89\x8D\x5C\x2A\x2A\x2A\xC6\x45\x2A\x2A\x8B\x8D\x5C\x2A\x2A\x2A\xE8"
				"linux"			"@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb"
				"mac"			"@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb"
			}
			"TerminateRound"
			{
				"library"		"server"
				"windows"		"\x55\x8B\xEC\x83\xEC\x2A\x53\x8B\x2A\x2A\x56\x57\x33\xFF\x83"
				"linux"			"@_ZN12CCSGameRules14TerminateRoundEfi"
				"mac"			"@_ZN12CCSGameRules14TerminateRoundEfi"
			}
			"GetTranslatedWeaponAlias"
			{
				"library"		"server"
				"windows"		"\x55\x8B\xEC\x56\x57\x8B\x2A\x2A\x33\xF6\x8D\x2A\x00\x00\x00\x00\x8B\x04\xF5\x2A\x2A\x2A\x2A\x57\x50\xE8\x2A\x2A\x2A\x2A\x83\xC4\x2A\x85\xC0\x74\x2A\x83\xC6\x01\x83\x2A\x1A"
				"linux"			"@_Z24GetTranslatedWeaponAliasPKc"
				"mac"			"@_Z24GetTranslatedWeaponAliasPKc"
			}
			"GetWeaponInfo"
			{
				"library"		"server"
				"windows"		"\x55\x8B\xEC\x8B\x4D\x2A\x85\xC9\x75\x2A\x33\xC0\x5D\xC3\x83\xF9\x2A\x7C\x2A\x69\xC9\x2A\x2A\x00\x00"
				"linux"			"@_Z13GetWeaponInfo10CSWeaponID"
				"mac"			"@_Z13GetWeaponInfo10CSWeaponID"
			}
			"SetClanTag"
			{
				"library"	"server"
				"windows"	"\x55\x8B\xEC\x51\x89\x2A\x2A\x83\x2A\x2A\x2A\x74\x2A\x6A\x2A\x8B\x2A\x2A\x50"
				"linux"		"@_ZN9CCSPlayer10SetClanTagEPKc"
				"mac"		"@_ZN9CCSPlayer10SetClanTagEPKc"
			}
		}
	}
}
gamedata/sdkhooks.games/game.cstrike

Code:
/**
 * Do not edit this file.  Any changes will be overwritten by the gamedata
 * updater or by upgrading your SourceMod install.
 *
 * To override data in this file, create a subdirectory named "custom" and
 * place your own gamedata file(s) inside of it.  Such files will be parsed
 * after SM's own.
 *
 * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
 */

"Games"
{
	/* Counter-Strike: Source */
	"cstrike"
	{
		"Keys"
		{
			"SlapSoundCount"	"3"
			"SlapSound1"		"player/damage1.wav"
			"SlapSound2"		"player/damage2.wav"
			"SlapSound3"		"player/damage3.wav"
			
			"GameRulesProxy"	"CCSGameRulesProxy"
		}

		"Offsets"
		{
			"GiveNamedItem"
			{
				"windows"	"396"
				"linux"		"397"
				"mac"		"397"
			}
			"RemovePlayerItem"
			{
				"windows"	"266"
				"linux"		"267"
				"mac"		"267"
			}
			"Weapon_GetSlot"
			{
				"windows"	"264"
				"linux"		"265"
				"mac"		"265"
			}
			"Ignite"
			{
				"windows"	"207"
				"linux"		"208"
				"mac"		"208"
			}
			"Extinguish"
			{
				"windows"	"211"
				"linux"		"212"
				"mac"		"212"
			}
			"Teleport"
			{
				"windows"	"107"
				"linux"		"108"
				"mac"		"108"
			}
			"CommitSuicide"
			{
				"windows"	"437"
				"linux"		"437"
				"mac"		"437"
			}
			"GetVelocity"
			{
				"windows"	"139"
				"linux"		"140"
				"mac"		"140"
			}
			"EyeAngles"
			{
				"windows"	"130"
				"linux"		"131"
				"mac"		"131"
			}
			"AcceptInput"
			{
				"windows"	"36"
				"linux"		"37"
				"mac"		"37"
			}
			"SetEntityModel"
			{
				"windows"	"24"
				"linux"		"25"
				"mac"		"25"
			}
			"WeaponEquip"
			{
				"windows"	"257"
				"linux"		"258"
				"mac"		"258"
			}
			"Activate"
			{
				"windows"	"33"
				"linux"		"34"
				"mac"		"34"
			}
			"PlayerRunCmd"
			{
				"windows"	"414"
				"linux"		"415"
				"mac"		"415"
			}
		}
	}
}
__________________
[SIGPIC][/SIGPIC] the pantless
I am the Night Rider!, I'm a fuel-injected suicide machine.
I am a rocker! I am a roller!, I am an out-of-controller!



Last edited by nightrider; 08-23-2012 at 00:01.
nightrider is offline
23neon23
Member
Join Date: Nov 2010
Location: Russia, Kazan
Old 08-23-2012 , 00:05   Re: CS:S Update (8/22/12)
Reply With Quote #107

cstrike\addons\sourcemod\configs\core.cfg
Quote:
Originally Posted by line 89
"DisableAutoUpdate" "no"
change value to "yes".
23neon23 is offline
Send a message via ICQ to 23neon23 Send a message via Skype™ to 23neon23
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 08-23-2012 , 00:10   Re: CS:S Update (8/22/12)
Reply With Quote #108

Code:
[CSSDM] Counter-Strike Source: Deathmatch (version 2.1.6-dev)
[CSSDM] Visit http://www.bailopan.net/cssdm to download.
] meta version
Metamod:Source version 1.8.7
Compiled on: Jun 23 2011
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/
] sm version
To see running plugins, type "sm plugins"
SourceMod 1.4.5-dev, by AlliedModders LLC
To see credits, type "sm credits"
Visit http://www.sourcemod.net/
] sm plugins
 "Admin Menu" (1.4.5-dev) by AlliedModders LLC
 "Basic Comm Control" (1.4.5-dev) by AlliedModders LLC
 "Rock The Vote" (1.4.3) by AlliedModders LLC
 "Basic Ban Commands" (1.4.5-dev) by AlliedModders LLC
 "MapChooser" (1.4.3) by AlliedModders LLC
 "Basic Votes" (1.4.5-dev) by AlliedModders LLC
 "Spawn Protection" (1.5) by Fredd
 "Fun Votes" (1.4.5-dev) by AlliedModders LLC
 "Admin Smite" (2.1) by Hipster
 "thirdperson.smx" thirdperson.smx
To see more, type "sm plugins 11"
Remember to add this server to your favorites!
] sm plugins 11
 "Jetpack" (1.1.0a) by Knagg0
 "Premium Store" (1.0) by Zephyrus
 "CSS Throwing Knives" (1.2.2b) by meng
 "Spray Tracer No Menu" (v5.8b) by Nican132, CptMoore, Lebson506th
 "Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump)" (2.6.22) by Chanz
 "Connect Announce" (1.3) by Arg!
 "Advertisements" (0.5.5) by Tsunami
 "SM Super Commands" (0.51) by pRED*
 "Map Nominations" (1.4.3) by AlliedModders LLC
 "Ragdoll Modifications" (1.2.4) by Twisted|Panda
 "RandomCycle" (1.4.3) by AlliedModders LLC
To see more, type "sm plugins 22"
] sm plugins 22
 "Basic Commands" (1.4.5-dev) by AlliedModders LLC
 "Weapon Mod" (1.6) by Blodia
 "NoBlock" (1.4.2) by Otstrel.ru Team
 "SM SKINCHOOSER" (2.1) by Andi67
 "Players Votes" (1.5.0) by The Resident, pZv!
 "Nextmap" (1.4.5-dev) by AlliedModders LLC
 "Sound Commands" (1.4.5-dev) by AlliedModders LLC
 "Player-Teleport by Dr. HyperKiLLeR" (1.2.0.0) by Dr. HyperKiLLeR
 "[TF2/CS:S] Custom Chat Colors" (1.3.0) by Dr. McKay
 "Simple Chat Processor" (1.0.1) by Simple Plugins
 "Show Damage" (1.0.7) by exvel
To see more, type "sm plugins 33"
] sm plugins 33
 "Client Preferences" (1.4.5-dev) by AlliedModders LLC
 "CS:S DM Preset Spawns" (2.1.6-dev) by AlliedModders LLC
 "CS:S DM Basics" (2.1.6-dev) by AlliedModders LLC
 "Player Commands" (1.4.5-dev) by AlliedModders LLC
 "Admin Help" (1.4.5-dev) by AlliedModders LLC
 "SwapTeam" (1.2.5) by MistaGee Fixed by Rogue
 "Anti-Flood" (1.4.5-dev) by AlliedModders LLC
 "CS:S DM Equipment" (2.1.6-dev) by AlliedModders LLC
 "Basic Info Triggers" (1.4.5-dev) by AlliedModders LLC
 "Goremod" (5.3.2) by Joe 'Pinkfairie' Maley
 "Basic Chat" (1.4.5-dev) by AlliedModders LLC
To see more, type "sm plugins 44"
] sm plugins 44
 "[CSS] Block Radio" (1.9.0) by TimeBomb
 "Reserved Slots" (1.4.5-dev) by AlliedModders LLC
 "Admin File Reader" (1.4.5-dev) by AlliedModders LLC
 "Fun Commands" (1.4.5-dev) by AlliedModders LLC
 "SM File/Folder Downloader and Precacher" (1.4) by SWAT_88
 "Map configs" (1.1.1) by Berni

still crashes
__________________
PresidentEvil is offline
Fairy Tales
Junior Member
Join Date: Aug 2012
Old 08-23-2012 , 00:18   Re: CS:S Update (8/22/12)
Reply With Quote #109

Is that what worked for you nightrider?
Fairy Tales is offline
zeroibis
Veteran Member
Join Date: Jun 2007
Old 08-23-2012 , 00:24   Re: CS:S Update (8/22/12)
Reply With Quote #110

No i think he is saying that with that he is still getting crashes.
__________________
zeroibis 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 12:26.


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