Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config GUI #5

Open
18 tasks
TechnicJelle opened this issue Sep 3, 2024 · 1 comment
Open
18 tasks

Config GUI #5

TechnicJelle opened this issue Sep 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@TechnicJelle
Copy link
Owner

Advanced mode will switch from this simplified view to the actual config text editor. You cannot switch back a config file from advanced to simple.


Core:

  • Accept download <bool>
  • Render thread count <int slider 1..max-threads>

Webapp:

  • Default to flat view <bool>

Webserver:

  • Port <int 1024..65535>

Map:

  • Name <String>
  • World <Directory>
  • Dimension <String>
  • Start position <Vector2>
  • Sky colour <Color>
  • Void colour <Color>
  • Ambient light <float slider 0..1>
  • Render everything <bool>
    • Automatically sets remove-caves-below-y and cave-detection-ocean-floor
  • Min/Max <int>
    • Checks if order is correct (< and >)
  • Only render visited chunks <bool>
    • Switches min-inhabited-time between 0 and 1
  • Render edges <bool>
  • Low resolution
    • Toggles save-hires-layer
  • Ignore missing light data
@TechnicJelle TechnicJelle added this to the 2.0 milestone Sep 3, 2024
@TechnicJelle TechnicJelle added the enhancement New feature or request label Sep 3, 2024
@TechnicJelle
Copy link
Owner Author

Blue:

something like intellij does with e.g. .md files or similar .. where you have two views of the same file .. in your case one with a predefined settings menu with switches and textfields etc.., and one with the raw config text editor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant