Upload from upload_mods.ps1
This commit is contained in:
1
ActionSetSaves.pref
Normal file
1
ActionSetSaves.pref
Normal file
@@ -0,0 +1 @@
|
||||
2;-;QklORAIAAQAAABNJbnZlbnRvcnkgTG9jayBTbG90AQAAAAIAAAABAAAABgAAAAAAAAAAAAAAAAAAAAAAAAA=;QklORAIAAwAAAA9NaW5pbWFwIFpvb20gSW4BAAAAAgAAAAEAAABlAAAAAAAAAAAAAAAAAAAAAAAAABBNaW5pbWFwIFpvb20gT3V0AQAAAAIAAAABAAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAZTWluaW1hcCBWaXNpYmlsaXR5IFRvZ2dsZQEAAAACAAAAAQAAAGYAAAAAAAAAAAAAAAAAAAAAAAAA;-
|
||||
45
Config/Localization.txt
Normal file
45
Config/Localization.txt
Normal file
@@ -0,0 +1,45 @@
|
||||
Key,File,Type,UsedInMainMenu,NoTranslate,english,Context / Alternate Text,german,latam,french,italian,japanese,koreana,polish,brazilian,russian,turkish,schinese,tchinese,spanish
|
||||
|
||||
quartzSettingGeneral,UI,Menu,x,,General
|
||||
quartzSettingGeneralTooltip,UI,Menu,x,,General settings for Quartz
|
||||
quartzSettingDebug,UI,Menu,x,,Debug
|
||||
quartzSettingDebugTooltip,UI,Menu,x,,Debugging settings for Quartz
|
||||
quartzSettingTextResolution,UI,Menu,x,,Text Resolution
|
||||
quartzSettingTextResolutionTooltip,UI,Menu,x,,"Sets the Text resolution. If set to high, may cause flickering of the UI every so often"
|
||||
quartzSettingDebugMode,UI,Menu,x,,Debug Mode
|
||||
quartzSettingDebugModeTooltip,UI,Menu,x,,Enables or disable Quartz debug mode
|
||||
quartzSettingKeybinding,UI,Menu,x,,Key Bindings
|
||||
quartzSettingInputInventoryKeybindingTooltip,UI,Menu,x,,Inventory Player Key Bindings
|
||||
quartzSettingInputLockedSlots,UI,Menu,x,,Lock Slots
|
||||
quartzSettingInputLockedSlotsTooltip,UI,Menu,x,,Locks or Unlocks inventory slot when the slot is clicked on
|
||||
quartzSettingInputMinimapKeybindingTooltip,UI,Menu,x,,Minimap Player Key Bindings
|
||||
quartzSettingInputMinimapToggle,UI,Menu,x,,Toggle Minimap
|
||||
quartzSettingInputMinimapToggleTooltip,UI,Menu,x,,Toggle the minimap on or off
|
||||
quartzSettingInputMinimapZoomIn,UI,Menu,x,,Zoom In
|
||||
quartzSettingInputMinimapZoomIn2,UI,Menu,x,,Minimap Zoom In
|
||||
quartzSettingInputMinimapZoomInTooltip,UI,Menu,x,,Zooms in on the minimap
|
||||
quartzSettingInputMinimapZoomOut,UI,Menu,x,,Zoom Out
|
||||
quartzSettingInputMinimapZoomOut2,UI,Menu,x,,Minimap Zoom Out
|
||||
quartzSettingInputMinimapZoomOutTooltip,UI,Menu,x,,Zooms out on the minimap
|
||||
quartzSettingMinimap,UI,Menu,x,,Minimap
|
||||
quartzSettingMinimapTooltip,UI,Menu,x,,Settings related to the minimap. Only applies for UI mods that use's Quartz' minimap backend
|
||||
quartzSettingMinimapShow,UI,Menu,x,,Show Minimap
|
||||
quartzSettingMinimapShowTooltip,UI,Menu,x,,Shows or hides the minimap if there is a minimap in the ingame UI
|
||||
quartzSettingMinimapIconsShow,UI,Menu,x,,Show Minimap Icons
|
||||
quartzSettingMinimapIconsShowTooltip,UI,Menu,x,,Show or hide the minimap icons
|
||||
quartzSettingMinimapTextShow,UI,Menu,x,,Show Icon Names
|
||||
quartzSettingMinimapTextShowTooltip,UI,Menu,x,,Show or Hide the icons Names on the minimap
|
||||
quartzSettingMinimapIconsOnlyShow,UI,Menu,x,,Show Minimap Only Icons
|
||||
quartzSettingMinimapIconsOnlyShowTooltip,UI,Menu,x,,Show or Hide minimap only icons, these icons only show up on the minimap and not on the main map
|
||||
quartzSettingMinimapRotateWithPlayer,UI,Menu,x,,Rotate With View
|
||||
quartzSettingMinimapRotateWithPlayerTooltip,UI,Menu,x,,Rotates the minimap to follow the player's view, so the player is always facing to the top of the minimap
|
||||
quartzSettingMinimapIconScale,UI,Menu,x,,Minimap Icons Scale
|
||||
quartzSettingMinimapIconScaleTooltip,UI,Menu,x,,Adjusts the scale of the icons on the minimap
|
||||
quartzSettingMinimapIconOpacity,UI,Menu,x,,Minimap Icon Opacity
|
||||
quartzSettingMinimapIconOpacityTooltip,UI,Menu,x,,Adjusts the opacity of the icons on the minimap
|
||||
quartzSettingMinimapTextureOpacity,UI,Menu,x,,Minimap Texture Opacity
|
||||
quartzSettingMinimapTextureOpacityTooltip,UI,Menu,x,,Adjusts the minimap texture opacity
|
||||
quartzUiSpriteWindowHeader,UI,Menu,x,,UIAtlas Sprites
|
||||
quartzXuiExport,UI,Menu,x,,Export Sprites
|
||||
quartzXuiExplorer,UI,Menu,x,,Open Export Folder
|
||||
quartzTooltipShowModSprites,UI,Menu,x,,Switch to show modded UIAtlas sprites
|
||||
22
Config/XUi/windows.xml
Normal file
22
Config/XUi/windows.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<Quartz name="XUi/windows.xml">
|
||||
|
||||
<!--/*Copyright 2022 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.*/-->
|
||||
|
||||
|
||||
<!-- Crispness Fix -->
|
||||
<setattribute xpath="/windows/window[@name='chatoutput']//textlist[@name='txtOutput']" name="crispness">OnDesktop</setattribute>
|
||||
<setattribute xpath="/windows/window[@name='chat']//textfield[@name='txtInput']" name="crispness">OnDesktop</setattribute>
|
||||
|
||||
</Quartz>
|
||||
32
Config/XUi_Common/controls.xml
Normal file
32
Config/XUi_Common/controls.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<Quartz name="XUi_Common/controls.xml">
|
||||
|
||||
<!--/*Copyright 2022 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.*/-->
|
||||
|
||||
<!-- Crispness Fix -->
|
||||
<setattribute xpath="/controls/textfield[@crispness='Never']" name="crispness">OnDesktop</setattribute>
|
||||
|
||||
<!-- UiAtlas Entry-->
|
||||
<append xpath="/controls">
|
||||
<Quartz_UiAtlas_Entry>
|
||||
<rect depth="1" height="${height}" width="${width}" style="hover" disabled_font_color="[disabledLabelColor]" enabled_font_color="[labelColor]" controller="${controller}" visible="{hasentry}">
|
||||
<sprite depth="3" name="backgroundMain" sprite="menu_empty2px" height="${1+height}" pos="2,0" width="${width-4}" color="[black]" type="sliced" fillcenter="false" />
|
||||
<sprite depth="2" name="background" color="[darkGrey]" pos="2,0" width="${width-4}" type="sliced" />
|
||||
<sprite depth="4" name="sprite" pos="10,-5" width="100" height="100" sprite="{sprite}" type="simple" />
|
||||
<label depth="4" name="spriteName" pos="120,-10" width="${width-130}" height="32" text="{spriteName}" font_size="16" justify="left" pivot="topleft" overflow="ResizeHeight"/>
|
||||
</rect>
|
||||
</Quartz_UiAtlas_Entry>
|
||||
</append>
|
||||
|
||||
</Quartz>
|
||||
64
Config/XUi_Common/styles.xml
Normal file
64
Config/XUi_Common/styles.xml
Normal file
@@ -0,0 +1,64 @@
|
||||
<Quartz name="XUi_Common/styles.xml">
|
||||
|
||||
<!--/*Copyright 2022 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.*/-->
|
||||
|
||||
<append xpath="/styles">
|
||||
<Fonts type="Fonts" name="NGUIFonts">
|
||||
</Fonts>
|
||||
<Fonts type="Fonts" name="UnityFonts">
|
||||
</Fonts>
|
||||
<Fonts type="Fonts" name="OSFonts">
|
||||
</Fonts>
|
||||
</append>
|
||||
|
||||
<append xpath="/styles/global">
|
||||
<!-- QuartzUI GLOBAL colors. -->
|
||||
<style_entry name="quartz_scrollbar_background" value="0,0,0" /> <!-- This entry sets the color for: GLOBAL Scrollview scrollbar background -->
|
||||
<style_entry name="quartz_scrollbar_background_hover" value="7,7,7" /> <!-- This entry sets the color for: GLOBAL Scrollview scrollbar background hover (mouseover) -->
|
||||
<style_entry name="quartz_scrollbar_handler" value="128,128,128" /> <!-- This entry sets the color for: GLOBAL Scrollview scrollbar handler -->
|
||||
<style_entry name="quartz_scrollbar_handler_hover" value="255,255,255" /> <!-- This entry sets the color for: GLOBAL Scrollview scrollbar handler hover (mouseover) -->
|
||||
</append>
|
||||
|
||||
<!-- Views default styles-->
|
||||
<append xpath="/styles">
|
||||
<style type="curvedlabel">
|
||||
<style_entry name="color" value="[labelColor]"/>
|
||||
<style_entry name="font_face" value="ReferenceFont"/>
|
||||
<style_entry name="font_size" value="28"/>
|
||||
<style_entry name="justify" value="left"/>
|
||||
<style_entry name="effect" value="none"/>
|
||||
<style_entry name="pivot" value="topleft"/>
|
||||
<style_entry name="text" value=""/>
|
||||
<style_entry name="upper_case" value="false" />
|
||||
<style_entry name="crispness" value="OnDesktop" />
|
||||
</style>
|
||||
|
||||
<style type="animatedsprite">
|
||||
<style_entry name="atlas" value="UIAtlas"/>
|
||||
<style_entry name="sprite" value="[default_sprite]"/>
|
||||
<style_entry name="color" value="[white]"/>
|
||||
</style>
|
||||
</append>
|
||||
|
||||
<!-- Crispness Fix -->
|
||||
<append xpath="/styles/style[@type='label' and count(@*)=1]">
|
||||
<style_entry name="crispness" value="OnDesktop" />
|
||||
</append>
|
||||
|
||||
<append xpath="/styles/style[@type='textlist' and count(@*)=1]">
|
||||
<style_entry name="crispness" value="OnDesktop" />
|
||||
</append>
|
||||
|
||||
</Quartz>
|
||||
57
Config/XUi_Menu/windows.xml
Normal file
57
Config/XUi_Menu/windows.xml
Normal file
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Quartz name="XUi_Menu/windows.xml">
|
||||
|
||||
<!--/*Copyright 2023 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.*/-->
|
||||
|
||||
<append xpath="/windows">
|
||||
<window name="UiSpritesWindow" anchor="CenterCenter" pos="-600,375" width="1185" height="780" cursor_area="true" controller="Quartz.Debugging.UiAtlasList, Quartz" clear_selection_on_open="false" clear_searchtext_on_open="true">
|
||||
<!-- Header -->
|
||||
<panel name="header" pos="0,0" height="43" depth="1" backgroundspritename="ui_game_panel_header" bordercolor="[black]" borderthickness="3" >
|
||||
<label style="header.name" name="windowheader" pos="10,-6" width="550" text_key="quartzUiSpriteWindowHeader" />
|
||||
<button depth="1" name="btnShowModSprites" style="icon32px, press, hover" pivot="center" pos="1169, -21" sprite="ui_game_symbol_electric_switch" tooltip_key="quartzTooltipShowModSprites" sound="[paging_click]" />
|
||||
</panel>
|
||||
|
||||
<rect name="spriteList" pos="0,-50" height="656" width="1185">
|
||||
<sprite depth="8" name="border" sprite="menu_empty3px" color="[black]" type="sliced" fillcenter="false" />
|
||||
<sprite depth="0" name="backgroundMain" pos="1,-1" height="654" width="1183" sprite="menu_empty3px" color="[mediumGrey]" type="sliced" fillcenter="true" />
|
||||
|
||||
<rect depth="4" name="searchControls" height="44" pos="0,-0">
|
||||
<sprite depth="8" name="backgroundMain" sprite="menu_empty" color="[black]" type="sliced" fillcenter="false" />
|
||||
|
||||
<sprite depth="4" name="searchIcon" style="icon30px" pos="5,-22" sprite="ui_game_symbol_search" pivot="Left"/>
|
||||
<textfield name="searchInput" depth="5" pos="40,-22" width="550" height="30" pivot="Left" search_field="true" />
|
||||
</rect>
|
||||
|
||||
<scrollbar name="scrollbar" depth="6" pos="1177,-348" width="12" height="610" padding="4" foregroundname="handler" backgroundname="background" pivot="center" globalopacitymod="1.8">
|
||||
<button name="handler" sprite="quartz_scrollbar_handler" pivot="center" hovercolor="[quartz_scrollbar_handler_hover]" color="[quartz_scrollbar_handler]" defaultcolor="[quartz_scrollbar_handler]" hoverscale="1" />
|
||||
<button name="background" sprite="quartz_scrollbar_background" pivot="center" hovercolor="[quartz_scrollbar_background_hover]" color="[quartz_scrollbar_background]" defaultcolor="[quartz_scrollbar_background]" hoverscale="1" sound_play_on_press_down="[paging_click]" />
|
||||
</scrollbar>
|
||||
|
||||
<scrollview name="scrollview" depth="5" pos="2,-44" width="1172" height="609" scrollbar="scrollbar" reset_position="true" over_scroll="false" scroll_speed="2.5">
|
||||
<grid name="list" rows="{#Round(spriteCount/4,0) + 1}" cols="4" pos="0,-44" cell_width="293" cell_height="110" repeat_content="true" arrangement="horizontal" >
|
||||
<Quartz_UiAtlas_Entry width="293" height="110" controller="ListEntry`1[[Quartz.Debugging.XUiC_UiAtlasList+ListEntry, Quartz]]"/>
|
||||
</grid>
|
||||
</scrollview>
|
||||
</rect>
|
||||
|
||||
<rect pos="0, -720">
|
||||
<simplebutton name="btnBack" depth="3" pos="0, 0" width="200" height="36" font_size="40" caption_key="xuiBack" upper_case="true" />
|
||||
<simplebutton name="btnExport" depth="3" pos="910, 0" pivot="right" width="200" height="40" font_size="32" caption_key="quartzXuiExport" visible="true" upper_case="true" />
|
||||
<simplebutton name="btnExplorer" depth="3" pos="1185, 0" pivot="right" width="250" height="40" font_size="32" caption_key="quartzXuiExplorer" upper_case="true" />
|
||||
</rect>
|
||||
</window>
|
||||
</append>
|
||||
|
||||
</Quartz>
|
||||
24
Config/XUi_Menu/xui.xml
Normal file
24
Config/XUi_Menu/xui.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Quartz name="XUi_Menu/xui.xml">
|
||||
<!--/*Copyright 2023 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.*/-->
|
||||
|
||||
<append xpath="/xui/ruleset[@name='default']" >
|
||||
<window_group name="quartzUiSprites">
|
||||
<window name="UiSpritesWindow" />
|
||||
</window_group>
|
||||
</append>
|
||||
|
||||
</Quartz>
|
||||
|
||||
26
Config/blocks.xml
Normal file
26
Config/blocks.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Quartz name="blocks.xml">
|
||||
<!--/*Copyright 2023 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.*/-->
|
||||
|
||||
<!--Add Required Tools to the Campfire Workstation's workstation property-->
|
||||
<append xpath="/blocks/block[@name='campfire']/property[@class='Workstation']">
|
||||
<property name="RequiredTools" value="toolCookingPot,toolCookingGrill,toolBeaker"/>
|
||||
</append>
|
||||
|
||||
<!--Add Required Tools to the Forge Workstation's workstation property-->
|
||||
<append xpath="/blocks/block[@name='forge']/property[@class='Workstation']">
|
||||
<property name="RequiredTools" value="toolBellows,toolAnvil,toolForgeCrucible"/>
|
||||
</append>
|
||||
</Quartz>
|
||||
BIN
GearsAPI.dll
Normal file
BIN
GearsAPI.dll
Normal file
Binary file not shown.
201
License/LICENSE.md
Normal file
201
License/LICENSE.md
Normal file
@@ -0,0 +1,201 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "{}"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2022 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.
|
||||
24
ModInfo.xml
Normal file
24
ModInfo.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--/*Copyright 2023 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.*/-->
|
||||
|
||||
<xml>
|
||||
<Name value="Quartz" />
|
||||
<DisplayName value="Quartz" />
|
||||
<Version value="3.0.1" />
|
||||
<Description value="A UI framework mod that adds some new XUi Widgets and XUi Controllers that can be used by modders" />
|
||||
<Author value="Laydor" />
|
||||
<Website value="https://github.com/s7092910/Quartz" />
|
||||
</xml>
|
||||
60
ModSettings.xml
Normal file
60
ModSettings.xml
Normal file
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--/*Copyright 2022 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.*/-->
|
||||
|
||||
<ModSettings>
|
||||
<Global>
|
||||
<Tab name="General">
|
||||
<Category name="General" displayKey="quartzSettingGeneral" tooltipKey="quartzSettingGeneralTooltip">
|
||||
<Selector name="TextResolution" displayKey="quartzSettingTextResolution" tooltipKey="quartzSettingTextResolutionTooltip" value="High" defaultValue="High">
|
||||
<Property type="arrayValues" allowedValues="Low,High" />
|
||||
</Selector>
|
||||
</Category>
|
||||
</Tab>
|
||||
<Tab name="Minimap">
|
||||
<Category name="Minimap" displayKey="quartzSettingMinimap" tooltipKey="quartzSettingMinimapTooltip">
|
||||
<Switch name="MinimapShowOrHide" displayKey="quartzSettingMinimapShow" tooltipKey="quartzSettingMinimapShowTooltip" value="Show" defaultValue="Show" leftValue="Hide" rightValue="Show" />
|
||||
<Switch name="IconsShowOrHide" displayKey="quartzSettingMinimapIconsShow" tooltipKey="quartzSettingMinimapIconsShowTooltip" value="Show" defaultValue="Show" leftValue="Hide" rightValue="Show" />
|
||||
<Switch name="TextShowOrHide" displayKey="quartzSettingMinimapTextShow" tooltipKey="quartzSettingMinimapTextShowTooltip" value="Show" defaultValue="Show" leftValue="Hide" rightValue="Show" />
|
||||
<Switch name="MinimapIconsShowOrHide" displayKey="quartzSettingMinimapIconsOnlyShow" tooltipKey="quartzSettingMinimapIconsOnlyShowTooltip" value="Show" defaultValue="Show" leftValue="Hide" rightValue="Show" />
|
||||
<Switch name="RotateWithPlayer" displayKey="quartzSettingMinimapRotateWithPlayer" tooltipKey="quartzSettingMinimapRotateWithPlayerTooltip" value="Off" defaultValue="Off" leftValue="Off" rightValue="On" />
|
||||
<Slider name="IconScale" displayKey="quartzSettingMinimapIconScale" tooltipKey="quartzSettingMinimapIconScaleTooltip" value="100" defaultValue="100">
|
||||
<Property type="incrementalValuesInt" increment="1" minValue="50" maxValue="200"/>
|
||||
</Slider>
|
||||
<Slider name="IconOpacity" displayKey="quartzSettingMinimapIconOpacity" tooltipKey="quartzSettingMinimapIconOpacityTooltip" value="100" defaultValue="100">
|
||||
<Property type="incrementalValuesInt" increment="1" minValue="0" maxValue="100"/>
|
||||
</Slider>
|
||||
<Slider name="TextureOpacity" displayKey="quartzSettingMinimapTextureOpacity" tooltipKey="quartzSettingMinimapTextureOpacityTooltip" value="100" defaultValue="100">
|
||||
<Property type="incrementalValuesInt" increment="1" minValue="0" maxValue="100"/>
|
||||
</Slider>
|
||||
</Category>
|
||||
<Category name="KeyBindings" displayKey="quartzSettingKeybinding" tooltipKey="quartzSettingInputMinimapKeybindingTooltip">
|
||||
<Binding name="EnabledKeyBinding" displayKey="quartzSettingInputMinimapToggle" tooltipKey="quartzSettingInputMinimapToggleTooltip" />
|
||||
<Binding name="ZoomInKeyBinding" displayKey="quartzSettingInputMinimapZoomIn" tooltipKey="quartzSettingInputMinimapZoomInTooltip" />
|
||||
<Binding name="ZoomOutKeyBinding" displayKey="quartzSettingInputMinimapZoomOut" tooltipKey="quartzSettingInputMinimapZoomOutTooltip" />
|
||||
</Category>
|
||||
</Tab>
|
||||
<Tab name="Inventory">
|
||||
<Category name="KeyBindings" displayKey="quartzSettingKeybinding" tooltipKey="quartzSettingInputInventoryKeybindingTooltip">
|
||||
<Binding name="LockedSlots" displayKey="quartzSettingInputLockedSlots" tooltipKey="quartzSettingInputLockedSlotsTooltip" />
|
||||
</Category>
|
||||
</Tab>
|
||||
<Tab name="Dev Tools">
|
||||
<Category name="Debug" displayKey="quartzSettingDebug" tooltipKey="quartzSettingDebugTooltip">
|
||||
<Switch name="DebugMode" displayKey="quartzSettingDebugMode" tooltipKey="quartzSettingDebugModeTooltip" value="Disabled" defaultValue="Disabled" leftValue="Disabled" rightValue="Enabled" />
|
||||
</Category>
|
||||
</Tab>
|
||||
</Global>
|
||||
</ModSettings>
|
||||
BIN
Quartz.dll
Normal file
BIN
Quartz.dll
Normal file
Binary file not shown.
BIN
Resources/quartzshaders.unity3d
Normal file
BIN
Resources/quartzshaders.unity3d
Normal file
Binary file not shown.
BIN
UIAtlases/UIAtlas/quartz_scrollbar_background.png
Normal file
BIN
UIAtlases/UIAtlas/quartz_scrollbar_background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
BIN
UIAtlases/UIAtlas/quartz_scrollbar_handler.png
Normal file
BIN
UIAtlases/UIAtlas/quartz_scrollbar_handler.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user