Raised This Month: $ Target: $400
 0% 

Communication between two servers


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 07-30-2020 , 09:49   Re: Communication between two servers
Reply With Quote #11

Quote:
Originally Posted by MaNaReaver View Post
Hey Iggy, I'm unsure on how to install gRIP for Counter-Strike, as there's not much information on it. Could you guide me through it? Also, where should the matterbridge.toml file be placed? Thanks!
You can get the latest version of gRIP here. (don't download the 0.0.0.0 version, which is for some reason marked as the latest release, it's probably a test version that doesn't work.)

Once you download MatterBridge you need to configure the bridges and gateways in the matterbridge.toml file (this file needs to be in the same directory as the MatterBridge executable)

Example of matterbridge.toml on your case use:
PHP Code:
[api.server1]
BindAddress="0.0.0.0:1337"
Token="verysecrettoken"
Buffer=1000
RemoteNickFormat
="{NICK}"

[api.server2]
BindAddress="0.0.0.0:1338"
Token="verysecrettoken"
Buffer=1000
RemoteNickFormat
="{NICK}"

[[gateway]]
name="server_gateway"
enable=true

[[gateway.inout]]
account="api.server1"
channel="api" 

[[gateway.inout]]
account="api.server2"
channel="api" 
Then configure your servers to point to the IP where MatterBridge is running.
__________________

Last edited by gabuch2; 07-30-2020 at 12:53.
gabuch2 is offline
 



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 06:26.


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