#Idk what to title

1 messages · Page 1 of 1 (latest)

potent loom
#

Is it possible to move elements to another file, like i want to move something in settings.json to hud screen

heavy prairie
#

yesn't.

potent loom
#

Like some elements work and don't work?

heavy prairie
#

You can reference from another UI file, each UI file has their own namespace. ( Works familiarly with identifiers ). I.e [email protected]_pointer

There's some limit with that though.
you can't just fetch/reference other screen element into the element you've using. due to some are hardcoded to work other screen specific.

#

Likewise, if you're planning to rewrite it or create your own UI file format, those limit is non-existent if you know how to work with it.

heavy prairie
potent loom
#

im trying to move FOV slider to hud screen, does this gonna work?

heavy prairie
#

well, that only works in setting screen. so no, it won't be functional. but it'll be there as probably dummy slider that does nothing

potent loom
#

Oh ok

potent loom
heavy prairie
#

Those.

UI/settings_screen.json | the core of that screen, this has world edit/creation list, and pretty ton of stuff about button lists and element lists

UI/settings_section | Element core folder
  ├ controls_section.json ( core of control related list )
  ├ general_section.json ( core of general stuff includes video, graphic, sound and stuff )
  ├ realm_world_section.json ( realm related stuff )
  ├ world_section.json ( core of world edit/creation related elements )
  └ setting_common.json ( necessarily stuff to make setting screen work well )```
#

If you're looking for camera perspective, I guess look for ui/settings_section/general_section.json

#

most of common settings, video, and stuff is there.