Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:35:02 +09:30
commit 2b30433571
5 changed files with 80 additions and 0 deletions

34
Config/XUi/windows.xml Normal file
View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--/*Copyright 2024 Christopher Beda
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.*/-->
<Quartz name="XUi/windows.xml">
<append xpath="/windows">
<window depth="5" name="windowQuartzMinimap">
<!-- Non Masked Minimap Example -->
<!-- <panel name="mapView" disableautobackground="true" pos="200,-200" depth="1" controller="Quartz.MiniMap, Quartz" forceicontextoff="false" iconsize="50" iconscalemin="10" iconscalemax="100" zoomscalesteps="0.5, 1, 2, 5">
<texture name="mapViewTexture" depth="2" width="300" height="300" material="Materials/MaskableMainmap"/>
<panel name="clippingPanel" depth="4" width="300" height="300" disableautobackground="true" createuipanel="true" clipping="SoftClip" clippingsoftness="4,4" clippingsize="300,300" clippingcenter="150,-150"/>
</panel> -->
<!-- Masked Minimap Example -->
<panel name="mapView" disableautobackground="true" pos="-240,240" depth="1" controller="Quartz.MiniMap, Quartz" forceicontextoff="false" iconsize="50" iconscalemin="10" iconscalemax="100" zoomscalesteps="0.5, 1, 2, 5">
<maskedtexture name="mapViewTexture" depth="2" width="230" height="230" material="Materials/MaskableMainmap" mask="@modfolder(QuartzMinimap)://Textures/circle_mask_white.png"/>
<maskedpanel name="clippingPanel" depth="4" width="230" height="230" mask="@modfolder(QuartzMinimap)://Textures/circle_mask_white.png" disableautobackground="true" createuipanel="true" clipping="SoftClip" clippingsoftness="4,4" clippingsize="230,230" clippingcenter="115,-115"/>
</panel>
</window>
</append>
</Quartz>

22
Config/XUi/xui.xml Normal file
View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--/*Copyright 2024 Christopher Beda
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.*/-->
<Quartz name="XUi_Menu/xui.xml">
<append xpath="/xui/ruleset/window_group[@name='toolbelt']">
<window name="windowQuartzMinimap" anchor="RightBottom"/>
</append>
<setattribute xpath="/xui//window_group[@name='ingameMenu']" name="close_compass_on_open">true</setattribute>
</Quartz>