﻿<configs>

    <!-- Background: set our texture, make it opaque (V3 ships it transparent), reset the
         oversized GUI/bg_large anchors to fill the screen, drop aspect-lock, drop the video. -->
    <set xpath="/windows/window[@name='menuBackground']/texture[@name='bgTexture']/@texture">@modfolder:BG/ValkreamMenu1.jpg</set>
    <set xpath="/windows/window[@name='menuBackground']/texture[@name='bgTexture']/@globalopacitymod">1</set>
    <set xpath="/windows/window[@name='menuBackground']/texture[@name='bgTexture']/@anchor_left">#cam,0,-5</set>
    <set xpath="/windows/window[@name='menuBackground']/texture[@name='bgTexture']/@anchor_right">#cam,1,5</set>
    <set xpath="/windows/window[@name='menuBackground']/texture[@name='bgTexture']/@anchor_bottom">#cam,0,-5</set>
    <set xpath="/windows/window[@name='menuBackground']/texture[@name='bgTexture']/@anchor_top">#cam,1,5</set>
    <set xpath="/windows/window[@name='menuBackground']/texture[@name='bgTexture']/@keepsourceaspectratio">false</set>
    <remove xpath="/windows/window[@name='menuBackground']/video[@name='videoTexture']" />

    <!-- Remove the two main-menu news/promo panels on the right (cover the art / top corner). -->
    <remove xpath="/windows/window[@name='mainMenuNews']/rect[@name='game']" />
    <remove xpath="/windows/window[@name='mainMenuNews']/rect[@name='featured']" />
</configs>
