Skip to content

QFS ‐ QFSDI

Steve Hsu edited this page Dec 22, 2024 · 2 revisions

Navigation

QFS ‐ QFSDI

In these article, it is assumed that the name of the package you're creating is Custom.MyPackage1 and the skin name is SampleSkin.

About Quanto Flx Skin De#structions (aka QFSDI)

Quanto Flx Skin De#structions (aka QFSDI) abstracts QFCCFD and provides further guidance so that users can more easily use the framework advantages of Quanto Flx to write skins.

Overview

When you start creating a skin, you need to prepare the following in your Package (Assume the name of config is 4x4.ini):

  • QuantoFlx\Package\Custom.MyPackage1\SampleSkin\4x4.ini
  • QuantoFlx\Package\Custom.MyPackage1\SampleSkin\ContextMenu.inc
  • QuantoFlx\Package\Custom.MyPackage1\SampleSkin\Settings.ini
  • QuantoFlx\Package\Custom.MyPackage1\@\Config\Default\SampleSkin.inc
  • QuantoFlx\Package\Custom.MyPackage1\@\Config\SkinSettings\SampleSkin.inc
  • QuantoFlx\Package\Custom.MyPackage1\@\Config\Language\en-us\SampleSkin.inc
  • QuantoFlx\Package\Custom.MyPackage1\@\Image\MonoIcons\20\SampleSkin.png

Content

Clone this wiki locally