73 lines
2.2 KiB
XML
Executable File
73 lines
2.2 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/portal.xml
|
|
Description: Tools Portal project specific configuration.
|
|
|
|
Author: Michael Kontogiannis <michael.kontogiannis@rockstarnorth.com>
|
|
Date: 15 July 2014
|
|
-->
|
|
<Portal>
|
|
<Name>Grand Theft Auto V</Name>
|
|
<ShortName>GTAV</ShortName>
|
|
<LogoPath>~/Content/images/logo-gtav-text.png</LogoPath>
|
|
<IconPath>~/Content/images/icon-gtav.png</IconPath>
|
|
<!-- Update Interval in Milliseconds (1000 * 60 * 3 = 3 minutes) -->
|
|
<UpdateInterval>180000</UpdateInterval>
|
|
|
|
<BugstarIDs>
|
|
<!-- GTA 5 -->
|
|
<BugstarID>1546</BugstarID>
|
|
<!-- GTA 5 DLC -->
|
|
<BugstarID>282246</BugstarID>
|
|
<!-- GTA 5 NG -->
|
|
<BugstarID>918360</BugstarID>
|
|
<!-- GTA 5 NG DLC -->
|
|
<BugstarID>1833990</BugstarID>
|
|
</BugstarIDs>
|
|
|
|
<Host>https://portal.paradise.tools.rockstargames.com</Host>
|
|
<ProjectController>Project</ProjectController>
|
|
<ProjectRouteName>GTAV</ProjectRouteName>
|
|
<AutomationAction>Automation</AutomationAction>
|
|
<AutomationMonitorAction>AutomationMonitor</AutomationMonitorAction>
|
|
<AutomationMonitorStatusServerAction>AutomationMonitorStatusServerSync</AutomationMonitorStatusServerAction>
|
|
<AutomationMatrixAction>AutomationMonitorGroupedJobs</AutomationMatrixAction>
|
|
<GameBuildVersionsAction>GameBuildVersions</GameBuildVersionsAction>
|
|
<ToolsVersionsAction>ToolsVersions</ToolsVersionsAction>
|
|
<UlogAction>Ulog</UlogAction>
|
|
<UlogGetAction>GetUlog</UlogGetAction>
|
|
|
|
<!-- The list of available statistics servers, added at the menu as links -->
|
|
<StatisticServers>
|
|
<StatisticServer>
|
|
<Name>Production</Name>
|
|
<WebHost>http://prod.stats.rockstargames.com/stats/</WebHost>
|
|
</StatisticServer>
|
|
|
|
<StatisticServer>
|
|
<Name>Development</Name>
|
|
<WebHost>http://dev.stats.rockstargames.com/stats/</WebHost>
|
|
</StatisticServer>
|
|
</StatisticServers>
|
|
|
|
<!-- The list of external links to be added at the navigation menu -->
|
|
<ExternalLinks>
|
|
<!-- Example
|
|
<ExternalLink>
|
|
<Name>Test</Name>
|
|
<URI>http://rockstargames.com</URI>
|
|
</ExternalLink>
|
|
-->
|
|
</ExternalLinks>
|
|
|
|
<!-- Shortcut Menu Command Items -->
|
|
<ShortcutMenuItems>
|
|
<!--
|
|
<ShortcutMenuItem>
|
|
<Name></Name>
|
|
<Guid></Guid>
|
|
</ShortcutMenuItem>
|
|
-->
|
|
</ShortcutMenuItems>
|
|
|
|
</Portal> |