diff options
| author | CriticalFlaw <[email protected]> | 2021-07-01 21:27:19 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-01 21:27:19 -0400 |
| commit | 7bbc1440403df82533141d0e190119caa496d124 (patch) | |
| tree | a33ba6653dae4e7f26dd1c82fd5ba335a9ac2d9e /resource/ui/dynamicrecipepanel.res | |
| parent | 90572a5be5d690c578f6bd6fcbe21dada75a1d81 (diff) | |
Added a Fabricator Recipes page
Diffstat (limited to 'resource/ui/dynamicrecipepanel.res')
| -rw-r--r-- | resource/ui/dynamicrecipepanel.res | 502 |
1 files changed, 502 insertions, 0 deletions
diff --git a/resource/ui/dynamicrecipepanel.res b/resource/ui/dynamicrecipepanel.res new file mode 100644 index 0000000..ed98d74 --- /dev/null +++ b/resource/ui/dynamicrecipepanel.res @@ -0,0 +1,502 @@ +"Resource/UI/DynamicRecipe.res" +{ + "dynamic_recipe_panel" + { + "ControlName" "Frame" + "fieldName" "dynamic_recipe_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "501" + "visible" "1" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "DarkGrey" + "infocus_bgcolor_override" "DarkGrey" + "outoffocus_bgcolor_override" "DarkGrey" + + "item_ypos" "30" + "output_item_ypos" "255" + "item_crafting_offcenter_x" "0" + "item_backpack_xdelta" "2" + "item_backpack_ydelta" "4" + "inventory_xpos" "0" + "inventory_ypos" "30" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "wide" "70" + "tall" "45" + "visible" "0" + "enabled" "0" + "bgcolor_override" "Transparent" + "noitem_TanLight" "TanLight" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_ypos" "5" + "model_tall" "35" + "text_center" "1" + "name_only" "1" + "text_forcesize" "3" + "noitem_use_fullpanel" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + } + + "filter_xoffset" "-290" + "filter_ypos" "30" + "filter_xdelta" "10" + "filter_ydelta" "10" + + "recipefilterbuttons_kv" + { + "zpos" "2" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "recipecontainer" + { + "ControlName" "EditablePanel" + "fieldName" "recipecontainer" + "xpos" "c0" + "ypos" "0" + "zpos" "5" + "wide" "300" + "tall" "350" + "PaintBackgroundType" "2" + "bgcolor_override" "200 187 161 0" + + "RecipeTitle" + { + "ControlName" "CExLabel" + "fieldName" "RecipeTitle" + "font" "HudFontMediumSmall" + "labelText" "%recipetitle%" + "textAlignment" "west" + "xpos" "80" + "ypos" "250" + "zpos" "1" + "wide" "200" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TanLight" + "wrap" "1" + } + + "InputLabel" + { + "ControlName" "CExLabel" + "fieldName" "InputLabel" + "font" "HudFontMediumSmall" + "labelText" "#Craft_Recipe_Inputs" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "10" + "zpos" "1" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TanLight" + } + + "OutputLabel" + { + "ControlName" "CExLabel" + "fieldName" "OutputLabel" + "font" "HudFontMediumSmall" + "labelText" "#Dynamic_Recipe_Outputs_Not_Complete" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "238" + "zpos" "1" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TanLight" + } + + "UntradableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UntradableLabel" + "font" "HudFontMediumSmall" + "labelText" "#Dynamic_Recipe_Outputs_Not_Tradable" + "textAlignment" "west" + "xpos" "0" + "ypos" "299" + "zpos" "1" + "wide" "250" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor" "Red" + } + + "CraftButton" + { + "ControlName" "CExButton" + "fieldName" "CraftButton" + "xpos" "0" + "ypos" "320" + "zpos" "20" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labelText" "#CraftConfirm" + "font" "HudFontMedium" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "craft" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PrevInputPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevInputPageButton" + "xpos" "184" + "ypos" "180" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "A" + "font" "MenuArrows" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "previnputpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "CurInputPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurInputPageLabel" + "font" "HudFontMediumSmall" + "labelText" "%inputpage%" + "textAlignment" "center" + "xpos" "210" + "ypos" "180" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "ColorCyan" + } + "NextInputPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextInputPageButton" + "xpos" "265" + "ypos" "180" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "D" + "font" "MenuArrows" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextinputpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "inventorycontainer" + { + "ControlName" "EditablePanel" + "fieldName" "inventorycontainer" + "xpos" "c-300" + "ypos" "0" + "zpos" "5" + "wide" "300" + "tall" "350" + "PaintBackgroundType" "2" + "bgcolor_override" "200 187 161 0" + + "NoMatches" + { + "ControlName" "CExLabel" + "fieldName" "NoMatches" + "font" "HudFontSmall" + "labelText" "#Dynamic_Recipe_No_Matching_Items" + "textAlignment" "west" + "xpos" "0" + "ypos" "125" + "zpos" "1" + "wide" "280" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor" "TanLight" + "wrap" "1" + } + + "UntradableCheckBox" + { + "ControlName" "CheckButton" + "fieldName" "UntradableCheckBox" + "labelText" "#Dynamic_Recipe_Untradable_Checkbox" + "Font" "HudFontSmall" + "textAlignment" "west" + "xpos" "-4" + "ypos" "250" + "zpos" "1" + "wide" "280" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "TanLight" + } + + "BackpackItems" + { + "ControlName" "CExLabel" + "fieldName" "BackpackItems" + "font" "HudFontMediumSmall" + "labelText" "#Dynamic_Recipe_Matching_Items" + "textAlignment" "west" + "xpos" "0" + "ypos" "10" + "zpos" "1" + "wide" "280" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "TanLight" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "0" + "ypos" "320" + "zpos" "20" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontMedium" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "0" + "ypos" "180" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&A" + "font" "MenuArrows" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "HudFontMediumSmall" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "26" + "ypos" "180" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "ColorCyan" + } + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "81" + "ypos" "180" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&D" + "font" "MenuArrows" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "Transparent" + "noitem_TanLight" "TanLight" + "PaintBackgroundType" "2" + "paintborder" "1" + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "TanLight" + "centerwrap" "1" + } + } + + "mousedragitempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mousedragitempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "54" + "tall" "42" + "visible" "0" + "bgcolor_override" "Transparent" + "noitem_TanLight" "TanLight" + "PaintBackgroundType" "2" + "paintborder" "1" + "model_ypos" "5" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } +}
\ No newline at end of file |
