From 18a16558714c5067dbf59bc315350bd6445af83b Mon Sep 17 00:00:00 2001 From: RestedWicked Date: Fri, 20 Jun 2025 03:12:13 -0700 Subject: [PATCH] [ADD] Added configs --- config/cpm.json | 10 +++++ config/fancymenu/options.txt | 87 ++++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 config/cpm.json create mode 100644 config/fancymenu/options.txt diff --git a/config/cpm.json b/config/cpm.json new file mode 100644 index 0000000..c60d7b5 --- /dev/null +++ b/config/cpm.json @@ -0,0 +1,10 @@ +{ + "editorLastVersion": "0.6.22a", + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/config/fancymenu/options.txt b/config/fancymenu/options.txt new file mode 100644 index 0000000..3c93c00 --- /dev/null +++ b/config/fancymenu/options.txt @@ -0,0 +1,87 @@ +##[general] + +I:default_gui_scale = '-1'; +B:play_vanilla_menu_music = 'true'; +B:force_fullscreen = 'false'; + + +##[customization] + +B:modpack_mode = 'true'; +B:show_customization_overlay = 'true'; +B:advanced_customization_mode = 'false'; + + +##[loading] + +B:preload_animations = 'true'; +S:preload_resources = ''; +S:custom_game_intro_skip_text = ''; +B:allow_game_intro_skip = 'true'; +S:game_intro_animation_name = ''; +B:game_intro_fade_out = 'true'; + + +##[window] + +B:show_custom_window_icon = 'false'; +S:custom_window_icon_macos = ''; +S:custom_window_icon_32 = ''; +S:custom_window_title = ''; +S:custom_window_icon_16 = ''; + + +##[multiplayer_screen] + +B:show_multiplayer_screen_server_icons = 'true'; + + +##[singleplayer_screen] + +B:show_singleplayer_screen_world_icons = 'true'; + + +##[layout_editor] + +B:layout_editor_grid_snapping = 'true'; +B:anchor_overlay_change_anchor_on_area_hover = 'true'; +B:show_layout_editor_grid = 'true'; +B:anchor_overlay_change_anchor_on_element_hover = 'true'; +S:anchor_overlay_visibility_mode = 'dragging'; +B:anchor_overlay_show_all_connection_lines = 'false'; +F:layout_editor_grid_snapping_strength = '1.0'; +S:anchor_overlay_color_base_override = ''; +I:layout_editor_grid_size = '10'; +B:invert_anchor_overlay_color = 'false'; +S:anchor_overlay_color_border_override = ''; +F:anchor_overlay_opacity_normal = '0.5'; +F:anchor_overlay_opacity_busy = '0.7'; +D:anchor_overlay_hover_charging_time_seconds = '2.0'; + + +##[ui] + +I:context_menu_hover_open_speed = '1'; +S:ui_theme = 'dark'; +F:ui_scale = '4.0'; +B:play_ui_click_sounds = 'true'; +B:enable_ui_text_shadow = 'false'; + + +##[debug_overlay] + +B:debug_overlay_show_basic_screen_category = 'true'; +B:debug_overlay_show_system_category = 'true'; +B:debug_overlay_show_advanced_screen_category = 'true'; +B:show_debug_overlay = 'false'; +B:debug_overlay_show_resources_category = 'true'; + + +##[tutorial] + +B:show_welcome_screen = 'false'; + + +##[keyframe_editor] + +B:arrow_keys_move_preview = 'false'; \ No newline at end of file