19 lines
595 B
XML
Executable File
19 lines
595 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/ports.xml
|
|
Description: Port configuration data.
|
|
|
|
Author: Michael Täschler <michael.taschler@rockstarnorth.com>
|
|
Date: 10 April 2014
|
|
-->
|
|
<Ports>
|
|
<Port id="SystrayRFS">
|
|
<Value>9001</Value>
|
|
<Description>Port that is used for remote file system communication between the game and your local machine.</Description>
|
|
</Port>
|
|
<Port id="RAGProxyHubConnectionService">
|
|
<Value>10000</Value>
|
|
<Description>Port RAG uses for providing the list of connected games to external applications.</Description>
|
|
</Port>
|
|
</Ports>
|