Integrating up through commit 90f050496
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22384a5b5ce513704462873caeeb7dadf021a24151a30a575b2fdbc0cd5fda4f
|
||||
size 859136
|
||||
@@ -1,90 +0,0 @@
|
||||
<?xml version='1.0' ?>
|
||||
|
||||
<!--
|
||||
============================ Quick Guide =======================================
|
||||
File: filters.xml
|
||||
Author: Dario Sancho (2014)
|
||||
|
||||
Important: This file neesd to be placed in the executable's folder.
|
||||
|
||||
This file allows you to define your own filters and associated accions.
|
||||
Feel free to add/remove/modify the contents of this file to suit your needs.
|
||||
The initial content is intended to be an example of usage.
|
||||
|
||||
How does this work?
|
||||
|
||||
* <Filter Name="Example">
|
||||
This attribute is used to specify the filter. In this example, any log that
|
||||
contains the word "Example" will be added to this filter's tab.
|
||||
|
||||
* <Label>My Example</Label>
|
||||
This parameter is optional. If included it will be used to label the filter Tab.
|
||||
Otherwise, the "Name" attribute in Filter will be used.
|
||||
|
||||
* <Color>FF0000</Color>
|
||||
Optional. Specifies the color of the text in the filter. Format R8G8B8.
|
||||
|
||||
* <RegExp>\!(\w*)\]</RegExp>
|
||||
Optional. Specifies a regular expression to be used as filter. The given example
|
||||
would would added to this filter's tab any log that contains something of the
|
||||
kind "...!....]", i.e. has an exclamation mark and at certain point later a "]"
|
||||
|
||||
* <Exec Type="DosCmd">dir c:</Exec>
|
||||
Optional. Specifies an action to be taken if a particular filter is activated.
|
||||
It can be used for instance to trigger a snapshot or a video when certain log
|
||||
message is sent (e.g. a debugging message).
|
||||
It can be very useful for debugging and QA.
|
||||
There are two types of actions that can be executed:
|
||||
+ <Exec Type="Macro">ScreenShot</Exec>
|
||||
Executes a Macro (in this case ScreenShot, defined in this file)
|
||||
+ <Exec Type="DosCmd">dir c:</Exec>
|
||||
Executes a dos command (in this case "dir c:")
|
||||
|
||||
-->
|
||||
|
||||
<Filters>
|
||||
|
||||
<Filter Name="RegExp">
|
||||
<Color>#000088</Color>
|
||||
<RegExp>\!(\w*)\]</RegExp>
|
||||
<!-- Exec Type="DosCmd">dir c:</Exec -->
|
||||
</Filter>
|
||||
|
||||
<Filter Name="ApplicationView">
|
||||
<Label>ApplicationViewSource</Label>
|
||||
<Color>FF8C00</Color>
|
||||
<!-- Exec Type="DosCmd">dir c:</Exec -->
|
||||
</Filter>
|
||||
|
||||
<Filter Name="OnPLMEvent">
|
||||
<Label>OnPLMEvent</Label>
|
||||
<Color>#000000</Color>
|
||||
<!-- Exec Type="Macro">ScreenShot</Exec -->
|
||||
</Filter>
|
||||
|
||||
<!--Filter Name="Loading">
|
||||
<Label>Loading</Label>
|
||||
<Color>#0022FF</Color>
|
||||
</Filter-->
|
||||
|
||||
<Filter Name="Actor">
|
||||
<Label>Actor</Label>
|
||||
<Color>#000000</Color>
|
||||
</Filter>
|
||||
|
||||
<Filter Name="[CG]">
|
||||
<Label>Color Grading</Label>
|
||||
<Color>#000000</Color>
|
||||
</Filter>
|
||||
|
||||
<Filter Name="GFE">
|
||||
<Label>GeForce Experience</Label>
|
||||
<Color>#000000</Color>
|
||||
</Filter>
|
||||
|
||||
<Filter Name="MipMapped">
|
||||
<Label>MipMapped</Label>
|
||||
<Color>#000000</Color>
|
||||
</Filter>
|
||||
|
||||
</Filters>
|
||||
@@ -1,193 +0,0 @@
|
||||
<?xml version='1.0' ?>
|
||||
<root>
|
||||
<Definitions>
|
||||
<Definition group="Macros" type="MenuMacro"/>
|
||||
<Definition group="GamePlays" type="MenuGamePlay"/>
|
||||
<Definition group="Buttons" type="ButtonMacro"/>
|
||||
<Definition group="Sliders" type="SliderMacro"/>
|
||||
<Definition group="Toggles" type="ToggleMacro"/>
|
||||
<Definition group="Targets" type="MenuTarget"/>
|
||||
</Definitions>
|
||||
|
||||
<Parameters>
|
||||
<!-- ============= TARGETS ============== -->
|
||||
<Targets>
|
||||
<Target name="PC" ip="localhost" port="4600"/>
|
||||
<Target name="Provo" ip="10.11.110.202" port="4600"/>
|
||||
</Targets>
|
||||
|
||||
<!-- ============= Macros ============== -->
|
||||
<Generic>
|
||||
|
||||
<Item name="Enable Profile Info" midi="37" pad="0">
|
||||
<CVar>r_displayInfo=1</CVar>
|
||||
<CVar>profile=1</CVar>
|
||||
</Item>
|
||||
|
||||
<Item name="Disable Profile Info" midi="36" pad="0">
|
||||
<CVar>r_displayInfo=0</CVar>
|
||||
<CVar>profile=0</CVar>
|
||||
</Item>
|
||||
|
||||
<Item name="Disable InFa/InPak">
|
||||
<CVar>sys_pakloginvalidFileAccess 0</CVar>
|
||||
</Item>
|
||||
|
||||
<Item name="ScreenShot">
|
||||
<CVar>r_getscreenshot 2</CVar>
|
||||
</Item>
|
||||
|
||||
<Item name="Enable Time Of Day" midi="66" pad="1">
|
||||
<CVar>sv_timeofdayenabled 1</CVar>
|
||||
</Item>
|
||||
|
||||
</Generic>
|
||||
|
||||
<!-- ============= Macros ============== -->
|
||||
<WF1 icon="s1-dice.png">
|
||||
|
||||
<Item name="CG ON">
|
||||
<CVar>r_displayinfo 0</CVar>
|
||||
<CVar>/g_cheats 1</CVar>
|
||||
<CVar>/g_godMode 1</CVar>
|
||||
<CVar>r_colorgradingchartimage 'chr' textures/colorcharts/kosovo2.dds</CVar>
|
||||
<CVar>r_ColorGradingCharts 2</CVar>
|
||||
</Item>
|
||||
<Item name="CG ON - Test">
|
||||
<CVar>r_displayinfo 0</CVar>
|
||||
<CVar>/g_cheats 1</CVar>
|
||||
<CVar>/g_godMode 1</CVar>
|
||||
<CVar>r_colorgradingchartimage 'chr' textures/colorcharts/default_char_l2_cch.tif</CVar>
|
||||
<CVar>r_colorgradingchartimage 'env' textures/colorcharts/default_env_cch.tif</CVar>
|
||||
</Item>
|
||||
|
||||
<Item name="CG OFF">
|
||||
<CVar>r_colorgradingchartimage 'chr'</CVar>
|
||||
<CVar>r_colorgradingchartimage 'env'</CVar>
|
||||
</Item>
|
||||
|
||||
<Item name="CG MT on">
|
||||
<CVar>r_ColorGradingMultiTarget 1</CVar>
|
||||
</Item>
|
||||
|
||||
<Item name="CG MT off">
|
||||
<CVar>r_ColorGradingMultiTarget 0</CVar>
|
||||
</Item>
|
||||
|
||||
<Item name="Auto-gen MIPS">
|
||||
<CVar>r_autogenMips 1</CVar>
|
||||
</Item>
|
||||
|
||||
<Item name="Auto-gen MIPS - Disable">
|
||||
<CVar>r_autogenMips 0</CVar>
|
||||
</Item>
|
||||
|
||||
</WF1>
|
||||
|
||||
<!-- ============= Macros ============== -->
|
||||
<MacrosOther>
|
||||
|
||||
<Item name="Disable Archers Grammar" midi="49" pad="1">
|
||||
<CVar>i_grammar_enable archers 0</CVar>
|
||||
</Item>
|
||||
|
||||
<Item name="Debug Input On">
|
||||
<CVar>i_debugdigitalButtons 127</CVar>
|
||||
</Item>
|
||||
|
||||
</MacrosOther>
|
||||
|
||||
<!-- ============= GamePlay ============== -->
|
||||
|
||||
<GamePlays>
|
||||
|
||||
<Item name="Camera 3P">
|
||||
<CVar>SetViewMode:0</CVar>
|
||||
</Item>
|
||||
<Item name="Camera FP">
|
||||
<CVar>SetViewMode:1</CVar>
|
||||
</Item>
|
||||
<Item name="Camera Orbit">
|
||||
<CVar>SetViewMode:2</CVar>
|
||||
</Item>
|
||||
<Item name="Goto">
|
||||
<CVar>GotoTagPoint:0</CVar>
|
||||
</Item>
|
||||
|
||||
</GamePlays>
|
||||
|
||||
<!-- ============= Macros ============== -->
|
||||
<Maps>
|
||||
|
||||
<Item name="Airfield">
|
||||
<CVar>map airfield</CVar>
|
||||
</Item>
|
||||
<Item name="Forest">
|
||||
<CVar>map forest</CVar>
|
||||
</Item>
|
||||
|
||||
</Maps>
|
||||
|
||||
<!-- ============= Buttons ============== -->
|
||||
|
||||
<Buttons>
|
||||
|
||||
<Item name="Screen Shot" icon="s1-camera.png">>
|
||||
<CVar>r_getscreenshot 2</CVar>
|
||||
</Item>
|
||||
<Item name="Record Clip" icon="s1-film.png">>
|
||||
<CVar>RecordClip</CVar>
|
||||
</Item>
|
||||
|
||||
</Buttons>
|
||||
|
||||
<!-- ============= Sliders ============== -->
|
||||
|
||||
<Sliders onMenu="true">
|
||||
<Item name="Log Verbosity" min="0" max="5" delta="1" forceInt="true">
|
||||
<CVar>log_verbosity #</CVar>
|
||||
</Item>
|
||||
<Item name="Time Scale" min="0" max="3.5" delta="0.1" default="2" midi="0" pad="1">
|
||||
<CVar>t_scale #</CVar>
|
||||
</Item>
|
||||
<Item name="Fov" min="20" max="80" delta="5" default="55" midi="1" pad="1">
|
||||
<CVar>cl_fov #</CVar>
|
||||
</Item>
|
||||
<Item name="Render Width" min="320" max="1600" delta="100" default="1600">
|
||||
<CVar>r_width #</CVar>
|
||||
</Item>
|
||||
<Item name="Render Height" min="200" max="900" delta="100" default="900">
|
||||
<CVar>r_height #</CVar>
|
||||
</Item>
|
||||
<Item name="Time of Day" min="0" max="24" delta="0.02" default="12" midi="18" pad="1">
|
||||
<CVar>e_TimeOfDay #</CVar>
|
||||
</Item>
|
||||
<Item name="Input Debug Info" min="0" max="127" delta="1" default="0" forceInt="true" midi="19" pad="1">
|
||||
<CVar>i_debugdigitalButtons #</CVar>
|
||||
</Item>
|
||||
</Sliders>
|
||||
|
||||
<Toggles onMenu="true">
|
||||
<Item group="WF1-Multi Color Grading" name="Enable" on="1" off="0">
|
||||
<CVar>r_colorgradingmultitarget #</CVar>
|
||||
</Item>
|
||||
<Item group="WF1-Multi Color Grading" name="Show Charts" on="2" off="0">
|
||||
<CVar>r_colorgradingcharts #</CVar>
|
||||
</Item>
|
||||
<Item group="Debug Info" name="Display Info" on="1" off="0">
|
||||
<CVar>r_displayInfo #</CVar>
|
||||
</Item>
|
||||
<Item group="Profile" name="Enable" on="1" off="0">
|
||||
<CVar>profile #</CVar>
|
||||
</Item>
|
||||
<Item group="Shadows Cascade" name="Debug" on="1" off="0">
|
||||
<CVar>e_ShadowsCascadesDebug #</CVar>
|
||||
</Item>
|
||||
<Item group="Shadows Cascade" name="Static Map level" on="2" off="0">
|
||||
<CVar>r_ShadowsStaticMap #</CVar>
|
||||
</Item>
|
||||
</Toggles>
|
||||
|
||||
</Parameters>
|
||||
|
||||
</root>
|
||||
Reference in New Issue
Block a user