Files
gtav-src/tools_ng/etc/automation/CutsceneNetworkExportNG.xml
T
2025-09-29 00:52:08 +02:00

21 lines
911 B
XML
Executable File

<?xml version='1.0'?>
<!--
File: %RS_TOOLSCONFIG%/automation/CutsceneNetworkExportNG.xml
Description: Core Cutscene Network Export Configuration Data.
Author: Mike Wilson <mike.wilson@rockstartoronto.com>
Date: 4 July 2014
This configuration file details all the core WCF service URIs that applications
can use to connect.
-->
<Automation>
<Studio name="north">
<Parameter name="Friendly Name" type="string" value="Cutscene Network Export NG" />
<Parameter name="Workbench Visible" type="bool" value="true" />
<Parameter name="Automation Service" type="string" value="net.tcp://RSGEDICSP1:7010/automation.svc" />
<Parameter name="Automation Admin Service" type="string" value="net.tcp://RSGEDICSP1:7010/automation.svc" />
<Parameter name="File Transfer Service" type="string" value="net.tcp://RSGEDICSP1:7010/FileTransfer.svc" />
</Studio>
</Automation>