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

[ANY] SteamWorks


Post New Thread Reply   
 
Thread Tools Display Modes
cool_myll
SourceMod Donor
Join Date: Aug 2011
Old 10-16-2015 , 03:55   Re: [ANY] SteamWorks
Reply With Quote #341

Quote:
Originally Posted by friagram View Post
SteamWorks_RestartRequested doesn't seem to do anything on tf2
There is a request in the console, but nothing triggers the forward
I think i have the same problem.

With this: https://forums.alliedmods.net/showthread.php?t=253404 the linux tf2 server doesnt restart.
__________________
cool_myll is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 10-18-2015 , 19:22   Re: [ANY] SteamWorks
Reply With Quote #342

Quote:
Originally Posted by cool_myll View Post
I think i have the same problem.

With this: https://forums.alliedmods.net/showthread.php?t=253404 the linux tf2 server doesnt restart.
https://forums.alliedmods.net/showthread.php?p=2331846
KyleS is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 10-29-2015 , 23:47   Re: [ANY] SteamWorks
Reply With Quote #343

Can you check if master restart request is working properly? I have the same plugin on 7 of my servers, and only a few are doing it (2-3), on the others the callback never fires.

I have a metamod plugin as well, an it does not detect it either: http://forlix.org/gameaddons/srcds_manager.shtml
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.

Last edited by friagram; 10-29-2015 at 23:54.
friagram is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 10-30-2015 , 02:10   Re: [ANY] SteamWorks
Reply With Quote #344

Quote:
Originally Posted by friagram View Post
Can you check if master restart request is working properly? I have the same plugin on 7 of my servers, and only a few are doing it (2-3), on the others the callback never fires.

I have a metamod plugin as well, an it does not detect it either: http://forlix.org/gameaddons/srcds_manager.shtml
If your SteamWorks version isn't the exact version that the extension is compiled against you won't get a callback because that virtual func isn't called. If you're using a Valve game you can use the SourcePawn plugin to supplement this, if you're running CS:GO there's a small plugin change but the same check applies.
KyleS is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 10-30-2015 , 14:24   Re: [ANY] SteamWorks
Reply With Quote #345

I am running tf2, using the same version of the extension and plugin on every server.
What plugjn to supplement do you speak?

I used to have steamtools do it, but have moved to steamworks. I can try to update the extension.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 10-30-2015 , 14:26   Re: [ANY] SteamWorks
Reply With Quote #346

Quote:
Originally Posted by friagram View Post
I am running tf2, using the same version of the extension and plugin on every server.
What plugjn to supplement do you speak?

I used to have steamtools do it, but have moved to steamworks. I can try to update the extension.
The post right above your initial post, alternatively the first post in the thread.
KyleS is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 10-30-2015 , 16:55   Re: [ANY] SteamWorks
Reply With Quote #347

Fair enough, thanks
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
irepz
Senior Member
Join Date: Mar 2013
Location: France
Old 11-02-2015 , 03:20   Re: [ANY] SteamWorks
Reply With Quote #348

Hi, seems to not works on csgo :
Code:
[SM] Displaying 18 extensions:
         [01] Automatic Updater (1.8.0-dev+5699): Updates SourceMod gamedata files
         [02] Webternet (1.8.0-dev+5699): Extension for interacting with URLs
         [03] CS Tools (1.8.0-dev+5699): CS extended functionality
         [04] BinTools (1.8.0-dev+5699): Low-level C/C++ Calling API
         [05] SDK Tools (1.8.0-dev+5699): Source SDK Tools
         [06] GeoIP (1.8.0-dev+5699): Geographical IP information
         [07] Regex (1.8.0-dev+5699): Provides regex natives for plugins
         [08] Top Menus (1.8.0-dev+5699): Creates sorted nested menus
         [09] Socket (3.0.1): Socket extension for SourceMod
         [10] <FAILED> file "connect.ext.so": Unable to find extension entry point
         [11] <FAILED> file "steamtools.ext.so": Unable to find extension entry point
         [12] <FAILED> file "SteamWorks.ext.so": Could not find interface: INativeInterface
         [13] <FAILED> file "curl.ext.so": Unable to find extension entry point
         [14] Client Preferences (1.8.0-dev+5699): Saves client preference settings
         [15] SQLite (1.8.0-dev+5699): SQLite Driver
         [16] <FAILED> file "dhooks.ext.so": Unable to find extension entry point
         [17] SDK Hooks (1.8.0-dev+5699): Source SDK Hooks
         [18] MySQL-DBI (1.8.0-dev+5699): MySQL driver implementation for DBI
Nvm, manualy restart didn't works. Server restart is ok.
__________________

Last edited by irepz; 11-02-2015 at 03:35. Reason: Works after server restart
irepz is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 11-02-2015 , 12:22   Re: [ANY] SteamWorks
Reply With Quote #349

Quote:
Originally Posted by irepz View Post
Hi, seems to not works on csgo :
Code:
[SM] Displaying 18 extensions:
         [01] Automatic Updater (1.8.0-dev+5699): Updates SourceMod gamedata files
         [02] Webternet (1.8.0-dev+5699): Extension for interacting with URLs
         [03] CS Tools (1.8.0-dev+5699): CS extended functionality
         [04] BinTools (1.8.0-dev+5699): Low-level C/C++ Calling API
         [05] SDK Tools (1.8.0-dev+5699): Source SDK Tools
         [06] GeoIP (1.8.0-dev+5699): Geographical IP information
         [07] Regex (1.8.0-dev+5699): Provides regex natives for plugins
         [08] Top Menus (1.8.0-dev+5699): Creates sorted nested menus
         [09] Socket (3.0.1): Socket extension for SourceMod
         [10] <FAILED> file "connect.ext.so": Unable to find extension entry point
         [11] <FAILED> file "steamtools.ext.so": Unable to find extension entry point
         [12] <FAILED> file "SteamWorks.ext.so": Could not find interface: INativeInterface
         [13] <FAILED> file "curl.ext.so": Unable to find extension entry point
         [14] Client Preferences (1.8.0-dev+5699): Saves client preference settings
         [15] SQLite (1.8.0-dev+5699): SQLite Driver
         [16] <FAILED> file "dhooks.ext.so": Unable to find extension entry point
         [17] SDK Hooks (1.8.0-dev+5699): Source SDK Hooks
         [18] MySQL-DBI (1.8.0-dev+5699): MySQL driver implementation for DBI
Nvm, manualy restart didn't works. Server restart is ok.
Update your installation of SteamWorks.ext.
KyleS is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 03-03-2016 , 23:43   Re: [ANY] SteamWorks
Reply With Quote #350

I've added un-tested Game Coordinator Hooks.

PHP Code:
forward EGCResults:SteamWorks_GCSendMessage(unMsgType, const String:pubData[], cubData);
forward SteamWorks_GCMsgAvailable(cubData);
forward EGCResults:SteamWorks_RetreiveMessage(punMsgType, const String:pubDest[], cubDestpcubMsgSize); 

Last edited by KyleS; 03-03-2016 at 23:43.
KyleS is offline
Reply


Thread Tools
Display Modes

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 15:07.


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