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

Document the configuration file #809

Open
Bst69 opened this issue Dec 14, 2024 · 2 comments
Open

Document the configuration file #809

Bst69 opened this issue Dec 14, 2024 · 2 comments

Comments

@Bst69
Copy link

Bst69 commented Dec 14, 2024

want to see an example config file

@haykam821
Copy link
Contributor

An example configuration file is generated at config/modmenu.json in your game directory.

With version 13.0.0 beta 1, this file is generated with the following contents:

{
  "sorting": "ascending",
  "count_libraries": true,
  "compact_list": false,
  "count_children": true,
  "mods_button_style": "classic",
  "game_menu_button_style": "replace",
  "count_hidden_mods": true,
  "mod_count_location": "title_screen",
  "hide_mod_links": false,
  "show_libraries": false,
  "hide_mod_license": false,
  "hide_badges": false,
  "hide_mod_credits": false,
  "easter_eggs": true,
  "random_java_colors": false,
  "translate_names": true,
  "translate_descriptions": true,
  "update_checker": true,
  "button_update_badge": true,
  "update_channel": "release",
  "quick_configure": true,
  "modify_title_screen": true,
  "modify_game_menu": true,
  "hide_config_buttons": false,
  "config_mode": false,
  "disable_drag_and_drop": false,
  "hidden_mods": [],
  "hidden_configs": [],
  "disable_update_checker": []
}

@Prospector
Copy link
Member

I'll repurpose this issue to be for better documentation of the configs

@Prospector Prospector changed the title I want an example config file Document the configuration file Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants