Guest User

Untitled

a guest
Dec 21st, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 12.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <AssetDefinition xmlns="uri:thundermods.net:SAGE:WrathEdXML:AssetDefinition">
  3.  
  4.     <Asset
  5.         id="InGameUICommandButtonFactionSettings">
  6.         <Entry
  7.             id="ImageTintColor"
  8.             AssetType="Color3" />
  9.         <Entry
  10.             id="Faction"
  11.             AssetType="FactionType"
  12.             IsAttribute="true"
  13.             IsRequired="true" />
  14.         <EntryReference
  15.             id="LockedImage"
  16.             AssetType="ImageRef"/>
  17.     </Asset>
  18.    
  19.     <Asset
  20.         id="InGameUICommandButtonSettings">
  21.         <Entry
  22.             id="FactionSettings"
  23.             AssetType="InGameUICommandButtonFactionSettings"/>         
  24.     </Asset>
  25.    
  26.     <Asset
  27.         id="InGameUIDecalCloudSettings">
  28.         <EntryReference
  29.             id="BuildTexture"
  30.             AssetType="TextureRef"
  31.             IsAttribute="true"
  32.             IsRequired="true"  />
  33.         <EntryReference
  34.             id="DefenseTexture"
  35.             AssetType="TextureRef"
  36.             IsAttribute="true"
  37.             IsRequired="true"  />
  38.         <EntryReference
  39.             id="SpecialPowerRestrictionTexture"
  40.             AssetType="TextureRef"
  41.             IsAttribute="true"
  42.             IsRequired="true"  />
  43.     </Asset>
  44.    
  45.     <Asset
  46.         id="FontDesc">
  47.         <Entry
  48.             id="Name"
  49.             AssetType="String"
  50.             IsAttribute="true"
  51.             IsRequired="true"/>
  52.         <Entry
  53.             id="Size"
  54.             AssetType="SageUnsignedInt"
  55.             IsAttribute="true"
  56.             IsRequired="true"/>
  57.         <Entry
  58.             id="Bold"
  59.             AssetType="SageBool"
  60.             IsAttribute="true"
  61.             Default="false"/>
  62.     </Asset>       
  63.    
  64.     <Asset
  65.         id="InGameUIDrawableCaptionSettings">
  66.         <Entry
  67.             id="Font"
  68.             AssetType="FontDesc" />
  69.         <Entry
  70.             id="Color"
  71.             AssetType="RGBColor" />
  72.     </Asset>   
  73.  
  74.     <Asset
  75.         id="InGameUIExitContainerButtonSettings">
  76.         <Entry
  77.             id="HelpTitleFormat"
  78.             AssetType="String"
  79.             IsAttribute="true" />
  80.         <Entry
  81.             id="HelpDescription"
  82.             AssetType="String"
  83.             IsAttribute="true"/>
  84.     </Asset>
  85.    
  86.     <Asset
  87.         id="InGameUISimpleHelpTemplate">
  88.         <Entry
  89.             id="Title"
  90.             AssetType="String"
  91.             IsAttribute="true"
  92.             IsRequired="true" />
  93.         <Entry
  94.             id="Description"
  95.             AssetType="String"
  96.             IsAttribute="true"/>
  97.         <Entry
  98.             id="TypeDescription"
  99.             AssetType="String"
  100.             IsAttribute="true"/>
  101.         <Entry
  102.             id="Instructions"
  103.             AssetType="String"
  104.             IsAttribute="true"/>
  105.     </Asset>   
  106.    
  107.     <Asset
  108.         id="InGameUIFixedButtonHelp">
  109.         <EntryChoice
  110.             id="InGameUIFixedButtonHelp"
  111.             MinLength="0"
  112.             MaxLength="0">
  113.             <Entry
  114.                 id="AggressiveStance"
  115.                 AssetType="InGameUISimpleHelpTemplate"/>
  116.             <Entry
  117.                 id="AircraftTab"
  118.                 AssetType="InGameUISimpleHelpTemplate"/>
  119.             <Entry
  120.                 id="AircraftTypeTab"
  121.                 AssetType="InGameUISimpleHelpTemplate"/>
  122.             <Entry
  123.                 id="AttackMove"
  124.                 AssetType="InGameUISimpleHelpTemplate"/>
  125.             <Entry
  126.                 id="ForceAttack"
  127.                 AssetType="InGameUISimpleHelpTemplate"/>
  128.             <Entry
  129.                 id="ForceMove"
  130.                 AssetType="InGameUISimpleHelpTemplate"/>
  131.             <Entry
  132.                 id="GuardStance"
  133.                 AssetType="InGameUISimpleHelpTemplate"/>
  134.             <Entry
  135.                 id="HoldGroundStance"
  136.                 AssetType="InGameUISimpleHelpTemplate"/>
  137.             <Entry
  138.                 id="HoldFireStance"
  139.                 AssetType="InGameUISimpleHelpTemplate"/>
  140.             <Entry
  141.                 id="InfantryTab"
  142.                 AssetType="InGameUISimpleHelpTemplate"/>
  143.             <Entry
  144.                 id="InfantryTypeTab"
  145.                 AssetType="InGameUISimpleHelpTemplate"/>
  146.             <Entry
  147.                 id="IntelligenceDatabase"
  148.                 AssetType="InGameUISimpleHelpTemplate"/>
  149.             <Entry
  150.                 id="MainStructureTab"
  151.                 AssetType="InGameUISimpleHelpTemplate"/>
  152.             <Entry
  153.                 id="MainStructureTypeTab"
  154.                 AssetType="InGameUISimpleHelpTemplate"/>
  155.             <Entry
  156.                 id="Messenger"
  157.                 AssetType="InGameUISimpleHelpTemplate"/>
  158.             <Entry
  159.                 id="Objectives"
  160.                 AssetType="InGameUISimpleHelpTemplate"/>
  161.             <Entry
  162.                 id="OtherStructureTab"
  163.                 AssetType="InGameUISimpleHelpTemplate"/>
  164.             <Entry
  165.                 id="OtherStructureTypeTab"
  166.                 AssetType="InGameUISimpleHelpTemplate"/>
  167.             <Entry
  168.                 id="PlanningMode"
  169.                 AssetType="InGameUISimpleHelpTemplate"/>
  170.             <Entry
  171.                 id="PlayerStatus"
  172.                 AssetType="InGameUISimpleHelpTemplate"/>
  173.             <Entry
  174.                 id="ReplayFastForward"
  175.                 AssetType="InGameUISimpleHelpTemplate"/>
  176.             <Entry
  177.                 id="ReverseMove"
  178.                 AssetType="InGameUISimpleHelpTemplate"/>
  179.             <Entry
  180.                 id="SelectionRefinementTab"
  181.                 AssetType="InGameUISimpleHelpTemplate"/>
  182.             <Entry
  183.                 id="SellMode"
  184.                 AssetType="InGameUISimpleHelpTemplate"/>
  185.             <Entry
  186.                 id="Stop"
  187.                 AssetType="InGameUISimpleHelpTemplate"/>
  188.             <Entry
  189.                 id="TogglePowerMode"
  190.                 AssetType="InGameUISimpleHelpTemplate"/>
  191.             <Entry
  192.                 id="ToggleRepairMode"
  193.                 AssetType="InGameUISimpleHelpTemplate"/>
  194.             <Entry
  195.                 id="VehicleTab"
  196.                 AssetType="InGameUISimpleHelpTemplate"/>
  197.             <Entry
  198.                 id="VehicleTypeTab"
  199.                 AssetType="InGameUISimpleHelpTemplate"/>
  200.             <Entry
  201.                 id="VoiceChatMode"
  202.                 AssetType="InGameUISimpleHelpTemplate"/>
  203.             <Entry
  204.                 id="VoiceChatTalk"
  205.                 AssetType="InGameUISimpleHelpTemplate"/>
  206.             <Entry
  207.                 id="WaypointMode"
  208.                 AssetType="InGameUISimpleHelpTemplate"/>
  209.             <Entry
  210.                 id="MgMove"
  211.                 AssetType="InGameUISimpleHelpTemplate"/>
  212.             <Entry
  213.                 id="MgPatrol"
  214.                 AssetType="InGameUISimpleHelpTemplate"/>
  215.             <Entry
  216.                 id="MgIntercept"
  217.                 AssetType="InGameUISimpleHelpTemplate"/>
  218.             <Entry
  219.                 id="MgAirlift"
  220.                 AssetType="InGameUISimpleHelpTemplate"/>
  221.             <Entry
  222.                 id="MgNavalMove"
  223.                 AssetType="InGameUISimpleHelpTemplate"/>
  224.             <Entry
  225.                 id="PrevBase"
  226.                 AssetType="InGameUISimpleHelpTemplate"/>
  227.             <Entry
  228.                 id="PrevStrikeForce"
  229.                 AssetType="InGameUISimpleHelpTemplate"/>
  230.             <Entry
  231.                 id="NextStrikeForce"
  232.                 AssetType="InGameUISimpleHelpTemplate"/>
  233.             <Entry
  234.                 id="NextBase"
  235.                 AssetType="InGameUISimpleHelpTemplate"/>
  236.         </EntryChoice>
  237.     </Asset>   
  238.  
  239.     <Asset
  240.         id="InGameUIFloatingTextSettings">
  241.         <Entry
  242.             id="Font"
  243.             AssetType="FontDesc"/>
  244.         <Entry
  245.             id="TimeOut"
  246.             AssetType="Time"
  247.             IsAttribute="true"
  248.             Default="333ms"/>
  249.         <Entry
  250.             id="MoveUpSpeed"
  251.             AssetType="Velocity"
  252.             IsAttribute="true"
  253.             Default="1.0"/>
  254.         <Entry
  255.             id="MoveVanishRate"
  256.             AssetType="Velocity"
  257.             IsAttribute="true"
  258.             Default="0.1"/>
  259.     </Asset>   
  260.    
  261.     <Asset
  262.         id="InGameUIMessageSettings">
  263.         <Entry
  264.             id="Color1"
  265.             AssetType="RGBColor"/>
  266.         <Entry
  267.             id="Color2"
  268.             AssetType="RGBColor"/>
  269.         <Entry
  270.             id="Font"
  271.             AssetType="FontDesc" />
  272.         <Entry
  273.             id="Delay"
  274.             AssetType="Time"
  275.             IsAttribute="true"
  276.             Default="5s"/>
  277.     </Asset>   
  278.    
  279.     <Asset
  280.         id="InGameUIMilitaryCaptionSettings">
  281.         <Entry
  282.             id="Color"
  283.             AssetType="RGBColor"/>
  284.         <Entry
  285.             id="Position"
  286.             AssetType="Coord2D"/>
  287.         <Entry
  288.             id="TitleFont"
  289.             AssetType="FontDesc"/>
  290.         <Entry
  291.             id="Font"
  292.             AssetType="FontDesc"/>
  293.         <Entry
  294.             id="Centered"
  295.             AssetType="SageBool"
  296.             IsAttribute="true"
  297.             Default="false"/>
  298.         <Entry
  299.             id="Delay"
  300.             AssetType="Time"
  301.             IsAttribute="true"
  302.             Default="750ms"/>
  303.     </Asset>   
  304.    
  305.     <Asset
  306.         id="InGameUISubtitleSettings">
  307.         <Entry
  308.             id="Font"
  309.             AssetType="FontDesc"/>
  310.         <Entry
  311.             id="PanelColor"
  312.             AssetType="Color4"/>
  313.         <Entry
  314.             id="TextColor"
  315.             AssetType="RGBColor"/>
  316.         <Entry
  317.             id="Position"
  318.             AssetType="Coord2D"/>
  319.         <Entry
  320.             id="Size"
  321.             AssetType="Coord2D"/>
  322.         <Entry
  323.             id="HoldTime"
  324.             AssetType="Time"
  325.             IsAttribute="true"
  326.             Default="20s"/>
  327.         <Entry
  328.             id="LineCount"
  329.             AssetType="SageUnsignedInt"
  330.             IsAttribute="true"
  331.             Default="8"/>          
  332.     </Asset>   
  333.    
  334.     <Asset
  335.         id="InGameUITimerSettings">
  336.         <Entry
  337.             id="Position"
  338.             AssetType="Coord2D"/>
  339.         <Entry
  340.             id="FlashColor"
  341.             AssetType="RGBColor"/>
  342.         <Entry
  343.             id="NormalFont"
  344.             AssetType="FontDesc"/>
  345.         <Entry
  346.             id="NormalColor"
  347.             AssetType="RGBColor"/>
  348.         <Entry
  349.             id="ReadyFont"
  350.             AssetType="FontDesc"/>
  351.         <Entry
  352.             id="ReadyColor"
  353.             AssetType="RGBColor"/>         
  354.         <Entry
  355.             id="Centered"
  356.             AssetType="SageBool"
  357.             IsAttribute="true"
  358.             Default="false"/>
  359.         <Entry
  360.             id="FlashDuration"
  361.             AssetType="Time"
  362.             IsAttribute="true"
  363.             Default="1s"/>
  364.     </Asset>
  365.    
  366.     <Asset
  367.         id="InGameUIZoom">
  368.         <Entry
  369.             id="InitialChangePerSecond"
  370.             AssetType="SageReal"
  371.             IsAttribute="true"
  372.             Default="1.8"/>
  373.         <Entry
  374.             id="Overshoot"
  375.             AssetType="Percentage"
  376.             IsAttribute="true"
  377.             Default="15"/>
  378.         <Entry
  379.             id="ChangePerSecond"
  380.             AssetType="SageReal"
  381.             IsAttribute="true"
  382.             Default="0.4"/>
  383.         <Entry
  384.             id="InitialFOV"
  385.             AssetType="Percentage"
  386.             IsAttribute="true"
  387.             Default="100"/>
  388.         <Entry
  389.             id="MidPointFOV"
  390.             AssetType="Percentage"
  391.             IsAttribute="true"
  392.             Default="70"/>
  393.         <Entry
  394.             id="MinimumFOV"
  395.             AssetType="Percentage"
  396.             IsAttribute="true"
  397.             Default="50"/>
  398.         <Entry
  399.             id="MidPointOfs"
  400.             AssetType="Percentage"
  401.             IsAttribute="true"
  402.             Default="5"/>
  403.         <Entry
  404.             id="ZoomCount"
  405.             AssetType="SageInt"
  406.             IsAttribute="true"
  407.             Default="3"/>
  408.         <Entry
  409.             id="DurationMin"
  410.             AssetType="Time"
  411.             IsAttribute="true"
  412.             Default="1s"/>
  413.         <Entry
  414.             id="DurationMax"
  415.             AssetType="Time"
  416.             IsAttribute="true"
  417.             Default="3s"/>
  418.         <EntryReference
  419.             id="ZoomOutSound"
  420.             AssetType="AudioEventInfoRef"
  421.             IsAttribute="true"
  422.             Default="" />
  423.         <EntryReference
  424.             id="ZoomInSound"
  425.             AssetType="AudioEventInfoRef"
  426.             IsAttribute="true"
  427.             Default="" />
  428.         <Entry
  429.             id="MinFOVChangeForZoomOutSound"
  430.             AssetType="Percentage"
  431.             IsAttribute="true"
  432.             Default="110%" />
  433.         <Entry
  434.             id="MaxFOVChangeForZoomInSound"
  435.             AssetType="Percentage"
  436.             IsAttribute="true"
  437.             Default="90%" />
  438.     </Asset>   
  439.    
  440.     <Asset
  441.         id="InGameUIMove">     
  442.         <Entry
  443.             id="Acceleration"
  444.             AssetType="SageReal"
  445.             IsAttribute="true"
  446.             Default="150.0"/>
  447.         <Entry
  448.             id="MaxSpeed"
  449.             AssetType="SageReal"
  450.             IsAttribute="true"
  451.             Default="500.0"/>
  452.         <Entry
  453.             id="JitterXY"
  454.             AssetType="SageReal"
  455.             IsAttribute="true"
  456.             Default="3.0"/>
  457.         <Entry
  458.             id="JitterZ"
  459.             AssetType="SageReal"
  460.             IsAttribute="true"
  461.             Default="1.0"/>
  462.         <Entry
  463.             id="MinHardCutDistance"
  464.             AssetType="SageReal"
  465.             IsAttribute="true"
  466.             Default="500.0"/>
  467.         <EntryReference
  468.             id="HardCutSound"
  469.             AssetType="AudioEventInfoRef"
  470.             IsAttribute="true"
  471.             Default="" />
  472.         <EntryReference
  473.             id="MoveSound"
  474.             AssetType="AudioEventInfoRef"
  475.             IsAttribute="true"
  476.             Default="" />
  477.     </Asset>   
  478.    
  479.     <Asset
  480.         id="InGameUIObjectivePresentationSettings">
  481.         <EntryRelocation
  482.             id="Zoom"
  483.             AssetType="InGameUIZoom" />            
  484.         <EntryRelocation
  485.             id="Move"
  486.             AssetType="InGameUIMove" />
  487.         <EntryReference
  488.             id="StartObjectiveSound"
  489.             AssetType="AudioEventInfoRef"
  490.             IsAttribute="true"
  491.             Default="" />
  492.         <EntryReference
  493.             id="SatelliteViewFinishSound"
  494.             AssetType="AudioEventInfoRef"
  495.             IsAttribute="true"
  496.             Default="" />
  497.         <EntryReference
  498.             id="SatelliteViewAmbientLoop"
  499.             AssetType="AudioEventInfoRef"
  500.             IsAttribute="true"
  501.             Default="" />
  502.         <Entry
  503.             id="DefaultTimePerTarget"
  504.             AssetType="Time"
  505.             IsAttribute="true"
  506.             Default="5s"/>
  507.         <Entry
  508.             id="DefaultCameraStartAngle"
  509.             AssetType="Angle"
  510.             IsAttribute="true"
  511.             Default="0d"/>
  512.         <Entry
  513.             id="DefaultCameraEndAngle"
  514.             AssetType="Angle"
  515.             IsAttribute="true"
  516.             Default="180d"/>
  517.         <Entry
  518.             id="DefaultCameraFieldOfView"
  519.             AssetType="Angle"
  520.             IsAttribute="true"
  521.             Default="25d"/>
  522.         <Entry
  523.             id="DefaultCameraFieldOfViewVariance"
  524.             AssetType="SageReal"
  525.             IsAttribute="true"
  526.             Default="0"/>
  527.     </Asset>   
  528.    
  529.     <GameAsset
  530.         id="InGameUISettings"
  531.         TypeHash="3783262740">
  532.         <EntryInheritance
  533.             id="base"
  534.             AssetType="BaseInheritableAsset" />    
  535.         <Entry
  536.             id="CommandButton"
  537.             AssetType="InGameUICommandButtonSettings" />
  538.         <Entry
  539.             id="AttackMoveMarkerColor"
  540.             AssetType="RGBColor" />
  541.         <Entry
  542.             id="DecalCloud"
  543.             AssetType="InGameUIDecalCloudSettings" />
  544.         <Entry
  545.             id="DrawableCaption"
  546.             AssetType="InGameUIDrawableCaptionSettings" />
  547.         <Entry
  548.             id="ExitContainerButton"
  549.             AssetType="InGameUIExitContainerButtonSettings" />
  550.         <Entry
  551.             id="FixedButtonHelp"
  552.             AssetType="InGameUIFixedButtonHelp" /> 
  553.         <Entry
  554.             id="FloatingText"
  555.             AssetType="InGameUIFloatingTextSettings" />
  556.         <Entry
  557.             id="Message"
  558.             AssetType="InGameUIMessageSettings" />
  559.         <Entry
  560.             id="MilitaryCaption"
  561.             AssetType="InGameUIMilitaryCaptionSettings" />
  562.         <Entry
  563.             id="MoveMarkerColor"
  564.             AssetType="RGBColor" />
  565.         <Entry
  566.             id="ObjectivePresentation"
  567.             AssetType="InGameUIObjectivePresentationSettings" />
  568.         <Entry
  569.             id="Subtitle"
  570.             AssetType="InGameUISubtitleSettings" />
  571.         <Entry
  572.             id="Timer"
  573.             AssetType="InGameUITimerSettings" />
  574.         <Entry
  575.             id="FeedbackText"
  576.             AssetType="FontDesc" />        
  577.         <Entry
  578.             id="CommandLimitReachedText"
  579.             AssetType="String"
  580.             IsAttribute="true"
  581.             Default="" />
  582.         <Entry
  583.             id="ObjectivesButtonFlashDuration"
  584.             AssetType="Time"
  585.             IsAttribute="true"
  586.             Default="30s"/>
  587.         <Entry
  588.             id="IntelligenceDatabaseButtonFlashDuration"
  589.             AssetType="Time"
  590.             IsAttribute="true"
  591.             Default="15s"/>                    
  592.     </GameAsset>
  593.    
  594. </AssetDefinition>
Advertisement
Add Comment
Please, Sign In to add comment