diff --git a/modpack/manifest.json b/modpack/manifest.json index 270ee9f..aaebb3d 100644 --- a/modpack/manifest.json +++ b/modpack/manifest.json @@ -141,6 +141,14 @@ "name": "Pixelmon" } }, + { + "projectID": 390367, + "fileID": 4028840, + "required": true, + "__meta": { + "name": "The Pixelmon Mod OST" + } + }, { "projectID": 402231, "fileID": 3418627, @@ -160,6 +168,14 @@ "name": "Flywheel" } }, + { + "projectID": 491794, + "fileID": 3412474, + "required": true, + "__meta": { + "name": "Explorer's Compass" + } + }, { "projectID": 509285, "fileID": 3503936, diff --git a/modpack/overrides/.gitkeep b/modpack/overrides/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/modpack/overrides/config/explorerscompass-client.toml b/modpack/overrides/config/explorerscompass-client.toml new file mode 100644 index 0000000..c8b8176 --- /dev/null +++ b/modpack/overrides/config/explorerscompass-client.toml @@ -0,0 +1,13 @@ + +[Client] + #Attempts to translate structure names before fixing the unlocalized names. Translations may not be available for all structures. + translateStructureNames = true + #The side for information rendered on the HUD. Ex: LEFT, RIGHT + #Allowed Values: LEFT, RIGHT + overlaySide = "LEFT" + #Displays Explorer's Compass information on the HUD even while chat is open. + displayWithChatOpen = true + #The line offset for information rendered on the HUD. + #Range: 0 ~ 50 + overlayLineOffset = 1 + diff --git a/modpack/overrides/config/fancymenu/config.txt b/modpack/overrides/config/fancymenu/config.txt new file mode 100644 index 0000000..05f64cc --- /dev/null +++ b/modpack/overrides/config/fancymenu/config.txt @@ -0,0 +1,88 @@ +##[general] + +[If menu background sounds added by FancyMenu should be played when a world is loaded.] +B:playbackgroundsoundsinworld = 'false'; +B:forcefullscreen = 'false'; +[If menu background sounds added by FancyMenu should be played or not.] +B:playbackgroundsounds = 'true'; +[A minecraft restart is required after changing this value.] +B:enablehotkeys = 'false'; +B:playmenumusic = 'true'; +B:showdebugwarnings = 'true'; +[Sets the default GUI scale on first launch. Useful for modpacks. Cache data is saved in '/mods/fancymenu/'.] +I:defaultguiscale = '-1'; + + +##[customization] + +B:advancedmode = 'false'; +B:showcustomizationbuttons = 'false'; + + +##[mainmenu] + +S:copyrightposition = 'bottom-right'; +B:hidebranding = 'true'; +S:copyrightcolor = '#ffffff'; +B:hidelogo = 'true'; +B:hiderealmsnotifications = 'true'; +B:hideforgenotifications = 'true'; + + +##[mainmenu_splash] + +S:splashcolor = '#ffff00'; +I:splashrotation = '-20'; +I:splashy = '0'; +I:splashx = '0'; +B:hidesplashtext = 'true'; +S:splashtextfile = ''; +S:splashorientation = 'original'; + + +##[loading] + +B:allowgameintroskip = 'true'; +S:loadinganimationcolor = '#ffffffff'; +B:showanimationloadingstatus = 'true'; +S:gameintroanimation = ''; +B:preloadanimations = 'false'; +S:customgameintroskiptext = ''; + + +##[minecraftwindow] + +[A minecraft restart is required after changing this value.] +S:customwindowtitle = 'Fishpog Pixelmon'; +[A minecraft restart is required after changing this value.] +B:customwindowicon = 'true'; + + +##[layouteditor] + +I:gridsize = '10'; +B:editordeleteconfirmation = 'true'; +B:showgrid = 'false'; +[If the warning when trying to move an vanilla button without an orientation should be displayed or not.] +B:showvanillamovewarning = 'true'; + + +##[world_loading_screen] + +B:showloadingscreenanimation = 'true'; +B:showloadingscreenpercent = 'true'; + + +##[multiplayer_screen] + +B:show_server_icons = 'true'; + + +##[singleplayer_screen] + +B:show_world_icons = 'true'; + + +##[ui] + +F:uiscale = '1.0'; \ No newline at end of file diff --git a/modpack/overrides/config/fancymenu/customizablemenus.txt b/modpack/overrides/config/fancymenu/customizablemenus.txt new file mode 100644 index 0000000..504e0d1 --- /dev/null +++ b/modpack/overrides/config/fancymenu/customizablemenus.txt @@ -0,0 +1,5 @@ +type = customizablemenus + +net.minecraft.client.gui.screen.MainMenuScreen { +} + diff --git a/modpack/overrides/config/fancymenu/customization/pixelmon_back.txt b/modpack/overrides/config/fancymenu/customization/pixelmon_back.txt new file mode 100644 index 0000000..5b20dc6 --- /dev/null +++ b/modpack/overrides/config/fancymenu/customization/pixelmon_back.txt @@ -0,0 +1,42 @@ +type = menu + +customization-meta { + identifier = net.minecraft.client.gui.screen.MainMenuScreen + randomgroup = 1 + renderorder = background + randommode = false + randomonlyfirsttime = false +} + +customization { + path = config/fancymenu/pixelmon_resources/reforged-bg.png + action = texturizebackground +} + +customization { + keepaspectratio = true + action = backgroundoptions +} + +customization { + orientation = top-left + x = 0 + width = %guiwidth% + action = addwebtexture + actionid = a656c012-c737-403c-8039-f57aae21a6691653070672229 + y = 0 + url = https://download.nodecdn.net/containers/reforged/gui/background/reforged-bg.png + height = %guiheight% +} + +customization { + path = config/fancymenu/pixelmon_resources/sidebar-slice_full.png + orientation = top-left + x = 0 + width = 240 + action = addtexture + actionid = dd60e0da-f7cd-4aba-b47e-8f6447777f421653070672229 + y = 0 + height = %guiheight% +} + diff --git a/modpack/overrides/config/fancymenu/customization/pixelmon_front.txt b/modpack/overrides/config/fancymenu/customization/pixelmon_front.txt new file mode 100644 index 0000000..96e8fe2 --- /dev/null +++ b/modpack/overrides/config/fancymenu/customization/pixelmon_front.txt @@ -0,0 +1,376 @@ +type = menu + +customization-meta { + identifier = net.minecraft.client.gui.screen.MainMenuScreen + randomgroup = 1 + renderorder = foreground + randommode = false + randomonlyfirsttime = false +} + +customization { + action = setscale + scale = 2 +} + +customization { + baseheight = 862 + action = autoscale + basewidth = 1309 +} + +customization { + keepaspectratio = false + action = backgroundoptions +} + +customization { + identifier = %id=400322% + action = hidebutton +} + +customization { + identifier = %id=400322% + orientation = top-left + x = 0 + action = movebutton + y = 164 +} + +customization { + identifier = %id=400322% + width = 230 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=400322% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png + backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png +} + +customization { + identifier = %id=400322% + action = sethoverlabel + label = §6Pixelmon +} + +customization { + identifier = %id=502322% + orientation = bottom-left + x = 217 + action = movebutton + y = -47 +} + +customization { + identifier = %id=502322% + width = 12 + action = resizebutton + height = 23 +} + +customization { + identifier = %id=502322% + action = setbuttonlabel + value = +} + +customization { + identifier = %id=502322% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png + backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_options_button% + orientation = top-left + x = 0 + action = movebutton + y = 204 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_options_button% + width = 230 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_options_button% + action = setbuttonlabel + value = Options +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_options_button% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png + backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_options_button% + action = sethoverlabel + label = §6Options +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% + orientation = top-left + x = 0 + action = movebutton + y = 230 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% + width = 230 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% + action = setbuttonlabel + value = Quit +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png + backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% + action = sethoverlabel + label = §6Quit +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_language_button% + orientation = top-left + x = 0 + action = movebutton + y = 184 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_language_button% + width = 230 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_language_button% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png + backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_language_button% + action = sethoverlabel + label = §6Language +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + orientation = top-left + x = 0 + action = movebutton + y = 124 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + width = 230 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png + backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + action = sethoverlabel + label = §6Singleplayer +} + +customization { + identifier = %id=button_compatibility_id:forge_titlescreen_mods_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_realms_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% + orientation = top-left + x = 0 + action = movebutton + y = 144 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% + width = 230 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% + loopbackgroundanimations = true + restartbackgroundanimations = true + action = setbuttontexture + backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png + backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% + action = sethoverlabel + label = §6Multiplayer +} + +customization { + path = config/fancymenu/pixelmon_resources/topbar-slice.png + orientation = top-left + x = 0 + width = %guiwidth% + action = addtexture + actionid = 97543bf6-69e0-4d46-86d4-4dffaaf9ecce1653070275433 + y = 0 + height = 100 +} + +customization { + path = config/fancymenu/pixelmon_resources/reforged-logo.png + orientation = top-left + x = 56 + width = 262 + action = addtexture + actionid = 6d0f2bbc-ace2-47b7-a5b6-fde122beeccb1653070275433 + y = 15 + height = 93 +} + +customization { + path = config/fancymenu/pixelmon_resources/icon-bar.png + orientation = bottom-left + x = 0 + width = 228 + action = addtexture + actionid = 444d71c2-8ee9-43d9-9363-5ef7299376611653070275434 + y = -169 + height = 62 +} + +customization { + orientation = bottom-left + restartbackgroundanimations = true + buttonaction = openlink + backgroundhovered = config\fancymenu\pixelmon_resources\wiki_hover.png + label = + loopbackgroundanimations = true + x = 43 + width = 20 + actionid = d604dc1a-e62e-463b-a68e-e65fa2a67a9b1653070275437 + action = addbutton + y = -157 + backgroundnormal = config\fancymenu\pixelmon_resources\wiki_normal.png + value = https://pixelmonmod.com/wiki + height = 38 +} + +customization { + orientation = bottom-left + restartbackgroundanimations = true + buttonaction = openfile + backgroundhovered = config\fancymenu\pixelmon_resources\logs_hover.png + label = + loopbackgroundanimations = true + x = 98 + width = 25 + actionid = 840324dc-46d5-491b-9927-fd58ff88bc7f1653070275437 + action = addbutton + y = -157 + backgroundnormal = config\fancymenu\pixelmon_resources\logs_normal.png + value = logs + height = 38 +} + +customization { + orientation = top-left + shadow = false + x = 117 + action = addtext + actionid = da0e8131-40ab-4034-8b65-2b4fca7aceaa1653070275438 + y = 10 + scale = 1.0 + alignment = left + value = Mods Loaded (%loadedmods% / %totalmods%) +} + +customization { + orientation = bottom-right + shadow = true + x = -2 + action = addtext + actionid = dae02c29-9a0a-4d59-a302-db953a23f5b31653070275439 + y = -24 + scale = 1.0 + alignment = right + value = Forge %version:forge% for Minecraft %mcversion% +} + +customization { + orientation = top-left + restartbackgroundanimations = true + buttonaction = opengui + backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png + label = Pixelmon + loopbackgroundanimations = true + hoverlabel = &6Pixelmon + x = 0 + width = 230 + actionid = db0f9259-9053-47cb-b23a-e1895b4d72fc1653153674878 + action = addbutton + y = 164 + backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png + value = com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen + height = 20 +} diff --git a/modpack/overrides/config/fancymenu/locals/en_us.local b/modpack/overrides/config/fancymenu/locals/en_us.local new file mode 100644 index 0000000..b569a4a --- /dev/null +++ b/modpack/overrides/config/fancymenu/locals/en_us.local @@ -0,0 +1,1008 @@ +loading.animation.loadingframes = Loading animation frames for {} +loading.animation.prerendering = Pre-rendering animation {} +loading.animation.done = Done! + +helper.button.menuinfo = Menu Info +helper.button.buttoninfo = Button Info +helper.button.reload = Reload +helper.button.createlayout = Create Layout + +helper.menuinfo.identifier = Menu Identifier + +helper.buttoninfo.idnotfound = +helper.buttoninfo.keynotfound =