-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Christopher Beda edited this page Sep 3, 2024
·
9 revisions
Welcome to the Quartz. Quartz is a UI modding framework for 7 Days to Die. It adds new XUi Widgets and XUi Controllers that give modders more freedom on creating new and powerful UIs for 7 Days to Die.
-
curvedlabel
a curved text labels around a central point -
scrollview
a scrollable panel that can have other vwidgets inside -
scrollbar
a scrollbar that goes with the scrollview -
videoplayer
a widget that is able to play videos on it. -
maskedtexture
a texture widget that is able to mask the texture with another texture
-
Quartz.Spinner
spins the view that it is attached to -
Quartz.DialIndicator
makes the view that it is attached to act like a dial indicator, useful to make a speedometer or fuel tank gauge -
Quartz.ContainerStandardControls
an updatedContainerStandardControls
controller that includes proper interaction with inventory based controllers with individually locked slots. -
Quartz.ItemStack
an updatedItemStack
controller that includes some additional bindings and features -
Quartz.Backpack
an updatedBackpack
controller that includes new features like search -
Quartz.LootContainer
an updatedLootContainer
controller that includes new features like search -
Quartz.VehicleContainer
an updatedVehicleContainer
controller that includes new features like search -
Quartz.MapInvitesListEntry
an updatedMapInvitesListEntry
controller that includes new bindings -
Quartz.MapWaypointListEntry
an updatedMapWaypointListEntry
controller that includes new bindings -
Quartz.RandomTexture
allows textures to be randomly selected to be displayed when the window holding the element with the controller is opened -
Quartz.RandomText
allows text to be randomly selected to be displayed when the window holding the element with the controller is opened
- Allows
mapViewTexture
to be resized to different aspect ratios, no more 1:1 aspect ratios for the map
- Allows the loading and usage of custom fonts in place of the Vanilla font. Tutorial
- Adds a console command
quartz debug
that enables some debugging information and logging to the console
- Christopher Beda - Author
- Sirillion - Ideas, feeback and testing
If you have a mod that is using Quartz and want to get it added to this list, create an issue and it will be added to this list shortly.
There is a hosted channel in Guppy's Unofficial 7DtD Modding Server Discord. The channel is #laydors-toolshed