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

[ANY] SteamWorks


Post New Thread Reply   
 
Thread Tools Display Modes
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 05-14-2018 , 22:47   Re: [ANY] SteamWorks
Reply With Quote #671

I think they are saying the include wont compile due to it being the old syntax.
__________________
Neuro Toxin is offline
KRIK73
Junior Member
Join Date: Jun 2009
Location: Уль
Old 05-24-2018 , 16:50   Re: [ANY] SteamWorks
Reply With Quote #672


Не могу запустит 64 bit
Can't run 64 bit
__________________
Site - www.cstrike73.ru
Server
Counter-Strike: Global Offensive 109.195.195.134:27015 cs73.tk:27015
Counter-Strike: Source Offensive 109.195.195.134:27016 cs73.tk:27016
Counter-Strike: Classic Offensive 109.195.195.134:27017 cs73.tk:27017

Last edited by KRIK73; 05-24-2018 at 16:59.
KRIK73 is offline
Send a message via Skype™ to KRIK73
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 05-24-2018 , 17:06   Re: [ANY] SteamWorks
Reply With Quote #673

Quote:
Originally Posted by KRIK73 View Post

Не могу запустит 64 bit
Can't run 64 bit
SourceMod doesn't support 64-bit SRCDS.

Your problem is that you're running SRCDS on macOS, it has nothing to do with 32/64-bit.
__________________

Last edited by asherkin; 05-24-2018 at 18:07.
asherkin is offline
psychonic

BAFFLED
Join Date: May 2008
Old 05-25-2018 , 10:36   Re: [ANY] SteamWorks
Reply With Quote #674

Quote:
Originally Posted by asherkin View Post
SourceMod doesn't support 64-bit SRCDS.

Your problem is that you're running SRCDS on macOS, it has nothing to do with 32/64-bit.
I don't think that's true anymore. I believe 64-bit support was added in master for some cases, CS:GO on macOS being one of them, since CS:GO on Mac is only available as 64-bit binaries now.
psychonic is offline
midnight9
Senior Member
Join Date: Nov 2012
Old 06-01-2018 , 17:46   Re: [ANY] SteamWorks
Reply With Quote #675

Is it possible to retrieve via SteamWorks whenever L4D2 lobby was set to public or friends only?
midnight9 is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 06-02-2018 , 19:52   Re: [ANY] SteamWorks
Reply With Quote #676

Quote:
Originally Posted by midnight9 View Post
Is it possible to retrieve via SteamWorks whenever L4D2 lobby was set to public or friends only?
I don't think so, but it's been many years so if there are new functions take a look and let me know.
KyleS is offline
midnight9
Senior Member
Join Date: Nov 2012
Old 06-03-2018 , 04:19   Re: [ANY] SteamWorks
Reply With Quote #677

Quote:
Originally Posted by KyleS View Post
I don't think so, but it's been many years so if there are new functions take a look and let me know.
A bit of googling resulted in this:
https://github.com/Facepunch/Facepun...mmatchmaking.h

Code:
// lobby type description
enum ELobbyType
{
	k_ELobbyTypePrivate = 0,		// only way to join the lobby is to invite to someone else
	k_ELobbyTypeFriendsOnly = 1,	// shows for friends or invitees, but not in lobby list
	k_ELobbyTypePublic = 2,			// visible for friends and in lobby list
	k_ELobbyTypeInvisible = 3,		// returned by search, but not visible to other friends 
									//    useful if you want a user in two lobbies, for example matching groups together
									//	  a user can be in only one regular lobby, and up to two invisible lobbies
};
and this:

Code:
struct LobbyEnter_t
{
	enum { k_iCallback = k_iSteamMatchmakingCallbacks + 4 };

	uint64 m_ulSteamIDLobby;							// SteamID of the Lobby you have entered
	uint32 m_rgfChatPermissions;						// Permissions of the current user
	bool m_bLocked;										// If true, then only invited users may join
	uint32 m_EChatRoomEnterResponse;	// EChatRoomEnterResponse
};
https://raw.githubusercontent.com/al...mmatchmaking.h

I guess thats not useful in any way?

Last edited by midnight9; 06-03-2018 at 04:31.
midnight9 is offline
marram
Junior Member
Join Date: Oct 2007
Old 06-22-2018 , 07:49   Re: [ANY] SteamWorks
Reply With Quote #678

What folder do I upload it to?

Last edited by marram; 06-22-2018 at 07:50.
marram is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 06-23-2018 , 18:57   Re: [ANY] SteamWorks
Reply With Quote #679

Quote:
Originally Posted by marram View Post
What folder do I upload it to?
Where SRCDS is.
KyleS is offline
LowIntelligence
Junior Member
Join Date: Jul 2017
Old 06-29-2018 , 10:54   Re: [ANY] SteamWorks
Reply With Quote #680

Awesome work, it's been very useful on my servers

I however do have a question!
Would it be possible to use Steamworks to determine what Language a client is running the game in? (Steam language or region language isn't precise enough for me)
If so, how should I approach this?
LowIntelligence 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 19:41.


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